Page 1 sur 1

Problem PXE-E3A: TFTP too many packages

Publié : 05 mai 2022 - 17:02
par juniormateus
Bonjours á tous je suis nouveau dans le forum,
j' ai donc configurer mon serveur WAPT , pour distribuer l' OS via PXE
le service TFTP etant inclut, je n' ai pas eu besoin de la configurer
Lorsque je boot un PC via PXE, j'obtiens l'erreur suivant:

PXE-E3A: TFTP too many packages

Re: Problem PXE-E3A: TFTP too many packages

Publié : 05 mai 2022 - 19:01
par dcardon
Hi juniormateus,

First version of wapt, server, etc. (cf. forum rules above)
For wads, please add dhcp type and configuration (uefi, legacy, etc.)
Can you reproduce this error on another computer or on virtualbox?
There was a bug on the filesize attribute that has been fixed in the last version (there was an extra NULL character at the end of the filesize, most tftp client don't care, but some get buggy with that.
Could you please try with the bugfix release of today wapt-2.2.1.11932-6522dccb to see if you can reproduce this issue just to be sure that it isn't a bug related to weird filesize interpretation ?

Cheers,

Denis

Re: Problem PXE-E3A: TFTP too many packages

Publié : 06 mai 2022 - 06:43
par juniormateus
thx for your quick answer i'll try update and let your know!

Re: Problem PXE-E3A: TFTP too many packages

Publié : 06 mai 2022 - 07:01
par juniormateus
dcardon a écrit : 05 mai 2022 - 19:01 Hi juniormateus,

First version of wapt, server, etc. (cf. forum rules above)
For wads, please add dhcp type and configuration (uefi, legacy, etc.)
Can you reproduce this error on another computer or on virtualbox?
There was a bug on the filesize attribute that has been fixed in the last version (there was an extra NULL character at the end of the filesize, most tftp client don't care, but some get buggy with that.
Could you please try with the bugfix release of today wapt-2.2.1.11932-6522dccb to see if you can reproduce this issue just to be sure that it isn't a bug related to weird filesize interpretation ?

Cheers,

Denis
Hi , i've try to upgrade, but it look like i'm already on the last version!


tis-waptserver is already the newest version (2.2.1.11932-6522dccb-debian-11-amd64).
tis-waptsetup is already the newest version (2.2.1.11932-6522dccb-debian-10-amd64).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Re: Problem PXE-E3A: TFTP too many packages

Publié : 06 mai 2022 - 11:36
par dcardon
Can you downoad ipxe.efi file using a standard tftp client? cf https://www.wapt.fr/fr/doc/wapt-wads-tf ... erver.html

Denis

Re: Problem PXE-E3A: TFTP too many packages

Publié : 10 mai 2022 - 10:53
par juniormateus
dcardon a écrit : 06 mai 2022 - 11:36 Can you downoad ipxe.efi file using a standard tftp client? cf https://www.wapt.fr/fr/doc/wapt-wads-tf ... erver.html

Denis
Yes i can download using tftp

Re: Problem PXE-E3A: TFTP too many packages

Publié : 11 mai 2022 - 09:35
par sfonteneau
We can try to deactivate the wapt tftp to see if with the official debian tftp it is better

Code : Tout sélectionner

systemctl stop wapttftpserver
apt-get install tftpd-hpa
in /etc/default/tftpd-hpa add :

Code : Tout sélectionner

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

Code : Tout sélectionner

systemctl start tftpd-hpa

Re: Problem PXE-E3A: TFTP too many packages

Publié : 13 juin 2022 - 15:29
par sfonteneau
have you tried ?