On Wed, Oct 12, 2016 at 8:30 PM, Kip Warner <k...@thevertigo.com> wrote:

> I think the key insight was in the strace log which showed the
> select() call was timed out.


No, that's totally expected. While select() is waiting for I/O to arrive,
it returns to rsync every 60 seconds to allow it to decide if it wants to
continue waiting or do something else. You have to find the process that is
exiting first to discover why the connection is closing. This assumes that
it's not a network issue, where all of the programs get a closed-connection
error.
..wayne..
-- 
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

Reply via email to