From owner-freebsd-isp Tue Nov 4 13:24:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09147 for isp-outgoing; Tue, 4 Nov 1997 13:24:50 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from ravel.n2.net (dsmith@ravel.n2.net [207.113.132.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA09141 for ; Tue, 4 Nov 1997 13:24:47 -0800 (PST) (envelope-from dsmith@ravel.n2.net) Received: (from dsmith@localhost) by ravel.n2.net (8.8.6/8.8.6) id NAA09007; Tue, 4 Nov 1997 13:24:41 -0800 (PST) From: Dave Smith Message-Id: <199711042124.NAA09007@ravel.n2.net> Subject: Re: Fw: rdist Alternatives In-Reply-To: <01bce94a$976a2960$65df8bcd@is01.vafibre.com> from John Brown at "Nov 4, 97 12:53:43 pm" To: jbrown@vafibre.com (John Brown) Date: Tue, 4 Nov 1997 13:24:41 -0800 (PST) Cc: freebsd-isp@freebsd.org X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I have been working for a couple of weeks now to get rdist to work and have > been very unsuccessful. > > So now on to the next option. I need to duplicate my password db to my > secondary radius server. Are there other utilities that I can use to make > this happen? > > rdist info -- In case someone is interested. I started with a 2.1.x box and > was able to get it to transfer files from this machine to a 2.2.2 box but > could never get it going the other way. So being the smart individual that I > am I upgrade the 2.1.x box to 2.2.5 now -- well you guessed it...Now it > doesn't work either way. When running with the debug flag it appears to bomb > at the first rsh that is executed with a 'permission denied' at this point I > have checked everything that I can think of and am at a loss. rlogin will > work both way's but rsh and rcp AND rdist will not. (all die with the same > message 'Permission Denied'). Nothing in the messages log, NOTHING > AAAAAARRRRRRRGGGGGHHHH!!! > > God I Love Unix!!! ;) Are you trying to do this from the "root" account? If you have "root" remote login disabled, the system is not going to let you use an rsh command such as rdist with the root account. If you can't rlogin to the other system as root, this is probably the problem. Most FreeBSD systems have remote login as root disabled for obvious security reasons. I believe it is that way be default on most later versions of FreeBSD. Dave dsmith@n2.net