Rsync will recieve the file list, and discover the files to consider, and then stalls out on the first actual file transfered. 0 bytes 0kB/s. On the recieving server, the DLGDiagv504f.exe file is named .dlgdiagv504.f.exe.7dd0oa and is only 512 kb. The rsync process still runs after this, like it's in an idle mode. It's not just this file, its been a number of different files. Permissions seem correct on both servers. Im using the latest cygwin build of rsync. Using this command: rsync -av --progress --delete --exclude-from=exclude.list pullserver:/cygdrive/p/ /cygdrive/p/ pulling via ssh. -------------- next part -------------- HTML attachment scrubbed and removed
On 9/4/07, Jonathan Hurd <texasjhurd@yahoo.com> wrote:> Rsync will recieve the file list, and discover the files to consider, and > then stalls out on the first actual file transfered.This is a well-known problem caused by bugginess in the Cygwin pipe/socket code. It is being tracked in this rsync bug report: https://bugzilla.samba.org/show_bug.cgi?id=2208 As a workaround, try setting a --bwlimit as described in the bug report. Matt
Thanks Matt, Ok well I tried setting the bwlimit, wasnt sure what to set it to. Tried high 800's down to 50kb\s. No Luck. The weird thing is how this worked but a day ago perfectly fine. This is over a WAN, and this is a pretty good backbone between the two sites. Is there some sort of cache I need to clear...? ----- Original Message ---- From: Matt McCutchen <hashproduct+rsync@gmail.com> To: Jonathan Hurd <texasjhurd@yahoo.com> Cc: rsync@lists.samba.org Sent: Tuesday, September 4, 2007 1:35:07 PM Subject: Re: (CYGWIN) Rsync Stalling Upon first file transfer. On 9/4/07, Jonathan Hurd <texasjhurd@yahoo.com> wrote:> Rsync will recieve the file list, and discover the files to consider, and > then stalls out on the first actual file transfered.This is a well-known problem caused by bugginess in the Cygwin pipe/socket code. It is being tracked in this rsync bug report: https://bugzilla.samba.org/show_bug.cgi?id=2208 As a workaround, try setting a --bwlimit as described in the bug report. Matt -------------- next part -------------- HTML attachment scrubbed and removed
Problem: http://cygwin.com/ml/cygwin/2006-04/msg00792.html Explained: http://cygwin.com/ml/cygwin/2006-04/msg00835.html This is the exact same problem that I'm experiencing, but couldn't find a fix for it... Anyone? To: rsync@lists.samba.org Sent: Tuesday, September 4, 2007 10:16:44 AM Subject: (CYGWIN) Rsync Stalling Upon first file transfer. Rsync will recieve the file list, and discover the files to consider, and then stalls out on the first actual file transfered. 0 bytes 0kB/s. On the recieving server, the DLGDiagv504f.exe file is named .dlgdiagv504.f.exe.7dd0oa and is only 512 kb. The rsync process still runs after this, like it's in an idle mode. It's not just this file, its been a number of different files. Permissions seem correct on both servers. Im using the latest cygwin build of rsync. Using this command: rsync -av --progress --delete --exclude-from=exclude.list pullserver:/cygdrive/p/ /cygdrive/p/ pulling via ssh. -------------- next part -------------- HTML attachment scrubbed and removed