I've continued trying to read up on this issue, I've not made any headway and rsync still freezes immediately when running it to connect to a remote system either sending or receiving.
Compounding the issue is all the dangling threads that I can't kill from within cygwin, have to use taskman. Thanks for any help, Joel On 8/6/07, Joel Harrison <[EMAIL PROTECTED]> wrote: > 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 > [EMAIL PROTECTED]: > 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 > [EMAIL PROTECTED]: > 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 < [EMAIL PROTECTED]> > > To: cygwin@cygwin.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 <[EMAIL PROTECTED]> > > To: cygwin@cygwin.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/