Date: Sun, 13 Feb 2000 16:16:46 -0600 (CST) From: John Prince <johnp@knight-trosoft.com> To: freebsd-isp@FreeBSD.ORG, jahanur@jjsoft.com Subject: Re: Rsh not working. Message-ID: <200002132216.QAA66139@mail.knight-trosoft.com> In-Reply-To: <Pine.BSF.3.96.1000213151420.8693A-100000@ns2.jjsoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello.. Any of the following should work.. You must be root or sudo, etc.. killall -1 inetd kill -1 `cat /var/run/inetd.pid` cat /var/run/inetd.pid |xargs kill -1 Good Luck.. --john > From owner-freebsd-isp@FreeBSD.ORG Sun Feb 13 15:22:44 2000 > Date: Sun, 13 Feb 2000 15:19:26 -0600 (CST) > From: Jahanur R Subedar <jahanur@jjsoft.com> > To: freebsd-isp@FreeBSD.ORG > Subject: Rsh not working. > > > Hi Folks, > > I am trying to use the rcp command to copy files between two different > systems under same domain. > This is what my steps are: > 1) Edited the hosts.equiv > 2) Edited the .rhosts file. > I do have the same password in both machines. > When ever I try to do rsh to any of the machine, it asks for the password. > I have unmarked the line inetd to use the rshd. > Do I need to reboot the system. > Or please hint. > > Jahanur R Subedar > WWW.JJSOFT.COM > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002132216.QAA66139>