*** 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.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to