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 -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html