Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/12/2020, à 21:40

limiri1

[Résolu] Problème de livepatch

Bonsoir,

Je suis sur Ubuntu 18.04.5 LTS et Livepatch a un problème, il m'indique:

Livepatch a écrit :

Canonical Livepatch has experienced an internal error. Please refer to https://wiki.ubuntu.com/Kernel/Livepatch#CommonIssues for further information.

Lorsque j'envoie sur le Terminal :

sudo canonical-livepatch refresh

Le terminal me retourne :

checking for patches
nothing to apply
kernel: 4.15.0-117.118-generic
patch state: ✗ the application caused a crash last time it was applied, check system logs with `journalctl -f -t canonical-livepatch`
patch version: 73.1

Je teste donc : "journalctl -f -t canonical-livepatch"
Le terminal me retourne :

-- Logs begin at Fri 2019-03-29 12:03:39 CET. --
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: Client.Check
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: error in livepatch check state: check-failed
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: Module may have caused kernel crash! Not inserting module.
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: To override this warning, remove /var/snap/canonical-livepatch/common/locks/livepatch_Ubuntu_4_15_0_117_118_generic_73_73.1
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: during refresh: multiple failures
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: during refresh: cannot check: apply-failed
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: during refresh: cannot apply patches: lock file "/var/snap/canonical-livepatch/common/locks/livepatch_Ubuntu_4_15_0_117_118_generic_73_73.1" already exists
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: error in livepatch check state: check-failed
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: failure when getting status: apply-failed
déc. 20 20:38:09 mathieu-SATELLITE-L830 canonical-livepatch[1033]: failure getting status after refresh: apply-failed

Lorsque j'envoie : snap list --all
Le terminal me retourne :

Nom                   Version                     Révision  Suivi            Éditeur       Notes
canonical-livepatch   9.5.5                       95        latest/stable    canonical✓    -
core                  16-2.48                     10577     latest/stable    canonical✓    core
core18                20201210                    1944      latest/stable    canonical✓    base
fkill                 6.0.1                       102       latest/stable    snapcrafters  -
fkill                 6.0.0                       92        latest/stable    snapcrafters  désactivé
gnome-3-26-1604       3.26.0.20191114             98        latest/stable/…  canonical✓    désactivé
gnome-3-26-1604       3.26.0.20200529             100       latest/stable/…  canonical✓    -
gnome-3-28-1804       3.28.0-17-gde3d74c.de3d74c  128       latest/stable    canonical✓    désactivé
gnome-3-28-1804       3.28.0-19-g98f9e67.98f9e67  145       latest/stable    canonical✓    -
gnome-3-34-1804       0+git.3009fc7               36        latest/stable    canonical✓    désactivé
gnome-3-34-1804       0+git.3556cb3               60        latest/stable    canonical✓    -
gnome-calculator      3.38.0+git7.c840c69c        826       latest/stable/…  canonical✓    -
gnome-calculator      3.36.0+git9.96b95fd2        748       latest/stable/…  canonical✓    désactivé
gnome-characters      v3.34.0+git9.eeab5f2        570       latest/stable/…  canonical✓    -
gnome-logs            3.34.0                      100       latest/stable/…  canonical✓    -
gnome-system-monitor  3.36.0-12-g35f88a56d7       148       latest/stable/…  canonical✓    -
gtk-common-themes     0.1-50-gf7627e4             1514      latest/stable/…  canonical✓    -
mattermost-desktop    4.6.1                       286       latest/stable    snapcrafters  désactivé
mattermost-desktop    4.6.1                       295       latest/stable    snapcrafters  -
pycharm-community     2020.2.4                    219       latest/stable    jetbrains✓    désactivé,classic
pycharm-community     2020.3                      222       latest/stable    jetbrains✓    classic
skype                 8.66.0.74                   159       latest/stable    skype✓        désactivé,classic
skype                 8.67.0.96                   161       latest/stable    skype✓        classic

Que dois-je faire?

Merci

----
Edit :
Solution : il y avait une erreur sur le paquet initramfs-tools (iF) (échec-conFig). Le paquet a été désinstallé et réinstallé.
Les paquets sans objets (rc) ont été désinstallés.

Dernière modification par limiri1 (Le 10/01/2021, à 23:20)


Ubuntu 20.04 LTS sur Toshiba Satellite L830-16L 1.50GHz × 4

Ordi précédent : Ubuntu 16.04 LTS sur ACER Aspire one / AMD C-50 Processor × 2

Hors ligne

