X-Spam-Check-By: sourceware.org Message-ID: <9a6449f40708061757wc939d37r554f1a502cb3f297@mail.gmail.com> Date: Mon, 6 Aug 2007 20:57:54 -0400 From: "Joel Harrison" To: cygwin AT cygwin DOT com Subject: Re: rysnc 2.6.6 under cygwin 1.5.24-2 hangs on WinXP pro SP2, doesn't seem to be historical blocking io issue MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Guys I appreciate the input, unfortunately, it doesn't seem that this particular issue is the same as the historical issue with blocking vs non-blocking io, since rsync hangs immediately, not after some period of time. I'm downloading binaries, not compiling. I'm not sure how to proceed with troubleshooting this further. This is on WinXP Pro. I included the actual commands below with no editing. 20:47:58 [Desktop] $ rsync -vvv --no-blocking-io -a bathtime.mov lanfreak AT lanfreak DOT com: opening connection using ssh -l lanfreak lanfreak.com rsync --server -vvvlogDtpr . rsync error: received SIGUSR1 or SIGINT (code 20) at /home/lapo/packaging/tmp/rsync-2.6.6/rsync.c(163) _exit_cleanup(code=20, file=/home/lapo/packaging/tmp/rsync-2.6.6/rsync.c, line=163): about to call exit(20) (executed control-c) 20:48:21 [Desktop] $ rsync -vvv --blocking-io -a bathtime.mov lanfreak AT lanfreak DOT com: opening connection using ssh -l lanfreak lanfreak.com rsync --server -vvvlogDtpr . rsync error: received SIGUSR1 or SIGINT (code 20) at /home/lapo/packaging/tmp/rsync-2.6.6/rsync.c(163) _exit_cleanup(code=20, file=/home/lapo/packaging/tmp/rsync-2.6.6/rsync.c, line=163): about to call exit(20) (executed control-c) Thanks for any assistance. --Joel > > > ---------- Forwarded message ---------- > From: Frank Fesevur < ffes AT users DOT sourceforge DOT net> > To: cygwin AT cygwin DOT com > Date: Sun, 29 Jul 2007 09:16:29 +0200 > Subject: Re: rysnc under cygwin hangs and doesn't clean up its processes - please help - cygwin 1.5.24-2, > At 29-7-2007 0:09, Joel Harrison wrote: > > Technical: rsync on cygwin always hangs. Works fine on CentOS. I've > > been looking into this issue for 5-10 hours so far. > > > > I can scp/ssh fine to the target with ssh keys installed or not, only > > rsync hangs. I read about piping issues in rsync on cygwin from years > > back, but it seems to me like perhaps they are not resolved? Just my > > hypothesis. > > Searching the archives does give you the answer. It isn't a rsync, but a > cygwin1.dll problem: > > http://cygwin.com/ml/cygwin/2007-02/msg00643.html > > Shouldn't this be on the FAQ page??? > > Regards, > Frank > > > > ---------- Forwarded message ---------- > From: Michael Hipp > To: cygwin AT cygwin DOT com > Date: Sun, 29 Jul 2007 09:17:04 -0500 > Subject: Re: rysnc under cygwin hangs and doesn't clean up its processes - please help - cygwin 1.5.24-2, > Joel Harrison wrote: > > Background - I'm trying to turn off my linux box and save some > > electricity by using rsync on windows to do my geographically > > redundant backup to my ISP (site5 - $5/110GB/mo) ... I'd rather not > > load up a resource hog VM to do it if I can avoid that... even DSL > > would be more of a resource hog than cygwin. > > > > Technical: rsync on cygwin always hangs. Works fine on CentOS. I've > > been looking into this issue for 5-10 hours so far. > > > > I can scp/ssh fine to the target with ssh keys installed or not, only > > rsync hangs. I read about piping issues in rsync on cygwin from years > > back, but it seems to me like perhaps they are not resolved? Just my > > hypothesis. > > > I know this isn't much help but just thought I'd mention that I'm using rsync > from Windows->Linux on a number of boxes with no problems. Some of them have > very large file sets to transfer. It works. The problems with rsync, I think, > were actually ssh problems and appear to have been long fixed. > > What exact command are you using to issue rsync? > > What's the O/S of the host and what version of rsync is it running? I've seen > compatibility problems with different versions of rsync. > > Michael > > > -- 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/