Fail to upgrade packages "E: Failed to fetch http://armbian.systemonachip.net/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2+1_armhf.deb"

:uk:/:us:

My YunoHost server

Hardware: Olimex Lime2
YunoHost version: 4.4.3
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Description of my issue

I am trying to update/upgrade all my packages and prepare for the migration to Yunohost 11, but I get this error:

Complete log : https://paste.yunohost.org/raw/asesucovij

2023-01-20 10:58:29,530: WARNING - E: Failed to fetch http://armbian.systemonachip.net/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2+1_armhf.deb  404  Not Found [IP: 54.37.27.14 80]
2023-01-20 10:58:29,537: WARNING - E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2023-01-20 10:58:33,726: WARNING - Impossible de mettre Ă  jour les paquets suivants : .....

:fr:

Mon serveur YunoHost

Matériel: Olimex Lime2
Version de YunoHost: 4.4.3
J’ai accès à mon serveur : En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non

Description du problème

J’essaie d’installer/de mettre à jour tous les composants du systèmes et notamment de préparation la migration. J’ai essayé les commandes

apt upgrade

via SSH ainsi que “Mettre à jour tout le système” via la webadmin
Je reçois les erreurs suivantes:

Log complets : https://paste.yunohost.org/raw/asesucovij

2023-01-20 10:58:29,530: WARNING - E: Failed to fetch http://armbian.systemonachip.net/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2+1_armhf.deb  404  Not Found [IP: 54.37.27.14 80]
2023-01-20 10:58:29,537: WARNING - E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2023-01-20 10:58:33,726: WARNING - Impossible de mettre Ă  jour les paquets suivants : .....

Si je comprends bien, le dépôt distant n’est pas trouvé. Une piste serait de retirer ce dépôt (comment?), est-ce judicieux ?
Merci de votre aide!

Souds like a temporary issue … what if you rerun the update + upgrade ?

I tried it several times this morning, always the same result.
I could try later today or this weekend

J’ai toujours le même soucis aujourd’hui mais avec une autre archive:

Warning: E: Failed to fetch http://armbian.hosthatch.com/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2+1_armhf.deb  404  Not Found [IP: 31.220.4.23 80]
Warning: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

J’ai ces erreurs lorsque je tente de mettre à jour mon système (apt full-upgrade) ou que je tente de lancer la migration (0021_migrate_to_bullseye).

Je n’ai aucune application installée pour l’instant, je ne pense donc pas qu’il s’agisse de problème de dépendances tierces…

Hmben du coup moui ca renvoie bel et bien une 404, je me demande si c’est pas un probleme specifique à ce miroir …

Tu as bien fait un apt update avant ?

Oui je fais bien un apt update avant.
Si le miroir avait un soucis, je ne serais pas le seul à le rencontrer j’imagine ?

EDIT
Le soucis a l’air de venir de htop, qui ne parvient pas à s’installer:

root@lime2:~# apt list --upgradable
Listing... Done
htop/bullseye 3.1.0-0~armbian20.08.2+1 armhf [upgradable from: 3.1.0-0~armbian20.08.2+1]
yunohost-admin/stable 11.0.11 all [upgradable from: 4.4.1]
yunohost/stable 11.0.11 all [upgradable from: 4.4.3]
root@lime2:~# sudo apt install htop
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be upgraded:
  htop
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 82.1 kB of archives.
After this operation, 8,192 B disk space will be freed.
Err:1 http://apt.armbian.com bullseye/bullseye-utils armhf htop armhf 3.1.0-0~armbian20.08.2+1
  404  Not Found [IP: 2a01:6f0:ffff:5663::1 80]
E: Failed to fetch http://armbian.hosthatch.com/apt/pool/bullseye-utils/h/htop/htop_3.1.0-0~armbian20.08.2+1_armhf.deb  404  Not Found [IP: 2a01:6f0:ffff:5663::1 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@lime2:~#

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.