Date: Mon, 31 Aug 1998 18:01:28 -0500 (CDT) From: Chris <chrisj@outcast.media-net.net> To: Scott <scott@SchematiX.net> Cc: Ian Huang <ihuang@mynet.ml.org>, freebsd-stable@FreeBSD.ORG Subject: Re: wuftp Message-ID: <Pine.BSF.3.96.980831175717.1674A-100000@outcast.media-net.net> In-Reply-To: <Pine.BSF.4.02A.9808311540430.8236-100000@SchematiX.net>
next in thread | previous in thread | raw e-mail | index | archive | help
with this entry in inetd.conf ftp stream tcp nowait root /usr/libexec/ftpd ftpd -a -l -l and this enty for logging in the ftpaccess file log commands real log transfers anonymous,real inbound,outbound a kill -HUP `cat /var/run/inetd.pid` this is what is returned from the ftpd when someone tries to log in /home/chrisj> ftp outcast.media-net.net Connected to outcast.media-net.net. ftpd: invalid address for -a ftp> ls Not connected. ftp> bye /home/chrisj> On Mon, 31 Aug 1998, Scott wrote: > well that did it...all that time :) > > On Mon, 31 Aug 1998, Ian Huang wrote: > > > You also have to add the '-a' option to the line in inetd.conf. According > > to the man page: > > > > If the -a option is specified, the use of the ftpaccess(5) > > configuration file is enabled. > > > > > > -- > > Ian Huang ihuang@mynet.ml.org > > > > On Mon, 31 Aug 1998, Ian Huang wrote: > > > > > Check to see if you have these lines in your /usr/local/etc/ftpaccess. > > > Check the man page for more infomation on the 'log' option. > > > > > > log commands real,anonymous,guest > > > log transfers anonymous,real,guest inbound,outbound > > > > > > -- > > > Ian Huang ihuang@mynet.ml.org > > > > > > On Sun, 30 Aug 1998, Scott wrote: > > > > > > > I am having the exact same problems. I even spent 12 hours yesterday > > > > investigating any problems but i was unable to find anything. I have > > > > recompiled wu-ftpd several times and installed the binary from the ports, > > > > without success. The system worked fine when i was using 2.2.6-R but since > > > > i moved to -stable, it hasn't been working. > > > > > > > > On Sun, 30 Aug 1998, Chris wrote: > > > > > > > > > after installing wu_ftpd today i've noticed that the logging doesn't seem > > > > > to be working. i've started the ftpd from inetd.conf with the -l -l > > > > > options and restarted with no luck. Also the ftpwho command isn't showing > > > > > people as logged in when i know poeple are. Have i missed an option that > > > > > must be specifed in inetd? I've tried the -a option that is mentioned in > > > > > the INSTALL file, but with this option all login attempts fail and show a > > > > > error of -a illegle address. > > > > > > > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > chris > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980831175717.1674A-100000>