<quote who="Matt Fair">

> And an rsync from debian to redhat results in:
> Failed to exec rsh : No such file or directory
> unexpected EOF in read_timeout

rsync is trying to execute rsh on the redhat machine(the server)
but is unable to because rsh does not exist in the $PATH on
the remote system.

install rsh on it, or better yet, use rsync over ssh(rsync -e ssh)

nate



Reply via email to