Le mardi 04 mai 2010 à 09:24 +0300, [email protected] a écrit : > > TFTP > > PXE-T02: Forbidden directory > > PXE-E3C: TFTP Error - Access violation > > PXE-M0F: Exiting intel PXE Rom > > as...@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" > as...@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 -- edubuntu-users mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-users
