[SOLVED] Error in update 2.2.3

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
Renaud Villet
Messages: 30
Registration: January 23, 2020 - 2:12 PM

September 19, 2022 - 4:37 PM

Good morning
I get an error when I try to update our server (for your information, I was able to complete this update a few days ago on our pre-production server)

Code: Select all

root@wapt:~# apt install tis-waptserver  tis-waptsetup
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libpython2-stdlib libpython2.7-minimal libpython2.7-stdlib python-is-python2 python2
  python2-minimal python2.7 python2.7-minimal
Veuillez utiliser « apt autoremove » pour les supprimer.
Les paquets suivants seront mis à jour :
  tis-waptserver tis-waptsetup
2 mis à jour, 0 nouvellement installés, 0 à enlever et 65 non mis à jour.
Il est nécessaire de prendre 90,6 Mo dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Err :1 https://srvwapt-pro.tranquil.it/entreprise/ubuntu/wapt-2.2 focal/main amd64 tis-waptserver amd64 2.2.3.12422-29e18f23-ubuntu-20-amd64
  404  Not Found [IP : 195.154.18.13 443]
Err :2 https://srvwapt-pro.tranquil.it/entreprise/ubuntu/wapt-2.2 focal/main amd64 tis-waptsetup all 2.2.3.12422-29e18f23-debian-10-amd64
  404  Not Found [IP : 195.154.18.13 443]
E: Impossible de récupérer https://srvwapt-pro.tranquil.it/entreprise/ubuntu/wapt-2.2/pool/main/t/tis-waptserver/tis-waptserver_2.2.3.12422-29e18f23-ubuntu-20-amd64_amd64.deb  404  Not Found [IP : 195.154.18.13 443]
E: Impossible de récupérer https://srvwapt-pro.tranquil.it/entreprise/ubuntu/wapt-2.2/pool/main/t/tis-waptsetup/tis-waptsetup_2.2.3.12422-29e18f23-debian-10-amd64_all.deb  404  Not Found [IP : 195.154.18.13 443]
E: Impossible de récupérer certaines archives, peut-être devrez-vous lancer apt-get update ou essayer avec --fix-missing ?
Thank you for your help
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

September 19, 2022 - 5:14 PM

Update 2.2.3 was pushed out a bit too quickly (it's currently in RC1), and there was a rollback to 2.2.2. Release 2.2.3 should arrive this week. There haven't been any issues with any of the "insider" client deployments in RC, but before the release, we'd like to simultaneously release the WAPT agent for macOS with ARM M1 processors, which should be ready very soon :-)

Can you run `apt-get update` / `apt-get upgrade` first? If that doesn't work, then try:

Code: Select all

apt-get clean
apt-get update 
apt-get upgrade -y 
Sincerely,

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
Renaud Villet
Messages: 30
Registration: January 23, 2020 - 2:12 PM

September 29, 2022 - 10:20

Hello,
I'm still getting the same error...
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

October 3, 2022 - 12:09

Version 2.2.3 has been released. If you run an upgrade again, it should work.

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
Locked