X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <9a6449f40805281005pc19e88dk3db6059808efe8f0@mail.gmail.com> Date: Wed, 28 May 2008 13:05:02 -0400 From: "Joel Harrison" To: cygwin AT cygwin DOT com Subject: Re: rsync immediately hangs when connecting via ssh (still trying to fix, revisited from Aug 07) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9a6449f40805271915h230e8146y6e1b8aa0b37ae667 AT mail DOT gmail DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com My ISP (site5) doesn't seem to be running the RSYNC daemon. Can I use a local rsync daemon to connect to a remote host that is NOT running the daemon? I can't seem to make it work. I didn't see rsync listed in Services for Unix, but I was able to get the cygwin rsync daemon working. May be a moot point if the ISP doesn't run it or perhaps it's just my syntax. <-- shows my local data $ rsync -a localhost::modulename/coh/* -rwx------ 1776009011 2008/05/10 18:27:30 COHSetup.exe --> <-- gives an error xmitting to remote host $ rsync -a localhost::modulename/coh/* lanfreak AT lanfreak DOT com:/tmp The source and destination cannot both be remote. rsync error: syntax or usage error (code 1) at /home/lapo/packaging/tmp/rsync-2.6.9/main.c(1068) [receiver=2.6.9] --> I hate giving up getting rsync via ssh working.... moving on for now. On Tue, May 27, 2008 at 10:29 PM, Steven Hartland wrote: > Unfortunately rsync is a lost cause on cygwin until the underlying pipe > issue or whatever it is can be fix. Give this has been about for years > I wouldn't hold you breath for this. Look for an alternative like > rsync daemon mode or using SFU. > > N.B. Its not just rsync scp under cygwin is also produces totally > erratic transfer rates and stalls due to the same issue. > > Regards > Steve > > ----- Original Message ----- From: "Joel Harrison" > > >> I can scp/ssh fine to the target with ssh keys installed or not, only >> rsync hangs immediately. (not my PC) > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/