rsync: connection unexpectedly closed

Paul Slootman paul+rsync at wurtel.net
Thu Oct 13 05:51:32 UTC 2016


On Wed 12 Oct 2016, Kip Warner wrote:
> 
> I think the key insight was in the strace log which showed the select()
> call was timed out. If I knew what type of file descriptor it was being
> fed, I might have a clue. It might have been a socket or something on
> disk. I don't know.

You can use lsof -p $pid to show what files that process has opened.
On linux you can also use 'ls -l /proc/$pid/fd'.


Paul



More information about the rsync mailing list