#2 Le 20/12/2020, à 21:42

xubu1957

Re : [Résolu] Problème de livepatch

Bonjour,

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)"

et :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne

#3 Le 26/12/2020, à 01:23

limiri1

Re : [Résolu] Problème de livepatch

Bonjour,

Merci pour ta réponse.

Voici pour les noyaux :

ii  linux-headers-4.15.0-115                4.15.0-115.116  all
ii  linux-headers-4.15.0-115-generic        4.15.0-115.116  amd64
ii  linux-image-4.15.0-115-generic          4.15.0-115.116  amd64
ii  linux-modules-4.15.0-115-generic        4.15.0-115.116  amd64
ii  linux-modules-extra-4.15.0-115-generic  4.15.0-115.116  amd64
ii  linux-headers-4.15.0-117                4.15.0-117.118  all
ii  linux-headers-4.15.0-117-generic        4.15.0-117.118  amd64
ii  linux-image-4.15.0-117-generic          4.15.0-117.118  amd64
ii  linux-modules-4.15.0-117-generic        4.15.0-117.118  amd64
ii  linux-modules-extra-4.15.0-117-generic  4.15.0-117.118  amd64
ii  linux-generic                           4.15.0.117.104  amd64
ii  linux-headers-generic                   4.15.0.117.104  amd64
ii  linux-image-generic                     4.15.0.117.104  amd64
ii  linux-signed-generic                    4.15.0.117.104  amd64

Noyau courant : 4.15.0-117-generic x86_64

Et pour le dpkg :

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  initramfs-tools                            0.130ubuntu3.9                                   all          generic modular initramfs generator (automation)
rc  linux-image-4.15.0-101-generic             4.15.0-101.102                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-106-generic             4.15.0-106.107                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-108-generic             4.15.0-108.109                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-109-generic             4.15.0-109.110                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-111-generic             4.15.0-111.112                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-112-generic             4.15.0-112.113                                   amd64        Signed kernel image generic
rc  linux-image-4.15.0-29-generic              4.15.0-29.31                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-43-generic              4.15.0-43.46                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-44-generic              4.15.0-44.47                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-45-generic              4.15.0-45.48                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-46-generic              4.15.0-46.49                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-47-generic              4.15.0-47.50                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-48-generic              4.15.0-48.51                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-50-generic              4.15.0-50.54                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-51-generic              4.15.0-51.55                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-52-generic              4.15.0-52.56                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-54-generic              4.15.0-54.58                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-55-generic              4.15.0-55.60                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-58-generic              4.15.0-58.64                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-60-generic              4.15.0-60.67                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-62-generic              4.15.0-62.69                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-64-generic              4.15.0-64.73                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-65-generic              4.15.0-65.74                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-66-generic              4.15.0-66.75                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-70-generic              4.15.0-70.79                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-72-generic              4.15.0-72.81                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-74-generic              4.15.0-74.84                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-76-generic              4.15.0-76.86                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-88-generic              4.15.0-88.88                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-91-generic              4.15.0-91.92                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-96-generic              4.15.0-96.97                                     amd64        Signed kernel image generic
rc  linux-image-4.15.0-99-generic              4.15.0-99.100                                    amd64        Signed kernel image generic
rc  linux-modules-4.15.0-101-generic           4.15.0-101.102                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-106-generic           4.15.0-106.107                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-108-generic           4.15.0-108.109                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-109-generic           4.15.0-109.110                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-111-generic           4.15.0-111.112                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-112-generic           4.15.0-112.113                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-29-generic            4.15.0-29.31                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-43-generic            4.15.0-43.46                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-44-generic            4.15.0-44.47                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-45-generic            4.15.0-45.48                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-46-generic            4.15.0-46.49                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-47-generic            4.15.0-47.50                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-48-generic            4.15.0-48.51                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-50-generic            4.15.0-50.54                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-51-generic            4.15.0-51.55                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-52-generic            4.15.0-52.56                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-54-generic            4.15.0-54.58                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-55-generic            4.15.0-55.60                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-58-generic            4.15.0-58.64                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-60-generic            4.15.0-60.67                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-62-generic            4.15.0-62.69                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-64-generic            4.15.0-64.73                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-65-generic            4.15.0-65.74                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-66-generic            4.15.0-66.75                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-70-generic            4.15.0-70.79                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-72-generic            4.15.0-72.81                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-74-generic            4.15.0-74.84                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-76-generic            4.15.0-76.86                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-88-generic            4.15.0-88.88                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-91-generic            4.15.0-91.92                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-96-generic            4.15.0-96.97                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-4.15.0-99-generic            4.15.0-99.100                                    amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-101-generic     4.15.0-101.102                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-106-generic     4.15.0-106.107                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-108-generic     4.15.0-108.109                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-109-generic     4.15.0-109.110                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-111-generic     4.15.0-111.112                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-112-generic     4.15.0-112.113                                   amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-29-generic      4.15.0-29.31                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-43-generic      4.15.0-43.46                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-44-generic      4.15.0-44.47                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-45-generic      4.15.0-45.48                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-46-generic      4.15.0-46.49                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-47-generic      4.15.0-47.50                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-48-generic      4.15.0-48.51                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-50-generic      4.15.0-50.54                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-51-generic      4.15.0-51.55                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-52-generic      4.15.0-52.56                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-54-generic      4.15.0-54.58                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-55-generic      4.15.0-55.60                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-58-generic      4.15.0-58.64                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-60-generic      4.15.0-60.67                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-62-generic      4.15.0-62.69                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-64-generic      4.15.0-64.73                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-65-generic      4.15.0-65.74                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-66-generic      4.15.0-66.75                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-70-generic      4.15.0-70.79                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-72-generic      4.15.0-72.81                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-74-generic      4.15.0-74.84                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-76-generic      4.15.0-76.86                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-88-generic      4.15.0-88.88                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-91-generic      4.15.0-91.92                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-96-generic      4.15.0-96.97                                     amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP
rc  linux-modules-extra-4.15.0-99-generic      4.15.0-99.100                                    amd64        Linux kernel extra modules for version 4.15.0 on 64 bit x86 SMP

