Anthony Locascio on Mon, 8 Jul 2002 22:49:26 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] wu-ftpd questions...




Paul wrote:

OK, I just installed the updated wu-ftp RPM from Red Hat. Then, I restarted xinetd. "ftp localhost" worked for me.

cat /etc/xinetd.d/wu-ftpd
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It uses \
#    normal, unencrypted usernames and passwords for authentication.
service ftp
{
   disable    = no
   socket_type        = stream
   wait            = no
   user            = root
   server            = /usr/sbin/in.ftpd
   server_args        = -l -a
   log_on_success        += DURATION USERID
   log_on_failure        += USERID
   nice            = 10
}

ok, I made that file above my /etc/xinetd.d/wu-ftpd file. Still doesnt work, maybe I am shutting down xientd wrong? I am using.....

killall -HUP xinetd

It goes through, so I am ASSUMING that it means that the xinetd deamon has been restarted.

ftp local host did not work for me

ps ax | grep ftp     yeilded nothing
ps ax | grep wu-ftpd     yeilded nothing
ps ax | grep ftpd        again, nothing



There has to be something I am doing wrong lol





______________________________________________________________________
Philadelphia Linux Users Group       -      http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion  -  http://lists.phillylinux.org/mail/listinfo/plug





______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug