Cygwin rsync to RH rsync server

Jason Staudenmayer jasons at adventureaquarium.com
Thu Jun 15 14:04:18 GMT 2006


I have tried every version I could find of rsync for cygwin and I get
the same issue. I'm connecting over a switched 100MB Ethernet on a
private network, so I don't believe the connection is being lost. I'm
not familiar with strace how does one go about using that?

Thanks

Jason

PS I can get the module list fine but once I move into a module to get
the file list I get the list and then it dumps like before.

-----Original Message-----
From: Matt McCutchen [mailto:hashproduct at gmail.com] On Behalf Of Matt
McCutchen
Sent: Wednesday, June 14, 2006 9:47 PM
To: Jason Staudenmayer
Cc: rsync at lists.samba.org
Subject: Re: Cygwin rsync to RH rsync server


On Wed, 2006-06-14 at 12:58 -0400, Jason Staudenmayer wrote:
> C:\rsync-min>rsync -av 10.0.0.205::test/* ./backup
> 
> receiving file list ... done
> rsync: connection unexpectedly closed (71 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at
io.c(139)
> rsync error: received SIGUSR1 or SIGINT (code 20) at main.c(779)
> 
> 2006/06/14 12:36:52 [31282] rsync on test/* from 10.0.2.137
(10.0.2.137)
> 2006/06/14 16:37:32 [31282] rsync: read error: Connection reset by
peer
> (104)
> 2006/06/14 16:37:32 [31282] rsync error: error in rsync protocol data
> stream (code 12) at io.c(584)

It looks like the network connection dropped, and that is likely to be
out of rsync's control.  See #3 on http://rsync.samba.org/issues.html
for suggestions about what to try.  In particular, you might want to
upgrade the receiving rsync and strace both sides.

Matt



More information about the rsync mailing list