Hello,

I checked the file and the disable = no was not in it.  So does this
mean even though I turned in on in the services start/stop application
that it does not set it correctly?  I guess I will have to check and
make sure it turned off those I didn't want running.

Sunday, January 28, 2001, 2:48:47 PM, you wrote:

QQ> Robin Cook <[EMAIL PROTECTED]> wrote:
>> Hello,
>> 
>> Ok Xinetd is running but when I try to connect to the computer via ftp
>> from another computer it doesn't start.  Here is the message in the
>> messages log file.
>> 
>> xinetd[1677]: execv( /usr/sbin/in.ftpd ) failed: bad address (errno =
>> 14)
>> 
QQ> Is the service started?

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

-- 
Best regards,
 Robin                            mailto:[EMAIL PROTECTED]



Reply via email to