Page 1 of 1

Installation on Ubuntu 22.04 LTS

Published: November 2, 2023 - 12:04 PM
by si-sciences
Good morning,

I am unable to see a Linux Ubuntu 22.04 LTS workstation appear on our WAPT console (v2.4.0.14143 Enterprise).

We typically use a *.sh script to launch the WAPT agent installation from a terminal window and retrieve the necessary certificates. I should mention that the script previously worked perfectly on two Ubuntu 22.04 LTS machines.

I performed a clean install of the distribution twice, and executed an apt update && upgrade before launching the agent installation.
The agent itself seems to install correctly, but an error during WAPT registration appears to indicate a conflict between wapt-get.ini and a database (local wapt db)

What can I do to validate this final step?
Thank you in advance for your support.

B.
terminal logs - wapt.zip recording
terminal logs
(1.12 KB) Downloaded 339 times

Re: Installation on Ubuntu 22.04 LTS

Published: Dec 7, 2023 - 8:24 AM
by Benoit
Hello,

I imagine that in your script, you use the initial configuration command line to import the certificates and JSON?
Has your script been updated after each modification of the initial configuration or after the agent update?

Re: Installation on Ubuntu 22.04 LTS

Published: Dec 7, 2023 - 5:01 PM
by dcardon
Hello si-sciences,

according to the logs, the database has not yet been initialized (no such table: wapt_params). Could you please post your .sh script? Are you running it as sudo or root? Is there a specific AppLocker configuration?

Regards,

Denis