From owner-freebsd-isp Sat Jan 20 08:12:12 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA02969 for isp-outgoing; Sat, 20 Jan 1996 08:12:12 -0800 (PST) Received: from aebeard.technion.ac.il (aebeard.technion.ac.il [132.68.146.67]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA02841 Sat, 20 Jan 1996 08:11:30 -0800 (PST) Received: (from yuri@localhost) by aebeard.technion.ac.il (8.6.12/8.6.9) id SAA06897; Sat, 20 Jan 1996 18:12:01 +0200 Date: Sat, 20 Jan 1996 18:12:00 +0200 (IST) From: Yuri Gindin To: freebsd-isp@freebsd.org, freebsd-questions@freebsd.org Subject: wu-ftpd won't tar files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org Precedence: bulk Hello, I just compiled wu-ftpd from ports-current on my -stable system Everything works fine for anon-ftp, but it won't tar a files on the fly. The command "get file.tar.gz" gives: local: file.tar.gz remote: file.tar.gz 200 PORT command successful. 550 file.tar.gz: No such file OR directory. i installed ls, tar and gzip to ~ftp/bin with the following perms: drwx--x--x 2 0 wheel 512 Dec 28 14:47 bin drwx--x--x 2 0 wheel 512 Dec 27 18:07 etc drwxrwxrwt 2 0 wheel 512 Dec 27 18:32 incoming drwxr-xr-x 4 0 wheel 512 Jan 7 20:15 pub and in ~ftp/bin: -r-xr-xr-x 1 root wheel 16384 Dec 28 16:47 compress -r-xr-xr-x 1 root wheel 98304 Dec 28 16:46 gzip -r-xr-xr-x 1 root wheel 147456 Dec 28 16:29 ls -r-xr-xr-x 1 root wheel 229376 Dec 28 16:47 tar everything static. You can also see that it unable to get uid, instead of this gives a numbers, inspite of installation of the passwd file in ~ftp/etc. and also don't follows symbolic links, when trying to cd. lrwxr-xr-x 1 0 wheel 8 Jan 7 20:17 FreeBSD-stable -> /usr/src lrwxr-xr-x 1 0 wheel 14 Jan 7 20:17 ports -> /usr/src/ports ftp> cd ports 550 ports: No such file or directory. here are my config files: ftpconversions: :.Z: : :/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP What's wrong ? Any suggestions ? Thanks in advance . /-----------------------------------------------------------------\ | \\ Yuri Gindin http://www.xpert.com/~yuri | | \\ // || Home: +972-4-282475 | | \\ // ___ ___ ___||__ Work: +972-4-545259 | | \// / --\ / --\ / --||-- Internet | | //\ || \\// __/ || || S/W Development | | // \\ ||__//\\____ || \\__ Network Integration | | ==//===\\||======================= System Administration | \---------\||-------UNIX Systems LTD------------------------------/