samba-bugs@samba.org
2008-Oct-02 17:46 UTC
DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs
https://bugzilla.samba.org/show_bug.cgi?id=2208
tony3@garlandconsulting.us changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony3@garlandconsulting.us
------- Comment #12 from tony3@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.
