On Fri, Dec 01, 2000 at 01:41:53PM -0500, Ernie wrote:
> >  You can specify an explicit path to rsync on the client side with --rsync-path.
> 
> Oh, duh, i should have remembered that.  I did use the --rsync-path paramter
> with no success.

I presume by "no success" you mean that it still hung, right?  I would
think it should at least have had success finding the remote rsync.  The
rsync-path parameter is really a shell command for whatever login shell
you're using on the remote side so you may have some success debugging it
by using something like
    --rsync-path "set -x; /usr/local/bin/rsync"
or
    --rsync-path "strace -o /tmp/rsync.strace /usr/local/bin/rsync"
You can also turn on ssh debugging with
    -e "ssh -v"


> Hm.  I am running rsync 2.4.6, with OpenSSH 2.3.0p1.  Both boxes have this
> config, and are running linux:


- Dave Dykstra

Reply via email to