rsync hanging on Cygwin

2004-05-14 Thread tim.moss
I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 Server There's a 2MB link between them and I'm using SSH setup for a passwordless connection rsync hangs part way through transfers and when run again hangs at the same place in the same files with no explanation no matter

Re: rsync fails with 2 sources

2004-05-14 Thread Andreas Ley
Hi! I seem to have a similar problem. I checked different versions and options, and it seems to happen when the server version is = 2.6.1 - there's no problem with 2.6.0. The client version doesn't matter. The --delete option is required to show the bug. The two directories may well be uptodate

Re: rsync hanging on Cygwin

2004-05-14 Thread Dan Pritts
On Fri, May 14, 2004 at 12:47:15PM +0100, [EMAIL PROTECTED] wrote: I'm trying to use rsync under Cygwin on 2 machines running Windows 2000 Server There's a 2MB link between them and I'm using SSH setup for a passwordless connection rsync hangs part way through transfers and when run again

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Which version of rsync, AND which version of Cygwin, that you run is VERY crucial. Rsync itself wasn't actually the source of the hang bugs under Cygwin, the cygwin1.dll file was, from my understanding. Either way, if you upgrade both Cygwin and Rsync to the latest versions, your problem

Re: rsync hanging on Cygwin

2004-05-14 Thread Jim Salter
Slight clarification: When I said latest version of rsync, I did NOT mean the latest binary packaged with cygwin, I meant the latest source version, which you can compile yourself under cygwin (if you've installed gcc, ming, and make) or you can use the pre-compiled binaries now available at

RE: rsync hanging on Cygwin

2004-05-14 Thread Tim Moss
Thanks for the advice Jim. I'd already upgraded Cygwin to the latest cygwin1.dll and that did indeed fix one known hang as described at http://rsync.samba.org but hasn't got rid of the one I'm experiencing. I was hoping some of the info I sent in below might help track the issue down... Will

RE: rsync hanging on Cygwin

2004-05-14 Thread tim.moss
Thanks for the advice Jim. I'd already upgraded Cygwin to the latest cygwin1.dll and that did indeed fix one known hang as described at http://rsync.samba.org but hasn't got rid of the one I'm experiencing. I was hoping some of the info I sent in below might help track the issue down... Will

Re: rsync fails with 2 sources

2004-05-14 Thread Wayne Davison
On Fri, May 14, 2004 at 04:56:47PM +0200, Andreas Ley wrote: I get a SEGFAULT. I haven't been able to duplicate the crash you two are seeing, so if either of you can send me a backtrace of the crash (either from a core dump or by doing some creative gdb attaching), I'd appreciate it. ..wayne..

Re: Would this patch be useful...

2004-05-14 Thread Wayne Davison
On Tue, May 11, 2004 at 11:41:02AM -0400, John Taylor wrote: I am considering a patch that would exclude compressing a given list of file extensions when the -z option is used. Well, since the daemon code has this, it makes sense to at least consider adding this to the normal remote-shell code.

Re: Would this patch be useful...

2004-05-14 Thread Chuck Wolber
On Fri, 14 May 2004, Wayne Davison wrote: On Tue, May 11, 2004 at 11:41:02AM -0400, John Taylor wrote: I am considering a patch that would exclude compressing a given list of file extensions when the -z option is used. Well, since the daemon code has this, it makes sense to at least