Clients fail to PXE boot using in.tftpd
This document (7016638) is provided subject to the disclaimer at the end of this document.
Environment
Situation
susemanager:~ # cobbler sync
[...]
generating /etc/xinetd.d/tftp
[...]
*** TASK COMPLETE ***
Resolution
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: 1to
manage_tftpd: 0save the settings and restart cobblerd (rccobblerd restart).
This will prevent any changes to the existing tftpd configuration in /etc/xinetd.d/tftp.
Cause
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
For questions or concerns with the SUSE Knowledgebase please contact: tidfeedback[at]suse.com