Page 1 of 1

[SOLVED] WADS operation not supported error

Published: June 19, 2024 - 4:11 PM
by Tristan
Hello,

we have WAPT Server running on Debian 12 and we want to use the WADS solution. We have configured the required DHCP options.

However, when booting the PC via IPXE, we get the following error: "Operation not supported".

After several searches and tests, we haven't found a solution.

Has anyone else encountered this problem?

Re: WADS operation not supported error

Published: June 19, 2024 - 5:34 PM
by sfonteneau
Hello

, have you enabled HTTPS redirection?
If so, the IPXE bootloader does not support HTTPS redirection.

[SOLVED] Re: WADS operation not supported error

Published: June 20, 2024 - 10:46
by Tristan
After further research, I relaunched the post-installation script, making sure to enable the WADS service, which resolved my problem:

Code: Select all

opt/wapt/waptserver/scripts/postconf.sh

Re: WADS operation not supported error

Published: June 20, 2024 - 11:54
by dcardon
Hi Tristan,

yes, it's important to rerun postconf after upgrades or when activating new features. This makes changes to the nginx configuration file that are essential for proper operation.

Thanks for your feedback. I'm marking the topic as resolved.

Denis