Re: Fwd: Re: need help with an rsync patch

2013-08-16 Thread Sherin A
On Thursday 15 August 2013 01:25 AM, Kevin Korb wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It works if you use --fake-super on the side that isn't super. That is the only side that needs it: asylum# id kmk uid=12313(kmk) gid=100(users) groups=100(users),10(wheel),16(cron),35(games) a

[Bug 10092] New: Hang when remote dest's disk is full

2013-08-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=10092 Summary: Hang when remote dest's disk is full Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component

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