Merci


Ubuntu 20.04 LTS sur Toshiba Satellite L830-16L 1.50GHz × 4

Ordi précédent : Ubuntu 16.04 LTS sur ACER Aspire one / AMD C-50 Processor × 2

Hors ligne

#4 Le 26/12/2020, à 07:45

xubu1957

Re : [Résolu] Problème de livepatch

Bonjour,

Pour nettoyer :

Le 11/02/2017, moko138 a écrit :

Pour supprimer tous ces fichiers de configuration devenus sans objets et marqués "rc", et uniquement ces fichiers, exécute :

dpkg -l | awk '/^rc/{print $2}' | xargs -r sudo dpkg -P

Donne le retour complet de :

sudo apt update

et le sources.list :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal

et aussi :

ls -l /var/crash

Dernière modification par xubu1957 (Le 26/12/2020, à 08:19)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne

#5 Le 05/01/2021, à 09:48

limiri1

Re : [Résolu] Problème de livepatch

sudo apt update

Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :5 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic InRelease
Atteint :6 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1180 kB]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [49,0 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1812 kB]
Réception de :10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [59,5 kB]
Réception de :11 http://security.ubuntu.com/ubuntu bionic-security/universe DEP-11 64x64 Icons [129 kB]
Réception de :12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2464 B]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [294 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [288 kB]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2468 B]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9296 B]
4436 ko réceptionnés en 4s (1225 ko/s)                                 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
59 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.

apt list --upgradable

