"Albert E. Whale" wrote:
> 
> I'm creating a SIMPLE Rdist routine to update two DNS Masters.  They
> both are identically patched RedHat 5.2 (Linux 2.2.4 kernels) servers.
> 
> However, rdist complains that it cannot find rdistd on the remote server
> with the simple command:
> 
> [root@access /root]# rdist -f /root/DNS.distfile
> access2.hky.com: updating host access2.hky.com
> access2.hky.com: LOCAL ERROR: Unexpected input from server: "bash:
> rdistd: command not found".
> access2.hky.com: updating of access2.hky.com finished
> [root@access /root]#
> 

IIRC, the Red Hat 5.2 rdistd is in /usr/sbin which is not in the PATH
set by rshd.

Try
        ln -s ../sbin/rdistd /usr/bin/rdistd

73 de Jeff

-- 
Jeff Johnson    ARS N3NPQ
[EMAIL PROTECTED] ([EMAIL PROTECTED])
Chapel Hill, NC

-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to