Problems while transferring big files

Matt McCutchen matt at mattmccutchen.net
Mon Mar 9 16:51:12 GMT 2009


On Mon, 2009-03-09 at 17:18 +0100, Boniforti Flavio wrote:
> Sorry, this should be the piece of information missing:
> 
> Read from remote host remotehost.com: Connection timed out
> 
> rsync: connection unexpectedly closed (236230676 bytes received so far)
> [receiver] rsync error: error in rsync protocol data stream (code 12) at
> io.c(600) [receiver=3.0.5]
> rsync: connection unexpectedly closed (488 bytes received so far)
> [generator] rsync error: error in rsync protocol data stream (code 12)
> at io.c(600) [generator=3.0.5]

All right, so it's a timeout.  That means either the rsync protocol
deadlocked (which would constitute a bug) or the network lost data.  To
determine which, please run all three rsync processes under strace (see
http://rsync.samba.org/issues.html for some hints) and send the last few
lines of each process's strace.

-- 
Matt



More information about the rsync mailing list