Page 1 of 1

[SOLVED] Error in update 2.2.3

Published: September 19, 2022 - 4:37 PM
by Renaud Villet
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

Re: MAF error 2.2.3

Published: September 19, 2022 - 5:14 PM
by dcardon
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

Re: Error updating to version 2.2.3

Published: September 29, 2022 - 10:20 AM
by Renaud Villet
Hello,
I'm still getting the same error...

Re: Error updating to version 2.2.3

Published: October 3, 2022 - 12:09 PM
by dcardon
Version 2.2.3 has been released. If you run an upgrade again, it should work.

Regards,

Denis