From owner-freebsd-questions Sun Jul 27 09:31:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA11648 for questions-outgoing; Sun, 27 Jul 1997 09:31:09 -0700 (PDT) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA11640 for ; Sun, 27 Jul 1997 09:31:05 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.5/8.8.5) with SMTP id MAA27788; Sun, 27 Jul 1997 12:31:19 -0400 (EDT) Date: Sun, 27 Jul 1997 12:31:19 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Annelise Anderson cc: freebsd-questions@FreeBSD.ORG Subject: Re: wu-ftpd doesn't tar or compress In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It's been a while since I set this up, but I recall at some point I had to make statically-linked version of tar, gzip, et al... I think ls is static by default, does that work? You can go into /usr/src and find tar and gzip and in the makefile add -STATIC to LDFLAGS. After you make, copy those into the ~ftp/bin directory. Hope that helps, Charles On Sat, 26 Jul 1997, Annelise Anderson wrote: > I installed the wu-ftpd port (2.2.2-RELEASE) and it runs from > inetd with the -i, -l, and -a switches. It is logging to xferlog. > In ftp/bin I have ls, tar, gzip, and compress, all owned root:ftp > with 111 permissions. The directories in ftp are 555. > > In pub I have a directory called junk with some junk files in it, > but when I log in to the server and type get junk.tar.gz or > get junk.tar.Z it says "No such file or directory." > > ftpaccess and ftpconversions are in /usr/local/etc; I have not > modified them. > > There's a statement somewhere that gnu tar is required....is the > FreeBSD tar gnu tar? > > What else might I have to do? I don't have a password file in > ftp/etc because I'm just setting this up for anonymous ftp, not > for specific users. > > Thanks-- > > Annelise >