I have LM 7.2 beta 3, running wu-ftpd-2.6.1-7mdk and xinetd
2.1.8.9pre12-2mdk. When I connect to the machine with FTP, it takes several
seconds for the connection to finally be set up. Once connected, it's very
fast. On a previous incarnation of the machine running LM6.2, FTP would
connect almost instantly across my LAN. Any ideas on why the connection now
takes so long to establish? Here's my xinetd.d/wu-ftpd file:

service ftp
{
        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
}


-Pete


Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to