I'm not exactly sure what I changed, but now the behavior is different ...
after I enter my password, i get this error:

unexpected EOF in read_timeout

and thats it.  While I was playing, and rsync was still hanging, I added
--status and --progress to the options list.  A counter would scroll by
really fast and next to it (0%) would appear, but never increment.  

Any further help would be appreciated.. !  ;-)

-e


On Fri, 1 Dec 2000, Dave Dykstra wrote:

> 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