samba-bugs@samba.org
2005-Feb-25 02:21 UTC
[Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208 ------- Additional Comments From bigjianman@hotmail.com 2005-02-24 19:09 ------- Hi guys My rSync hangs too, it's a cywin-rsync.. It's a little different, there is no error message The following is all that is shown: receiving file list ... done zTransfer/html/thumbs/12592.jpg zTransfer/html/thumbs/12593.jpg zTransfer/html/thumbs/12594.jpg <blah blah blah.. > zTransfer/html/thumbs/12596.jpg zTransfer/html/thumbs/12597.jpg Then it just hangs like this, nothing else happens. The rsync lasts around 10seconds I don't know what is going on, rsyncing to other hosts works fine, just this host is acting up. The host is in a LAN with me and connection is fine. Firewall is off, What else can be the problem? Any reply will be appreciated Thanks! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Feb-26 00:02 UTC
[Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208 ------- Additional Comments From wayned@samba.org 2005-02-25 16:58 ------- Has anyone tried commenting out HAVE_SOCKETPAIR from config.h to see if that is the problem? I mentioned somewhere that this seems to be the common case of failure -- it fails for a local transfer and for a transfer going through a remote shell, both of which use a socketpair() to communicate (unless HAVE_SOCKETPAIR is undefined, in which case a normal pipe() would be used). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Mar-19 02:41 UTC
[Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |LATER ------- Additional Comments From wayned@samba.org 2005-03-18 19:39 ------- I'm marking the cygwin hang bugs as "LATER" because this is a bug is in the cygwin pipe code, so it is outside rsync's control. We'll revisit this issue later after we hear that the cygwin code has been fixed. I wonder if specifying a --bwlimit might work around the problem by ensuring that the pipes can't fill up enough to deadlock. While we're waiting for a cygwin fix, give that a try. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Possibly Parallel Threads
- [Bug 2208] cygwin version of rsync sometimes hangs
- cygwin + rsync issue under Windows 7 x64
- DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs
- [Bug 2328] cygwin rsync hangs when initiated remotely after transfering some files
- macro feature tests in rsync code