#1 Le 30/09/2022, à 19:21
- jourmo
RESOLU ubuntu 22 04
Bonjour, je viens de faire la mise a jour d'ubuntu 20 04 vers ubuntu 22 04 et celui ci est tres lent :que faire svp ?
Dernière modification par jourmo (Le 01/10/2022, à 11:56)
Hors ligne
#2 Le 30/09/2022, à 19:26
- xubu1957
Re : RESOLU ubuntu 22 04
Bonjour,
Donne le retour de :
sudo apt update
Montre aussi d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
et :
ls -l /var/crash
en te servant du Retour utilisable de commande.
Lecture conseillée > memento des balises code.
==============
C'est toujours pour l'ordi Aspire-X3300 ?
Il ramait déjà l'an dernier > [Résolu] ubuntu devient lent
et fin 2020 > plantage.
Dernière modification par xubu1957 (Le 30/09/2022, à 19:37)
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
Hors ligne
#3 Le 30/09/2022, à 19:47
- jourmo
Re : RESOLU ubuntu 22 04
herbreteau@3-07ada05-lenovo:~$ sudo apt update
[sudo] Mot de passe de herbreteau :
Désolé, essayez de nouveau.
[sudo] Mot de passe de herbreteau :
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Atteint :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease
Atteint :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
110 ko réceptionnés en 1s (78,1 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
herbreteau@3-07ada05-lenovo:~$ 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
+++-==========================================-==========================================-============-================================================================================
rc firefox 1:1snap1-0ubuntu2 amd64 Transitional package - firefox -> firefox snap
rc fuse 2.9.9-3 amd64 Filesystem in Userspace
rc hplip 3.22.2+dfsg0-1+klbkfocal amd64 HP Linux Printing and Imaging System (HPLIP)
rc hplip-gui 3.22.2+dfsg0-1+klbkfocal all HP Linux Printing and Imaging - GUI utilities (Qt-based)
rc libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.5 amd64 Minimal subset of the Python language (version 3.8)
rc libqt5gui5:amd64 5.15.3+dfsg-2ubuntu0.2 amd64 Qt 5 GUI module
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-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-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 python3.8-minimal 3.8.10-0ubuntu1~20.04.5 amd64 Minimal subset of the Python language (version 3.8)
herbreteau@3-07ada05-lenovo:~$ ls -l /var/crash
total 0
herbreteau@3-07ada05-lenovo:~$
J'ai changer de pc depuis 3-4 mois celui ci est un lenovo
Dernière modification par jourmo (Le 30/09/2022, à 19:53)
Hors ligne
#4 Le 30/09/2022, à 19:52
- xubu1957
Re : RESOLU ubuntu 22 04
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café.
Montre la RAM :
LANG=C free -wh
df -Th
la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11.
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
Hors ligne
#5 Le 30/09/2022, à 19:58
- jourmo
Re : RESOLU ubuntu 22 04
herbreteau@3-07ada05-lenovo:~$ sudo apt purge ~c
[sudo] Mot de passe de herbreteau :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
ca-certificates-java default-jre-headless fonts-dejavu-extra g++-9
gcc-10-base gir1.2-cogl-1.0 java-common libamtk-5-0 libamtk-5-common libaom0
libatk-wrapper-java libatk-wrapper-java-jni libboost-date-time1.71.0
libboost-filesystem1.71.0 libboost-iostreams1.71.0 libboost-thread1.71.0
libbrlapi0.7 libcbor0.6 libcdio18 libcodec2-0.9 libdc1394-22
libdns-export1109 libdouble-conversion3 libdvdread7
libextutils-pkgconfig-perl libfluidsynth2 libfuture-perl libgupnp-1.2-0
libhandy-0.0-0 libhogweed5 libilmbase24 libio-async-loop-epoll-perl
libio-async-perl libisl22 libjson-c4 libjuh-java libjurt-java
liblibreoffice-java liblinux-epoll-perl libllvm12 libmd4c0
libmetrics-any-perl libmms0 libnettle7 libntfs-3g883 libofa0 libopenexr24
liborcus-0.15-0 libpcre2-16-0 libpoppler97 libprotobuf17 libqpdf26
libqt5core5a libqt5dbus5 libqt5sql5 libqt5sql5-sqlite libqt5test5 libqt5xml5
libraw19 libreadonly-perl libref-util-perl libref-util-xs-perl libridl-java
libsane libsereal-perl libstdc++-9-dev libstruct-dumb-perl libtepl-4-0
libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
libtype-tiny-perl libtype-tiny-xs-perl libunoloader-java libusrsctp1
libx264-155 libx265-179 libxcb-xinerama0 libxcb-xinput0 libxml-writer-perl
libxmlb1 lz4 openjdk-11-jre-headless pkg-config python3-dbus.mainloop.pyqt5
python3-entrypoints python3-notify2 python3-pyqt5.sip python3-sip
qttranslations5-l10n ure-java
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
firefox* fuse* hplip* hplip-gui* libpython3.8-minimal* libqt5gui5*
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-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-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* python3.8-minimal*
0 mis à jour, 0 nouvellement installés, 19 à enlever et 0 non mis à jour.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
(Lecture de la base de données... 233409 fichiers et répertoires déjà installés.
)
Purge des fichiers de configuration de hplip (3.22.2+dfsg0-1+klbkfocal) ...
Purge des fichiers de configuration de linux-image-5.4.0-122-generic (5.4.0-122.
138) ...
Purge des fichiers de configuration de fuse (2.9.9-3) ...
Purge des fichiers de configuration de libpython3.8-minimal:amd64 (3.8.10-0ubunt
u1~20.04.5) ...
Purge des fichiers de configuration de linux-image-5.4.0-125-generic (5.4.0-125.
141) ...
Purge des fichiers de configuration de linux-modules-5.4.0-124-generic (5.4.0-12
4.140) ...
dpkg: avertissement: lors de la suppression de linux-modules-5.4.0-124-generic,
le répertoire « /lib/modules/5.4.0-124-generic » n'était pas vide, donc il n'a p
as été supprimé
Purge des fichiers de configuration de firefox (1:1snap1-0ubuntu2) ...
Purge des fichiers de configuration de linux-modules-extra-5.4.0-124-generic (5.
4.0-124.140) ...
Purge des fichiers de configuration de linux-modules-5.4.0-125-generic (5.4.0-12
5.141) ...
Purge des fichiers de configuration de libqt5gui5:amd64 (5.15.3+dfsg-2ubuntu0.2)
...
Purge des fichiers de configuration de linux-modules-extra-5.4.0-121-generic (5.
4.0-121.137) ...
Purge des fichiers de configuration de linux-modules-extra-5.4.0-122-generic (5.
4.0-122.138) ...
Purge des fichiers de configuration de linux-image-5.4.0-121-generic (5.4.0-121.
137) ...
Purge des fichiers de configuration de hplip-gui (3.22.2+dfsg0-1+klbkfocal) ...
Purge des fichiers de configuration de linux-modules-5.4.0-122-generic (5.4.0-12
2.138) ...
Purge des fichiers de configuration de linux-image-5.4.0-124-generic (5.4.0-124.
140) ...
Purge des fichiers de configuration de linux-modules-5.4.0-121-generic (5.4.0-12
1.137) ...
Purge des fichiers de configuration de python3.8-minimal (3.8.10-0ubuntu1~20.04.
5) ...
Purge des fichiers de configuration de linux-modules-extra-5.4.0-125-generic (5.
4.0-125.141) ...
Traitement des actions différées (« triggers ») pour dbus (1.12.20-2ubuntu4) ...
herbreteau@3-07ada05-lenovo:~$ LANG=C free -wh
total used free shared buffers cache available
Mem: 5.7Gi 1.6Gi 1.6Gi 35Mi 63Mi 2.5Gi 3.8Gi
Swap: 2.0Gi 527Mi 1.5Gi
herbreteau@3-07ada05-lenovo:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev df) (prog-if 00 [VGA controller])
Kernel driver in use: amdgpu
Kernel modules: amdgpu
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev df) (prog-if 00 [VGA controller])
Kernel driver in use: amdgpu
Kernel modules: amdgpu
herbreteau@3-07ada05-lenovo:~$ echo $XDG_SESSION_TYPE
wayland
herbreteau@3-07ada05-lenovo:~$
Hors ligne
#6 Le 30/09/2022, à 19:59
- xubu1957
Re : RESOLU ubuntu 22 04
Montre :
snap list --all
Tu as omis :
df -Th
_ _ _
(edit=messages regroupés)
_ _ _
Je rajoute :
systemd-analyze time
systemd-analyze blame --no-pager
systemd-analyze critical-chain
Dernière modification par xubu1957 (Le 01/10/2022, à 09:15)
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
Hors ligne
#7 Le 30/09/2022, à 20:13
- jourmo
Re : RESOLU ubuntu 22 04
herbreteau@3-07ada05-lenovo:~$ snap list --all
Nom Version Révision Suivi Éditeur Notes
bare 1.0 5 latest/stable canonical✓ base
canonical-livepatch 10.1.5 138 latest/stable canonical✓ désactivé
canonical-livepatch 10.2.3 146 latest/stable canonical✓ -
canonical-livepatch-server-admin 1.9.1 9 latest/stable canonical✓ désactivé
canonical-livepatch-server-admin 1.9.2 10 latest/stable canonical✓ -
chromium 105.0.5195.102 2082 latest/stable canonical✓ désactivé
chromium 105.0.5195.125 2105 latest/stable canonical✓ -
core 16-2.57.1 13741 latest/stable canonical✓ core,désactivé
core 16-2.57.2 13886 latest/stable canonical✓ core
core18 20220830 2560 latest/stable canonical✓ base,désactivé
core18 20220831 2566 latest/stable canonical✓ base
core20 20220826 1623 latest/stable canonical✓ base
core20 20220805 1611 latest/stable canonical✓ base,désactivé
cups 2.4.2-2 774 latest/stable openprinting✓ désactivé
cups 2.4.2-4 803 latest/stable openprinting✓ -
firefox 105.0.1-1 1883 latest/stable mozilla✓ -
gimp 2.10.30 393 latest/stable snapcrafters -
gimp 2.10.28 383 latest/stable snapcrafters désactivé
gnome-3-26-1604 3.26.0.20210629 104 latest/stable/… canonical✓ -
gnome-3-28-1804 3.28.0-19-g98f9e67.98f9e67 161 latest/stable canonical✓ -
gnome-3-38-2004 0+git.891e5bc 112 latest/stable canonical✓ désactivé
gnome-3-38-2004 0+git.891e5bc 115 latest/stable canonical✓ -
gnome-system-monitor 41.0-10-g0c4203a413 178 latest/stable/… canonical✓ -
gnome-system-monitor 41.0-5-g91e67f7982 174 latest/stable/… canonical✓ désactivé
gtk-common-themes 0.1-79-ga83e90c 1534 latest/stable/… canonical✓ désactivé
gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ -
gtk2-common-themes 0.1 13 latest/stable canonical✓ -
gutenprint-printer-app 1.0 517 latest/edge openprinting✓ -
gutenprint-printer-app 1.0 514 latest/edge openprinting✓ désactivé
hplip-printer-app 1.0 606 latest/edge openprinting✓ -
hplip-printer-app 1.0 603 latest/edge openprinting✓ désactivé
kde-frameworks-5-96-qt-5-15-5-core20 5.96.0 7 latest/stable kde✓ -
kde-frameworks-5-core18 5.61.0 32 latest/stable kde✓ -
kde-frameworks-5-qt-5-14-core18 5.68.0 4 latest/stable kde✓ -
kde-frameworks-5-qt-5-15-3-core20 5.87.0 7 latest/stable kde✓ désactivé
kde-frameworks-5-qt-5-15-3-core20 5.87.0 8 latest/stable kde✓ -
kde-frameworks-5-qt-5-15-core20 5.79.0 14 latest/stable kde✓ -
kpat 22.04.3 59 latest/stable kde✓ désactivé
kpat 22.08.0 61 latest/stable kde✓ -
snap-store 41.3-63-gbd822db 592 latest/stable/… canonical✓ désactivé
snap-store 41.3-64-g512c0ff 599 latest/stable/… canonical✓ -
snapd-desktop-integration 0.1 14 latest/stable/… canonical✓ -
vlc 3.0.16 2344 latest/stable videolan✓ -
herbreteau@3-07ada05-lenovo:~$ df -Th
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
tmpfs tmpfs 587M 2,2M 585M 1% /run
/dev/sda1 ext4 46G 24G 20G 54% /
tmpfs tmpfs 2,9G 23M 2,9G 1% /dev/shm
tmpfs tmpfs 5,0M 4,0K 5,0M 1% /run/lock
/dev/sda2 ext4 1,8T 245G 1,5T 15% /home
tmpfs tmpfs 587M 4,7M 583M 1% /run/user/1000
herbreteau@3-07ada05-lenovo:~$
Hors ligne
#8 Le 30/09/2022, à 20:33
- jourmo
Re : RESOLU ubuntu 22 04
herbreteau@3-07ada05-lenovo:~$ systemd-analyze time
Startup finished in 4.223s (kernel) + 47.909s (userspace) = 52.133s
graphical.target reached after 47.823s in userspace
herbreteau@3-07ada05-lenovo:~$ systemd-analyze blame --no-pager
25.520s plymouth-quit-wait.service
13.504s snapd.service
7.469s dev-sda1.device
5.957s apparmor.service
5.836s udisks2.service
5.688s fwupd.service
5.497s networkd-dispatcher.service
5.338s dev-loop36.device
5.323s dev-loop31.device
5.222s dev-loop42.device
5.214s dev-loop35.device
5.169s dev-loop26.device
5.161s dev-loop20.device
5.043s dev-loop33.device
5.034s dev-loop32.device
5.031s dev-loop40.device
4.965s dev-loop39.device
4.897s dev-loop37.device
4.716s dev-loop13.device
4.672s dev-loop34.device
4.657s dev-loop41.device
4.541s dev-loop29.device
4.521s dev-loop38.device
4.443s dev-loop15.device
4.405s dev-loop30.device
4.335s dev-loop28.device
4.319s dev-loop21.device
4.175s accounts-daemon.service
4.095s systemd-tmpfiles-clean.service
4.051s power-profiles-daemon.service
3.991s dev-loop4.device
3.976s dev-loop10.device
3.922s dev-loop27.device
3.899s dev-loop25.device
3.883s ModemManager.service
3.828s dev-loop6.device
3.828s dev-loop23.device
3.716s dev-loop17.device
3.673s dev-loop14.device
3.647s dev-loop16.device
3.629s cups.service
3.625s dev-loop19.device
3.613s dev-loop18.device
3.597s dev-loop24.device
3.538s dev-loop22.device
3.387s dev-loop8.device
3.365s dev-loop11.device
3.343s dev-loop12.device
3.343s dev-loop9.device
3.316s polkit.service
3.204s dev-loop5.device
3.183s systemd-journal-flush.service
2.795s gdm.service
2.769s NetworkManager.service
2.769s avahi-daemon.service
2.766s bluetooth.service
2.716s systemd-rfkill.service
2.663s switcheroo-control.service
2.596s dev-loop2.device
2.575s thermald.service
2.566s systemd-logind.service
2.522s wpa_supplicant.service
2.455s dev-loop1.device
2.330s dev-loop3.device
2.198s dev-loop7.device
1.774s snapd.apparmor.service
1.698s dev-loop0.device
1.669s snap-bare-5.mount
1.625s snap-canonical\x2dlivepatch-138.mount
1.522s snap-canonical\x2dlivepatch-146.mount
1.426s snap-canonical\x2dlivepatch\x2dserver\x2dadmin-10.mount
1.371s snap-canonical\x2dlivepatch\x2dserver\x2dadmin-9.mount
1.350s systemd-resolved.service
1.280s rsyslog.service
1.276s snap-chromium-2082.mount
1.265s snap-chromium-2105.mount
1.228s snap-core-13741.mount
1.191s ua-timer.service
1.155s snap-core-13886.mount
1.103s snap-core18-2560.mount
1.099s snap-core18-2566.mount
1.098s networking.service
1.092s snap-core20-1611.mount
1.085s snap-core20-1623.mount
1.079s systemd-udevd.service
1.076s snap-cups-774.mount
1.033s gpu-manager.service
1.031s snap-cups-803.mount
1.023s snap-firefox-1883.mount
1.013s snap-gimp-383.mount
1.001s snap-gimp-393.mount
944ms grub-common.service
923ms update-notifier-download.service
916ms snap-gnome\x2d3\x2d26\x2d1604-104.mount
909ms snapd.seeded.service
877ms snap-gnome\x2d3\x2d28\x2d1804-161.mount
841ms systemd-sysusers.service
832ms snap-gnome\x2d3\x2d38\x2d2004-112.mount
801ms snap-gnome\x2d3\x2d38\x2d2004-115.mount
797ms snap-gnome\x2dsystem\x2dmonitor-174.mount
786ms snap-gnome\x2dsystem\x2dmonitor-178.mount
780ms snap-gtk2\x2dcommon\x2dthemes-13.mount
777ms snap-gtk\x2dcommon\x2dthemes-1534.mount
757ms e2scrub_reap.service
690ms snap-gtk\x2dcommon\x2dthemes-1535.mount
687ms snap-gutenprint\x2dprinter\x2dapp-514.mount
683ms snap-gutenprint\x2dprinter\x2dapp-517.mount
682ms packagekit.service
673ms snap-hplip\x2dprinter\x2dapp-603.mount
668ms snap-hplip\x2dprinter\x2dapp-606.mount
665ms systemd-tmpfiles-setup.service
649ms systemd-modules-load.service
647ms apport.service
588ms snap-kde\x2dframeworks\x2d5\x2d96\x2dqt\x2d5\x2d15\x2d5\x2dcore20-7.mou…
567ms apport-autoreport.service
535ms snap-kde\x2dframeworks\x2d5\x2dcore18-32.mount
484ms snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d14\x2dcore18-4.mount
447ms systemd-journald.service
440ms snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d15\x2d3\x2dcore20-7.mount
436ms binfmt-support.service
416ms systemd-random-seed.service
397ms snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d15\x2d3\x2dcore20-8.mount
383ms keyboard-setup.service
374ms snap-kde\x2dframeworks\x2d5\x2dqt\x2d5\x2d15\x2dcore20-14.mount
370ms systemd-fsck@dev-disk-by\x2duuid-32bffc6b\x2db0ba\x2d4d71\x2d8204\x2d96…
345ms kerneloops.service
340ms snap-kpat-59.mount
334ms snap-kpat-61.mount
302ms systemd-oomd.service
301ms systemd-timesyncd.service
290ms systemd-sysctl.service
289ms user@1000.service
284ms systemd-backlight@backlight:acpi_video0.service
268ms systemd-udev-trigger.service
253ms grub-initrd-fallback.service
253ms snap-snap\x2dstore-592.mount
244ms snap-snap\x2dstore-599.mount
243ms modprobe@drm.service
232ms dns-clean.service
220ms systemd-tmpfiles-setup-dev.service
213ms snap-snapd\x2ddesktop\x2dintegration-14.mount
206ms swapfile.swap
197ms systemd-update-utmp.service
194ms upower.service
192ms snap-vlc-2344.mount
174ms home.mount
141ms ufw.service
128ms dev-hugepages.mount
127ms dev-mqueue.mount
126ms sys-kernel-debug.mount
125ms sys-kernel-tracing.mount
119ms kmod-static-nodes.service
115ms modprobe@configfs.service
111ms proc-sys-fs-binfmt_misc.mount
111ms modprobe@fuse.service
107ms colord.service
101ms openvpn.service
94ms plymouth-start.service
87ms ifupdown-pre.service
86ms var-snap-firefox-common-host\x2dhunspell.mount
85ms systemd-remount-fs.service
82ms setvtrgb.service
74ms console-setup.service
54ms plymouth-read-write.service
45ms systemd-user-sessions.service
40ms rtkit-daemon.service
32ms user-runtime-dir@1000.service
28ms modprobe@chromeos_pstore.service
9ms alsa-restore.service
9ms systemd-update-utmp-runlevel.service
9ms modprobe@efi_pstore.service
8ms modprobe@ramoops.service
5ms modprobe@pstore_blk.service
4ms sys-kernel-config.mount
3ms modprobe@pstore_zone.service
2ms sys-fs-fuse-connections.mount
1ms snapd.socket
herbreteau@3-07ada05-lenovo:~$ systemd-analyze critical-chain
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @47.823s
└─multi-user.target @47.823s
└─plymouth-quit-wait.service @22.302s +25.520s
└─systemd-user-sessions.service @22.250s +45ms
└─network.target @22.184s
└─NetworkManager.service @19.414s +2.769s
└─dbus.service @19.411s
└─basic.target @19.373s
└─sockets.target @19.373s
└─snapd.socket @19.372s +1ms
└─sysinit.target @19.326s
└─snapd.apparmor.service @17.551s +1.774s
└─apparmor.service @11.587s +5.957s
└─local-fs.target @11.585s
└─run-snapd-ns-snapd\x2ddesktop\x2dintegration.mnt.mo>
└─run-snapd-ns.mount @34.032s
└─local-fs-pre.target @3.690s
└─systemd-tmpfiles-setup-dev.service @3.469s +2>
└─systemd-sysusers.service @2.625s +841ms
└─systemd-remount-fs.service @2.536s +85ms
lines 1-23
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @47.823s
└─multi-user.target @47.823s
└─plymouth-quit-wait.service @22.302s +25.520s
└─systemd-user-sessions.service @22.250s +45ms
└─network.target @22.184s
└─NetworkManager.service @19.414s +2.769s
└─dbus.service @19.411s
└─basic.target @19.373s
└─sockets.target @19.373s
└─snapd.socket @19.372s +1ms
└─sysinit.target @19.326s
└─snapd.apparmor.service @17.551s +1.774s
└─apparmor.service @11.587s +5.957s
└─local-fs.target @11.585s
└─run-snapd-ns-snapd\x2ddesktop\x2dintegration.mnt.m>
└─run-snapd-ns.mount @34.032s
└─local-fs-pre.target @3.690s
└─systemd-tmpfiles-setup-dev.service @3.469s +>
└─systemd-sysusers.service @2.625s +841ms
└─systemd-remount-fs.service @2.536s +85ms
lines 1-23
The time when unit became active or started is printed after the "@" characte>
The time the unit took to start is printed after the "+" character.
graphical.target @47.823s
└─multi-user.target @47.823s
└─plymouth-quit-wait.service @22.302s +25.520s
└─systemd-user-sessions.service @22.250s +45ms
└─network.target @22.184s
└─NetworkManager.service @19.414s +2.769s
└─dbus.service @19.411s
└─basic.target @19.373s
└─sockets.target @19.373s
└─snapd.socket @19.372s +1ms
└─sysinit.target @19.326s
└─snapd.apparmor.service @17.551s +1.774s
└─apparmor.service @11.587s +5.957s
└─local-fs.target @11.585s
└─run-snapd-ns-snapd\x2ddesktop\x2dintegration.mnt.>
└─run-snapd-ns.mount @34.032s
└─local-fs-pre.target @3.690s
└─systemd-tmpfiles-setup-dev.service @3.469s >
└─systemd-sysusers.service @2.625s +841ms
└─systemd-remount-fs.service @2.536s +85ms
lines 1-23
Hors ligne
#9 Le 30/09/2022, à 20:38
- xubu1957
Re : RESOLU ubuntu 22 04
Tente :
Bonjour,
tu peux aussi essayer ceci :
sudo systemctl disable plymouth-quit-wait.service
sudo systemctl disable NetworkManager-wait-online.service
redémarres le PC
puis postes le retour desystemd-analyze
et de
systemd-analyze blame
repris dans [Résolu]Temps de démarrage 18.04
Vu :
gutenprint-printer-app 1.0 517 latest/edge openprinting✓ -
gutenprint-printer-app 1.0 514 latest/edge openprinting✓ désactivé
hplip-printer-app 1.0 606 latest/edge openprinting✓ -
hplip-printer-app 1.0 603 latest/edge openprinting✓ désactivé
Tu as deux imprimantes ?
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
Hors ligne
#10 Le 30/09/2022, à 21:06
- jourmo
Re : RESOLU ubuntu 22 04
:~$ systemd-analyze
Startup finished in 4.206s (kernel) + 48.864s (userspace) = 53.070s
graphical.target reached after 48.766s in userspace
herbreteau@3-07ada05-lenovo:~$ systemd-analyze blame
30.432s plymouth-quit-wait.service
20.833s snapd.service
8.468s dev-sda1.device
7.917s apport-autoreport.service
7.189s udisks2.service
5.854s networkd-dispatcher.service
5.381s dev-loop40.device
5.348s accounts-daemon.service
5.320s dev-loop38.device
5.244s dev-loop39.device
5.241s dev-loop35.device
5.175s dev-loop25.device
5.172s dev-loop33.device
5.161s dev-loop34.device
5.160s dev-loop32.device
5.158s dev-loop42.device
4.840s dev-loop20.device
4.807s dev-loop37.device
4.800s dev-loop30.device
4.787s dev-loop36.device
4.732s ModemManager.service
4.644s power-profiles-daemon.service
4.595s dev-loop31.device
lines 1-23
Oui j'ai deux imprimante dont une que je dois changer : canon mg 6853 ( hs ) et selphy cp 1300 que je n'arrive pas a faire fonctionner avec le pc :elle ne fonctionne qu'avec le tel portable.......
Dernière modification par jourmo (Le 30/09/2022, à 21:07)
Hors ligne
#11 Le 30/09/2022, à 21:20
- xubu1957
Re : RESOLU ubuntu 22 04
J'ai fourni le maximum, il faudrait des avis d'autres aidants.
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
Hors ligne
#12 Le 30/09/2022, à 21:31
- jourmo
Re : RESOLU ubuntu 22 04
Merci de ton aide :tu n'as rien trouvé de spécial ?
Hors ligne
#13 Le 30/09/2022, à 21:33
- xubu1957
Re : RESOLU ubuntu 22 04
Je pense que c'est le défilé des paquets au format snap qui ralentit l'ordi.
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
Hors ligne
#14 Le 30/09/2022, à 22:00
- jourmo
Re : RESOLU ubuntu 22 04
Ok merci ; j'attend d'autres avis ...Salutations..
Hors ligne
#15 Le 30/09/2022, à 22:02
- geole
Re : RESOLU ubuntu 22 04
Bonjour, je viens de faire la mise a jour d'ubuntu 20 04 vers ubuntu 22 04 et celui ci est tres lent :que faire svp ?
Bonjour.
Lorsqu'il'fonctionne lentement, fais la commande
top
pour voir qui consomme le processeur. Si c'est un tracker, je crois qu'il existe des discussions.
Donne aussi la liste des erreurs rencontrées
journalctl --no-pager -b -p err
Dernière modification par geole (Le 30/09/2022, à 22:08)
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#16 Le 01/10/2022, à 06:35
- xubu1957
Re : RESOLU ubuntu 22 04
Bonjour,
Montre aussi :
journalctl --no-pager -b -p warning
pour reprendre une autre commande de geole.
Tu devrais titrer ton fil : Lenteurs avec ubuntu 22.04
Dernière modification par xubu1957 (Le 01/10/2022, à 08:27)
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
Hors ligne
#17 Le 01/10/2022, à 08:35
- FrancisFDZ
Re : RESOLU ubuntu 22 04
Bonjour,
N'utilisant pas snap, je ne connais pas la commande pour désinstaller les paquets snap désactivés, mais je pense qu'il y lieu de le faire (d'après la liste en #7, j'ai repéré 16 installations snap désactivées)
-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]
Hors ligne
#18 Le 01/10/2022, à 08:39
- jourmo
Re : RESOLU ubuntu 22 04
Bonjour,
~$ journalctl --no-pager -b -p err
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: apt-daily.timer: Refusing to start, unit apt-daily.service to trigger not loaded.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Failed to start Daily apt download activities.
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: Failed to start Service for snap application snapd-desktop-integration.snapd-desktop-integration.
oct. 01 08:23:13 3-07ada05-lenovo gdm-password][2538]: gkr-pam: unable to locate daemon control file
oct. 01 08:23:22 3-07ada05-lenovo gdm-launch-environment][1571]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
herbreteau@3-07ada05-lenovo:~$ journalctl --no-pager -b -p warning
oct. 01 08:21:51 3-07ada05-lenovo kernel: mtrr: your CPUs had inconsistent variable MTRR settings
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:21:51 3-07ada05-lenovo kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
oct. 01 08:21:51 3-07ada05-lenovo kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
oct. 01 08:21:51 3-07ada05-lenovo kernel: pci 0000:00:00.2: PCI INT A: not connected
oct. 01 08:21:51 3-07ada05-lenovo kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
oct. 01 08:21:51 3-07ada05-lenovo kernel: ata1.00: ATA Identify Device Log not supported
oct. 01 08:21:51 3-07ada05-lenovo kernel: ata1.00: ATA Identify Device Log not supported
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc' as unstable because the skew is too large:
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'hpet' wd_nsec: 513724160 wd_now: 1f44e5e wd_last: 1841193 mask: ffffffff
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'tsc' cs_nsec: 512012503 cs_now: 578c735f4 cs_last: 5541a4754 mask: ffffffffffffffff
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'tsc' is current clocksource.
oct. 01 08:21:51 3-07ada05-lenovo kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: Checking clocksource tsc synchronization from CPU 1 to CPUs 0.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_canonical-livepatch_canonical-livepatch /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_canonical-livepatch_canonical-livepatchd /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromedriver /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromium /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[603]: sda: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromedriver /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromium /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_firefox_firefox /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_firefox_geckodriver /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[603]: sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_CNTL(0x11)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF300F)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_GPM_MEM(0x12)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF000F)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_SRM_MEM(0x13)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF000F)
oct. 01 08:22:00 3-07ada05-lenovo systemd-udevd[603]: sda2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda2' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[611]: controlC2: Process '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore 2' failed with exit code 99.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[609]: controlC0: Process '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore 0' failed with exit code 99.
oct. 01 08:22:30 3-07ada05-lenovo kernel: kauditd_printk_skb: 40 callbacks suppressed
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: apt-daily.timer: Refusing to start, unit apt-daily.service to trigger not loaded.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Failed to start Daily apt download activities.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD NSS Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD AutoFS Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAC Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAM Service responder private socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAM Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD SSH Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD Sudo Service responder socket.
oct. 01 08:22:34 3-07ada05-lenovo systemd[1]: kerneloops.service: Found left-over process 1462 (kerneloops) in control group while starting unit. Ignoring.
oct. 01 08:22:34 3-07ada05-lenovo systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
oct. 01 08:22:35 3-07ada05-lenovo udisksd[1385]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
oct. 01 08:22:35 3-07ada05-lenovo udisksd[1385]: Failed to load the 'mdraid' libblockdev plugin
oct. 01 08:22:38 3-07ada05-lenovo kernel: kauditd_printk_skb: 45 callbacks suppressed
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
oct. 01 08:22:50 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:50 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:50 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:51 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.a11y.Bus'
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: (WW) Option "-listen" for file descriptors is deprecated
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: Please use "-listenfd" instead.
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: (WW) Option "-listen" for file descriptors is deprecated
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: Please use "-listenfd" instead.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Socket already exists; daemon did not exit cleanly! Removing old socket.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Socket already exists; daemon did not exit cleanly! Removing old socket.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Client information is recent, not refreshing.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Start request repeated too quickly.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: Failed to start Service for snap application snapd-desktop-integration.snapd-desktop-integration.
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[2006]: dbus-daemon[2006]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo org.gnome.Shell.desktop[1652]: Window manager warning: Failed to parse saved session file: L’ouverture du fichier « /var/lib/gdm3/.config/mutter/sessions/104455fc708bf585d0166460536399523600000016270000.ms » a échoué : Aucun fichier ou dossier de ce type
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[2006]: dbus-daemon[2006]: Successfully activated service 'org.a11y.atspi.Registry'
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gnome.Shell.Notifications'
oct. 01 08:22:57 3-07ada05-lenovo gnome-shell[1652]: JS ERROR: TypeError: this._managerProxy is undefined
_onGeoclueVanished@resource:///org/gnome/shell/ui/status/location.js:169:9
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=121 pid=2305 comm="/usr/libexec/gsd-sharing " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo gsd-sharing[2305]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo gsd-sharing[2305]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gtk.vfs.Daemon' requested by ':1.24' (uid=121 pid=2307 comm="ibus-daemon --panel disable " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gtk.vfs.Daemon'
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.portal.IBus' requested by ':1.24' (uid=121 pid=2307 comm="ibus-daemon --panel disable " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.portal.IBus'
oct. 01 08:23:00 3-07ada05-lenovo gnome-shell[1652]: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
oct. 01 08:23:00 3-07ada05-lenovo gnome-shell[1652]: ATK Bridge is disabled but a11y has already been enabled.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: The XKEYBOARD keymap compiler (xkbcomp) reports:
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: > Warning: Unsupported maximum keycode 708, clipping.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: > X11 cannot support keycodes above 255.
oct. 01 08:23:00 3-07ada05-lenovo ibus-daemon[2307]: GChildWatchSource: Exit status of a child process was requested but ECHILD was received by waitpid(). See the documentation of g_child_watch_source_new() for possible causes.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: Errors from xkbcomp are not fatal to the X server
oct. 01 08:23:01 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.portal.IBus' requested by ':1.30' (uid=121 pid=2472 comm="ibus-daemon --panel disable -r --xim " label="unconfined")
oct. 01 08:23:01 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.portal.IBus'
oct. 01 08:23:02 3-07ada05-lenovo gsd-media-keys[2332]: Failed to grab accelerator for keybinding settings:hibernate
oct. 01 08:23:02 3-07ada05-lenovo gsd-media-keys[2332]: Failed to grab accelerator for keybinding settings:playback-repeat
oct. 01 08:23:02 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=121 pid=2359 comm="/usr/libexec/gsd-power " label="unconfined")
oct. 01 08:23:02 3-07ada05-lenovo xbrlapi.desktop[2521]: openConnection: connect: Aucun fichier ou dossier de ce type
oct. 01 08:23:02 3-07ada05-lenovo xbrlapi.desktop[2521]: ne peut pas se connecter au démon des périphériques braille de brltty sur :0
oct. 01 08:23:02 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gnome.ScreenSaver'
oct. 01 08:23:13 3-07ada05-lenovo gdm-password][2538]: gkr-pam: unable to locate daemon control file
oct. 01 08:23:15 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2709: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2709 does not exist.
oct. 01 08:23:15 3-07ada05-lenovo systemd[2547]: org.gnome.Shell@x11.service: Start request repeated too quickly.
oct. 01 08:23:15 3-07ada05-lenovo snapd-desktop-i[2557]: cannot open display:
oct. 01 08:23:15 3-07ada05-lenovo systemd[2547]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:23:17 3-07ada05-lenovo at-spi-dbus-bus.desktop[2741]: dbus-daemon[2741]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2728 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:23:17 3-07ada05-lenovo at-spi-dbus-bus.desktop[2741]: dbus-daemon[2741]: Successfully activated service 'org.a11y.atspi.Registry'
oct. 01 08:23:17 3-07ada05-lenovo systemd[2547]: Dependency failed for GNOME XSettings service.
oct. 01 08:23:18 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2964: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2964 does not exist.
oct. 01 08:23:18 3-07ada05-lenovo at-spi2-registr[2936]: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
oct. 01 08:23:18 3-07ada05-lenovo at-spi2-registr[2936]: Unable to register client with session manager
oct. 01 08:23:18 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2994: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2994 does not exist.
oct. 01 08:23:19 3-07ada05-lenovo gsd-media-keys[2974]: Failed to grab accelerator for keybinding settings:hibernate
oct. 01 08:23:19 3-07ada05-lenovo gsd-media-keys[2974]: Failed to grab accelerator for keybinding settings:playback-repeat
oct. 01 08:23:22 3-07ada05-lenovo gnome-shell[1652]: Connection to xwayland lost
oct. 01 08:23:22 3-07ada05-lenovo gsd-housekeepin[2352]: Error releasing name org.gnome.SettingsDaemon.Housekeeping: La connexion est fermée
oct. 01 08:23:22 3-07ada05-lenovo gdm-launch-environment][1571]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
oct. 01 08:23:22 3-07ada05-lenovo gsd-color[2958]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Hewlett_Packard_HP_23xi_3CM3170731_gdm_121
oct. 01 08:23:29 3-07ada05-lenovo snap-store[3189]: plugin fwupd took 3,4 seconds to do setup
oct. 01 08:23:30 3-07ada05-lenovo gnome-shell[2728]: ATK Bridge is disabled but a11y has already been enabled.
oct. 01 08:23:30 3-07ada05-lenovo snap-store[3189]: /etc/PackageKit/Vendor.conf file not found
oct. 01 08:23:33 3-07ada05-lenovo nautilus[2903]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
oct. 01 08:23:34 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for Skype1
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: Only 0 apps for recent list, hiding
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
oct. 01 08:23:41 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: Skype1, Impossible to lookup icon for 'Skype1_3-panel' in path /tmp/.org.chromium.Chromium.E7Lnay
oct. 01 08:23:41 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for Skype1
oct. 01 08:24:12 3-07ada05-lenovo io.snapcraft.Settings[4028]: userd.go:93: Starting snap userd
oct. 01 08:24:22 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for software-update-available
oct. 01 08:24:22 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for livepatch
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: internal error: failed, but no error code: cancelled
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: Failed to find one package for org.gnome.Terminal.desktop, /usr/share/applications/org.gnome.Terminal.desktop, [0]
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: Failed to get snap interfaces: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: not GsPlugin error snapd-error-quark:1: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: not handling error failed for action refine: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: ignoring non-installed app GsApp: [0x7fbedc0267e0]
kind: desktop-application
state: available
quirk: do-not-auto-update
progress: unknown
id: org.gimp.GIMP
unique-id: */snap/Boutique des snap/org.gimp.GIMP/latest/stable
bundle-kind: snap
kudo-percentage: 0
name: GNU Image Manipulation Program
icon: /home/herbreteau/snap/snap-store/common/.cache/gnome-software/icons/1a465ddb0ef76e1bac52621e13accaaca0e0dc80-gimp.png
version: 2.10.30
summary: GNU Image Manipulation Program
description: Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticated tools to get your job done. You can further enhance your productivity with GIMP thanks to many customization options and 3rd party plugins.
This snap is maintained by the Snapcrafters community, and is not necessarily endorsed or officially maintained by the upstream developers.
Upstream Project: <a href="https://www.gimp.org/">https://www.gimp.org/</a> snapcraft.yaml Build Definition: <a href="https://github.com/snapcrafters/gimp/blob/master/snap/snapcraft.yaml">https://github.com/snapcrafters/gimp/blob/master/snap/snapcraft.yaml</a>
url{homepage}: https://www.gimp.org/
license: GPL-3.0+
license-is-free: yes
management-plugin: snap
branch: latest/stable
origin: Boutique des snap
origin-hostname: snapcraft.io
rating: 87
review-rating: [0:0]
review-rating: [1:147]
review-rating: [2:56]
review-rating: [3:75]
review-rating: [4:155]
review-rating: [5:1208]
reviews: 0
provided: 0
size-download: 546,8 Mo
{snap::name}: gimp
{snap::confinement}: strict
herbreteau@3-07ada05-lenovo:~$
top recherche toujours je ne sais pas comment poster le résultat ..
Hors ligne
#19 Le 01/10/2022, à 09:00
- jourmo
Re : RESOLU ubuntu 22 04
snap list --all | awk '/désactivé|disabled/{print $1, $3}' | while read snapname revision; do sudo snap remove "$snapname" --revision="$revision"; done
Je dois exécuter cette commande ?
Hors ligne
#20 Le 01/10/2022, à 09:02
- xubu1957
Re : RESOLU ubuntu 22 04
@FrancisFDZ
Salut !
Pour info : commande et échanges stockées dans > |RESOLU] snap nettoyage des versions désactivées..
_ _ _
(edit=messages regroupés)
_ _ _
@jourmo
Tu avais lu la suite ?
Mais, surtout, si je n’ai jamais publié cette modification c’est que je juge cette commande inutile du fait que les révisions reviendront avec le temps et les mises à jours. Donc, tant qu’il n’y a que deux révisions (une active et une désactivée), tout roule.
Dernière modification par xubu1957 (Le 01/10/2022, à 09:18)
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
Hors ligne
#21 Le 01/10/2022, à 09:04
- iznobe
Re : RESOLU ubuntu 22 04
Bonjour ,
Vu :
gutenprint-printer-app 1.0 517 latest/edge openprinting✓ - gutenprint-printer-app 1.0 514 latest/edge openprinting✓ désactivé hplip-printer-app 1.0 606 latest/edge openprinting✓ - hplip-printer-app 1.0 603 latest/edge openprinting✓ désactivé
Tu as deux imprimantes ?
non , c' est a cause de la commande " snap list --all " qui affiche aussi les snaps desactivés ...
tu ne devrais pas ( a mon avis ) demandé le retour de cette commande si l ' espace disque n ' entre pas en ligne de compte dans la discussion ou bien si il n' est pas nécessaire de voir les versions snaps désactivées .
snap list
, ne donnerait pas cette confusion .
Dernière modification par iznobe (Le 01/10/2022, à 09:06)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
En ligne
#22 Le 01/10/2022, à 09:09
- jourmo
Re : RESOLU ubuntu 22 04
Donc on en reste la ?
Hors ligne
#23 Le 01/10/2022, à 09:09
- xubu1957
Re : RESOLU ubuntu 22 04
@iznobe
Ma question était liée à la présence simultanée de pilotes gutenprint et hplip.
Et pour la commande snap list --all, vu les cas récents de snaps cassés, je vais continuer à l'utiliser.
@jourmo
et mes demandes au message #16 ?
Dernière modification par xubu1957 (Le 01/10/2022, à 09:19)
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
Hors ligne
#24 Le 01/10/2022, à 09:14
- jourmo
Re : RESOLU ubuntu 22 04
J'ai installé hplip dans l'intention de changer mon imprimante canon mg 6853 par une HP ....
Dernière modification par jourmo (Le 01/10/2022, à 09:21)
Hors ligne
#25 Le 01/10/2022, à 09:23
- jourmo
Re : RESOLU ubuntu 22 04
o:~$ journalctl --no-pager -b -p warning
oct. 01 08:21:51 3-07ada05-lenovo kernel: mtrr: your CPUs had inconsistent variable MTRR settings
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20210730/dswload2-162)
oct. 01 08:21:51 3-07ada05-lenovo kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
oct. 01 08:21:51 3-07ada05-lenovo kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
oct. 01 08:21:51 3-07ada05-lenovo kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
oct. 01 08:21:51 3-07ada05-lenovo kernel: pci 0000:00:00.2: PCI INT A: not connected
oct. 01 08:21:51 3-07ada05-lenovo kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: EISA: Cannot allocate resource for mainboard
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 1
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 2
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 3
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 4
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 5
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 6
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 7
oct. 01 08:21:51 3-07ada05-lenovo kernel: platform eisa.0: Cannot allocate resource for EISA slot 8
oct. 01 08:21:51 3-07ada05-lenovo kernel: ata1.00: ATA Identify Device Log not supported
oct. 01 08:21:51 3-07ada05-lenovo kernel: ata1.00: ATA Identify Device Log not supported
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc' as unstable because the skew is too large:
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'hpet' wd_nsec: 513724160 wd_now: 1f44e5e wd_last: 1841193 mask: ffffffff
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'tsc' cs_nsec: 512012503 cs_now: 578c735f4 cs_last: 5541a4754 mask: ffffffffffffffff
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: 'tsc' is current clocksource.
oct. 01 08:21:51 3-07ada05-lenovo kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
oct. 01 08:21:51 3-07ada05-lenovo kernel: clocksource: Checking clocksource tsc synchronization from CPU 1 to CPUs 0.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_canonical-livepatch_canonical-livepatch /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_canonical-livepatch_canonical-livepatchd /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromedriver /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[609]: rfkill: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromium /module/rfkill 0:0' failed with exit code 1.
oct. 01 08:21:55 3-07ada05-lenovo systemd-udevd[603]: sda: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo kernel: amdgpu 0000:03:00.0: amdgpu: PSP runtime database doesn't exist
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromedriver /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_chromium_chromium /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_firefox_firefox /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[621]: video4linux: Process '/usr/lib/snapd/snap-device-helper add snap_firefox_geckodriver /class/video4linux 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.1 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:58 3-07ada05-lenovo systemd-udevd[619]: 1-6.3:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-6/1-6.3/1-6.3:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[619]: 1-4.1:1.3: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.3 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.1: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.1 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[603]: sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo systemd-udevd[621]: 1-4.1:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.0 0:0' failed with exit code 1.
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_CNTL(0x11)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF300F)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_GPM_MEM(0x12)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF000F)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] failed to load ucode RLC_RESTORE_LIST_SRM_MEM(0x13)
oct. 01 08:21:59 3-07ada05-lenovo kernel: [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF000F)
oct. 01 08:22:00 3-07ada05-lenovo systemd-udevd[603]: sda2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda2' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_gutenprint-printer-app_gutenprint-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[611]: controlC2: Process '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore 2' failed with exit code 99.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[618]: 1-4.1:1.2: Process '/usr/lib/snapd/snap-device-helper bind snap_hplip-printer-app_hplip-printer-app-server /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-4/1-4.1/1-4.1:1.2 0:0' failed with exit code 1.
oct. 01 08:22:01 3-07ada05-lenovo systemd-udevd[609]: controlC0: Process '/usr/sbin/alsactl -E HOME=/run/alsa -E XDG_RUNTIME_DIR=/run/alsa/runtime restore 0' failed with exit code 99.
oct. 01 08:22:30 3-07ada05-lenovo kernel: kauditd_printk_skb: 40 callbacks suppressed
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: apt-daily.timer: Refusing to start, unit apt-daily.service to trigger not loaded.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Failed to start Daily apt download activities.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD NSS Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD AutoFS Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAC Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAM Service responder private socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD PAM Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD SSH Service responder socket.
oct. 01 08:22:31 3-07ada05-lenovo systemd[1]: Dependency failed for SSSD Sudo Service responder socket.
oct. 01 08:22:34 3-07ada05-lenovo systemd[1]: kerneloops.service: Found left-over process 1462 (kerneloops) in control group while starting unit. Ignoring.
oct. 01 08:22:34 3-07ada05-lenovo systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
oct. 01 08:22:35 3-07ada05-lenovo udisksd[1385]: failed to load module mdraid: libbd_mdraid.so.2: cannot open shared object file: No such file or directory
oct. 01 08:22:35 3-07ada05-lenovo udisksd[1385]: Failed to load the 'mdraid' libblockdev plugin
oct. 01 08:22:38 3-07ada05-lenovo kernel: kauditd_printk_skb: 45 callbacks suppressed
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:43 3-07ada05-lenovo gnome-session-binary[1627]: GLib-GIO-CRITICAL: g_bus_get_sync: assertion 'error == NULL || *error == NULL' failed
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOWNLOAD. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &DOCUMENTS. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &MUSIC. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &PICTURES. Ignoring this location.
oct. 01 08:22:46 3-07ada05-lenovo tracker-miner-f[1753]: Unable to get XDG user directory path for special directory &VIDEOS. Ignoring this location.
oct. 01 08:22:50 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:50 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:50 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:51 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.a11y.Bus'
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:51 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: (WW) Option "-listen" for file descriptors is deprecated
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: Please use "-listenfd" instead.
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: (WW) Option "-listen" for file descriptors is deprecated
oct. 01 08:22:52 3-07ada05-lenovo org.gnome.Shell.desktop[2132]: Please use "-listenfd" instead.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Socket already exists; daemon did not exit cleanly! Removing old socket.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Socket already exists; daemon did not exit cleanly! Removing old socket.
oct. 01 08:22:52 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Client information is recent, not refreshing.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Start request repeated too quickly.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:22:52 3-07ada05-lenovo systemd[1587]: Failed to start Service for snap application snapd-desktop-integration.snapd-desktop-integration.
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[2006]: dbus-daemon[2006]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=121 pid=1652 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:22:56 3-07ada05-lenovo org.gnome.Shell.desktop[1652]: Window manager warning: Failed to parse saved session file: L’ouverture du fichier « /var/lib/gdm3/.config/mutter/sessions/104455fc708bf585d0166460536399523600000016270000.ms » a échoué : Aucun fichier ou dossier de ce type
oct. 01 08:22:56 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[2006]: dbus-daemon[2006]: Successfully activated service 'org.a11y.atspi.Registry'
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gnome.Shell.Notifications'
oct. 01 08:22:57 3-07ada05-lenovo gnome-shell[1652]: JS ERROR: TypeError: this._managerProxy is undefined
_onGeoclueVanished@resource:///org/gnome/shell/ui/status/location.js:169:9
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=121 pid=2305 comm="/usr/libexec/gsd-sharing " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo gsd-sharing[2305]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo gsd-sharing[2305]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gtk.vfs.Daemon' requested by ':1.24' (uid=121 pid=2307 comm="ibus-daemon --panel disable " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gtk.vfs.Daemon'
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.portal.IBus' requested by ':1.24' (uid=121 pid=2307 comm="ibus-daemon --panel disable " label="unconfined")
oct. 01 08:22:57 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.portal.IBus'
oct. 01 08:23:00 3-07ada05-lenovo gnome-shell[1652]: JS ERROR: Failed to initialize fprintd service: Gio.IOErrorEnum: GDBus.Error:net.reactivated.Fprint.Error.NoSuchDevice: No devices available
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
oct. 01 08:23:00 3-07ada05-lenovo gnome-shell[1652]: ATK Bridge is disabled but a11y has already been enabled.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: The XKEYBOARD keymap compiler (xkbcomp) reports:
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: > Warning: Unsupported maximum keycode 708, clipping.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: > X11 cannot support keycodes above 255.
oct. 01 08:23:00 3-07ada05-lenovo ibus-daemon[2307]: GChildWatchSource: Exit status of a child process was requested but ECHILD was received by waitpid(). See the documentation of g_child_watch_source_new() for possible causes.
oct. 01 08:23:00 3-07ada05-lenovo org.gnome.Shell.desktop[2476]: Errors from xkbcomp are not fatal to the X server
oct. 01 08:23:01 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.freedesktop.portal.IBus' requested by ':1.30' (uid=121 pid=2472 comm="ibus-daemon --panel disable -r --xim " label="unconfined")
oct. 01 08:23:01 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.freedesktop.portal.IBus'
oct. 01 08:23:02 3-07ada05-lenovo gsd-media-keys[2332]: Failed to grab accelerator for keybinding settings:hibernate
oct. 01 08:23:02 3-07ada05-lenovo gsd-media-keys[2332]: Failed to grab accelerator for keybinding settings:playback-repeat
oct. 01 08:23:02 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=121 pid=2359 comm="/usr/libexec/gsd-power " label="unconfined")
oct. 01 08:23:02 3-07ada05-lenovo xbrlapi.desktop[2521]: openConnection: connect: Aucun fichier ou dossier de ce type
oct. 01 08:23:02 3-07ada05-lenovo xbrlapi.desktop[2521]: ne peut pas se connecter au démon des périphériques braille de brltty sur :0
oct. 01 08:23:02 3-07ada05-lenovo /usr/libexec/gdm-wayland-session[1626]: dbus-daemon[1626]: [session uid=121 pid=1626] Successfully activated service 'org.gnome.ScreenSaver'
oct. 01 08:23:13 3-07ada05-lenovo gdm-password][2538]: gkr-pam: unable to locate daemon control file
oct. 01 08:23:15 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2709: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2709 does not exist.
oct. 01 08:23:15 3-07ada05-lenovo systemd[2547]: org.gnome.Shell@x11.service: Start request repeated too quickly.
oct. 01 08:23:15 3-07ada05-lenovo snapd-desktop-i[2557]: cannot open display:
oct. 01 08:23:15 3-07ada05-lenovo systemd[2547]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
oct. 01 08:23:17 3-07ada05-lenovo at-spi-dbus-bus.desktop[2741]: dbus-daemon[2741]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2728 comm="/usr/bin/gnome-shell " label="unconfined")
oct. 01 08:23:17 3-07ada05-lenovo at-spi-dbus-bus.desktop[2741]: dbus-daemon[2741]: Successfully activated service 'org.a11y.atspi.Registry'
oct. 01 08:23:17 3-07ada05-lenovo systemd[2547]: Dependency failed for GNOME XSettings service.
oct. 01 08:23:18 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2964: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2964 does not exist.
oct. 01 08:23:18 3-07ada05-lenovo at-spi2-registr[2936]: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
oct. 01 08:23:18 3-07ada05-lenovo at-spi2-registr[2936]: Unable to register client with session manager
oct. 01 08:23:18 3-07ada05-lenovo gnome-session-binary[2694]: GnomeDesktop-WARNING: Could not create transient scope for PID 2994: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 2994 does not exist.
oct. 01 08:23:19 3-07ada05-lenovo gsd-media-keys[2974]: Failed to grab accelerator for keybinding settings:hibernate
oct. 01 08:23:19 3-07ada05-lenovo gsd-media-keys[2974]: Failed to grab accelerator for keybinding settings:playback-repeat
oct. 01 08:23:22 3-07ada05-lenovo gnome-shell[1652]: Connection to xwayland lost
oct. 01 08:23:22 3-07ada05-lenovo gsd-housekeepin[2352]: Error releasing name org.gnome.SettingsDaemon.Housekeeping: La connexion est fermée
oct. 01 08:23:22 3-07ada05-lenovo gdm-launch-environment][1571]: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
oct. 01 08:23:22 3-07ada05-lenovo gsd-color[2958]: failed to connect to device: Failed to connect to missing device /org/freedesktop/ColorManager/devices/xrandr_Hewlett_Packard_HP_23xi_3CM3170731_gdm_121
oct. 01 08:23:29 3-07ada05-lenovo snap-store[3189]: plugin fwupd took 3,4 seconds to do setup
oct. 01 08:23:30 3-07ada05-lenovo gnome-shell[2728]: ATK Bridge is disabled but a11y has already been enabled.
oct. 01 08:23:30 3-07ada05-lenovo snap-store[3189]: /etc/PackageKit/Vendor.conf file not found
oct. 01 08:23:33 3-07ada05-lenovo nautilus[2903]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
oct. 01 08:23:34 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for Skype1
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: Only 0 apps for recent list, hiding
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
oct. 01 08:23:38 3-07ada05-lenovo snap-store[3189]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
oct. 01 08:23:41 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: Skype1, Impossible to lookup icon for 'Skype1_3-panel' in path /tmp/.org.chromium.Chromium.E7Lnay
oct. 01 08:23:41 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for Skype1
oct. 01 08:24:12 3-07ada05-lenovo io.snapcraft.Settings[4028]: userd.go:93: Starting snap userd
oct. 01 08:24:22 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for software-update-available
oct. 01 08:24:22 3-07ada05-lenovo ubuntu-appindicators@ubuntu.com[2728]: unable to update icon for livepatch
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: internal error: failed, but no error code: cancelled
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: Failed to find one package for org.gnome.Terminal.desktop, /usr/share/applications/org.gnome.Terminal.desktop, [0]
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: Failed to get snap interfaces: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: not GsPlugin error snapd-error-quark:1: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: not handling error failed for action refine: Failed to write to snapd: L’opération a été annulée
oct. 01 08:24:39 3-07ada05-lenovo snap-store[3189]: ignoring non-installed app GsApp: [0x7fbedc0267e0]
kind: desktop-application
state: available
quirk: do-not-auto-update
progress: unknown
id: org.gimp.GIMP
unique-id: */snap/Boutique des snap/org.gimp.GIMP/latest/stable
bundle-kind: snap
kudo-percentage: 0
name: GNU Image Manipulation Program
icon: /home/herbreteau/snap/snap-store/common/.cache/gnome-software/icons/1a465ddb0ef76e1bac52621e13accaaca0e0dc80-gimp.png
version: 2.10.30
summary: GNU Image Manipulation Program
description: Whether you are a graphic designer, photographer, illustrator, or scientist, GIMP provides you with sophisticated tools to get your job done. You can further enhance your productivity with GIMP thanks to many customization options and 3rd party plugins.
This snap is maintained by the Snapcrafters community, and is not necessarily endorsed or officially maintained by the upstream developers.
Upstream Project: <a href="https://www.gimp.org/">https://www.gimp.org/</a> snapcraft.yaml Build Definition: <a href="https://github.com/snapcrafters/gimp/blob/master/snap/snapcraft.yaml">https://github.com/snapcrafters/gimp/blob/master/snap/snapcraft.yaml</a>
url{homepage}: https://www.gimp.org/
license: GPL-3.0+
license-is-free: yes
management-plugin: snap
branch: latest/stable
origin: Boutique des snap
origin-hostname: snapcraft.io
rating: 87
review-rating: [0:0]
review-rating: [1:147]
review-rating: [2:56]
review-rating: [3:75]
review-rating: [4:155]
review-rating: [5:1208]
reviews: 0
provided: 0
size-download: 546,8 Mo
{snap::name}: gimp
{snap::confinement}: strict
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:43:26 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockContainer>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashToDock>:0x5599efee9ca0] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<Gjs_ubuntu-dock_ubuntu_com_docking_DashSlideContainer>:0x5599eff0bb90] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockBox>[<StBoxLayout>:0x5599efed8000] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dash>[<Gjs_ubuntu-dock_ubuntu_com_dash_DockDash>:0x5599efeeb990] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashContainer>[<StBoxLayout>:0x5599efeebe10] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <dashtodockDashScrollview>[<StScrollView>:0x5599efeec740] is on because it needs an allocation.
oct. 01 08:45:21 3-07ada05-lenovo gnome-shell[2728]: Can't update stage views actor <unnamed>[<StBoxLayout>:0x5599efeee010] is on because it needs an allocation.
oct. 01 08:54:03 3-07ada05-lenovo systemd[1]: fwupd-refresh.service: Failed with result 'exit-code'.
oct. 01 08:54:03 3-07ada05-lenovo systemd[1]: Failed to start Refresh fwupd metadata and update motd.
oct. 01 09:03:02 3-07ada05-lenovo gnome-shell[2728]: JS ERROR: TypeError: this.actor is null
_syncEnabled@resource:///org/gnome/shell/ui/windowManager.js:138:25
onStopped@resource:///org/gnome/shell/ui/windowManager.js:150:35
_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:151:22
_easeActorProperty/<@resource:///org/gnome/shell/ui/environment.js:317:60
_destroyWindowDone@resource:///org/gnome/shell/ui/windowManager.js:1596:21
onStopped@resource:///org/gnome/shell/ui/windowManager.js:1564:39
_makeEaseCallback/<@resource:///org/gnome/shell/ui/environment.js:151:22
_easeActor/<@resource:///org/gnome/shell/ui/environment.js:240:64
oct. 01 09:09:37 3-07ada05-lenovo snap-store[3189]: no desktop_groups for all
oct. 01 09:11:00 3-07ada05-lenovo gnome-shell[2728]: Timelines with detached actors are not supported. <unnamed>[<Gjs_ui_search_ListSearchResult>:0x5599f1db7460] in animation of duration 100ms but not on stage.
oct. 01 09:11:00 3-07ada05-lenovo gnome-shell[2728]: Timelines with detached actors are not supported. <unnamed>[<Gjs_ui_search_ListSearchResult>:0x5599f3030470] in animation of duration 100ms but not on stage.
oct. 01 09:16:32 3-07ada05-lenovo canonical-livepatch.canonical-livepatchd[1451]: Client information is recent, not refreshing.
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: 09:16:55 AptDaemon [INFO]: Initializing daemon
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: /usr/lib/python3/dist-packages/aptdaemon/worker/pkworker.py:35: PyGIWarning: PackageKitGlib was imported without specifying a version first. Use gi.require_version('PackageKitGlib', '1.0') before import to ensure that the right version gets loaded.
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: from gi.repository import PackageKitGlib as pk
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 1.1build1 is an invalid version and will not be supported in a future release
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: warnings.warn(
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: /usr/lib/python3/dist-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 0.1.43ubuntu1 is an invalid version and will not be supported in a future release
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: warnings.warn(
oct. 01 09:16:55 3-07ada05-lenovo org.debian.apt[7385]: 09:16:55 AptDaemon [INFO]: UpdateCache() was called
oct. 01 09:16:56 3-07ada05-lenovo org.debian.apt[7385]: 09:16:56 AptDaemon.Trans [INFO]: Queuing transaction /org/debian/apt/transaction/efc15551ddc64924bd5bb2f06d0e5811
oct. 01 09:16:56 3-07ada05-lenovo org.debian.apt[7385]: 09:16:56 AptDaemon.Worker [INFO]: Simulating trans: /org/debian/apt/transaction/efc15551ddc64924bd5bb2f06d0e5811
oct. 01 09:16:56 3-07ada05-lenovo org.debian.apt[7385]: 09:16:56 AptDaemon.Worker [INFO]: Processing transaction /org/debian/apt/transaction/efc15551ddc64924bd5bb2f06d0e5811
oct. 01 09:16:56 3-07ada05-lenovo AptDaemon.Worker[7385]: WARNING: An additional step to open the cache is required
oct. 01 09:16:56 3-07ada05-lenovo org.debian.apt[7385]: 09:16:56 AptDaemon.Worker [WARNING]: An additional step to open the cache is required
oct. 01 09:16:56 3-07ada05-lenovo org.debian.apt[7385]: 09:16:56 AptDaemon.Worker [INFO]: Updating cache
oct. 01 09:17:04 3-07ada05-lenovo AptDaemon.Worker[7385]: WARNING: An additional step to open the cache is required
oct. 01 09:17:04 3-07ada05-lenovo org.debian.apt[7385]: 09:17:04 AptDaemon.Worker [WARNING]: An additional step to open the cache is required
oct. 01 09:17:04 3-07ada05-lenovo org.debian.apt[7385]: 09:17:04 AptDaemon.Worker [INFO]: Finished transaction /org/debian/apt/transaction/efc15551ddc64924bd5bb2f06d0e5811
herbreteau@3-07ada05-lenovo:~$
Hors ligne