Re: rsync: connection unexpectedly closed

2016-10-15 Thread Kip Warner
On Sat, 2016-10-15 at 19:54 -0700, Kip Warner wrote: > ...and apparently the second rsync server side process is > actually > still performing reads and writes more than an hour after the > connection died... > > ... > read(1, > "\337\363\356\1^\26L\316\17\31izD\254\27\346\267\

Re: rsync: connection unexpectedly closed

2016-10-15 Thread Kip Warner
On Thu, 2016-10-13 at 20:08 -0400, Kevin Korb wrote: > I don't remember whether or not you said you were running rsync over > ssh but if you are you can also debug the ssh layer.  You can even do > it at both ends > > On the server run a debugging sshd on an alternate port with: > /usr/sbin/ss

Re: rsync: connection unexpectedly closed

2016-10-15 Thread Kip Warner
On Thu, 2016-10-13 at 20:08 -0400, Kevin Korb wrote: > I don't remember whether or not you said you were running rsync over > ssh but if you are you can also debug the ssh layer.  You can even do > it at both ends Yes, I'm doing this over an SSH tunnel. > On the server run a debugging sshd on