SUSE Support

Here When You Need Us

Clients fail to PXE boot using in.tftpd

This document (7016638) is provided subject to the disclaimer at the end of this document.

Environment

SUSE Manager 2.1

Situation

When running tftp via /etc/xinetd.d/tftp instead of the preferred atftpd standalone daemon, clients fail to connect to the in.tftpd service. Changes to the config file are overwritten each time a cobber sync is executed:
susemanager:~ # cobbler sync
[...]
generating /etc/xinetd.d/tftp
[...]
*** TASK COMPLETE ***

Resolution

Edit /etc/cobbler/tftpd.template and remove the "-B 1380" and "-s" option. Resulting in:
susemanager:~ # cat /etc/cobbler/tftpd.template
# 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                    = $user
        server                  = $binary
#        server_args             = -B 1380 $args
        server_args             = -v /srv/tftpboot
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}

then run cobbler sync and restart xinetd.

As an alternate solution, edit /etc/cobbler/settings and change
manage_tftpd: 1
to
manage_tftpd: 0
save the settings and restart cobblerd (rccobblerd restart).
This will prevent any changes to the existing tftpd configuration in /etc/xinetd.d/tftp.


Cause

The options -B 1380 and -s are unknown to the in.tftpd binary.

Additional Information


Disclaimer

This Support Knowledgebase provides a valuable tool for SUSE customers and parties interested in our products and solutions to acquire information, ideas and learn from one another. Materials are provided for informational, personal or non-commercial use within your organization and are presented "AS IS" WITHOUT WARRANTY OF ANY KIND.

  • Document ID:7016638
  • Creation Date: 29-Jun-2015
  • Modified Date:03-Mar-2020
    • SUSE Manager

< Back to Support Search

For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com

SUSE Support Forums

Get your questions answered by experienced Sys Ops or interact with other SUSE community experts.

Support Resources

Learn how to get the most from the technical support you receive with your SUSE Subscription, Premium Support, Academic Program, or Partner Program.

Open an Incident

Open an incident with SUSE Technical Support, manage your subscriptions, download patches, or manage user access.