En train de lister... Fait
adobe-flash-properties-gtk/bionic 1:20201208.1-0ubuntu0.18.04.1 amd64 [pouvant être mis à jour depuis : 1:20200811.1-0ubuntu0.18.04.1]
adobe-flashplugin/bionic 1:20201208.1-0ubuntu0.18.04.1 amd64 [pouvant être mis à jour depuis : 1:20200811.1-0ubuntu0.18.04.1]
apport/bionic-updates,bionic-updates 2.20.9-0ubuntu7.21 all [pouvant être mis à jour depuis : 2.20.9-0ubuntu7.20]
apport-gtk/bionic-updates,bionic-updates 2.20.9-0ubuntu7.21 all [pouvant être mis à jour depuis : 2.20.9-0ubuntu7.20]
base-files/bionic-updates 10.1ubuntu2.10 amd64 [pouvant être mis à jour depuis : 10.1ubuntu2.9]
gdb/bionic-updates 8.1.1-0ubuntu1 amd64 [pouvant être mis à jour depuis : 8.1-0ubuntu3.2]
gdbserver/bionic-updates 8.1.1-0ubuntu1 amd64 [pouvant être mis à jour depuis : 8.1-0ubuntu3.2]
grub-common/bionic-updates 2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 2.02-2ubuntu8.18]
grub-efi-amd64-bin/bionic-updates 2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 2.02-2ubuntu8.18]
grub-efi-amd64-signed/bionic-updates 1.93.22+2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 1.93.20+2.02-2ubuntu8.18]
grub-pc/bionic-updates 2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 2.02-2ubuntu8.18]
grub-pc-bin/bionic-updates 2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 2.02-2ubuntu8.18]
grub2-common/bionic-updates 2.02-2ubuntu8.20 amd64 [pouvant être mis à jour depuis : 2.02-2ubuntu8.18]
initramfs-tools/bionic-updates,bionic-updates 0.130ubuntu3.11 all [pouvant être mis à jour depuis : 0.130ubuntu3.9]
initramfs-tools-bin/bionic-updates 0.130ubuntu3.11 amd64 [pouvant être mis à jour depuis : 0.130ubuntu3.9]
initramfs-tools-core/bionic-updates,bionic-updates 0.130ubuntu3.11 all [pouvant être mis à jour depuis : 0.130ubuntu3.9]
libc-bin/bionic-updates 2.27-3ubuntu1.4 amd64 [pouvant être mis à jour depuis : 2.27-3ubuntu1.2]
libc6/bionic-updates 2.27-3ubuntu1.4 amd64 [pouvant être mis à jour depuis : 2.27-3ubuntu1.2]
libc6-dbg/bionic-updates 2.27-3ubuntu1.4 amd64 [pouvant être mis à jour depuis : 2.27-3ubuntu1.2]
libcryptsetup12/bionic-updates 2:2.0.2-1ubuntu1.2 amd64 [pouvant être mis à jour depuis : 2:2.0.2-1ubuntu1.1]
libevdev2/bionic-updates 1.5.8+dfsg-1ubuntu0.1 amd64 [pouvant être mis à jour depuis : 1.5.8+dfsg-1]
libinput-bin/bionic-updates 1.10.4-1ubuntu0.18.04.2 amd64 [pouvant être mis à jour depuis : 1.10.4-1ubuntu0.18.04.1]
libinput10/bionic-updates 1.10.4-1ubuntu0.18.04.2 amd64 [pouvant être mis à jour depuis : 1.10.4-1ubuntu0.18.04.1]
libnautilus-extension1a/bionic-updates 1:3.26.4-0~ubuntu18.04.5 amd64 [pouvant être mis à jour depuis : 1:3.26.4-0~ubuntu18.04.4]
libnss-myhostname/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
libnss-systemd/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
libpam-systemd/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
libpcap0.8/bionic-updates 1.8.1-6ubuntu1.18.04.2 amd64 [pouvant être mis à jour depuis : 1.8.1-6ubuntu1.18.04.1]
libsane-common/bionic-updates,bionic-updates 1.0.27-1~experimental3ubuntu2.4 all [pouvant être mis à jour depuis : 1.0.27-1~experimental3ubuntu2.3]
libsane1/bionic-updates 1.0.27-1~experimental3ubuntu2.4 amd64 [pouvant être mis à jour depuis : 1.0.27-1~experimental3ubuntu2.3]
libsystemd0/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
libudev1/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
libwhoopsie0/bionic-updates 0.2.62ubuntu0.6 amd64 [pouvant être mis à jour depuis : 0.2.62ubuntu0.5]
linux-generic/bionic-updates 4.15.0.129.116 amd64 [pouvant être mis à jour depuis : 4.15.0.128.115]
linux-headers-generic/bionic-updates 4.15.0.129.116 amd64 [pouvant être mis à jour depuis : 4.15.0.128.115]
linux-image-generic/bionic-updates 4.15.0.129.116 amd64 [pouvant être mis à jour depuis : 4.15.0.128.115]
linux-signed-generic/bionic-updates 4.15.0.129.116 amd64 [pouvant être mis à jour depuis : 4.15.0.128.115]
locales/bionic-updates,bionic-updates 2.27-3ubuntu1.4 all [pouvant être mis à jour depuis : 2.27-3ubuntu1.2]
multiarch-support/bionic-updates 2.27-3ubuntu1.4 amd64 [pouvant être mis à jour depuis : 2.27-3ubuntu1.2]
nautilus/bionic-updates 1:3.26.4-0~ubuntu18.04.5 amd64 [pouvant être mis à jour depuis : 1:3.26.4-0~ubuntu18.04.4]
nautilus-data/bionic-updates,bionic-updates 1:3.26.4-0~ubuntu18.04.5 all [pouvant être mis à jour depuis : 1:3.26.4-0~ubuntu18.04.4]
python3-apport/bionic-updates,bionic-updates 2.20.9-0ubuntu7.21 all [pouvant être mis à jour depuis : 2.20.9-0ubuntu7.20]
python3-distupgrade/bionic-updates,bionic-updates 1:18.04.41 all [pouvant être mis à jour depuis : 1:18.04.38]
python3-problem-report/bionic-updates,bionic-updates 2.20.9-0ubuntu7.21 all [pouvant être mis à jour depuis : 2.20.9-0ubuntu7.20]
sane-utils/bionic-updates 1.0.27-1~experimental3ubuntu2.4 amd64 [pouvant être mis à jour depuis : 1.0.27-1~experimental3ubuntu2.3]
shim/bionic-updates 15+1552672080.a4a1fbe-0ubuntu2 amd64 [pouvant être mis à jour depuis : 15+1533136590.3beb971-0ubuntu1]
shim-signed/bionic-updates 1.37~18.04.8+15+1552672080.a4a1fbe-0ubuntu2 amd64 [pouvant être mis à jour depuis : 1.37~18.04.6+15+1533136590.3beb971-0ubuntu1]
snapd/bionic-updates 2.48+18.04 amd64 [pouvant être mis à jour depuis : 2.45.1+18.04.2]
sudo/bionic-updates 1.8.21p2-3ubuntu1.3 amd64 [pouvant être mis à jour depuis : 1.8.21p2-3ubuntu1.2]
systemd/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
systemd-sysv/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
ubuntu-desktop/bionic-updates 1.417.5 amd64 [pouvant être mis à jour depuis : 1.417.4]
ubuntu-minimal/bionic-updates 1.417.5 amd64 [pouvant être mis à jour depuis : 1.417.4]
ubuntu-release-upgrader-core/bionic-updates,bionic-updates 1:18.04.41 all [pouvant être mis à jour depuis : 1:18.04.38]
ubuntu-release-upgrader-gtk/bionic-updates,bionic-updates 1:18.04.41 all [pouvant être mis à jour depuis : 1:18.04.38]
ubuntu-standard/bionic-updates 1.417.5 amd64 [pouvant être mis à jour depuis : 1.417.4]
udev/bionic-updates 237-3ubuntu10.43 amd64 [pouvant être mis à jour depuis : 237-3ubuntu10.42]
whoopsie/bionic-updates 0.2.62ubuntu0.6 amd64 [pouvant être mis à jour depuis : 0.2.62ubuntu0.5]
wpasupplicant/bionic-updates 2:2.6-15ubuntu2.6 amd64 [pouvant être mis à jour depuis : 2:2.6-15ubuntu2.5]

