From owner-freebsd-isp Thu Oct 30 06:18:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11000 for isp-outgoing; Thu, 30 Oct 1997 06:18:10 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from intra.vafibre.com ([205.139.223.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA10994 for ; Thu, 30 Oct 1997 06:18:07 -0800 (PST) (envelope-from jbrown@vafibre.com) Received: from is01 by intra.vafibre.com (Unoverica 2.11a) id 000007CF; Thu, 30 Oct 1997 09:18:37 -0500 From: "John Brown" To: Subject: Re: rdist Date: Thu, 30 Oct 1997 09:14:03 -0500 Message-ID: <01bce53e$1356a5f0$65df8bcd@is01.vafibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Now I believe that the problem lies in rsh not rdist. Going the opposite of the way that I want to go it works localserver.com << remoteserver.com but going the way I want it dies. localserver.com >> remoteserver.com Now I ran rdist as another user on both machines with the -D flag and found that as soon as the rsh command is invoked the permission denied is given. Now I can rsh from localserver to remoteserver with no problem. But on the successful rdist it attempts to do something with an stty command and that is where localserver.com is failing. If I try to run "rsh remoteserver.com stty" from localserver.com I get "permission denied" however going the other way It completes normally. I appreciate all the assistance that I have received. It has helped as I have gotten rdist to work. Just the WRONG WAY. Thanks again. John Brown