From owner-freebsd-isp Mon Jul 22 12:27:31 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA28985 for isp-outgoing; Mon, 22 Jul 1996 12:27:31 -0700 (PDT) Received: from mail.multinet.net (helix.multinet.net [204.138.173.21]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA28972 for ; Mon, 22 Jul 1996 12:27:25 -0700 (PDT) Received: from help.multinet.net (help.multinet.net [204.191.112.5]) by mail.multinet.net (8.6.11/8.6.11) with SMTP id TAA24033 for ; Mon, 22 Jul 1996 19:22:26 GMT Message-Id: <199607221922.TAA24033@mail.multinet.net> X-Sender: admin@multinet.net X-Mailer: Windows Eudora Version 1.4.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 21 Jul 1996 13:36:30 -0400 To: freebsd-isp@freebsd.org From: admin@mail.multinet.net (graydon hoare) Subject: Broken statically linked ls problem Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. I have installed beta-11 of wu_ftpd 2.4 academ, and am attempting to convince it to give directory listings to my anonymous logins. I have read that this problem is due primarily to the chroot that ftpd does, so I did: make -D NOSHARED and ls came out some hundred and sixty K. ldd ls says it is not a dynamic binary, and it runs fine as /ftp/bin/ls from any login shell, but when it's accessed through the ftpd I still get no directory listings. Any suggestions as to what ELSE I might be doing wrong? It's not a permissions problem cause if you know the pathnames you can read and write properly based on the permissions I set up. ftpdaccess doesn't seem to have any fields that specify who gets to read directories or not, I can't figure what else it could be. Maybe I didn't specify enough fancy footwork during the make of ls -- are there any other flags that are relevant here? thanks -graydon