sources.list

/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-bionic.list

     1	deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic main

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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://fr.archive.ubuntu.com/ubuntu/ bionic universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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 bionic partner
    44	deb-src http://archive.canonical.com/ubuntu bionic partner
    45	
    46	deb http://security.ubuntu.com/ubuntu bionic-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    48	deb http://security.ubuntu.com/ubuntu bionic-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    50	deb http://security.ubuntu.com/ubuntu bionic-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

ls -l /var/crash

total 88140
-rw-r----- 1 mathieu  whoopsie  2725595 janv.  4 22:55 _usr_bin_nautilus.1000.crash
-rw-r--r-- 1 mathieu  whoopsie        0 janv.  4 22:55 _usr_bin_nautilus.1000.upload
-rw------- 1 whoopsie whoopsie        0 janv.  4 22:55 _usr_bin_nautilus.1000.uploaded
-rw-r----- 1 mathieu  whoopsie 87522216 janv.  3 19:00 _usr_lib_chromium-browser_chromium-browser.1000.crash
-rw-r--r-- 1 mathieu  whoopsie        0 janv.  3 19:00 _usr_lib_chromium-browser_chromium-browser.1000.upload
-rw------- 1 whoopsie whoopsie        0 janv.  3 19:00 _usr_lib_chromium-browser_chromium-browser.1000.uploaded

Merci encore


Ubuntu 20.04 LTS sur Toshiba Satellite L830-16L 1.50GHz × 4

Ordi précédent : Ubuntu 16.04 LTS sur ACER Aspire one / AMD C-50 Processor × 2

Hors ligne

#6 Le 05/01/2021, à 09:59

xubu1957

Re : [Résolu] Problème de livepatch

Bonjour,

Passe :

sudo apt full-upgrade

Montre aussi :

ll /snap

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne

