HP-UX 11i and largefiles on rsync 2.6.2

Wayne Davison wayned at samba.org
Wed Jul 28 10:44:54 GMT 2004


On Wed, Jul 28, 2004 at 02:06:45AM -0500, John Van Essen wrote:
> Wayne - why is the "write failed" message not being displayed?

A local-to-local transfer treats the sending side as the client, so
that's the only side that lets output messages.  My guess is that the
error message from the receiver didn't make it through the generator to
the sender before the sender noticed that the receiver closed down (via
a write-error on the pipe).  It may be possible to get the client sender
to read all the data on the incoming pipe/socket (discarding everything
but errors) when it abnormally terminates.

..wayne..


More information about the rsync mailing list