Excellent!  Thanks!  You solved my problem, maybe I can solve yours.  If
you have root access on the remote server, try linking from /usr/bin/rsync
to /usr/local/bin/rsync.  Here's the command:

ln -s /usr/local/bin/rsync /usr/bin/rsync

Now, can someone tell us why the remote shell isn't seeing /usr/local/bin?
 As far as I can tell, it's in the path.

Thanks again!

Bob


[EMAIL PROTECTED] writes:
>I just got done dealing with this problem.
>It was solved for me using the 
>
>--rsync-path=/usr/local/bin/rsync 
>
>flag, specifying the remote location of rsync.
>It be great if someone knew how to avoid using
>this parameter.
>
>cheers,
>Dave
>
>----- Original Message ----- 
>From: "Bob Foster" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, May 17, 2001 4:47 PM
>Subject: rsync fails
>
>
>> Hi,
>> 
>> When I rsync to one of my servers, after I enter the password, I get the
>> following:
>> 
>> bash: rsync: command not found
>> unexpected EOF in read_timeout
>> 
>> I can ssh to and from this server.  I can rsync from it.  Any ideas?
>> 
>> Thanks!
>> 
>> Bob Foster
>> 
>> 
>



Reply via email to