Page 1 of 1

[SOLVED] Upgrade problem from Ubuntu 20.04

Published: November 22, 2022 - 1:57 PM
by alain17
Good morning,

For context:
  • Ubuntu 20.04.5 LTS
  • WAPT Enterprise 2.2.2.12388
I am trying to migrate waptserver to the latest version reported by my console (v2.2.3.12463), however the following error occurs:

Code: Select all

$ sudo apt update
$ sudo apt upgrade -y
> [...]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptserver/tis-waptserver_2.2.3.12471-f35324da-ubuntu-20-amd64_amd64.deb  404  Not Found [IP: 195.154.18.13 443]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptsetup/tis-waptsetup_2.2.3.12471-f35324da-debian-10-amd64_all.deb  404  Not Found [IP: 195.154.18.13 443]
Apparently, my server is trying to upgrade to version 2.2.3.12471, which is not available. at the given addressI checked my sources.list file and found nothing unusual in it, however:

Code: Select all

$ vi /etc/apt/sources.list.d/wapt.list
> deb https://wapt.tranquil.it/Ubuntu/wapt-2.2/ focal main
I also tried clearing my cache like this, but it didn't change anything:

Code: Select all

$ sudo apt clean
$ sudo apt update
$ sudo apt upgrade
What am I doing wrong? My previous upgrade went very well.

Re: Problem upgrading from Ubuntu 20.04

Published: November 24, 2022 - 8:48 AM
by jm@rc
Hello,

I think there are issues with version 2.2.3.12471. I updated my system on November 17th from version 2.2.3.12463 to version 2.2.3.12471, which was available at the time. I used WAPT quite intensively between November 17th and 23rd without noticing any problems. Yesterday, after a reboot, my WAPT server became completely unresponsive, with errors in the Python virtual environment included in the release.
I noticed that version 2.2.3.12471 is no longer offered by default, even though it's still present in the WAPT 2.2 repository... So there's been a rollback in the repository. I also received an alert from `yum update` informing me that my local cache was newer than the source files.
I've opened a support ticket.

Re: Problem upgrading from Ubuntu 20.04

Published: November 25, 2022 - 09:06
by alain17
Hello,

thank you for your feedback. It's not very reassuring, but I suppose my habit of waiting a bit before updating has paid off this time! Let's hope this problem is fixed soon, because in the meantime I can't do any upgrades. Since the old 2.2.3.12463 version is no longer available on the repo either, I'm stuck on 2.2.2.12388 until a new version is released...

Have a good day!