> And here's the mkslesroot script run with debug. I got a couple of rsync > broken pipe msgs at the bottom that I don't get when doing the ISO mounts. ... > + rsync -HlogptrS sp3-9/CD1/s390x . > rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown": Broken > pipe > rsync error: error in rsync protocol data stream (code 12) at io.c(836)
I googled this error message and found http://www.mail-archive.com/[email protected]/msg15618.html Specifically: I also had the same problem ocurring randomly on large file transfers between an IDE disk and a disk attached via USB2.0 using RedHat FC4 and rsync version 2.6.4 protocol version 29. Error messages are: "rsync: writefd_unbuffered failed to write 4 bytes: phase "unknown" [sender]: Broken pipe (32) rsync error: timeout in data send/receive (code 30) at io.c(181) rsync: connection unexpectedly closed (241914 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(420)" I found by limiting the bandwidth and setting a large timeout that the problem/symptoms went away. ie I added the following switches: --bwlimit=8192 --timeout=600 Note this did not happen on smaller files at all, and would not happen on the same file when I was transferring large ones. Anyway hope that helps some. Perhaps you can try adding "--bwlimit=8192 --timeout=600" to all the rsync calls and see if that resolves the problem? "Mike MacIsaac" <[EMAIL PROTECTED]> (845) 433-7061 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
