From owner-freebsd-isp Sat May 25 09:54:29 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA02297 for isp-outgoing; Sat, 25 May 1996 09:54:29 -0700 (PDT) Received: from zit1.zit.th-darmstadt.de (root@zit1.zit.th-darmstadt.de [130.83.63.20]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA02291 for ; Sat, 25 May 1996 09:54:24 -0700 (PDT) Received: from [130.83.63.13] (apfel.zit.th-darmstadt.de [130.83.63.13]) by zit1.zit.th-darmstadt.de (8.7.5/8.6.9) with ESMTP id SAA13794; Sat, 25 May 1996 18:53:44 +0200 (MET DST) X-Sender: michael@zit1.zit.th-darmstadt.de Message-Id: In-Reply-To: <199605251528.IAA19761@GndRsh.aac.dev.com> References: from Michael Beckmann at "May 25, 96 12:24:32 pm" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 25 May 1996 18:53:39 +0200 To: "Rodney W. Grimes" From: Michael Beckmann Subject: Re: wu-ftpd and tar Cc: isp@FreeBSD.ORG Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >For anonymous users things are tricker since they will be chrooted to >~ftp and they will need statically linked versions of gzip, tar and compress >placed in ~ftp/usr/bin. You should be able to just copy /usr/bin/{gzip,tar} >into ~ftp/usr/bin as those files are statically linked in the standard FreeBSD >distributions. OK, I have followed your suggestion and setup everything for /usr/bin, instead of /bin . >> The respective binaries are in their place. > >Are they in there place inside the ~ftp hierarchy for anonymous users? Yes, I copied them there from /usr/bin . >Does it work okay for real logins, and fail for anoymous users, or vice-versa? It works neither way. I thought it were a problem with the options for ftpd in inetd.conf . I hadn't set the -a flag. But now I have (and killed -HUP the inetd), and it still doesn't work. /etc/inetd.conf : ftp stream tcp nowait root /usr/local/libexec/ftpd ftpd -a Michael