DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs

samba-bugs at samba.org samba-bugs at samba.org
Thu Oct 2 17:46:08 GMT 2008


https://bugzilla.samba.org/show_bug.cgi?id=2208


tony3 at garlandconsulting.us changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony3 at garlandconsulting.us




------- Comment #12 from tony3 at garlandconsulting.us  2008-10-02 12:46 CST -------
The --bwlimit work-around did not fix the problem for me. Instead, I found this
page:

http://marc-abramowitz.com/archives/2007/10/14/solving-rsync-hangs-with-cygwin/ 

which described running rsync on the client against a TCP daemon service
(rather than over ssh) which solved the problem for me. After setting up an
rsyncd.conf file and installing the rsyncd daemon as a service on the remote
machine:

cygrunsrv --install "rsyncd" --path /usr/bin/rsync --args "--daemon
--no-detach"
  --desc "Starts a rsync daemon for accepting incoming rsync connections"
  --disp "Rsync Daemon" --type auto

it worked without a hitch and is no longer stalling on large files.


-- 
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.


More information about the rsync mailing list