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
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
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