Lanc� par xinetd, je ne vois rien se passer

[/etc/xinetd.d]# cat tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
#       protocol.  The tftp protocol is often used to boot diskless \
#       workstations, download configuration files to network-aware printers, \
#       and to start the installation process for some operating systems.
service tftp
{
        disable = no
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -csl /home/hlr
}

Sur un mancement manuel de "in.tftpd -csl /home/hlr"
j'obtiens:
Feb 19 15:52:53 bcv66vbb tftpd[15267]: recvfrom: Socket operation on non-socket


Y-a-t-il des utilisateurs avertis de TFTP ?


Vous souhaitez acquerir votre Pack ou des Services MandrakeSoft?
Rendez-vous sur "http://www.mandrakestore.com";

Répondre à