Several WAPT issues

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
Matthiman
Messages: 10
Registration: August 27, 2015 - 1:23 PM

August 27, 2015 - 1:25 PM

Hello everyone (hello Simon ;)),

I'm a Wapt user at a high school, and I'm encountering several rather annoying problems:

- Every morning when I arrive and launch the WAPT console, the first window asking for the password appears, but immediately afterward I get 503 Apache errors... I have to restart the server every day! I'm running an up-to-date Debian 8 system, so it's clearly an Apache problem, but I don't see how to solve it...

- The other problem is that when I ghost a PC with an image that already contains the WAPT agent, in the console, under the machine's packages, I see the new PC name but also the name of the PC that was used to prepare the ghost! So, some PCs have three hostnames...

- And lastly: on the first installation of my machines, the software updates correctly (I'm thinking in particular of Avast, which isn't in my image but is associated with my PCs in WAPT). However, the next few times I ghost the PCs again, Avast doesn't install! It remains green in WAPT as if it were installed, and no matter how many times I update the computer and restart it, nothing happens...

Any ideas?
Thanks ;)
Matthieu
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

August 27, 2015 - 3:10 PM

Hey Math, I'm reposting what we said off the record, it might be useful
Matthiman wrote:
As a Wapt user at a high school, I'm encountering several rather annoying problems:

- every morning when I arrive and launch the WAPT console, the first window asking for the password appears, but immediately afterward I get 503 Apache errors... I have to restart the server every day! I'm running an up-to-date Debian 8 system; it's clearly an Apache problem, but I don't see how to solve it... Matthieu
Check the Debian server graphical interface; it would match a message on the list:
http://lists.tranquil.it/pipermail/wapt...00994.html
Matthiman wrote: - The other problem is that when I ghost a PC with an image that already contains the WAPT agent, in the console, under the machine's packages, I see the new PC name but also the name of the one used to prepare the ghost! So I have some PCs with 3 hostnames...
The best way is to deploy without wapt, and once the machine is deployed, you deploy with fog snapping (I no longer use snapping) or even faster with ttp://wapt.tranquil.it/wapt/waptdeploy.exe via gpo.

If you want to install the packages in your master, install wapt (without registering it on the wapt server). Your master must not have a package host to avoid this. Then install the packages with "wapt-get install basegroup", then uninstall wapt and do not delete c:\wapt at the end of the uninstallation.

The first method remains the simplest and cleanest; I deploy my Windows images without software now, then the software is installed once the domain is joined, so that in addition the software has the correct PC name, and also the correct UUID.
Matthiman wrote: - and one last thing: on the first installation of my machines, the software updates correctly (I'm thinking specifically of Avast, which isn't in my image but is associated with my PCs in WAPT). However, the next time I ghost the PCs again, Avast doesn't install! It remains green in WAPT as if it were installed, and no matter how many times I update the machine and restart it, nothing happens...
In your console, when you click on the PC, you have the list of installed wapt packages with their version number, what is the most recent version of the wapt package in your private repository, and what version is installed on the machine (according to the wapt console)
[/quote]

I think the problem is related to the issue mentioned above.
Locked