TFTP Error after Lucid update
francois
francois.barillon at free.fr
Tue May 4 10:49:25 BST 2010
Le mardi 04 mai 2010 à 09:24 +0300, asmo.koskinen at arkki.info a écrit :
> > TFTP
> > PXE-T02: Forbidden directory
> > PXE-E3C: TFTP Error - Access violation
> > PXE-M0F: Exiting intel PXE Rom
>
> asmok at ubuntu:~$ cat /etc/default/tftpd-hpa
> # /etc/default/tftpd-hpa
>
> TFTP_USERNAME="tftp"
> TFTP_DIRECTORY="/var/lib/tftpboot"
> TFTP_ADDRESS="0.0.0.0:69"
> TFTP_OPTIONS="--secure"
> asmok at ubuntu:~$
>
> Change TFTP_DIRECTORY to 'var/lib/tftpboot'
>
> Just in case run all of these after that. No need to rebuild chroot, if
> you have chroot in '/opt/ltsp/i386' directory.
>
> sudo ltsp-update-sshkeys
> sudo ltsp-update-kernels
> sudo ltsp-update-image --arch 1386
>
> Best Regards Asmo Koskinen.
>
>
>
# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
#TFTP_DIRECTORY="/srv/tftp"
TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_ADDRESS="0.0.0.0:69"
#TFTP_OPTIONS=""
TFTP_OPTIONS="--secure"
You were right : this file was not correct.
Made the changes and then :
sudo ltsp-update-kernels
sudo /etc/init.d/tftpd-hpa restart
And it works (note : a this time, I'm still using my "old" karmic ltsp
image.
Thanks Asmo
Could it be useful to fill a bug about this?
François
More information about the edubuntu-users
mailing list