Nelson Bartley wrote: > > I'm trying to do a basic rsync of the sunet cooker mirror, and rsync is > generating the following errors: > > Failed to exec rsh : No such file or directory > rsync error: error in IPC code (code 14) at util.c(162) > rsync: connection unexpectedly closed (0 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(151)
If installing a local rsh does not fix the problem, the message is referring to the remote site not having rsh. This means the remote site has not been set up for access by rsync. rsync runs cooperating processes at both sites, both ends of the link. -- Ron. [au]
