From owner-freebsd-isp Sun Feb 13 14:16:45 2000 Delivered-To: freebsd-isp@freebsd.org Received: from mail.knight-trosoft.com (mail.knight-trosoft.com [209.180.70.2]) by builder.freebsd.org (Postfix) with ESMTP id 72CE13ED1 for ; Sun, 13 Feb 2000 14:16:41 -0800 (PST) Received: (from root@localhost) by mail.knight-trosoft.com (8.9.3/8.9.3) id QAA66139; Sun, 13 Feb 2000 16:16:46 -0600 (CST) (envelope-from johnp) Date: Sun, 13 Feb 2000 16:16:46 -0600 (CST) From: John Prince Message-Id: <200002132216.QAA66139@mail.knight-trosoft.com> To: freebsd-isp@FreeBSD.ORG, jahanur@jjsoft.com Subject: Re: Rsh not working. In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 > 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