At 12:00 -0700 1998-02-23, Bob Nielsen wrote: >With the hamm version of wu-ftpd (also wu-ftpd-academ), an anonymous user >gets nothing returned with the ls command: [snip] >Am I missing something here?
The hamm wu-ftpd and wu-ftpd-academ packages have a script that configures anonymous FTP, this includes copying system libraries and a few binaries (since anonymous FTP runs in a chroot "jail"), the problem is that the binaries are linked with libc6, but 'addftpuser'(the script) copies libc5 and the libc5 ld.so to /home/ftp/lib. I have filed a bug, and hopefully, the maintainer will fix it soon. For reference, here's a listing of /home/ftp/lib (I manually copied the libs and symlinks) on my system. << total 793 -r-xr-xr-x 1 root root 161959 Jan 21 10:30 ld-2.0.6.so* lrwxrwxrwx 1 root root 11 Feb 17 11:32 ld-linux.so.2 -> ld-2.0.6.so* -rwxr-xr-x 1 root root 643772 Jan 21 10:31 libc-2.0.6.so* lrwxrwxrwx 1 root root 13 Feb 17 11:32 libc.so.6 -> libc-2.0.6.so* >> -- Joel "Espy" Klecker Debian GNU/Linux Developer <mailto:[EMAIL PROTECTED]> <http://www.espy.org/> <ftp://ftp.espy.org/pub/> Non-cooperation with evil is as much a duty as cooperation with good. -- Mohandas Ghandi -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .