Re: rsync over ssh hang on error

2013-08-16 Thread Volker Kuhlmann
On Sat 17 Aug 2013 13:20:12 NZST +1200, Justin Pryzby wrote: > I saw something similar on a solaris machine. Do you know what kind of > redirection of file descriptors is going on ? I worked around my > problem by using tempfiles rather than sophisticated redirections [0]. The script snippet is

Re: rsync over ssh hang on error

2013-08-16 Thread Justin Pryzby
I saw something similar on a solaris machine. Do you know what kind of redirection of file descriptors is going on ? I worked around my problem by using tempfiles rather than sophisticated redirections [0]. Justin [0] Something like this: x=` { $ssh -T "$host" zfs send &1` ssh -T and I have an

rsync over ssh hang on error

2013-08-16 Thread Volker Kuhlmann
I have an "interesting" problem that I didn't think would ever happen... Using rsync over ssh to mirror a local directory on a remote host. On the remote host the disk becomes full during the rsync run. What I find then is an ssh process on the remote host with no child processes, i.e. the remote