Page 2 of 2

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 19, 2022 - 1:50 PM
by sfonteneau
We'll try without wapttftpserver

Code: Select all

systemctl stop wapttftpserver
systemctl disable wapttftpserver
apt-get install tftpd-hpa
then create the file /etc/default/tftpd-hpa

Code: Select all

TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/www/wads/pxe
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"
then start

Code: Select all

systemctl restart tftpd-hpa

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 19, 2022 - 3:10 PM
by smandel
Yes Simon!
No problem with tftp-ha, it boots 👍

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 20, 2022 - 09:33
by sfonteneau
We would be interested in capturing a tram with tcpdump to understand the difference between wapttftpserver and tftp-hpa in order to correct the problem on our end.

Would you be available?

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 20, 2022 - 10:32
by smandel
Hi Simon,

I received Morgan's email, it's going to be difficult for me today.
I'll check with Morgan to find a time slot next week. 👍

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 23, 2022 - 10:33
by smandel
Hello,

after speaking with Gaetan on the phone, the problem is obviously gone... :o
Perhaps installing tftpd-hpa fixed something, I don't know...
I'll keep the tcpdump commands handy in case the problem reappears...

Thank you.

Re: [SOLVED] PB PXE NBP file size 0 Bytes

Published: May 23, 2022 - 10:46
by sfonteneau
I just realized that after the upgrade, the wapttftpserver service should have been restarted.
Postconf shouldn't do that.