[RESOLVED] Since version 2.6.0.17177, PXE boot is no longer possible

Questions about WAPT Server / Requests and help related to the WAPT server
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

April 11, 2025 - 3:03 PM

Hello,
since the last update, it's impossible to use WADS; the machines can't find a PXE server.
The wapttftpserver.service is running correctly, and I can't find any error messages.
There's simply no response from the TFTP server.
Last edited by t.heroult on Apr 15, 2025 - 09:16, edited 1 time.
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 11, 2025 - 3:59 PM

Hi Thomas,

is the wapttftpserver service running correctly? Is it on the main server, not a secondary repository? Could you please provide the command line you get with `ps -edf | grep tftp`?

Simon is running a series of internal tests.

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

April 11, 2025 - 4:02 PM

The wapttftpserver service, I said it was OK in the initial post.
There is no secondary repository.

I did a telnet "server wapt" 69 from another machine and there is no listening.

Result of the command executed on the WAPT server:

Code: Select all

wapt         510       1  0 15:05 ?        00:00:00 /opt/wapt/wapttftpserver.bin --fork --username=wapt --root_dir=/var/www/wads/pxe --verbose
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 11, 2025 - 4:07 PM

Hello again Thomas,
t.heroult wrote: Apr 11, 2025 - 4:02 PM The wapttftpserver service, I said it was OK in the initial post.
I was talking about the binary itself, not the systemctl status
There is no secondary repository.

I telneted "server wapt" 69 from another machine and there is no listening.
That's normal, it's UDP. You can test it with a TFTP client on the client

Code: Select all

apt-get install tftp-hpa
tftp 127.0.0.1
tftp> binary
tftp> get ipxe.efi
Simon has managed to reproduce the problem; we'll get back to you shortly. You can retrieve the previous version of wapttftpserver.bin; there is indeed a regression related to log management, apparently...

Sorry,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

April 11, 2025 - 4:09 PM

OK, thank you, I'll wait for the reply :)
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
User avatar
dcardon
WAPT Expert
Messages: 1930
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

April 11, 2025 - 4:13 PM

Hello again Thomas,

The problem has been fixed internally; we'll release a version for this bug sometime this week. In the meantime, you can revert to the previous version of the wapttftpserver.bin binary until we release the update.

Code: Select all

wget https://wapt.tranquil.it/wapt/releases/wapt-2.6.0.16937-7ba7ea7a/bin/linux-x64/wapttftpserver
mv wapttftpserver  /opt/wapt/wapttftpserver.bin
chmod a+x /opt/wapt/wapttftpserver.bin
systemctl restart wapttftpserver
Regarding this glitch, the TFTP server we're using in the continuous integration environment is indeed a wapttftpserver, but not the one from the Wapt server currently being tested for WADS (for various technical and historical reasons). Furthermore, the Wapt binaries hadn't been updated on the machine in question, which serves as the TFTP server for this continuous integration VLAN. We'll try to correct this to prevent it from happening again.

Sorry, sincerely,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
User avatar
t.heroult
Messages: 307
Registration: December 8, 2020 - 10:13 AM

April 15, 2025 - 09:16

Hi,
thanks for the feedback.
I'll wait for the next release. This week we're shutting down the factory, so we're fully focused on the servers!
Mastering the PCs will have to wait. Have :D

a good day!
Server: WAPT Enterprise 2.6.1.17786 on Debian
Consoles: Windows 10 & 11
Infrastructure: Windows

Did you know? When parrotfish undergo smoltification, their osmoregulation mechanism is reversed!
clafon
Messages: 109
Registration: Nov 06, 2024 - 10:56

April 25, 2025 - 09:03

Hello,

when is the next release scheduled to fix this issue? Thank you.
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

April 25, 2025 - 09:23

Hello,

version 2.6.0.17226 was released yesterday.

Simon
Locked