RC Package Cleanup - Agent and Server

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
Walter
Messages: 2
Registration: June 20, 2023 - 4:01 PM

June 20, 2023 - 4:05 PM

Good morning,

We had installed the waptagent and waptserver packages on a Debian 11 server.
After uninstalling the agent, I wanted to clean up the remaining packages.

Code: Select all

dpkg -l | grep ^rc | cut -d " " -f 3 | xargs --no-run-if-empty dpkg --purge
This action deleted the server folder: /opt/wapt

That's annoying.
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

June 20, 2023 - 5:04 PM

Hello Walter,
what version of wapt are you using (see forum rules)? There's a conflict in the control files, so it shouldn't be possible to have both on the same machine... unless it's a fairly old remnant.
And in the case of your topic, what version of tis-waptagent was used before the purge, and what version of the tis-waptserver package are you using?
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
Walter
Messages: 2
Registration: June 20, 2023 - 4:01 PM

June 21, 2023 - 12:56

We have WAPT Enterprise.
The server is running Debian 11.
The WAPT-server version was 2.4.0.14031-1420892a-debian-10-amd64, but I updated it to 2.4.0.14058-ae548d8a-debian-10-amd64.

The agent was installed on April 18, 2023, as version 2.3.0.13516-69968974-debian-11-amd64. Indeed, it uninstalled WAPT-server.
The installation was performed at the trainer's request. We wanted to configure data transmission to GLPI.
The agent was uninstalled on April 21, 2023, during the reinstallation of the server package.

I just saw in the documentation that there was no need to install the agent on the server; apparently, the trainer didn't know that.

I solved the problem by copying the /opt/wapt folder, cleaning it up, and then putting the /opt/wapt folder back.
But it took me a while to figure out where the problem was coming from.
Locked