make sure /etc/xinetd.conf has ftp enabled and if you use inetd.conf make sure it is enabled there and points to proftpd.
P.S. and then you must restart xinetd or inetd use this
/etc/rc.d/init.d/xinetd reload
or
kill -SIGUSR1 `cat /var/run/xinetd.pid`
in the case of inetd
kill -1 `cat /var/run/inetd.pid`
Last edited by neo77777; 06-18-2003 at 12:11 AM.
|