#7 Le 05/01/2021, à 11:57

moko138

Re : [Résolu] Problème de livepatch

xubu1957,
As-tu vu

iF  initramfs-tools

?


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#8 Le 05/01/2021, à 12:01

xubu1957

Re : [Résolu] Problème de livepatch

@moko138

J'avais point vu ! sad

Merci. smile

_ _ _

@limiri1

Tente :

sudo apt install --reinstall initramfs-tools

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne

#9 Le 10/01/2021, à 15:34

limiri1

Re : [Résolu] Problème de livepatch

Bonjour,

J'ai bien fait les deux sudo apt, ça s'est bien déroulé.

ll /snap me retourne :

total 76
drwxr-xr-x 18 root root 4096 avril 25  2020 ./
drwxr-xr-x 24 root root 4096 janv.  9 20:04 ../
drwxr-xr-x  2 root root 4096 janv.  4 13:58 bin/
drwxr-xr-x  3 root root 4096 déc.  20 20:27 canonical-livepatch/
drwxr-xr-x  4 root root 4096 janv.  5 09:02 core/
drwxr-xr-x  3 root root 4096 déc.  20 20:32 core18/
drwxr-xr-x  4 root root 4096 janv.  4 13:58 fkill/
drwxr-xr-x  4 root root 4096 juin   2  2020 gnome-3-26-1604/
drwxr-xr-x  4 root root 4096 nov.   3 23:03 gnome-3-28-1804/
drwxr-xr-x  4 root root 4096 janv.  9 20:45 gnome-3-34-1804/
drwxr-xr-x  4 root root 4096 sept. 30 20:12 gnome-calculator/
drwxr-xr-x  3 root root 4096 déc.  20 20:32 gnome-characters/
drwxr-xr-x  3 root root 4096 déc.  20 20:32 gnome-logs/
drwxr-xr-x  3 root root 4096 déc.  20 20:32 gnome-system-monitor/
drwxr-xr-x  3 root root 4096 déc.  20 20:32 gtk-common-themes/
drwxr-xr-x  4 root root 4096 déc.   4 14:35 mattermost-desktop/
drwxr-xr-x  4 root root 4096 janv.  4 01:41 pycharm-community/
-r--r--r--  1 root root  548 janv. 20  2019 README
drwxr-xr-x  4 root root 4096 déc.  17 08:26 skype/

Je remarque également que le logo Livepatch a maintenant un petit logo vert, on dirait que le problème est résolu !

J'ai tenté " sudo canonical-livepatch refresh " pour vérifier :

checking for patches
nothing to apply
kernel: 4.15.0-130.134-generic
patch state: ✓ no livepatches needed for this kernel yet

Je n'ai pas exactement tout compris d'où venait le problème mais on dirait que c'est résolu smile
(si vous voulez conclure sur "un bref récapitulatif de la solution à la fin").

Merci !

Dernière modification par limiri1 (Le 10/01/2021, à 15:35)


Ubuntu 20.04 LTS sur Toshiba Satellite L830-16L 1.50GHz × 4

Ordi précédent : Ubuntu 16.04 LTS sur ACER Aspire one / AMD C-50 Processor × 2

Hors ligne

#10 Le 10/01/2021, à 15:44

xubu1957

Re : [Résolu] Problème de livepatch

Bonjour,

Pour le paquet qui était noté en iF, cette info :

Le 14/08/2020, moko138 a écrit :

(...)
La source est tout simplement :

man dpkg-query
              Les trois premières colonnes affichées montrent dans l'ordre : l'action souhaitée,  l'état
              du paquet et les erreurs.

              Action souhaitée :
                u = Inconnu (Unknown)
                i = Installer (Install)
                h = Garder (Hold)
                r = Supprimer (Remove)
                p = Purger (Purge)

              État du paquet :
                n = Non installé (Not-installed)
                c = Fichiers de configuration (Config-files)
                H = Semi-installé (Half-installed)
                U = Décompressé (Unpacked)
                F = Semi-configuré (Half-configured)
                W = Attente de déclenchements (Triggers-awaiting)
                t = Déclenchements en attente (Triggers-pending)
                i = Installé (Installed)

              Drapeaux d'erreur :
                <empty> = (none)
                R = Reinst-required

              Un  état  en  majuscules ou une lettre d'erreur indiquent que le paquet peut provoquer des
              problèmes graves. Veuillez consulter dpkg(1) à propos des états et drapeaux ci-dessus.

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] 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

Hors ligne