[Bug 5478] rsync: writefd_unbuffered failed to write 4092 bytes [sender]: Broken pipe (32)

samba-bugs at samba.org samba-bugs at samba.org
Tue Oct 23 05:24:53 MDT 2012


https://bugzilla.samba.org/show_bug.cgi?id=5478

--- Comment #24 from Loïc Gomez <samba-bugz at kyoshiro.org> 2012-10-23 11:24:52 UTC ---
I also had the same issue and it was(In reply to comment #11)
> I need to change my answer here. The files that cause it to choke are larger
> than most, so I would have to say that as a general observation the files that
> fail are large(r). Not huge, but large.
> 
> I also need to correct my earlier statement/thinking. While the process did
> fail on the same file on consecutive runs, leading me to believe that the
> content of the file was causing the problem, I've determined that this is not
> always the case. Subsequent runs have transferred these files successfully, so
> it's not the content of the data that's a problem

I ran into a similar issue recently while transferring large files (>40GB).
After a few tests, it seems - in my case at least - to be related to the
delta-xfer algorithm. The bug does not happen anymore with the -W option.

I don't know if this will resolve your issue, but you can also try looking into
these options : --no-checksum --no-compress --blocking-io. These were not the
source of my problems, but the functions they're related to might rise a
network timeout.

I hope it helps, anyways, good luck solving your issue.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list