[Bug 573975] Re: pxe image fails to boot: "Forbidden directory"
Thierry Carrez
thierry.carrez at ubuntu.com
Mon Sep 6 13:32:40 BST 2010
*** This bug is a duplicate of bug 531123 ***
https://bugs.launchpad.net/bugs/531123
Looking into it, in Karmic and before, tftpd was started with:
OPTIONS="-l -s /var/lib/tftpboot"
start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- $OPTIONS
And now it runs with:
TFTP_OPTIONS=""
start-stop-daemon --start --quiet --oknodo --exec ${DAEMON} -- --listen --user ${TFTP_USERNAME} --address ${TFTP_ADDRESS} ${TFTP_OPTIONS} ${TFTP_DIRECTORY}
So it lacks the "-s" (or "--secure") by default.
** Changed in: tftp-hpa (Ubuntu)
Importance: Low => Medium
** Changed in: tftp-hpa (Ubuntu)
Status: Incomplete => Confirmed
** This bug has been marked a duplicate of bug 531123
pxe boot with tftpd-hpa failed with error: Forbidden Directory
--
pxe image fails to boot: "Forbidden directory"
https://bugs.launchpad.net/bugs/573975
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.
More information about the Ubuntu-server-bugs
mailing list