[EMAIL PROTECTED] wrote:
> 
> Norm,
> 
> Show me your /etc/xinetd.d/tftp file.  It seems that it
> is clearly wrong, if it is using TCP instead of UDP.
> 
> This has NOTHING to do with your /etc/services file.
> 
> Jim McQuillan
> [EMAIL PROTECTED]
> 
Jim

This is my complete /etc/xinetd.d/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
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /tftpboot
        disable                 = no
}


norm

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to