Page 1 of 1

Launch the waptupgrade installation on the clients...

Published: September 26, 2018 - 5:07 PM
by James
I just tested the section of the documentation "Launching the waptupgrade installation on clients" but it seems to have no effect... Is this functional in version 1.6?
https://framapic.org/gallery#Yr5hhUzjkk ... N6QMxA.PNG

https://www.wapt.fr/fr/doc/waptserver_u ... es-clients

Thank you

Re: Launching the waptupgrade installation on clients...

Published: September 26, 2018 - 8:00 PM
by dcardon
Good evening James,
James wrote: Sep 26, 2018 - 5:07 PM I just tested the "Launching the WaptUpgrade installation on clients" section of the documentation, but it seems to have no effect... Is this functional in 1.6?
https://framapic.org/gallery#Yr5hhUzjkk ... N6QMxA.PNG

https://www.wapt.fr/fr/doc/waptserver_u ... es-clients
That should work. Has the waptupgrade package been successfully assigned to the various clients? Could you please send a command-line output (with elevated privileges) of:

Code: Select all

wapt-get update
wapt-get search waptupgrade
wapt-get upgrade
Sincerely,

Denis

PS: Camille posted the WAPT release announcement on Linuxfr.org. If you have a couple of minutes, feel free to share your experience in the comments! https://linuxfr.org/news/wapt-1-6

Re: Launching the waptupgrade installation on clients...

Published: September 27, 2018 - 5:09 PM
by James
Hello,
the waptupgrade package has been successfully assigned to the various clients. It is present on machines running version 1.3.13.

Command output:
`wapt-get update`
Update package list
Total package: 10
Added packages:
Removed packages!`
Upgradable packages:
upgrade
additional
install
remove
Repositories URL:
....
wapt-get search waptupgrade
...
prod-waptupgrade 1.3.13.0-1496 Upgrades main wapt client files
wapttray.exe
waptservice files
waptdevutis.py global
prod-waptupgrade 1.6.2.6-8 Install waptagent.exe

wapt-get upgrade
Nothing to upgrade
... Critical Unable to update server with current status: HTTPError: 401 Client Error: UNAUTHORIZED for url https://.../add_host

Well, I'm using use_kerberos = True and allow_unauthentificated_registration = False on the server, so that explains the lack of communication.

Disabling Kerberos and enabling registration doesn't help... although running wapt-get install prod-waptupgrade updates it.
It's strange, but no big deal, I'll work with deployment. of a GPO for agents (knowing that I changed the hostname to match the Kerberos recommendation)
Thank you