#1 Le 17/03/2025, à 23:10
- arnoxz
Ubu focal - apt update mise à jour impossible
Bonjour,
J'ai essayé en changeant également la source des paquets, avec le serveur principal, sans succès.
Est-ce pcq la version focal n'est plus supportée, ce n'est pas le message d'erreur qui devrait être le suivant s'il n'y avait plus de paquets je pense ?
Il me retourne des erreurs d'exécution d'apt-key et/ou que le paquet n'est pas signé,
(essayé avec apt et apt-get et le Software Updater avec les mêmes retours)
sudo apt-get update
[sudo] Mot de passe de lvsl :
Atteint :1 https://linux.teamviewer.com/deb stable InRelease
Réception de :2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Réception de :4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
Err :2 http://archive.ubuntu.com/ubuntu focal InRelease
Erreur inconnue à l'exécution de apt-key
Réception de :5 http://archive.ubuntu.com/ubuntu focal-security InRelease [128 kB]
Err :3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Erreur inconnue à l'exécution de apt-key
Err :4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Erreur inconnue à l'exécution de apt-key
Err :5 http://archive.ubuntu.com/ubuntu focal-security InRelease
Erreur inconnue à l'exécution de apt-key
Lecture des listes de paquets... Fait
W: Erreur de GPG : http://archive.ubuntu.com/ubuntu focal InRelease : Erreur inconnue à l'exécution de apt-key
E: Le dépôt http://archive.ubuntu.com/ubuntu focal InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : http://archive.ubuntu.com/ubuntu focal-updates InRelease : Erreur inconnue à l'exécution de apt-key
E: Le dépôt http://archive.ubuntu.com/ubuntu focal-updates InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : http://archive.ubuntu.com/ubuntu focal-backports InRelease : Erreur inconnue à l'exécution de apt-key
E: Le dépôt http://archive.ubuntu.com/ubuntu focal-backports InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
W: Erreur de GPG : http://archive.ubuntu.com/ubuntu focal-security InRelease : Erreur inconnue à l'exécution de apt-key
E: Le dépôt http://archive.ubuntu.com/ubuntu focal-security InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
Hors ligne
#2 Le 17/03/2025, à 23:39
- geole
Re : Ubu focal - apt update mise à jour impossible
Bonsoir.
Le logiciel focal a encore quelque mois de vie avant de dire qu'il est périmè.
Je n'ai pas d'idée sur la cause de ton incident. A toute fin utile, donne ce retour.
find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#3 Le 20/03/2025, à 11:26
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
Bonjour, voici (lors de l'exécution de mise à jour la réponse est : "erreur de l'actualisation du cache" avec le contenu de mon premier message précédent .
Voici le résultat de la commande, les sources du serveur étaient Belgique, je l'ai changé en serveur principal avec erreur également :
~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo stable - make all regular TeamViewer packages available (default)
15 ### teamviewer repo preview - additionally, make feature preview packages available
16 ### teamviewer repo development - additionally, make the latest development packages available
17
18 deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb stable main
19
20 # deb [signed-by=/usr/share/keyrings/teamviewer-keyring.gpg] https://linux.teamviewer.com/deb preview main
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu-MATE 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)]/ focal main multiverse restricted universe
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://archive.ubuntu.com/ubuntu focal main restricted
6 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://archive.ubuntu.com/ubuntu focal-updates main restricted
11 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://archive.ubuntu.com/ubuntu focal universe
17 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://archive.ubuntu.com/ubuntu focal-updates universe
19 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://archive.ubuntu.com/ubuntu focal multiverse
27 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://archive.ubuntu.com/ubuntu focal-updates multiverse
29 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
37 # deb-src http://be.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu focal partner
44 # deb-src http://archive.canonical.com/ubuntu focal partner
45
46 deb http://archive.ubuntu.com/ubuntu focal-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
48 deb http://archive.ubuntu.com/ubuntu focal-security universe
49 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
50 deb http://archive.ubuntu.com/ubuntu focal-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
Hors ligne
#4 Le 20/03/2025, à 11:34
- xubu1957
Re : Ubu focal - apt update mise à jour impossible
Bonjour,
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#5 Le 20/03/2025, à 12:35
- ylag
Re : Ubu focal - apt update mise à jour impossible
Bonjour,
Faudrait peut-être tenter la réinitialisation des clés d'authentification des dépôts ?
Dans Logiciels & Mises à jour, (software-properties), il y aurait la possibilitè de le faire à partir de l'onglet Authentification ?
Référence : https://doc.ubuntu-fr.org/software-properties
À voir l'avis des autres intervenants ...
A+
Hors ligne
#6 Le 20/03/2025, à 14:50
- iznobe
Re : Ubu focal - apt update mise à jour impossible
Bonjour , montre
ls -l /etc/apt/trusted.gpg.d/
sudo apt reinstall gpg
em=$(which gpg)
sudo ldconfig $em
sudo apt update
je ne pense pas que ca a a voir avec les clés directement .
Dernière modification par iznobe (Le 20/03/2025, à 14:53)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#7 Le 29/03/2025, à 13:18
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
Bonjour,
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
Voici :
$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-=====================================-=====================================-============-======================================================================================================
iF bamfdaemon 0.5.3+18.04.20180207.2-0ubuntu2 amd64 Window matching library - daemon
rc ippusbxd 1.34-2ubuntu1 amd64 Daemon for IPP USB printer support
rc linux-image-5.4.0-100-generic 5.4.0-100.113 amd64 Signed kernel image generic
rc linux-image-5.4.0-104-generic 5.4.0-104.118 amd64 Signed kernel image generic
rc linux-image-5.4.0-105-generic 5.4.0-105.119 amd64 Signed kernel image generic
rc linux-image-5.4.0-107-generic 5.4.0-107.121 amd64 Signed kernel image generic
rc linux-image-5.4.0-109-generic 5.4.0-109.123 amd64 Signed kernel image generic
rc linux-image-5.4.0-110-generic 5.4.0-110.124 amd64 Signed kernel image generic
rc linux-image-5.4.0-113-generic 5.4.0-113.127 amd64 Signed kernel image generic
rc linux-image-5.4.0-117-generic 5.4.0-117.132 amd64 Signed kernel image generic
rc linux-image-5.4.0-120-generic 5.4.0-120.136 amd64 Signed kernel image generic
rc linux-image-5.4.0-121-generic 5.4.0-121.137 amd64 Signed kernel image generic
rc linux-image-5.4.0-122-generic 5.4.0-122.138 amd64 Signed kernel image generic
rc linux-image-5.4.0-124-generic 5.4.0-124.140 amd64 Signed kernel image generic
rc linux-image-5.4.0-125-generic 5.4.0-125.141 amd64 Signed kernel image generic
rc linux-image-5.4.0-126-generic 5.4.0-126.142 amd64 Signed kernel image generic
rc linux-image-5.4.0-128-generic 5.4.0-128.144 amd64 Signed kernel image generic
rc linux-image-5.4.0-131-generic 5.4.0-131.147 amd64 Signed kernel image generic
rc linux-image-5.4.0-132-generic 5.4.0-132.148 amd64 Signed kernel image generic
rc linux-image-5.4.0-135-generic 5.4.0-135.152 amd64 Signed kernel image generic
rc linux-image-5.4.0-136-generic 5.4.0-136.153 amd64 Signed kernel image generic
rc linux-image-5.4.0-137-generic 5.4.0-137.154 amd64 Signed kernel image generic
rc linux-image-5.4.0-139-generic 5.4.0-139.156 amd64 Signed kernel image generic
rc linux-image-5.4.0-144-generic 5.4.0-144.161 amd64 Signed kernel image generic
rc linux-image-5.4.0-146-generic 5.4.0-146.163 amd64 Signed kernel image generic
rc linux-image-5.4.0-147-generic 5.4.0-147.164 amd64 Signed kernel image generic
rc linux-image-5.4.0-148-generic 5.4.0-148.165 amd64 Signed kernel image generic
rc linux-image-5.4.0-149-generic 5.4.0-149.166 amd64 Signed kernel image generic
rc linux-image-5.4.0-150-generic 5.4.0-150.167 amd64 Signed kernel image generic
rc linux-image-5.4.0-152-generic 5.4.0-152.169 amd64 Signed kernel image generic
rc linux-image-5.4.0-153-generic 5.4.0-153.170 amd64 Signed kernel image generic
rc linux-image-5.4.0-156-generic 5.4.0-156.173 amd64 Signed kernel image generic
rc linux-image-5.4.0-159-generic 5.4.0-159.176 amd64 Signed kernel image generic
rc linux-image-5.4.0-162-generic 5.4.0-162.179 amd64 Signed kernel image generic
rc linux-image-5.4.0-163-generic 5.4.0-163.180 amd64 Signed kernel image generic
rc linux-image-5.4.0-164-generic 5.4.0-164.181 amd64 Signed kernel image generic
rc linux-image-5.4.0-165-generic 5.4.0-165.182 amd64 Signed kernel image generic
rc linux-image-5.4.0-166-generic 5.4.0-166.183 amd64 Signed kernel image generic
rc linux-image-5.4.0-167-generic 5.4.0-167.184 amd64 Signed kernel image generic
rc linux-image-5.4.0-169-generic 5.4.0-169.187 amd64 Signed kernel image generic
rc linux-image-5.4.0-170-generic 5.4.0-170.188 amd64 Signed kernel image generic
rc linux-image-5.4.0-171-generic 5.4.0-171.189 amd64 Signed kernel image generic
rc linux-image-5.4.0-172-generic 5.4.0-172.190 amd64 Signed kernel image generic
rc linux-image-5.4.0-173-generic 5.4.0-173.191 amd64 Signed kernel image generic
rc linux-image-5.4.0-174-generic 5.4.0-174.193 amd64 Signed kernel image generic
rc linux-image-5.4.0-176-generic 5.4.0-176.196 amd64 Signed kernel image generic
rc linux-image-5.4.0-177-generic 5.4.0-177.197 amd64 Signed kernel image generic
rc linux-image-5.4.0-26-generic 5.4.0-26.30 amd64 Signed kernel image generic
rc linux-image-5.4.0-77-generic 5.4.0-77.86 amd64 Signed kernel image generic
rc linux-image-5.4.0-80-generic 5.4.0-80.90 amd64 Signed kernel image generic
rc linux-image-5.4.0-81-generic 5.4.0-81.91 amd64 Signed kernel image generic
rc linux-image-5.4.0-84-generic 5.4.0-84.94 amd64 Signed kernel image generic
rc linux-image-5.4.0-86-generic 5.4.0-86.97 amd64 Signed kernel image generic
rc linux-image-5.4.0-88-generic 5.4.0-88.99 amd64 Signed kernel image generic
rc linux-image-5.4.0-89-generic 5.4.0-89.100 amd64 Signed kernel image generic
rc linux-image-5.4.0-90-generic 5.4.0-90.101 amd64 Signed kernel image generic
rc linux-image-5.4.0-91-generic 5.4.0-91.102 amd64 Signed kernel image generic
rc linux-image-5.4.0-92-generic 5.4.0-92.103 amd64 Signed kernel image generic
rc linux-image-5.4.0-94-generic 5.4.0-94.106 amd64 Signed kernel image generic
rc linux-image-5.4.0-96-generic 5.4.0-96.109 amd64 Signed kernel image generic
rc linux-image-5.4.0-97-generic 5.4.0-97.110 amd64 Signed kernel image generic
rc linux-image-5.4.0-99-generic 5.4.0-99.112 amd64 Signed kernel image generic
rc linux-modules-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-122-generic 5.4.0-122.138 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-125-generic 5.4.0-125.141 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-126-generic 5.4.0-126.142 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-128-generic 5.4.0-128.144 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-131-generic 5.4.0-131.147 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-132-generic 5.4.0-132.148 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-135-generic 5.4.0-135.152 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-136-generic 5.4.0-136.153 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-137-generic 5.4.0-137.154 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-139-generic 5.4.0-139.156 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-144-generic 5.4.0-144.161 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-146-generic 5.4.0-146.163 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-147-generic 5.4.0-147.164 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-148-generic 5.4.0-148.165 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-149-generic 5.4.0-149.166 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-150-generic 5.4.0-150.167 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-152-generic 5.4.0-152.169 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-153-generic 5.4.0-153.170 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-156-generic 5.4.0-156.173 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-159-generic 5.4.0-159.176 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-162-generic 5.4.0-162.179 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-163-generic 5.4.0-163.180 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-164-generic 5.4.0-164.181 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-165-generic 5.4.0-165.182 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-166-generic 5.4.0-166.183 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-167-generic 5.4.0-167.184 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-169-generic 5.4.0-169.187 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-170-generic 5.4.0-170.188 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-171-generic 5.4.0-171.189 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-172-generic 5.4.0-172.190 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-173-generic 5.4.0-173.191 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-174-generic 5.4.0-174.193 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-176-generic 5.4.0-176.196 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-177-generic 5.4.0-177.197 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-96-generic 5.4.0-96.109 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-97-generic 5.4.0-97.110 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-122-generic 5.4.0-122.138 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-125-generic 5.4.0-125.141 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-126-generic 5.4.0-126.142 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-128-generic 5.4.0-128.144 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-131-generic 5.4.0-131.147 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-132-generic 5.4.0-132.148 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-135-generic 5.4.0-135.152 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-136-generic 5.4.0-136.153 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-137-generic 5.4.0-137.154 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-139-generic 5.4.0-139.156 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-144-generic 5.4.0-144.161 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-146-generic 5.4.0-146.163 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-147-generic 5.4.0-147.164 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-148-generic 5.4.0-148.165 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-149-generic 5.4.0-149.166 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-150-generic 5.4.0-150.167 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-152-generic 5.4.0-152.169 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-153-generic 5.4.0-153.170 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-156-generic 5.4.0-156.173 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-159-generic 5.4.0-159.176 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-162-generic 5.4.0-162.179 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-163-generic 5.4.0-163.180 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-164-generic 5.4.0-164.181 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-165-generic 5.4.0-165.182 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-166-generic 5.4.0-166.183 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-167-generic 5.4.0-167.184 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-169-generic 5.4.0-169.187 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-170-generic 5.4.0-170.188 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-171-generic 5.4.0-171.189 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-172-generic 5.4.0-172.190 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-173-generic 5.4.0-173.191 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-174-generic 5.4.0-174.193 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-176-generic 5.4.0-176.196 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-177-generic 5.4.0-177.197 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-96-generic 5.4.0-96.109 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-97-generic 5.4.0-97.110 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
En effet pas mal de "crasse" dans crash il me semble ?
$ ls /var/crash/
bamfdaemon.0.crash
linux-image-5.4.0-182-generic.184603.crash
linux-image-5.4.0-182-generic.33455.crash
_opt_teamviewer_tv_bin_teamviewerd.0.crash
_usr_bin_caja.1001.crash
_usr_bin_marco.1001.crash
_usr_bin_mate-maximus.1001.crash
_usr_bin_plank.1001.crash
_usr_bin_shotwell.1001.crash
_usr_bin_simple-scan.1001.crash
_usr_lib_firefox_glxtest.1001.crash
_usr_lib_gimp_gimp-debug-tool-2.0.1001.crash
_usr_lib_libreoffice_program_soffice.bin.1001.crash
_usr_lib_mate-indicator-applet_mate-indicator-applet-complete.1001.crash
_usr_lib_mate-screensaver_mate-screensaver-gl-helper.1001.crash
_usr_lib_udisks2_udisksd.0.crash
Hors ligne
#8 Le 29/03/2025, à 13:20
- xubu1957
Re : Ubu focal - apt update mise à jour impossible
Bonjour,
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café et rajouté dans ce message
Fournis les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
Dernière modification par xubu1957 (Le 29/03/2025, à 13:21)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#9 Le 29/03/2025, à 13:22
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
Bonjour , montre
ls -l /etc/apt/trusted.gpg.d/
sudo apt reinstall gpg
em=$(which gpg)
sudo ldconfig $em
sudo apt update
je ne pense pas que ca a a voir avec les clés directement .
voici :
$ ls -l /etc/apt/trusted.gpg.d/
total 12
-rw-r--r-- 1 root root 2796 mar 29 2021 ubuntu-keyring-2012-archive.gpg
-rw-r--r-- 1 root root 2794 mar 29 2021 ubuntu-keyring-2012-cdimage.gpg
-rw-r--r-- 1 root root 1733 mar 29 2021 ubuntu-keyring-2018-archive.gpg
$ sudo apt reinstall gpg
[sudo] Mot de passe de arnoxz :
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 :
gir1.2-goa-1.0 libfwupdplugin1 libxmlb1
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 0 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Il est nécessaire de prendre 482 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Réception de :1 http://be.archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
482 ko réceptionnés en 1s (669 ko/s)
(Lecture de la base de données... 267067 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../gpg_2.2.19-3ubuntu2.2_amd64.deb ...
Dépaquetage de gpg (2.2.19-3ubuntu2.2) sur (2.2.19-3ubuntu2.2) ...
Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
/var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--configure) :
installed bamfdaemon package post-installation script subprocess returned error
exit status 2
Paramétrage de gpg (2.2.19-3ubuntu2.2) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
ici rien pour ces 2 commandes :
arnoxz@lvsl-rix:~$ em=$(which gpg)
arnoxz@lvsl-rix:~$ sudo ldconfig $em
l'erreur persiste :
$ sudo apt update
Atteint :1 http://be.archive.ubuntu.com/ubuntu focal InRelease
Réception de :2 http://be.archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Réception de :3 http://be.archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
Réception de :4 http://be.archive.ubuntu.com/ubuntu focal-security InRelease [128 kB]
Err :1 http://be.archive.ubuntu.com/ubuntu focal InRelease
Erreur inconnue à l'exécution de apt-key
Err :2 http://be.archive.ubuntu.com/ubuntu focal-updates InRelease
Erreur inconnue à l'exécution de apt-key
Err :3 http://be.archive.ubuntu.com/ubuntu focal-backports InRelease
Erreur inconnue à l'exécution de apt-key
Err :4 http://be.archive.ubuntu.com/ubuntu focal-security InRelease
Erreur inconnue à l'exécution de apt-key
Atteint :5 https://linux.teamviewer.com/deb stable InRelease
Lecture des listes de paquets... Fait
W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : http://be.archive.ubuntu.com/ubuntu focal InRelease : Erreur inconnue à l'exécution de apt-key
W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : http://be.archive.ubuntu.com/ubuntu focal-updates InRelease : Erreur inconnue à l'exécution de apt-key
W: Une erreur s'est produite lors du contrôle de la signature. Le dépôt n'est pas mis à jour et les fichiers d'index précédents seront utilisés. Erreur de GPG : http://be.archive.ubuntu.com/ubuntu focal-backports InRelease : Erreur inconnue à l'exécution de apt-key
W: Erreur de GPG : http://be.archive.ubuntu.com/ubuntu focal-security InRelease : Erreur inconnue à l'exécution de apt-key
E: Le dépôt http://be.archive.ubuntu.com/ubuntu focal-security InRelease n'est pas signé.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
Hors ligne
#10 Le 29/03/2025, à 13:25
- iznobe
Re : Ubu focal - apt update mise à jour impossible
l'erreur persiste :
ba oui forcément , vu :
sudo apt reinstall gpg ... Préparation du dépaquetage de .../gpg_2.2.19-3ubuntu2.2_amd64.deb ... Dépaquetage de gpg (2.2.19-3ubuntu2.2) sur (2.2.19-3ubuntu2.2) ... Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ... Rebuilding /usr/share/applications/bamf-2.index... /var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error dpkg: erreur de traitement du paquet bamfdaemon (--configure) : installed bamfdaemon package post-installation script subprocess returned error exit status 2 Paramétrage de gpg (2.2.19-3ubuntu2.2) ... Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ... Des erreurs ont été rencontrées pendant l'exécution : bamfdaemon E: Sub-process /usr/bin/dpkg returned an error code (1)
tu ne regarde même pas ce que te répond ton terminal ???
Dernière modification par iznobe (Le 29/03/2025, à 13:26)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#11 Le 29/03/2025, à 13:27
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
Bonjour,
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café et rajouté dans ce message
Fournis les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
les résidus à purger tombent en erreur :-o
$ sudo apt purge ~c
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 :
gir1.2-goa-1.0 libfwupdplugin1 libxmlb1
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
ippusbxd* linux-image-5.4.0-100-generic* linux-image-5.4.0-104-generic*
linux-image-5.4.0-105-generic* linux-image-5.4.0-107-generic*
linux-image-5.4.0-109-generic* linux-image-5.4.0-110-generic*
linux-image-5.4.0-113-generic* linux-image-5.4.0-117-generic*
linux-image-5.4.0-120-generic* linux-image-5.4.0-121-generic*
linux-image-5.4.0-122-generic* linux-image-5.4.0-124-generic*
linux-image-5.4.0-125-generic* linux-image-5.4.0-126-generic*
linux-image-5.4.0-128-generic* linux-image-5.4.0-131-generic*
linux-image-5.4.0-132-generic* linux-image-5.4.0-135-generic*
linux-image-5.4.0-136-generic* linux-image-5.4.0-137-generic*
linux-image-5.4.0-139-generic* linux-image-5.4.0-144-generic*
linux-image-5.4.0-146-generic* linux-image-5.4.0-147-generic*
linux-image-5.4.0-148-generic* linux-image-5.4.0-149-generic*
linux-image-5.4.0-150-generic* linux-image-5.4.0-152-generic*
linux-image-5.4.0-153-generic* linux-image-5.4.0-156-generic*
linux-image-5.4.0-159-generic* linux-image-5.4.0-162-generic*
linux-image-5.4.0-163-generic* linux-image-5.4.0-164-generic*
linux-image-5.4.0-165-generic* linux-image-5.4.0-166-generic*
linux-image-5.4.0-167-generic* linux-image-5.4.0-169-generic*
linux-image-5.4.0-170-generic* linux-image-5.4.0-171-generic*
linux-image-5.4.0-172-generic* linux-image-5.4.0-173-generic*
linux-image-5.4.0-174-generic* linux-image-5.4.0-176-generic*
linux-image-5.4.0-177-generic* linux-image-5.4.0-26-generic*
linux-image-5.4.0-77-generic* linux-image-5.4.0-80-generic*
linux-image-5.4.0-81-generic* linux-image-5.4.0-84-generic*
linux-image-5.4.0-86-generic* linux-image-5.4.0-88-generic*
linux-image-5.4.0-89-generic* linux-image-5.4.0-90-generic*
linux-image-5.4.0-91-generic* linux-image-5.4.0-92-generic*
linux-image-5.4.0-94-generic* linux-image-5.4.0-96-generic*
linux-image-5.4.0-97-generic* linux-image-5.4.0-99-generic*
linux-modules-5.4.0-100-generic* linux-modules-5.4.0-104-generic*
linux-modules-5.4.0-105-generic* linux-modules-5.4.0-107-generic*
linux-modules-5.4.0-109-generic* linux-modules-5.4.0-110-generic*
linux-modules-5.4.0-113-generic* linux-modules-5.4.0-117-generic*
linux-modules-5.4.0-120-generic* linux-modules-5.4.0-121-generic*
linux-modules-5.4.0-122-generic* linux-modules-5.4.0-124-generic*
linux-modules-5.4.0-125-generic* linux-modules-5.4.0-126-generic*
linux-modules-5.4.0-128-generic* linux-modules-5.4.0-131-generic*
linux-modules-5.4.0-132-generic* linux-modules-5.4.0-135-generic*
linux-modules-5.4.0-136-generic* linux-modules-5.4.0-137-generic*
linux-modules-5.4.0-139-generic* linux-modules-5.4.0-144-generic*
linux-modules-5.4.0-146-generic* linux-modules-5.4.0-147-generic*
linux-modules-5.4.0-148-generic* linux-modules-5.4.0-149-generic*
linux-modules-5.4.0-150-generic* linux-modules-5.4.0-152-generic*
linux-modules-5.4.0-153-generic* linux-modules-5.4.0-156-generic*
linux-modules-5.4.0-159-generic* linux-modules-5.4.0-162-generic*
linux-modules-5.4.0-163-generic* linux-modules-5.4.0-164-generic*
linux-modules-5.4.0-165-generic* linux-modules-5.4.0-166-generic*
linux-modules-5.4.0-167-generic* linux-modules-5.4.0-169-generic*
linux-modules-5.4.0-170-generic* linux-modules-5.4.0-171-generic*
linux-modules-5.4.0-172-generic* linux-modules-5.4.0-173-generic*
linux-modules-5.4.0-174-generic* linux-modules-5.4.0-176-generic*
linux-modules-5.4.0-177-generic* linux-modules-5.4.0-26-generic*
linux-modules-5.4.0-77-generic* linux-modules-5.4.0-80-generic*
linux-modules-5.4.0-81-generic* linux-modules-5.4.0-84-generic*
linux-modules-5.4.0-86-generic* linux-modules-5.4.0-88-generic*
linux-modules-5.4.0-89-generic* linux-modules-5.4.0-90-generic*
linux-modules-5.4.0-91-generic* linux-modules-5.4.0-92-generic*
linux-modules-5.4.0-94-generic* linux-modules-5.4.0-96-generic*
linux-modules-5.4.0-97-generic* linux-modules-5.4.0-99-generic*
linux-modules-extra-5.4.0-100-generic*
linux-modules-extra-5.4.0-104-generic*
linux-modules-extra-5.4.0-105-generic*
linux-modules-extra-5.4.0-107-generic*
linux-modules-extra-5.4.0-109-generic*
linux-modules-extra-5.4.0-110-generic*
linux-modules-extra-5.4.0-113-generic*
linux-modules-extra-5.4.0-117-generic*
linux-modules-extra-5.4.0-120-generic*
linux-modules-extra-5.4.0-121-generic*
linux-modules-extra-5.4.0-122-generic*
linux-modules-extra-5.4.0-124-generic*
linux-modules-extra-5.4.0-125-generic*
linux-modules-extra-5.4.0-126-generic*
linux-modules-extra-5.4.0-128-generic*
linux-modules-extra-5.4.0-131-generic*
linux-modules-extra-5.4.0-132-generic*
linux-modules-extra-5.4.0-135-generic*
linux-modules-extra-5.4.0-136-generic*
linux-modules-extra-5.4.0-137-generic*
linux-modules-extra-5.4.0-139-generic*
linux-modules-extra-5.4.0-144-generic*
linux-modules-extra-5.4.0-146-generic*
linux-modules-extra-5.4.0-147-generic*
linux-modules-extra-5.4.0-148-generic*
linux-modules-extra-5.4.0-149-generic*
linux-modules-extra-5.4.0-150-generic*
linux-modules-extra-5.4.0-152-generic*
linux-modules-extra-5.4.0-153-generic*
linux-modules-extra-5.4.0-156-generic*
linux-modules-extra-5.4.0-159-generic*
linux-modules-extra-5.4.0-162-generic*
linux-modules-extra-5.4.0-163-generic*
linux-modules-extra-5.4.0-164-generic*
linux-modules-extra-5.4.0-165-generic*
linux-modules-extra-5.4.0-166-generic*
linux-modules-extra-5.4.0-167-generic*
linux-modules-extra-5.4.0-169-generic*
linux-modules-extra-5.4.0-170-generic*
linux-modules-extra-5.4.0-171-generic*
linux-modules-extra-5.4.0-172-generic*
linux-modules-extra-5.4.0-173-generic*
linux-modules-extra-5.4.0-174-generic*
linux-modules-extra-5.4.0-176-generic*
linux-modules-extra-5.4.0-177-generic* linux-modules-extra-5.4.0-26-generic*
linux-modules-extra-5.4.0-77-generic* linux-modules-extra-5.4.0-80-generic*
linux-modules-extra-5.4.0-81-generic* linux-modules-extra-5.4.0-84-generic*
linux-modules-extra-5.4.0-86-generic* linux-modules-extra-5.4.0-88-generic*
linux-modules-extra-5.4.0-89-generic* linux-modules-extra-5.4.0-90-generic*
linux-modules-extra-5.4.0-91-generic* linux-modules-extra-5.4.0-92-generic*
linux-modules-extra-5.4.0-94-generic* linux-modules-extra-5.4.0-96-generic*
linux-modules-extra-5.4.0-97-generic* linux-modules-extra-5.4.0-99-generic*
0 mis à jour, 0 nouvellement installés, 181 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
/var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--configure) :
installed bamfdaemon package post-installation script subprocess returned error
exit status 2
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
Noyau :
$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ic linux-image-5.4.0-26-generic 5.4.0-26.30 amd64
ic linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64
ic linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64
ic linux-image-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-modules-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-modules-extra-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-image-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-modules-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-modules-extra-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-image-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-modules-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-modules-extra-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-image-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-modules-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-modules-extra-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-image-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-modules-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-modules-extra-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-image-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-modules-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-modules-extra-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-image-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-modules-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-modules-extra-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-image-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-modules-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-modules-extra-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-image-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-modules-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-modules-extra-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-image-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-modules-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-modules-extra-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-image-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-modules-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-modules-extra-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-image-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-modules-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-modules-extra-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-image-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-modules-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-modules-extra-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-image-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-modules-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-modules-extra-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-image-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-modules-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-modules-extra-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-image-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-modules-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-modules-extra-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-image-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-modules-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-modules-extra-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-image-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-modules-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-modules-extra-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-image-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-modules-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-modules-extra-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-image-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-modules-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-modules-extra-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-image-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-modules-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-modules-extra-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-image-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-modules-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-modules-extra-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-image-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-modules-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-modules-extra-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-image-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-modules-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-modules-extra-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-image-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-modules-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-modules-extra-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-image-5.4.0-124-generic 5.4.0-124.140 amd64
ic linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64
ic linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64
ic linux-image-5.4.0-125-generic 5.4.0-125.141 amd64
ic linux-modules-5.4.0-125-generic 5.4.0-125.141 amd64
ic linux-modules-extra-5.4.0-125-generic 5.4.0-125.141 amd64
ic linux-image-5.4.0-126-generic 5.4.0-126.142 amd64
ic linux-modules-5.4.0-126-generic 5.4.0-126.142 amd64
ic linux-modules-extra-5.4.0-126-generic 5.4.0-126.142 amd64
ic linux-image-5.4.0-128-generic 5.4.0-128.144 amd64
ic linux-modules-5.4.0-128-generic 5.4.0-128.144 amd64
ic linux-modules-extra-5.4.0-128-generic 5.4.0-128.144 amd64
ic linux-image-5.4.0-131-generic 5.4.0-131.147 amd64
ic linux-modules-5.4.0-131-generic 5.4.0-131.147 amd64
ic linux-modules-extra-5.4.0-131-generic 5.4.0-131.147 amd64
ic linux-image-5.4.0-132-generic 5.4.0-132.148 amd64
ic linux-modules-5.4.0-132-generic 5.4.0-132.148 amd64
ic linux-modules-extra-5.4.0-132-generic 5.4.0-132.148 amd64
ic linux-image-5.4.0-135-generic 5.4.0-135.152 amd64
ic linux-modules-5.4.0-135-generic 5.4.0-135.152 amd64
ic linux-modules-extra-5.4.0-135-generic 5.4.0-135.152 amd64
ic linux-image-5.4.0-136-generic 5.4.0-136.153 amd64
ic linux-modules-5.4.0-136-generic 5.4.0-136.153 amd64
ic linux-modules-extra-5.4.0-136-generic 5.4.0-136.153 amd64
ic linux-image-5.4.0-137-generic 5.4.0-137.154 amd64
ic linux-modules-5.4.0-137-generic 5.4.0-137.154 amd64
ic linux-modules-extra-5.4.0-137-generic 5.4.0-137.154 amd64
ic linux-image-5.4.0-139-generic 5.4.0-139.156 amd64
ic linux-modules-5.4.0-139-generic 5.4.0-139.156 amd64
ic linux-modules-extra-5.4.0-139-generic 5.4.0-139.156 amd64
ic linux-image-5.4.0-144-generic 5.4.0-144.161 amd64
ic linux-modules-5.4.0-144-generic 5.4.0-144.161 amd64
ic linux-modules-extra-5.4.0-144-generic 5.4.0-144.161 amd64
ic linux-image-5.4.0-146-generic 5.4.0-146.163 amd64
ic linux-modules-5.4.0-146-generic 5.4.0-146.163 amd64
ic linux-modules-extra-5.4.0-146-generic 5.4.0-146.163 amd64
ic linux-image-5.4.0-147-generic 5.4.0-147.164 amd64
ic linux-modules-5.4.0-147-generic 5.4.0-147.164 amd64
ic linux-modules-extra-5.4.0-147-generic 5.4.0-147.164 amd64
ic linux-image-5.4.0-148-generic 5.4.0-148.165 amd64
ic linux-modules-5.4.0-148-generic 5.4.0-148.165 amd64
ic linux-modules-extra-5.4.0-148-generic 5.4.0-148.165 amd64
ic linux-image-5.4.0-149-generic 5.4.0-149.166 amd64
ic linux-modules-5.4.0-149-generic 5.4.0-149.166 amd64
ic linux-modules-extra-5.4.0-149-generic 5.4.0-149.166 amd64
ic linux-image-5.4.0-150-generic 5.4.0-150.167 amd64
ic linux-modules-5.4.0-150-generic 5.4.0-150.167 amd64
ic linux-modules-extra-5.4.0-150-generic 5.4.0-150.167 amd64
ic linux-image-5.4.0-152-generic 5.4.0-152.169 amd64
ic linux-modules-5.4.0-152-generic 5.4.0-152.169 amd64
ic linux-modules-extra-5.4.0-152-generic 5.4.0-152.169 amd64
ic linux-image-5.4.0-153-generic 5.4.0-153.170 amd64
ic linux-modules-5.4.0-153-generic 5.4.0-153.170 amd64
ic linux-modules-extra-5.4.0-153-generic 5.4.0-153.170 amd64
ic linux-image-5.4.0-156-generic 5.4.0-156.173 amd64
ic linux-modules-5.4.0-156-generic 5.4.0-156.173 amd64
ic linux-modules-extra-5.4.0-156-generic 5.4.0-156.173 amd64
ic linux-image-5.4.0-159-generic 5.4.0-159.176 amd64
ic linux-modules-5.4.0-159-generic 5.4.0-159.176 amd64
ic linux-modules-extra-5.4.0-159-generic 5.4.0-159.176 amd64
ic linux-image-5.4.0-162-generic 5.4.0-162.179 amd64
ic linux-modules-5.4.0-162-generic 5.4.0-162.179 amd64
ic linux-modules-extra-5.4.0-162-generic 5.4.0-162.179 amd64
ic linux-image-5.4.0-163-generic 5.4.0-163.180 amd64
ic linux-modules-5.4.0-163-generic 5.4.0-163.180 amd64
ic linux-modules-extra-5.4.0-163-generic 5.4.0-163.180 amd64
ic linux-image-5.4.0-164-generic 5.4.0-164.181 amd64
ic linux-modules-5.4.0-164-generic 5.4.0-164.181 amd64
ic linux-modules-extra-5.4.0-164-generic 5.4.0-164.181 amd64
ic linux-image-5.4.0-165-generic 5.4.0-165.182 amd64
ic linux-modules-5.4.0-165-generic 5.4.0-165.182 amd64
ic linux-modules-extra-5.4.0-165-generic 5.4.0-165.182 amd64
ic linux-image-5.4.0-166-generic 5.4.0-166.183 amd64
ic linux-modules-5.4.0-166-generic 5.4.0-166.183 amd64
ic linux-modules-extra-5.4.0-166-generic 5.4.0-166.183 amd64
ic linux-image-5.4.0-167-generic 5.4.0-167.184 amd64
ic linux-modules-5.4.0-167-generic 5.4.0-167.184 amd64
ic linux-modules-extra-5.4.0-167-generic 5.4.0-167.184 amd64
ic linux-image-5.4.0-169-generic 5.4.0-169.187 amd64
ic linux-modules-5.4.0-169-generic 5.4.0-169.187 amd64
ic linux-modules-extra-5.4.0-169-generic 5.4.0-169.187 amd64
ic linux-image-5.4.0-170-generic 5.4.0-170.188 amd64
ic linux-modules-5.4.0-170-generic 5.4.0-170.188 amd64
ic linux-modules-extra-5.4.0-170-generic 5.4.0-170.188 amd64
ic linux-image-5.4.0-171-generic 5.4.0-171.189 amd64
ic linux-modules-5.4.0-171-generic 5.4.0-171.189 amd64
ic linux-modules-extra-5.4.0-171-generic 5.4.0-171.189 amd64
ic linux-image-5.4.0-172-generic 5.4.0-172.190 amd64
ic linux-modules-5.4.0-172-generic 5.4.0-172.190 amd64
ic linux-modules-extra-5.4.0-172-generic 5.4.0-172.190 amd64
ic linux-image-5.4.0-173-generic 5.4.0-173.191 amd64
ic linux-modules-5.4.0-173-generic 5.4.0-173.191 amd64
ic linux-modules-extra-5.4.0-173-generic 5.4.0-173.191 amd64
ic linux-image-5.4.0-174-generic 5.4.0-174.193 amd64
ic linux-modules-5.4.0-174-generic 5.4.0-174.193 amd64
ic linux-modules-extra-5.4.0-174-generic 5.4.0-174.193 amd64
ic linux-image-5.4.0-176-generic 5.4.0-176.196 amd64
ic linux-modules-5.4.0-176-generic 5.4.0-176.196 amd64
ic linux-modules-extra-5.4.0-176-generic 5.4.0-176.196 amd64
ic linux-image-5.4.0-177-generic 5.4.0-177.197 amd64
ic linux-modules-5.4.0-177-generic 5.4.0-177.197 amd64
ic linux-modules-extra-5.4.0-177-generic 5.4.0-177.197 amd64
ii linux-headers-5.4.0-181 5.4.0-181.201 all
ii linux-headers-5.4.0-181-generic 5.4.0-181.201 amd64
ii linux-image-5.4.0-181-generic 5.4.0-181.201 amd64
ii linux-modules-5.4.0-181-generic 5.4.0-181.201 amd64
ii linux-modules-extra-5.4.0-181-generic 5.4.0-181.201 amd64
ii linux-headers-5.4.0-182 5.4.0-182.202 all
ii linux-headers-5.4.0-182-generic 5.4.0-182.202 amd64
ii linux-image-5.4.0-182-generic 5.4.0-182.202 amd64
ii linux-modules-5.4.0-182-generic 5.4.0-182.202 amd64
ii linux-modules-extra-5.4.0-182-generic 5.4.0-182.202 amd64
ii linux-generic 5.4.0.182.180 amd64
ii linux-headers-generic 5.4.0.182.180 amd64
ii linux-image-generic 5.4.0.182.180 amd64
Noyau courant : 5.4.0-182-generic x86_64
Essayé aussi un petit nettoyage en erreur , retour avec bamfdaemon ?
$ sudo apt autoremove
[sudo] Mot de passe de arnoxz :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
gir1.2-goa-1.0 libfwupdplugin1 libxmlb1
0 mis à jour, 0 nouvellement installés, 3 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 711 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 267067 fichiers et répertoires déjà installés.)
Suppression de gir1.2-goa-1.0:amd64 (3.36.1-0ubuntu1) ...
Suppression de libfwupdplugin1:amd64 (1.5.11-0ubuntu1~20.04.2) ...
Suppression de libxmlb1:amd64 (0.1.15-2ubuntu1~20.04.1) ...
Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
/var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--configure) :
installed bamfdaemon package post-installation script subprocess returned error exit status 2
Traitement des actions différées (« triggers ») pour libc-bin (2.31-0ubuntu9.16)
...
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hors ligne
#12 Le 29/03/2025, à 13:30
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
l'erreur persiste :
ba oui forcément , vu :
sudo apt reinstall gpg ... Préparation du dépaquetage de .../gpg_2.2.19-3ubuntu2.2_amd64.deb ... Dépaquetage de gpg (2.2.19-3ubuntu2.2) sur (2.2.19-3ubuntu2.2) ... Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ... Rebuilding /usr/share/applications/bamf-2.index... /var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error dpkg: erreur de traitement du paquet bamfdaemon (--configure) : installed bamfdaemon package post-installation script subprocess returned error exit status 2 Paramétrage de gpg (2.2.19-3ubuntu2.2) ... Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ... Des erreurs ont été rencontrées pendant l'exécution : bamfdaemon E: Sub-process /usr/bin/dpkg returned an error code (1)
tu ne regarde même pas ce que te répond ton terminal ???
je n'ai aucune idée de ce qui est lié à bamfdeamon ?
Dernière modification par arnoxz (Le 29/03/2025, à 13:32)
Hors ligne
#13 Le 29/03/2025, à 13:39
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
est-que c'est opportun d'effacer dans crash : ? A mon niveau c'est ce que je pense pouvoir faire, en effet je ne peux plus rien installer / desinstaller comme outil supplémentaire ou désinstaller une application avec cette erreur liée..
$ ls -l /var/crash/
-rw------- 1 root whoopsie 74384 mar 17 17:24 bamfdaemon.0.crash
Hors ligne
#14 Le 29/03/2025, à 13:43
- iznobe
Re : Ubu focal - apt update mise à jour impossible
essaie et montre :
sudo dpkg --configure -a
sudo apt install -f
sudo apt reinstall bamfdaemon
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#15 Le 29/03/2025, à 14:08
- geole
Re : Ubu focal - apt update mise à jour impossible
Bonjour
Vu cela
Paramétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
/var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error
Donne ce retour
cat -n /var/lib/dpkg/info/bamfdaemon.postinst
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#16 Le 29/03/2025, à 15:09
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
Bonjour
Vu celaParamétrage de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ... Rebuilding /usr/share/applications/bamf-2.index... /var/lib/dpkg/info/bamfdaemon.postinst: 11: rm: Exec format error
Donne ce retour
cat -n /var/lib/dpkg/info/bamfdaemon.postinst
voici :
$ cat -n /var/lib/dpkg/info/bamfdaemon.postinst
1 #! /bin/sh
2 set -e
3
4 BAMF_INDEX_NAME="bamf-2.index"
5
6 if [ "$1" = "configure" ] || [ "$1" = "triggered" ]; then
7 if [ -d /usr/share/applications ]; then
8 # rebuild index
9 I=/usr/share/applications/$BAMF_INDEX_NAME
10 echo "Rebuilding $I..."
11 rm -f $I
12 perl -e '
13 use File::Find;
14 my $dir_name;
15
16 sub strip_exec
17 {
18 my $f = $_;
19 return unless $f =~ /\.desktop$/;
20 return unless ("$File::Find::dir" eq "$dir_name");
21 my @lines;
22 open F, $f;
23 @lines = <F>;
24 close F;
25 my $in_desktop_entry = 0;
26 my $exec = "";
27 my $class = "";
28 my $no_display = "false";
29 my $only_show_in = "";
30
31 foreach (@lines)
32 {
33 if (/^\[\s*(.+)\s*\]/)
34 {
35 $was_in_desktop = $in_desktop_entry;
36 $in_desktop_entry = ($1 eq "Desktop Entry");
37
38 if ($was_in_desktop and !$in_desktop_entry)
39 {
40 last;
41 }
42 }
43
44 if ($in_desktop_entry)
45 {
46 if (/^Exec=(.+)$/)
47 {
48 $exec = $1;
49 $exec =~ s/^\s+|\s+$//g;
50 }
51
52 if (/^NoDisplay=(.+)$/)
53 {
54 $no_display = $1;
55 $no_display =~ s/^\s+|\s+$//g;
56 }
57
58 if (/^OnlyShowIn=(.+)$/)
59 {
60 $only_show_in = $1;
61 $only_show_in =~ s/^\s+|\s+$//g;
62 }
63
64 if (/^StartupWMClass=(.+)$/)
65 {
66 $class = $1;
67 $class =~ s/^\s+|\s+$//g;
68 }
69 }
70 }
71
72 if ($exec ne "")
73 {
74 print "$f\t$exec\t$class\t$only_show_in\t$no_display\n";
75 }
76 };
77
78 $dir_name = $ARGV[-1];
79 $dir_name = $1 if($dir_name=~/(.*)\/$/);
80 find(\&strip_exec, $dir_name);' /usr/share/applications > $I.new || rm -f $I.new
81
82 [ -e $I.new ] && mv $I.new $I || true
83 fi
84 fi
85
86
Hors ligne
#17 Le 29/03/2025, à 15:12
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
essaie et montre :
sudo dpkg --configure -a
sudo apt install -f
sudo apt reinstall bamfdaemon
ces commandes (même -force) me retournent bien sur la même erreur.... :-o
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
E: Sub-process /usr/bin/dpkg returned an error code (1)
Hors ligne
#18 Le 29/03/2025, à 15:22
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
info peut-être intéressante (sans doute liée à bamfdeamon), la commande rm retourne également une erreur, j'ai testé ceci (avec sudo rien ne se passe non plus) :
$ rm -v /var/crash/linux-image-5.4.0-182-generic.*
bash: /usr/bin/rm : impossible d'exécuter le fichier binaire : Erreur de format pour exec()
arnoxz@lvsl-rix:~$ touch test.txt
arnoxz@lvsl-rix:~$ ls -l test.txt
-rw-rw-r-- 1 arnoxz arnoxz 0 mar 29 14:21 test.txt
arnoxz@lvsl-rix:~$ rm -v test.txt
bash: /usr/bin/rm : impossible d'exécuter le fichier binaire : Erreur de format pour exec()
Hors ligne
#19 Le 29/03/2025, à 15:27
- iznobe
Re : Ubu focal - apt update mise à jour impossible
essaie
sudo apt remove bamfdaemon
sudo dpkg --configure -a
sudo apt install -f
sudo apt reinstall gpg
et montre
history 200
Dernière modification par iznobe (Le 29/03/2025, à 15:28)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#20 Le 29/03/2025, à 15:36
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
essaie
sudo apt remove bamfdaemon
sudo dpkg --configure -a
sudo apt install -f
sudo apt reinstall gpg
et montre
history 200
arnoxz@lvsl-rix:~$ sudo apt remove bamfdaemon
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 :
appmenu-registrar gir1.2-bamf-3 libbamf3-2 libdbusmenu-gtk4
libgnome-menu-3-0 libplank-common libxcb-ewmh2 libxcb-xrm0 rofi
vala-panel-appmenu-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
bamfdaemon libplank1 mate-applet-appmenu mate-dock-applet mate-hud plank
0 mis à jour, 0 nouvellement installés, 6 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 2.638 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 267061 fichiers et répertoires déjà installés.
)
Suppression de mate-hud (19.10.1-0ubuntu1) ...
Suppression de mate-applet-appmenu (0.7.3+dfsg1-2ubuntu0.1) ...
Suppression de mate-dock-applet (20.04.0-1) ...
Suppression de plank (0.11.89-1) ...
Suppression de libplank1:amd64 (0.11.89-1) ...
Suppression de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
/var/lib/dpkg/info/bamfdaemon.postrm: 5: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--remove) :
installed bamfdaemon package post-removal script subprocess returned error exit
status 2
dpkg: trop d'erreurs, arrêt
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
L'exécution a été arrêtée car il y avait trop d'erreurs.
E: Sub-process /usr/bin/dpkg returned an error code (1)
arnoxz@lvsl-rix:~$ sudo dpkg --configure -a
Traitement des actions différées (« triggers ») pour mime-support (3.64ubuntu1) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu1) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.31-0ubuntu9.16) ...
Traitement des actions différées (« triggers ») pour man-db (2.9.1-1) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.24-1ubuntu3) ...
arnoxz@lvsl-rix:~$ sudo apt install -f
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 :
appmenu-registrar gir1.2-bamf-3 libbamf3-2 libdbusmenu-gtk4
libgnome-menu-3-0 libplank-common libxcb-ewmh2 libxcb-xrm0 rofi
vala-panel-appmenu-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
bamfdaemon
0 mis à jour, 0 nouvellement installés, 1 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Après cette opération, 397 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 266962 fichiers et répertoires déjà installés.
)
Suppression de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
/var/lib/dpkg/info/bamfdaemon.postrm: 5: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--remove) :
installed bamfdaemon package post-removal script subprocess returned error exit
status 2
dpkg: trop d'erreurs, arrêt
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
L'exécution a été arrêtée car il y avait trop d'erreurs.
E: Sub-process /usr/bin/dpkg returned an error code (1)
arnoxz@lvsl-rix:~$ sudo apt reinstall gpg
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 :
appmenu-registrar gir1.2-bamf-3 libbamf3-2 libdbusmenu-gtk4
libgnome-menu-3-0 libplank-common libxcb-ewmh2 libxcb-xrm0 rofi
vala-panel-appmenu-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
bamfdaemon
0 mis à jour, 0 nouvellement installés, 1 réinstallés, 1 à enlever et 12 non mis à jour.
1 partiellement installés ou enlevés.
Il est nécessaire de prendre 0 o/482 ko dans les archives.
Après cette opération, 397 ko d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 266962 fichiers et répertoires déjà installés.
)
Suppression de bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
/var/lib/dpkg/info/bamfdaemon.postrm: 5: rm: Exec format error
dpkg: erreur de traitement du paquet bamfdaemon (--remove) :
installed bamfdaemon package post-removal script subprocess returned error exit
status 2
dpkg: trop d'erreurs, arrêt
Des erreurs ont été rencontrées pendant l'exécution :
bamfdaemon
L'exécution a été arrêtée car il y avait trop d'erreurs.
E: Sub-process /usr/bin/dpkg returned an error code (1)
arnoxz@lvsl-rix:~$ history 200
1 sudo apt-get install synaptik gimp gparted
2 sudo apt-get install synaptic gimp gparted
3 sudo apt-get install gedit
4 sudo apt-get autoremove
5 sudo apt-get update
6 sudo touch /forcefsck
7 ls /home
8 ls /home/lvsl/
9 sudo shutdown -F -r now
10 ls /var/crash/
11 dpkg -l | grep -v ^ii
12 ls -l /etc/apt/trusted.gpg.d/
13 sudo apt reinstall gpg
14 em=$(which gpg)
15 sudo ldconfig $em
16 sudo apt update
17 sudo apt purge ~c
18 echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
19 htop
20 sudo apt install htop
21 sudo apt autoremove
22 bamfdeamon ==configure
23 bamfdeamon --configure
24 ls /var/crash/
25 ls -l /var/crash/
26 sudo dpkg --configure -a
27 sudo apt install -f
28 sudo apt reinstall bamfdaemon
29 cat -n /var/lib/dpkg/info/bamfdaemon.postinst
30 ls /var/crash/
31* ls =l /var/crash/
32 ls -l /var/crash/
33 more /var/crash/linux-image-5.4.0-182-generic.184603.crash
34 more /var/crash/linux-image-5.4.0-182-generic.33455.crash
35 rm -v /var/crash/linux-image-5.4.0-182-generic.*
36 sudo rm -v /var/crash/linux-image-5.4.0-182-generic.*
37 ls -l /var/crash/
38 sudo rm -v /var/crash/linux-image-5.4.0-182-generic.*
39 rm -v /var/crash/linux-image-5.4.0-182-generic.*
40 cd
41 ls
42 touch test.txt
43 ls -l test.txt
44 rm -v test.txt
45 sudo apt remove bamfdaemon
46 sudo dpkg --configure -a
47 sudo apt install -f
48 sudo apt reinstall gpg
49 history 200
Hors ligne
#21 Le 29/03/2025, à 15:48
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
pas moyen de le killer non plus (kill -9) :
$ ps -ef | grep bamfdaemon
arnoxz 12798 12791 0 14:47 pts/0 00:00:00 grep --color=auto bamfdaemon
pas de retour le terminal reste bloqué et d'une autre fenêtre le processus est redémarré
Dernière modification par arnoxz (Le 29/03/2025, à 15:49)
Hors ligne
#22 Le 29/03/2025, à 15:54
- iznobe
Re : Ubu focal - apt update mise à jour impossible
curieuse la ligne 31 de " history " :
arnoxz@lvsl-rix:~$ history 200
..
31* ls =l /var/crash/
...
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#23 Le 29/03/2025, à 16:43
- geole
Re : Ubu focal - apt update mise à jour impossible
Je ne connais pas le logiciel perl. Mais lorsque je vois qu'il n'y a qu'une seule quote, je ne suis pas trop surpris que cela ne fonctionne pas
12 perl -e '
Ajout: La fin semblant se trouver en ligne 80
80 find(\&strip_exec, $dir_name);' /usr/share/applications > $I.new || rm -f $I.new
Si une solution n'est pas trouvée, ne conserve que les six premières lignes
sudo cp /var/lib/dpkg/info/bamfdaemon.postinst /var/lib/dpkg/info/bamfdaemon.postinst.REF
sudo head -6 /var/lib/dpkg/info/bamfdaemon.postinst.REF > /var/lib/dpkg/info/bamfdaemon.postinst
Dernière modification par geole (Le 29/03/2025, à 17:23)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
En ligne
#24 Le 29/03/2025, à 16:57
- arnoxz
Re : Ubu focal - apt update mise à jour impossible
curieuse la ligne 31 de " history " :
arnoxz@lvsl-rix:~$ history 200
..
31* ls =l /var/crash/
...
Pas important, faute de frappe, l'endroit où je me trouve offre un clavier ésotérique qui ne correspond pas trop à sa configuration, problème mineur, la ligne suivante 32 corrige cette manipulation. Finalement cela ne retourne que l'historique, pas en lien avec le problème initial ?
Hors ligne
#25 Le 29/03/2025, à 17:08
- iznobe
Re : Ubu focal - apt update mise à jour impossible
je tentais de voir si un commande aurait pu provoquer ce que l'on constate sur ton systeme .
ne me dis pas que tu as tapé les 49 lignes du retour de " history 200 " et des autres commandes quand meme .
tu ne connais pas le copier coller ???
bref , à ce niveau là , je te conseillerais de reinstaller , vu que rien ne fonctionne .
Dernière modification par iznobe (Le 29/03/2025, à 17:10)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne