Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#1 Le 24/03/2023, à 12:29

Klouk07

probleme cle USB

Salut à tous,

J'ai une clé usb qui n'apparaît pas dans utility ni gparted. Elle est visible avec l'utilitaire de disque mais non formatable (uniquement "modifier les option de montage" actif).

Je voudrais la formater via le terminal.

à toute fin utiles voici ce que donne les commandes suivantes :

s -l /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 mars  24 11:55 ata-HL-DT-ST_DVD+_-RW_GSA-U20N_K0H95K11901 -> ../../sr0
lrwxrwxrwx 1 root root  9 mars  24 11:55 ata-WDC_WD1600BJKT-75F4T0_WD-WXM409EX3271 -> ../../sda
lrwxrwxrwx 1 root root 10 mars  24 11:55 ata-WDC_WD1600BJKT-75F4T0_WD-WXM409EX3271-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mars  24 11:55 ata-WDC_WD1600BJKT-75F4T0_WD-WXM409EX3271-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mars  24 11:55 ata-WDC_WD1600BJKT-75F4T0_WD-WXM409EX3271-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 mars  24 11:55 usb-Generic_USB_Flash_Disk-0:0 -> ../../sdb
lrwxrwxrwx 1 root root  9 mars  24 11:55 wwn-0x50014ee258553fe9 -> ../../sda
lrwxrwxrwx 1 root root 10 mars  24 11:55 wwn-0x50014ee258553fe9-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 mars  24 11:55 wwn-0x50014ee258553fe9-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 mars  24 11:55 wwn-0x50014ee258553fe9-part3 -> ../../sda3
sudo fdisk -l | grep -v /loop | grep "/dev\|model"
Disque /dev/sda : 149,05 GiB, 160041885696 octets, 312581808 secteurs
Disk model: WDC WD1600BJKT-7
/dev/sda1       2048      4095      2048     1M Amorçage BIOS
/dev/sda2       4096   1054719   1050624   513M Système EFI
/dev/sda3    1054720 312580095 311525376 148,5G Système de fichiers Linux

Hors ligne

#2 Le 24/03/2023, à 16:21

geole

Re : probleme cle USB

Bonjour
Débranche ta clé USB, attends 30 secondes
Fais cette commande

echo 'Debut USB' | sudo tee -a /dev/kmsg

Branche ta clé USB, attends trente secondes et donne ce retour

echo 'Fin   USB' | sudo tee -a /dev/kmsg
journalctl -b  | sed -n '/Debut USB/,/Fin   USB /p'

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#3 Le 25/03/2023, à 23:39

Klouk07

Re : probleme cle USB

bonsoir,

voici les retours :

echo 'Debut USB' | sudo tee -a /dev/kmsg
[sudo] Mot de passe de maison : 
Debut USB
 echo 'Fin   USB' | sudo tee -a /dev/kmsg
journalctl -b  | sed -n '/Debut USB/,/Fin   USB /p'
Fin   USB

Hors ligne

#4 Le 26/03/2023, à 07:58

FrancisFDZ

Re : probleme cle USB

Bonjour,
Problème de port ? Clé branchée, que dit

lsusb

D'après #1, il semble que ce serait

lrwxrwxrwx 1 root root  9 mars  24 11:55 usb-Generic_USB_Flash_Disk-0:0 -> ../../sdb

(réponse à ls.l /dev/disk/by-id)

Dernière modification par FrancisFDZ (Le 26/03/2023, à 08:07)


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#5 Le 26/03/2023, à 11:08

Klouk07

Re : probleme cle USB

voici le retour :

lsusb
Bus 002 Device 006: ID 058f:1234 Alcor Micro Corp. Flash Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 413c:3012 Dell Computer Corp. Optical Wheel Mouse
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0c45:63f1 Microdia Integrated Webcam
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 004: ID 0a5c:5800 Broadcom Corp. BCM5880 Secure Applications Processor
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Hors ligne

#6 Le 26/03/2023, à 11:55

geole

Re : probleme cle USB

Bonjour
Je suis surpris par ta réponse
Le minima de réponse aurait du montrer que tu avais exécuté. Voici un exemple possible de réponse.

a@a:~$ echo 'Debut USB' | sudo tee -a /dev/kmsg
[sudo] Mot de passe de a : 
Debut USB
a@a:~$  echo 'Fin   USB' | sudo tee -a /dev/kmsg
journalctl -b  | sed -n '/Debut USB/,/Fin   USB /p'
Fin   USB
mars 26 12:52:27 a unknown: Debut USB
mars 26 12:52:26 a sudo[9073]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 12:52:26 a sudo[9073]: pam_unix(sudo:session): session closed for user root
mars 26 12:52:45 a sudo[9079]:        a : TTY=pts/0 ; PWD=/home/a ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 12:52:45 a sudo[9079]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 12:52:45 a unknown: Fin   USB
mars 26 12:52:45 a sudo[9079]: pam_unix(sudo:session): session closed for user root
a@a:~$

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#7 Le 26/03/2023, à 12:09

Klouk07

Re : probleme cle USB

bonjour,

j'ai refait la manip (j'avais meut-être trop attendu avant de lancer la commande). Voici le retour :

maison@maison-Latitude-E6400:~$ echo 'Debut USB' | sudo tee -a /dev/kmsg
[sudo] Mot de passe de maison : 
Debut USB
maison@maison-Latitude-E6400:~$ echo 'Fin   USB' | sudo tee -a /dev/kmsg
journalctl -b  | sed -n '/Debut USB/,/Fin   USB /p'
Fin   USB
mars 25 23:37:29 maison-Latitude-E6400 unknown: Debut USB
mars 25 23:37:55 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 33ms, your system is too slow
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 5 using ehci-pci
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 25 23:38:11 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:12 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 25 23:38:12 maison-Latitude-E6400 systemd-udevd[16677]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]: pam_unix(sudo:session): session closed for user root
mars 25 23:38:46 maison-Latitude-E6400 unknown: Fin   USB
mars 25 23:39:25 maison-Latitude-E6400 kernel: usb 2-2: USB disconnect, device number 5
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16720]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16720]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16723]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16723]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:25 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:33 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:33 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:49 maison-Latitude-E6400 sudo[16784]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install apt-transport-https curl gnupg
mars 25 23:39:49 maison-Latitude-E6400 sudo[16784]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:39:59 maison-Latitude-E6400 sudo[16784]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:15 maison-Latitude-E6400 sudo[16910]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
mars 25 23:40:15 maison-Latitude-E6400 sudo[16910]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:16 maison-Latitude-E6400 sudo[16910]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:30 maison-Latitude-E6400 sudo[16919]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt update
mars 25 23:40:30 maison-Latitude-E6400 sudo[16919]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:30 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 25 23:40:30 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 25 23:40:35 maison-Latitude-E6400 sudo[16919]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:35 maison-Latitude-E6400 sudo[17446]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install brave-browser
mars 25 23:40:35 maison-Latitude-E6400 sudo[17446]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:36 maison-Latitude-E6400 sudo[17446]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee /etc/apt/sources.list.d/brave-browser-release.list
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:57 maison-Latitude-E6400 sudo[17466]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt update
mars 25 23:40:57 maison-Latitude-E6400 sudo[17466]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 25 23:40:58 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 25 23:40:58 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 25 23:41:02 maison-Latitude-E6400 sudo[17466]: pam_unix(sudo:session): session closed for user root
mars 25 23:41:02 maison-Latitude-E6400 sudo[18023]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install brave-browser
mars 25 23:41:02 maison-Latitude-E6400 sudo[18023]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:41:19 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-BEACON-LOSS
mars 25 23:41:40 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.73' (uid=1000 pid=2231 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
mars 25 23:41:40 maison-Latitude-E6400 systemd[1362]: Starting Tracker metadata extractor...
mars 25 23:41:46 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
mars 25 23:41:46 maison-Latitude-E6400 systemd[1362]: Started Tracker metadata extractor.
mars 25 23:41:47 maison-Latitude-E6400 tracker-extract[18097]: Could not get mimetype, Error when getting information for file “/usr/share/applications/brave-browser.desktop.dpkg-new”: Aucun fichier ou dossier de ce type
mars 25 23:41:50 maison-Latitude-E6400 tracker-extract[18097]: Task for 'file:///usr/share/applications/brave-browser.desktop.dpkg-new' finished with error: Error when getting information for file “/usr/share/applications/brave-browser.desktop.dpkg-new”: Aucun fichier ou dossier de ce type
mars 25 23:41:57 maison-Latitude-E6400 sudo[18023]: pam_unix(sudo:session): session closed for user root
mars 25 23:42:04 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 25 23:42:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.222' (uid=1000 pid=18482 comm="/opt/brave.com/brave/brave " label="unconfined")
mars 25 23:42:08 maison-Latitude-E6400 systemd[1]: Condition check resulted in Bluetooth service being skipped.
mars 25 23:42:19 maison-Latitude-E6400 brave-browser.desktop[18481]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mars 25 23:42:21 maison-Latitude-E6400 systemd[1362]: vte-spawn-53acb6aa-1676-4e50-b685-07de0f64c42c.scope: Consumed 41.400s CPU time.
mars 25 23:42:21 maison-Latitude-E6400 systemd[1362]: gnome-terminal-server.service: Consumed 4.187s CPU time.
mars 25 23:42:25 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234225.569575:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
mars 25 23:42:31 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234231.637315:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
mars 25 23:42:33 maison-Latitude-E6400 dbus-daemon[1057]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
mars 25 23:42:33 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234233.685119:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
mars 25 23:42:39 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 25 23:42:40 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.218' (uid=1000 pid=19024 comm="/usr/bin/gnome-terminal.real " label="unconfined")
mars 25 23:42:40 maison-Latitude-E6400 systemd[1362]: Starting GNOME Terminal Server...
mars 25 23:42:41 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.Terminal'
mars 25 23:42:41 maison-Latitude-E6400 systemd[1362]: Started GNOME Terminal Server.
mars 25 23:42:41 maison-Latitude-E6400 systemd[1362]: Started VTE child process 19047 launched by gnome-terminal-server process 19029.
mars 25 23:43:19 maison-Latitude-E6400 systemd[1362]: gnome-terminal-server.service: Consumed 1.077s CPU time.
mars 25 23:45:03 maison-Latitude-E6400 firefox_firefox.desktop[15078]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 25 23:45:03 maison-Latitude-E6400 firefox_firefox.desktop[15078]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 25 23:45:07 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.32537866-001f-4b54-858b-8cba9e6feb75.scope: Consumed 3min 16.592s CPU time.
mars 25 23:45:08 maison-Latitude-E6400 systemd-logind[1094]: Suspend key pressed.
mars 25 23:45:08 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is about to suspend
mars 25 23:45:08 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 25 23:45:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.2991] manager: sleep: sleep requested (sleeping: no  enabled: yes)
mars 25 23:45:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.3926] manager: NetworkManager state is now ASLEEP
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.3930] device (wlp12s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:08 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 25 23:45:08 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 25 23:45:08 maison-Latitude-E6400 kernel: wlp12s0: deauthenticating from 68:3f:7d:3d:d6:e5 by local choice (Reason: 3=DEAUTH_LEAVING)
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DISCONNECTED bssid=68:3f:7d:3d:d6:e5 reason=3 locally_generated=1
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9289] device (wlp12s0): supplicant interface state: completed -> disconnected
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9293] device (wlp12s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:08 maison-Latitude-E6400 gnome-shell[1553]: An active wireless connection, in infrastructure mode, involves no access point?
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9708] dhcp4 (wlp12s0): canceled DHCP transaction
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9709] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9709] dhcp4 (wlp12s0): state changed no lease
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset search domain list.
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: no
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Withdrawing address record for 192.168.1.18 on wlp12s0.
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset DNS server list.
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Leaving mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Interface wlp12s0.IPv4 no longer relevant for mDNS.
mars 25 23:45:09 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784309.1679] device (wlp12s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: nl80211: deinit ifname=wlp12s0 disabled_11b_rates=0
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Reached target Sleep.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting Record successful boot for GRUB...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting System Suspend...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: grub-common.service: Deactivated successfully.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Finished Record successful boot for GRUB.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting GRUB failed boot detection...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Finished GRUB failed boot detection.
mars 25 23:45:10 maison-Latitude-E6400 systemd-sleep[19134]: Entering sleep state 'suspend'...
mars 25 23:45:10 maison-Latitude-E6400 kernel: PM: suspend entry (deep)
mars 25 23:45:10 maison-Latitude-E6400 kernel: Filesystems sync: 0.785 seconds
mars 26 12:04:59 maison-Latitude-E6400 kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
mars 26 12:04:59 maison-Latitude-E6400 kernel: OOM killer disabled.
mars 26 12:04:59 maison-Latitude-E6400 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
mars 26 12:04:59 maison-Latitude-E6400 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
mars 26 12:04:59 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
mars 26 12:04:59 maison-Latitude-E6400 kernel: serial 00:05: disabled
mars 26 12:04:59 maison-Latitude-E6400 kernel: e1000e: EEE TX LPI TIMER: 00000000
mars 26 12:04:59 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Stopping disk
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: interrupt blocked
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Preparing to enter system sleep state S3
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: event blocked
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: EC stopped
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Saving platform NVS memory
mars 26 12:04:59 maison-Latitude-E6400 kernel: Disabling non-boot CPUs ...
mars 26 12:04:59 maison-Latitude-E6400 kernel: smpboot: CPU 1 is now offline
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Low-level resume complete
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: EC started
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Restoring platform NVS memory
mars 26 12:04:59 maison-Latitude-E6400 kernel: Enabling non-boot CPUs ...
mars 26 12:04:59 maison-Latitude-E6400 kernel: x86: Booting SMP configuration:
mars 26 12:04:59 maison-Latitude-E6400 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
mars 26 12:04:59 maison-Latitude-E6400 kernel: CPU1 is up
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Waking up from system sleep state S3
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: interrupt unblocked
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via FireWire function)
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
mars 26 12:05:00 maison-Latitude-E6400 kernel: ACPI: EC: event unblocked
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb3: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb4: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb5: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb8: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Starting disk
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb6: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb7: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: serial 00:05: activated
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 6-1: reset full-speed USB device number 2 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata5: SATA link down (SStatus 0 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata6: SATA link down (SStatus 0 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 1-6: reset high-speed USB device number 3 using ehci-pci
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 7-1: reset low-speed USB device number 2 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata2.00: configured for UDMA/133
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_core 0000:03:01.0: rediscovered device fw0
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata1.00: configured for UDMA/133
mars 26 12:05:00 maison-Latitude-E6400 kernel: OOM killer enabled.
mars 26 12:05:00 maison-Latitude-E6400 kernel: Restarting tasks ... done.
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: USB disconnect, device number 3
mars 26 12:05:00 maison-Latitude-E6400 kernel: video LNXVIDEO:01: Restoring backlight state
mars 26 12:05:00 maison-Latitude-E6400 kernel: PM: suspend exit
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: new full-speed USB device number 4 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800, bcdDevice= 1.01
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: Product: 5880
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: Manufacturer: Broadcom Corp
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: SerialNumber: 0123456789ABCD
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: config 0 descriptor??
mars 26 12:04:59 maison-Latitude-E6400 systemd-resolved[958]: Clock change detected. Flushing caches.
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Anacron 2.3 started on 2023-03-26
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]: /dev/sda:
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]:  setting Advanced Power Management level to 0xfe (254)
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]:  APM_level        = 254
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Started Run anacron jobs.
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Will run job `cron.daily' in 5 min.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily apt download activities...
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Jobs will be executed sequentially
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily dpkg database backup service...
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19322]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:05:00 maison-Latitude-E6400 kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Down
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Online ext4 Metadata Check for All Filesystems...
mars 26 12:05:00 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is resuming
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Refresh fwupd metadata and update motd...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Message of the Day...
mars 26 12:04:59 maison-Latitude-E6400 systemd-udevd[19218]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:514' failed with exit code 1.
mars 26 12:04:59 maison-Latitude-E6400 systemd-udevd[19218]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:514' failed with exit code 1.
mars 26 12:04:59 maison-Latitude-E6400 systemd-sleep[19134]: System returned from sleep state.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Rotate log files...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily man-db regeneration...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: e2scrub_all.service: Deactivated successfully.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Finished Online ext4 Metadata Check for All Filesystems.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: motd-news.service: Deactivated successfully.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Finished Message of the Day.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: systemd-suspend.service: Deactivated successfully.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Finished System Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Stopped target Sleep.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Reached target Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Stopped target Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd-logind[1094]: Operation 'sleep' finished.
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.0530] manager: sleep: wake requested (sleeping: yes  enabled: yes)
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.0531] device (enp0s25): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.1303] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:05:00 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.4011] device (wlp12s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:05:00 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19322]: bus: 5, device: 4 was not an MTP device
mars 26 12:05:00 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.5713] manager: NetworkManager state is now DISCONNECTED
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19367]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19367]: bus: 5, device: 4 was not an MTP device
mars 26 12:05:00 maison-Latitude-E6400 systemd-udevd[19213]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:05:00 maison-Latitude-E6400 systemd-udevd[19213]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:05:00 maison-Latitude-E6400 wpa_supplicant[1097]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.7839] device (wlp12s0): supplicant interface state: internal-starting -> disconnected
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.7840] device (wlp12s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
mars 26 12:05:00 maison-Latitude-E6400 kernel: i915 0000:00:02.0: [drm] HPD interrupt storm detected on connector DP-3: switching from hotplug detection to polling
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: dpkg-db-backup.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Finished Daily dpkg database backup service.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping Make remote CUPS printers available locally...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups-browsed.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped Make remote CUPS printers available locally.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.path: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Started CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.socket: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Closed CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Listening on CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Starting CUPS Scheduler...
mars 26 12:05:02 maison-Latitude-E6400 systemd[1]: fwupd-refresh.service: Deactivated successfully.
mars 26 12:05:02 maison-Latitude-E6400 systemd[1]: Finished Refresh fwupd metadata and update motd.
mars 26 12:05:02 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
mars 26 12:05:02 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0': not supported by any plugin
mars 26 12:05:03 maison-Latitude-E6400 audit[19420]: AVC apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=19420 comm="cupsd" capability=12  capname="net_admin"
mars 26 12:05:03 maison-Latitude-E6400 kernel: audit: type=1400 audit(1679825103.220:3374): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=19420 comm="cupsd" capability=12  capname="net_admin"
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Started CUPS Scheduler.
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Started Make remote CUPS printers available locally.
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:05:03 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0612] policy: auto-activating connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0670] device (wlp12s0): Activation: starting connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0678] device (wlp12s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0728] manager: NetworkManager state is now CONNECTING
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0808] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0824] device (wlp12s0): Activation: (wifi) access point 'Livebox-HOME' has security, but secrets are required.
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0825] device (wlp12s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0839] sup-iface[3b4477e6fa0f8367,2,wlp12s0]: wps: type pbc start...
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-PBC-ACTIVE
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.2938] device (wlp12s0): supplicant interface state: disconnected -> scanning
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.2957] device (wlp12s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.3029] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.3033] device (wlp12s0): Activation: (wifi) connection 'Livebox-HOME' has security, and secrets exist.  No new secrets needed.
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-CANCEL
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4319] Config: added 'ssid' value 'Livebox-HOME'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4320] Config: added 'scan_ssid' value '1'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'bgscan' value 'simple:30:-70:86400'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'psk' value '<hidden>'
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e0 (SSID='Livebox-HOME' freq=2437 MHz)
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: bad VHT capabilities, disabling VHT
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e0 (try 1/3)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e0 (SSID='Livebox-HOME' freq=2437 MHz)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.5871] device (wlp12s0): supplicant interface state: scanning -> associating
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e0 (try 1/3)
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: RX AssocResp from 68:3f:7d:3d:d6:e0 (capab=0x1411 status=0 aid=2)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6068] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6416] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e0 [PTK=CCMP GTK=CCMP]
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e0 completed [id=0 id_str=]
mars 26 12:05:04 maison-Latitude-E6400 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp12s0: link becomes ready
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6858] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6859] device (wlp12s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Livebox-HOME"
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6861] device (wlp12s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6864] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WNM: Disassociation Imminent - Disassociation Timer 15
mars 26 12:05:04 maison-Latitude-E6400 systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 1083 (rsyslogd) on client request.
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: disconnect from AP 68:3f:7d:3d:d6:e0 for new auth to 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: RX ReassocResp from 68:3f:7d:3d:d6:e5 (capab=0x1511 status=0 aid=67)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WNM: Preferred List Available
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e5 [PTK=CCMP GTK=CCMP]
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e5 completed [id=0 id_str=]
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 26 (26 - 0) dBm as advertised by 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: logrotate.service: Deactivated successfully.
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Finished Rotate log files.
mars 26 12:05:05 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3586] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3597] device (wlp12s0): supplicant interface state: completed -> authenticating
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3597] device (wlp12s0): ip:dhcp4: restarting
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3725] dhcp4 (wlp12s0): canceled DHCP transaction
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3725] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3726] dhcp4 (wlp12s0): state changed no lease
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3727] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3732] device (wlp12s0): supplicant interface state: authenticating -> associating
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3819] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: Joining mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3820] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: New relevant interface wlp12s0.IPv4 for mDNS.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3822] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: Registering new address record for 192.168.1.18 on wlp12s0.IPv4.
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=6000
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.6640] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.6675] device (wlp12s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7185] device (wlp12s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7188] device (wlp12s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7193] manager: NetworkManager state is now CONNECTED_LOCAL
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7199] manager: NetworkManager state is now CONNECTED_SITE
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7201] policy: set 'Livebox-HOME' (wlp12s0) as default for IPv4 routing and DNS
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7220] device (wlp12s0): Activation: successful, device activated.
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set search domain list to: home
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: yes
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set DNS server list to: 192.168.1.1
mars 26 12:05:06 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825106.1567] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 26 12:05:06 maison-Latitude-E6400 systemd[1]: man-db.service: Deactivated successfully.
mars 26 12:05:06 maison-Latitude-E6400 systemd[1]: Finished Daily man-db regeneration.
mars 26 12:05:06 maison-Latitude-E6400 gdm-password][19430]: gkr-pam: unlocked login keyring
mars 26 12:05:06 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:06 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:07 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:05:07 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825107.6666] agent-manager: agent[4bcc18d2c32f74bc,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 12:05:07 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 26 12:05:07 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:07 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /763_aecdbbec from uid 1000 finished with failed after 1050ms
mars 26 12:05:07 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 12:05:07 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 12:05:08 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:08 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:08 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 12:05:09 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 26 12:05:09 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 26 12:05:10 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 12:05:11 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 26 12:05:11 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 26 12:05:12 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.224' (uid=1000 pid=19559 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 12:05:14 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 12:05:14 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 12:05:14 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:15 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /764_decbddcc from uid 1000 finished with failed after 7386ms
mars 26 12:05:15 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:16 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:16 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:16 maison-Latitude-E6400 audit[2104]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=2104 comm="pool-org.gnome." exe="/snap/snap-store/638/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f73cb64b39b code=0x50000
mars 26 12:05:16 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825116.292:3375): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=2104 comm="pool-org.gnome." exe="/snap/snap-store/638/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f73cb64b39b code=0x50000
mars 26 12:05:16 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:05:18 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:18 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:19 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:05:20 maison-Latitude-E6400 nautilus[19515]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /765_eeedbedb from uid 1000 finished with failed after 4118ms
mars 26 12:05:20 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:20 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:21 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.240' (uid=1000 pid=20184 comm="/opt/brave.com/brave/brave " label="unconfined")
mars 26 12:05:21 maison-Latitude-E6400 systemd[1]: Condition check resulted in Bluetooth service being skipped.
mars 26 12:05:22 maison-Latitude-E6400 gnome-keyring-daemon[1447]: asked to register item /org/freedesktop/secrets/collection/login/11, but it's already registered
mars 26 12:05:24 maison-Latitude-E6400 brave-browser.desktop[20183]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:25 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /766_dbbdacdc from uid 1000 finished with failed after 4984ms
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:25 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:26 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: apt-daily.service: Deactivated successfully.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: Finished Daily apt download activities.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: apt-daily.service: Consumed 16.641s CPU time.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: Starting Daily apt upgrade and clean activities...
mars 26 12:05:35 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.592745:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.632429:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.650728:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
mars 26 12:05:35 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 12:05:35 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.7496164d-8f71-48c7-b329-199e085c121c.scope.
mars 26 12:05:36 maison-Latitude-E6400 firefox[20532]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:05:38 maison-Latitude-E6400 audit[20532]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=20532 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fec42b4c73d code=0x50000
mars 26 12:05:38 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825138.076:3376): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=20532 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fec42b4c73d code=0x50000
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: apt-daily-upgrade.service: Deactivated successfully.
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: Finished Daily apt upgrade and clean activities.
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: apt-daily-upgrade.service: Consumed 4.597s CPU time.
mars 26 12:05:39 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:05:39 maison-Latitude-E6400 firefox_firefox.desktop[20532]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 20746 of process 20532 owned by '1000' RT at priority 10.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:46 maison-Latitude-E6400 dbus-daemon[1057]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
mars 26 12:05:59 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:59 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:06:48 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 6 using ehci-pci
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 26 12:06:49 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21079]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21079]: bus: 2, device: 6 was not an MTP device
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21087]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21087]: bus: 2, device: 6 was not an MTP device
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.240' (uid=1000 pid=21073 comm="/usr/bin/gnome-terminal.real " label="unconfined")
mars 26 12:06:49 maison-Latitude-E6400 systemd[1362]: Starting GNOME Terminal Server...
mars 26 12:06:50 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 26 12:06:50 maison-Latitude-E6400 systemd-udevd[21104]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 26 12:06:50 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.Terminal'
mars 26 12:06:50 maison-Latitude-E6400 systemd[1362]: Started GNOME Terminal Server.
mars 26 12:06:51 maison-Latitude-E6400 systemd[1362]: Started VTE child process 21128 launched by gnome-terminal-server process 21098.
mars 26 12:08:15 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 21ms, your system is too slow
mars 26 12:08:17 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:17 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:19 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.7496164d-8f71-48c7-b329-199e085c121c.scope: Consumed 54.082s CPU time.
mars 26 12:08:23 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 29ms, your system is too slow
mars 26 12:08:34 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:08:35 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.478fa408-ea27-4c10-a64e-6ba542051251.scope.
mars 26 12:08:35 maison-Latitude-E6400 firefox[21167]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:08:36 maison-Latitude-E6400 audit[21167]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21167 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f4442ff873d code=0x50000
mars 26 12:08:36 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825316.338:3377): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21167 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f4442ff873d code=0x50000
mars 26 12:08:37 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:08:37 maison-Latitude-E6400 firefox_firefox.desktop[21167]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 21333 of process 21167 owned by '1000' RT at priority 10.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:39 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:39 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:47 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:47 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:50 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:50 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:51 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.478fa408-ea27-4c10-a64e-6ba542051251.scope: Consumed 14.695s CPU time.
mars 26 12:08:58 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:08:58 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.42db226a-c53f-4a71-9aba-3f9ab92f05b1.scope.
mars 26 12:08:58 maison-Latitude-E6400 audit[21595]: AVC apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/18596/usr/lib/snapd/snap-confine" pid=21595 comm="snap-confine" capability=12  capname="net_admin"
mars 26 12:08:58 maison-Latitude-E6400 kernel: audit: type=1400 audit(1679825338.686:3378): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/18596/usr/lib/snapd/snap-confine" pid=21595 comm="snap-confine" capability=12  capname="net_admin"
mars 26 12:08:58 maison-Latitude-E6400 firefox[21595]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:08:59 maison-Latitude-E6400 audit[21595]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21595 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f994f56273d code=0x50000
mars 26 12:08:59 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825339.382:3379): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21595 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f994f56273d code=0x50000
mars 26 12:09:00 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:09:00 maison-Latitude-E6400 firefox_firefox.desktop[21595]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:09:00 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:00 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 21770 of process 21595 owned by '1000' RT at priority 10.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:02 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:02 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:28 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:28 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:31 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:09:31 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:09:32 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.42db226a-c53f-4a71-9aba-3f9ab92f05b1.scope: Consumed 15.441s CPU time.
mars 26 12:09:41 maison-Latitude-E6400 systemd-logind[1094]: Suspend key pressed.
mars 26 12:09:41 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is about to suspend
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8974] manager: sleep: sleep requested (sleeping: no  enabled: yes)
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8978] manager: NetworkManager state is now ASLEEP
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8983] device (wlp12s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:41 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:09:41 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:09:41 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 26 12:09:42 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:09:42 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:09:42 maison-Latitude-E6400 kernel: wlp12s0: deauthenticating from 68:3f:7d:3d:d6:e5 by local choice (Reason: 3=DEAUTH_LEAVING)
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DISCONNECTED bssid=68:3f:7d:3d:d6:e5 reason=3 locally_generated=1
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3026] device (wlp12s0): supplicant interface state: completed -> disconnected
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3031] device (wlp12s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3166] dhcp4 (wlp12s0): canceled DHCP transaction
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3166] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3167] dhcp4 (wlp12s0): state changed no lease
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset search domain list.
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: no
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset DNS server list.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Withdrawing address record for 192.168.1.18 on wlp12s0.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Leaving mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Interface wlp12s0.IPv4 no longer relevant for mDNS.
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3706] device (wlp12s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: nl80211: deinit ifname=wlp12s0 disabled_11b_rates=0
mars 26 12:09:42 maison-Latitude-E6400 gnome-shell[1553]: An active wireless connection, in infrastructure mode, involves no access point?
mars 26 12:09:42 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:09:42 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Reached target Sleep.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting Record successful boot for GRUB...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting System Suspend...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: grub-common.service: Deactivated successfully.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Finished Record successful boot for GRUB.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting GRUB failed boot detection...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Finished GRUB failed boot detection.
mars 26 12:09:43 maison-Latitude-E6400 systemd-sleep[22094]: Entering sleep state 'suspend'...
mars 26 12:09:43 maison-Latitude-E6400 kernel: PM: suspend entry (deep)
mars 26 12:36:23 maison-Latitude-E6400 kernel: Filesystems sync: 0.860 seconds
mars 26 12:36:23 maison-Latitude-E6400 kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
mars 26 12:36:23 maison-Latitude-E6400 kernel: OOM killer disabled.
mars 26 12:36:23 maison-Latitude-E6400 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
mars 26 12:36:23 maison-Latitude-E6400 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
mars 26 12:36:23 maison-Latitude-E6400 kernel: serial 00:05: disabled
mars 26 12:36:23 maison-Latitude-E6400 kernel: e1000e: EEE TX LPI TIMER: 00000000
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Stopping disk
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: interrupt blocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Preparing to enter system sleep state S3
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: event blocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: EC stopped
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Saving platform NVS memory
mars 26 12:36:23 maison-Latitude-E6400 kernel: Disabling non-boot CPUs ...
mars 26 12:36:23 maison-Latitude-E6400 kernel: smpboot: CPU 1 is now offline
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Low-level resume complete
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: EC started
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Restoring platform NVS memory
mars 26 12:36:23 maison-Latitude-E6400 kernel: Enabling non-boot CPUs ...
mars 26 12:36:23 maison-Latitude-E6400 kernel: x86: Booting SMP configuration:
mars 26 12:36:23 maison-Latitude-E6400 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
mars 26 12:36:23 maison-Latitude-E6400 kernel: CPU1 is up
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Waking up from system sleep state S3
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via FireWire function)
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: interrupt unblocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb3: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb4: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb5: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb6: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: event unblocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Starting disk
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb7: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb8: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: serial 00:05: activated
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 6-1: reset full-speed USB device number 2 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata6: SATA link down (SStatus 0 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata5: SATA link down (SStatus 0 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 1-6: reset high-speed USB device number 3 using ehci-pci
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 7-1: reset low-speed USB device number 2 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata2.00: configured for UDMA/133
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_core 0000:03:01.0: rediscovered device fw0
mars 26 12:36:23 maison-Latitude-E6400 kernel: i915 0000:00:02.0: [drm] HPD interrupt storm detected on connector DP-3: switching from hotplug detection to polling
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata1.00: configured for UDMA/133
mars 26 12:36:23 maison-Latitude-E6400 kernel: OOM killer enabled.
mars 26 12:36:23 maison-Latitude-E6400 kernel: Restarting tasks ... 
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: USB disconnect, device number 4
mars 26 12:36:23 maison-Latitude-E6400 kernel: done.
mars 26 12:36:23 maison-Latitude-E6400 systemd-resolved[958]: Clock change detected. Flushing caches.
mars 26 12:36:23 maison-Latitude-E6400 kernel: video LNXVIDEO:01: Restoring backlight state
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22094]: System returned from sleep state.
mars 26 12:36:23 maison-Latitude-E6400 kernel: PM: suspend exit
mars 26 12:36:23 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:36:23 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: new full-speed USB device number 5 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]: /dev/sda:
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]:  setting Advanced Power Management level to 0xfe (254)
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]:  APM_level        = 254
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: systemd-suspend.service: Deactivated successfully.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Finished System Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Stopped target Sleep.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Reached target Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Stopped target Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd-logind[1094]: Operation 'sleep' finished.
mars 26 12:36:23 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is resuming
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.8305] manager: sleep: wake requested (sleeping: yes  enabled: yes)
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.8306] device (enp0s25): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800, bcdDevice= 1.01
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: Product: 5880
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: Manufacturer: Broadcom Corp
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: SerialNumber: 0123456789ABCD
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: config 0 descriptor??
mars 26 12:36:23 maison-Latitude-E6400 kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Down
mars 26 12:36:23 maison-Latitude-E6400 mtp-probe[22222]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.9066] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.0952] device (wlp12s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:36:24 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:36:24 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:36:24 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.2702] manager: NetworkManager state is now DISCONNECTED
mars 26 12:36:24 maison-Latitude-E6400 wpa_supplicant[1097]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.3156] device (wlp12s0): supplicant interface state: internal-starting -> disconnected
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.3159] device (wlp12s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22222]: bus: 5, device: 5 was not an MTP device
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22230]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22230]: bus: 5, device: 5 was not an MTP device
mars 26 12:36:24 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:516' failed with exit code 1.
mars 26 12:36:24 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:516' failed with exit code 1.
mars 26 12:36:26 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
mars 26 12:36:26 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0': not supported by any plugin
mars 26 12:36:26 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4730] policy: auto-activating connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4766] device (wlp12s0): Activation: starting connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4774] device (wlp12s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4783] manager: NetworkManager state is now CONNECTING
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4794] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4805] device (wlp12s0): Activation: (wifi) access point 'Livebox-HOME' has security, but secrets are required.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4809] device (wlp12s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4815] sup-iface[7a123fc6e45a16fb,3,wlp12s0]: wps: type pbc start...
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4835] device (wlp12s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4840] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4850] device (wlp12s0): Activation: (wifi) connection 'Livebox-HOME' has security, and secrets exist.  No new secrets needed.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'ssid' value 'Livebox-HOME'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'scan_ssid' value '1'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'bgscan' value 'simple:30:-70:86400'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4852] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4852] Config: added 'psk' value '<hidden>'
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-CANCEL
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5359] device (wlp12s0): supplicant interface state: disconnected -> authenticating
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5646] device (wlp12s0): supplicant interface state: authenticating -> associating
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: RX AssocResp from 68:3f:7d:3d:d6:e5 (capab=0x1511 status=0 aid=69)
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5807] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.6309] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 26 (26 - 0) dBm as advertised by 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e5 [PTK=CCMP GTK=CCMP]
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e5 completed [id=0 id_str=]
mars 26 12:36:27 maison-Latitude-E6400 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp12s0: link becomes ready
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7092] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7099] device (wlp12s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Livebox-HOME"
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7114] device (wlp12s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7119] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8075] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: Joining mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: New relevant interface wlp12s0.IPv4 for mDNS.
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: Registering new address record for 192.168.1.18 on wlp12s0.IPv4.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8193] device (wlp12s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:36:27 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:36:27 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:36:27 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8808] device (wlp12s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8811] device (wlp12s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8815] manager: NetworkManager state is now CONNECTED_LOCAL
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8822] manager: NetworkManager state is now CONNECTED_SITE
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8823] policy: set 'Livebox-HOME' (wlp12s0) as default for IPv4 routing and DNS
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8832] device (wlp12s0): Activation: successful, device activated.
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set search domain list to: home
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: yes
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set DNS server list to: 192.168.1.1
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=6000
mars 26 12:36:28 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826988.9204] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 26 12:36:30 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:36:30 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 12:36:31 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 12:36:31 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 12:36:31 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 12:36:33 maison-Latitude-E6400 gdm-password][22266]: gkr-pam: unlocked login keyring
mars 26 12:36:33 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=27000
mars 26 12:36:33 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:36:33 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826993.9476] agent-manager: agent[1eed26b1da26e25b,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 12:36:33 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 12:36:33 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Job `cron.daily' started
mars 26 12:36:34 maison-Latitude-E6400 anacron[22305]: Updated timestamp for job `cron.daily' to 2023-03-26
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 12:36:34 maison-Latitude-E6400 cracklib[22336]: no dictionary update necessary.
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Job `cron.daily' terminated
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Normal exit (1 job run)
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: anacron.service: Deactivated successfully.
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: Started Run anacron jobs.
mars 26 12:36:34 maison-Latitude-E6400 anacron[22340]: Anacron 2.3 started on 2023-03-26
mars 26 12:36:34 maison-Latitude-E6400 anacron[22340]: Normal exit (0 jobs run)
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: anacron.service: Deactivated successfully.
mars 26 12:36:35 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 12:36:35 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.257' (uid=1000 pid=22285 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 12:36:35 maison-Latitude-E6400 CRON[22347]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
mars 26 12:36:35 maison-Latitude-E6400 CRON[22348]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
mars 26 12:36:35 maison-Latitude-E6400 CRON[22347]: pam_unix(cron:session): session closed for user root
mars 26 12:36:36 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 12:36:36 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 12:36:36 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 12:36:38 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:36:45 maison-Latitude-E6400 nautilus[22276]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 12:37:01 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 12:39:07 maison-Latitude-E6400 systemd-timesyncd[959]: Initial synchronization to time server 185.125.190.57:123 (ntp.ubuntu.com).
mars 26 12:41:43 maison-Latitude-E6400 rsyslogd[1083]: [origin software="rsyslogd" swVersion="8.2112.0" x-pid="1083" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
mars 26 12:42:10 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:42:10 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:42:10 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 26 13:00:01 maison-Latitude-E6400 CRON[22401]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
mars 26 13:00:01 maison-Latitude-E6400 CRON[22402]: (root) CMD (timeshift --check --scripted)
mars 26 13:00:02 maison-Latitude-E6400 crontab[22436]: (root) LIST (root)
mars 26 13:00:02 maison-Latitude-E6400 crontab[22437]: (root) LIST (root)
mars 26 13:00:02 maison-Latitude-E6400 CRON[22401]: (CRON) info (No MTA installed, discarding output)
mars 26 13:00:02 maison-Latitude-E6400 CRON[22401]: pam_unix(cron:session): session closed for user root
mars 26 13:02:32 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 13:02:32 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 13:02:32 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 13:02:32 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 13:02:32 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 13:02:32 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 13:02:38 maison-Latitude-E6400 gdm-password][22457]: gkr-pam: unlocked login keyring
mars 26 13:02:38 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 13:02:38 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679828558.8499] agent-manager: agent[1eed26b1da26e25b,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 13:02:38 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 13:02:38 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 13:02:39 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 13:02:39 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.264' (uid=1000 pid=22471 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 13:02:41 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 13:02:41 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 13:02:41 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 13:02:49 maison-Latitude-E6400 nautilus[22463]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 13:03:03 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 13:04:18 maison-Latitude-E6400 sudo[22526]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:04:18 maison-Latitude-E6400 sudo[22526]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:04:19 maison-Latitude-E6400 sudo[22526]: pam_unix(sudo:session): session closed for user root
mars 26 13:04:19 maison-Latitude-E6400 unknown: Debut USB
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:05:08 maison-Latitude-E6400 unknown: Fin   USB
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]: pam_unix(sudo:session): session closed for user root
maison@maison-Latitude-E6400:~$ echo 'Debut USB' | sudo tee -a /dev/kmsg
Debut USB
maison@maison-Latitude-E6400:~$ echo 'Fin   USB' | sudo tee -a /dev/kmsg
journalctl -b  | sed -n '/Debut USB/,/Fin   USB /p'
Fin   USB
mars 25 23:37:29 maison-Latitude-E6400 unknown: Debut USB
mars 25 23:37:55 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 33ms, your system is too slow
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 5 using ehci-pci
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 25 23:38:11 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:12 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 25 23:38:12 maison-Latitude-E6400 systemd-udevd[16677]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:38:46 maison-Latitude-E6400 sudo[16696]: pam_unix(sudo:session): session closed for user root
mars 25 23:38:46 maison-Latitude-E6400 unknown: Fin   USB
mars 25 23:39:25 maison-Latitude-E6400 kernel: usb 2-2: USB disconnect, device number 5
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16720]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16720]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16723]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 systemd-udevd[16723]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:39:25 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:25 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:33 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:33 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 25 23:39:49 maison-Latitude-E6400 sudo[16784]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install apt-transport-https curl gnupg
mars 25 23:39:49 maison-Latitude-E6400 sudo[16784]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:39:59 maison-Latitude-E6400 sudo[16784]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:15 maison-Latitude-E6400 sudo[16910]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg
mars 25 23:40:15 maison-Latitude-E6400 sudo[16910]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:16 maison-Latitude-E6400 sudo[16910]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:30 maison-Latitude-E6400 sudo[16919]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt update
mars 25 23:40:30 maison-Latitude-E6400 sudo[16919]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:30 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 25 23:40:30 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 25 23:40:31 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 25 23:40:35 maison-Latitude-E6400 sudo[16919]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:35 maison-Latitude-E6400 sudo[17446]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install brave-browser
mars 25 23:40:35 maison-Latitude-E6400 sudo[17446]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:36 maison-Latitude-E6400 sudo[17446]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee /etc/apt/sources.list.d/brave-browser-release.list
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:45 maison-Latitude-E6400 sudo[17463]: pam_unix(sudo:session): session closed for user root
mars 25 23:40:57 maison-Latitude-E6400 sudo[17466]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt update
mars 25 23:40:57 maison-Latitude-E6400 sudo[17466]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 25 23:40:57 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 25 23:40:58 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 25 23:40:58 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 25 23:41:02 maison-Latitude-E6400 sudo[17466]: pam_unix(sudo:session): session closed for user root
mars 25 23:41:02 maison-Latitude-E6400 sudo[18023]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/apt install brave-browser
mars 25 23:41:02 maison-Latitude-E6400 sudo[18023]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 25 23:41:19 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-BEACON-LOSS
mars 25 23:41:40 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.73' (uid=1000 pid=2231 comm="/usr/libexec/tracker-miner-fs-3 " label="unconfined")
mars 25 23:41:40 maison-Latitude-E6400 systemd[1362]: Starting Tracker metadata extractor...
mars 25 23:41:46 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
mars 25 23:41:46 maison-Latitude-E6400 systemd[1362]: Started Tracker metadata extractor.
mars 25 23:41:47 maison-Latitude-E6400 tracker-extract[18097]: Could not get mimetype, Error when getting information for file “/usr/share/applications/brave-browser.desktop.dpkg-new”: Aucun fichier ou dossier de ce type
mars 25 23:41:50 maison-Latitude-E6400 tracker-extract[18097]: Task for 'file:///usr/share/applications/brave-browser.desktop.dpkg-new' finished with error: Error when getting information for file “/usr/share/applications/brave-browser.desktop.dpkg-new”: Aucun fichier ou dossier de ce type
mars 25 23:41:57 maison-Latitude-E6400 sudo[18023]: pam_unix(sudo:session): session closed for user root
mars 25 23:42:04 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 25 23:42:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.222' (uid=1000 pid=18482 comm="/opt/brave.com/brave/brave " label="unconfined")
mars 25 23:42:08 maison-Latitude-E6400 systemd[1]: Condition check resulted in Bluetooth service being skipped.
mars 25 23:42:19 maison-Latitude-E6400 brave-browser.desktop[18481]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mars 25 23:42:21 maison-Latitude-E6400 systemd[1362]: vte-spawn-53acb6aa-1676-4e50-b685-07de0f64c42c.scope: Consumed 41.400s CPU time.
mars 25 23:42:21 maison-Latitude-E6400 systemd[1362]: gnome-terminal-server.service: Consumed 4.187s CPU time.
mars 25 23:42:25 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234225.569575:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
mars 25 23:42:31 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234231.637315:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
mars 25 23:42:33 maison-Latitude-E6400 dbus-daemon[1057]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
mars 25 23:42:33 maison-Latitude-E6400 brave-browser.desktop[18481]: [18518:18518:0325/234233.685119:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
mars 25 23:42:39 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 25 23:42:40 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.218' (uid=1000 pid=19024 comm="/usr/bin/gnome-terminal.real " label="unconfined")
mars 25 23:42:40 maison-Latitude-E6400 systemd[1362]: Starting GNOME Terminal Server...
mars 25 23:42:41 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.Terminal'
mars 25 23:42:41 maison-Latitude-E6400 systemd[1362]: Started GNOME Terminal Server.
mars 25 23:42:41 maison-Latitude-E6400 systemd[1362]: Started VTE child process 19047 launched by gnome-terminal-server process 19029.
mars 25 23:43:19 maison-Latitude-E6400 systemd[1362]: gnome-terminal-server.service: Consumed 1.077s CPU time.
mars 25 23:45:03 maison-Latitude-E6400 firefox_firefox.desktop[15078]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 25 23:45:03 maison-Latitude-E6400 firefox_firefox.desktop[15078]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 25 23:45:07 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.32537866-001f-4b54-858b-8cba9e6feb75.scope: Consumed 3min 16.592s CPU time.
mars 25 23:45:08 maison-Latitude-E6400 systemd-logind[1094]: Suspend key pressed.
mars 25 23:45:08 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is about to suspend
mars 25 23:45:08 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 25 23:45:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.2991] manager: sleep: sleep requested (sleeping: no  enabled: yes)
mars 25 23:45:08 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.3926] manager: NetworkManager state is now ASLEEP
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.3930] device (wlp12s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:08 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 25 23:45:08 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 25 23:45:08 maison-Latitude-E6400 kernel: wlp12s0: deauthenticating from 68:3f:7d:3d:d6:e5 by local choice (Reason: 3=DEAUTH_LEAVING)
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DISCONNECTED bssid=68:3f:7d:3d:d6:e5 reason=3 locally_generated=1
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9289] device (wlp12s0): supplicant interface state: completed -> disconnected
mars 25 23:45:08 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9293] device (wlp12s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:08 maison-Latitude-E6400 gnome-shell[1553]: An active wireless connection, in infrastructure mode, involves no access point?
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9708] dhcp4 (wlp12s0): canceled DHCP transaction
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9709] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 25 23:45:08 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784308.9709] dhcp4 (wlp12s0): state changed no lease
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset search domain list.
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: no
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Withdrawing address record for 192.168.1.18 on wlp12s0.
mars 25 23:45:09 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset DNS server list.
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Leaving mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 25 23:45:09 maison-Latitude-E6400 avahi-daemon[1055]: Interface wlp12s0.IPv4 no longer relevant for mDNS.
mars 25 23:45:09 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679784309.1679] device (wlp12s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 wpa_supplicant[1097]: nl80211: deinit ifname=wlp12s0 disabled_11b_rates=0
mars 25 23:45:09 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Reached target Sleep.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting Record successful boot for GRUB...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting System Suspend...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: grub-common.service: Deactivated successfully.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Finished Record successful boot for GRUB.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Starting GRUB failed boot detection...
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
mars 25 23:45:09 maison-Latitude-E6400 systemd[1]: Finished GRUB failed boot detection.
mars 25 23:45:10 maison-Latitude-E6400 systemd-sleep[19134]: Entering sleep state 'suspend'...
mars 25 23:45:10 maison-Latitude-E6400 kernel: PM: suspend entry (deep)
mars 25 23:45:10 maison-Latitude-E6400 kernel: Filesystems sync: 0.785 seconds
mars 26 12:04:59 maison-Latitude-E6400 kernel: Freezing user space processes ... (elapsed 0.002 seconds) done.
mars 26 12:04:59 maison-Latitude-E6400 kernel: OOM killer disabled.
mars 26 12:04:59 maison-Latitude-E6400 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
mars 26 12:04:59 maison-Latitude-E6400 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
mars 26 12:04:59 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
mars 26 12:04:59 maison-Latitude-E6400 kernel: serial 00:05: disabled
mars 26 12:04:59 maison-Latitude-E6400 kernel: e1000e: EEE TX LPI TIMER: 00000000
mars 26 12:04:59 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Stopping disk
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: interrupt blocked
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Preparing to enter system sleep state S3
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: event blocked
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: EC stopped
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Saving platform NVS memory
mars 26 12:04:59 maison-Latitude-E6400 kernel: Disabling non-boot CPUs ...
mars 26 12:04:59 maison-Latitude-E6400 kernel: smpboot: CPU 1 is now offline
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Low-level resume complete
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: EC started
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Restoring platform NVS memory
mars 26 12:04:59 maison-Latitude-E6400 kernel: Enabling non-boot CPUs ...
mars 26 12:04:59 maison-Latitude-E6400 kernel: x86: Booting SMP configuration:
mars 26 12:04:59 maison-Latitude-E6400 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
mars 26 12:04:59 maison-Latitude-E6400 kernel: CPU1 is up
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: PM: Waking up from system sleep state S3
mars 26 12:04:59 maison-Latitude-E6400 kernel: ACPI: EC: interrupt unblocked
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via FireWire function)
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
mars 26 12:05:00 maison-Latitude-E6400 kernel: ACPI: EC: event unblocked
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb3: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb4: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb5: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb8: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Starting disk
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb6: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb usb7: root hub lost power or was reset
mars 26 12:05:00 maison-Latitude-E6400 kernel: serial 00:05: activated
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 6-1: reset full-speed USB device number 2 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata5: SATA link down (SStatus 0 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata6: SATA link down (SStatus 0 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 1-6: reset high-speed USB device number 3 using ehci-pci
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 7-1: reset low-speed USB device number 2 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata2.00: configured for UDMA/133
mars 26 12:05:00 maison-Latitude-E6400 kernel: firewire_core 0000:03:01.0: rediscovered device fw0
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 26 12:05:00 maison-Latitude-E6400 kernel: ata1.00: configured for UDMA/133
mars 26 12:05:00 maison-Latitude-E6400 kernel: OOM killer enabled.
mars 26 12:05:00 maison-Latitude-E6400 kernel: Restarting tasks ... done.
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: USB disconnect, device number 3
mars 26 12:05:00 maison-Latitude-E6400 kernel: video LNXVIDEO:01: Restoring backlight state
mars 26 12:05:00 maison-Latitude-E6400 kernel: PM: suspend exit
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: new full-speed USB device number 4 using uhci_hcd
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800, bcdDevice= 1.01
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: Product: 5880
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: Manufacturer: Broadcom Corp
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: SerialNumber: 0123456789ABCD
mars 26 12:05:00 maison-Latitude-E6400 kernel: usb 5-1: config 0 descriptor??
mars 26 12:04:59 maison-Latitude-E6400 systemd-resolved[958]: Clock change detected. Flushing caches.
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Anacron 2.3 started on 2023-03-26
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]: /dev/sda:
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]:  setting Advanced Power Management level to 0xfe (254)
mars 26 12:05:00 maison-Latitude-E6400 systemd-sleep[19276]:  APM_level        = 254
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Started Run anacron jobs.
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Will run job `cron.daily' in 5 min.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily apt download activities...
mars 26 12:04:59 maison-Latitude-E6400 anacron[19217]: Jobs will be executed sequentially
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily dpkg database backup service...
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19322]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:05:00 maison-Latitude-E6400 kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Down
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Online ext4 Metadata Check for All Filesystems...
mars 26 12:05:00 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is resuming
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Refresh fwupd metadata and update motd...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Message of the Day...
mars 26 12:04:59 maison-Latitude-E6400 systemd-udevd[19218]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:514' failed with exit code 1.
mars 26 12:04:59 maison-Latitude-E6400 systemd-udevd[19218]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:514' failed with exit code 1.
mars 26 12:04:59 maison-Latitude-E6400 systemd-sleep[19134]: System returned from sleep state.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Rotate log files...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Starting Daily man-db regeneration...
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: e2scrub_all.service: Deactivated successfully.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Finished Online ext4 Metadata Check for All Filesystems.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: motd-news.service: Deactivated successfully.
mars 26 12:04:59 maison-Latitude-E6400 systemd[1]: Finished Message of the Day.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: systemd-suspend.service: Deactivated successfully.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Finished System Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Stopped target Sleep.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Reached target Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd[1]: Stopped target Suspend.
mars 26 12:05:00 maison-Latitude-E6400 systemd-logind[1094]: Operation 'sleep' finished.
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.0530] manager: sleep: wake requested (sleeping: yes  enabled: yes)
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.0531] device (enp0s25): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.1303] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:05:00 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.4011] device (wlp12s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:05:00 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19322]: bus: 5, device: 4 was not an MTP device
mars 26 12:05:00 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.5713] manager: NetworkManager state is now DISCONNECTED
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19367]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:05:00 maison-Latitude-E6400 mtp-probe[19367]: bus: 5, device: 4 was not an MTP device
mars 26 12:05:00 maison-Latitude-E6400 systemd-udevd[19213]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:05:00 maison-Latitude-E6400 systemd-udevd[19213]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:05:00 maison-Latitude-E6400 wpa_supplicant[1097]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.7839] device (wlp12s0): supplicant interface state: internal-starting -> disconnected
mars 26 12:05:00 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825100.7840] device (wlp12s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
mars 26 12:05:00 maison-Latitude-E6400 kernel: i915 0000:00:02.0: [drm] HPD interrupt storm detected on connector DP-3: switching from hotplug detection to polling
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: dpkg-db-backup.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Finished Daily dpkg database backup service.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping Make remote CUPS printers available locally...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups-browsed.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped Make remote CUPS printers available locally.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.service: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.path: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopped CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Started CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: cups.socket: Deactivated successfully.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Closed CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Stopping CUPS Scheduler...
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Listening on CUPS Scheduler.
mars 26 12:05:01 maison-Latitude-E6400 systemd[1]: Starting CUPS Scheduler...
mars 26 12:05:02 maison-Latitude-E6400 systemd[1]: fwupd-refresh.service: Deactivated successfully.
mars 26 12:05:02 maison-Latitude-E6400 systemd[1]: Finished Refresh fwupd metadata and update motd.
mars 26 12:05:02 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
mars 26 12:05:02 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0': not supported by any plugin
mars 26 12:05:03 maison-Latitude-E6400 audit[19420]: AVC apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=19420 comm="cupsd" capability=12  capname="net_admin"
mars 26 12:05:03 maison-Latitude-E6400 kernel: audit: type=1400 audit(1679825103.220:3374): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=19420 comm="cupsd" capability=12  capname="net_admin"
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Started CUPS Scheduler.
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Started Make remote CUPS printers available locally.
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:05:03 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:05:03 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0612] policy: auto-activating connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0670] device (wlp12s0): Activation: starting connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0678] device (wlp12s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0728] manager: NetworkManager state is now CONNECTING
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0808] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0824] device (wlp12s0): Activation: (wifi) access point 'Livebox-HOME' has security, but secrets are required.
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0825] device (wlp12s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.0839] sup-iface[3b4477e6fa0f8367,2,wlp12s0]: wps: type pbc start...
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-PBC-ACTIVE
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.2938] device (wlp12s0): supplicant interface state: disconnected -> scanning
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.2957] device (wlp12s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.3029] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.3033] device (wlp12s0): Activation: (wifi) connection 'Livebox-HOME' has security, and secrets exist.  No new secrets needed.
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-CANCEL
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4319] Config: added 'ssid' value 'Livebox-HOME'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4320] Config: added 'scan_ssid' value '1'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'bgscan' value 'simple:30:-70:86400'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.4321] Config: added 'psk' value '<hidden>'
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e0 (SSID='Livebox-HOME' freq=2437 MHz)
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: bad VHT capabilities, disabling VHT
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e0 (try 1/3)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e0 (SSID='Livebox-HOME' freq=2437 MHz)
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.5871] device (wlp12s0): supplicant interface state: scanning -> associating
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e0 (try 1/3)
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: RX AssocResp from 68:3f:7d:3d:d6:e0 (capab=0x1411 status=0 aid=2)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6068] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6416] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:05:04 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 68:3f:7d:3d:d6:e0
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e0 [PTK=CCMP GTK=CCMP]
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e0 completed [id=0 id_str=]
mars 26 12:05:04 maison-Latitude-E6400 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp12s0: link becomes ready
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6858] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6859] device (wlp12s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Livebox-HOME"
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6861] device (wlp12s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:04 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825104.6864] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WNM: Disassociation Imminent - Disassociation Timer 15
mars 26 12:05:04 maison-Latitude-E6400 systemd[1]: rsyslog.service: Sent signal SIGHUP to main process 1083 (rsyslogd) on client request.
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: disconnect from AP 68:3f:7d:3d:d6:e0 for new auth to 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: RX ReassocResp from 68:3f:7d:3d:d6:e5 (capab=0x1511 status=0 aid=67)
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WNM: Preferred List Available
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:05:04 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e5 [PTK=CCMP GTK=CCMP]
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e5 completed [id=0 id_str=]
mars 26 12:05:05 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 26 (26 - 0) dBm as advertised by 68:3f:7d:3d:d6:e5
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: logrotate.service: Deactivated successfully.
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Finished Rotate log files.
mars 26 12:05:05 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3586] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3597] device (wlp12s0): supplicant interface state: completed -> authenticating
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3597] device (wlp12s0): ip:dhcp4: restarting
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3725] dhcp4 (wlp12s0): canceled DHCP transaction
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3725] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3726] dhcp4 (wlp12s0): state changed no lease
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3727] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3732] device (wlp12s0): supplicant interface state: authenticating -> associating
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3819] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: Joining mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3820] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: New relevant interface wlp12s0.IPv4 for mDNS.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.3822] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:05:05 maison-Latitude-E6400 avahi-daemon[1055]: Registering new address record for 192.168.1.18 on wlp12s0.IPv4.
mars 26 12:05:05 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=6000
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.6640] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.6675] device (wlp12s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:05:05 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:05:05 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7185] device (wlp12s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7188] device (wlp12s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7193] manager: NetworkManager state is now CONNECTED_LOCAL
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7199] manager: NetworkManager state is now CONNECTED_SITE
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7201] policy: set 'Livebox-HOME' (wlp12s0) as default for IPv4 routing and DNS
mars 26 12:05:05 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825105.7220] device (wlp12s0): Activation: successful, device activated.
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set search domain list to: home
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: yes
mars 26 12:05:05 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set DNS server list to: 192.168.1.1
mars 26 12:05:06 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825106.1567] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 26 12:05:06 maison-Latitude-E6400 systemd[1]: man-db.service: Deactivated successfully.
mars 26 12:05:06 maison-Latitude-E6400 systemd[1]: Finished Daily man-db regeneration.
mars 26 12:05:06 maison-Latitude-E6400 gdm-password][19430]: gkr-pam: unlocked login keyring
mars 26 12:05:06 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:06 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:07 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:05:07 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825107.6666] agent-manager: agent[4bcc18d2c32f74bc,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 12:05:07 maison-Latitude-E6400 systemd[1]: Starting Update APT News...
mars 26 12:05:07 maison-Latitude-E6400 systemd[1]: Starting Update the local ESM caches...
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:07 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:07 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /763_aecdbbec from uid 1000 finished with failed after 1050ms
mars 26 12:05:07 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 12:05:07 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 12:05:08 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:08 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:08 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 12:05:09 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 12:05:09 maison-Latitude-E6400 systemd[1]: apt-news.service: Deactivated successfully.
mars 26 12:05:09 maison-Latitude-E6400 systemd[1]: Finished Update APT News.
mars 26 12:05:10 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 12:05:11 maison-Latitude-E6400 systemd[1]: esm-cache.service: Deactivated successfully.
mars 26 12:05:11 maison-Latitude-E6400 systemd[1]: Finished Update the local ESM caches.
mars 26 12:05:12 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.224' (uid=1000 pid=19559 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 12:05:14 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 12:05:14 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 12:05:14 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:15 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:15 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /764_decbddcc from uid 1000 finished with failed after 7386ms
mars 26 12:05:15 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:16 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:16 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:16 maison-Latitude-E6400 audit[2104]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=2104 comm="pool-org.gnome." exe="/snap/snap-store/638/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f73cb64b39b code=0x50000
mars 26 12:05:16 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825116.292:3375): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.snap-store.snap-store pid=2104 comm="pool-org.gnome." exe="/snap/snap-store/638/usr/bin/snap-store" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7f73cb64b39b code=0x50000
mars 26 12:05:16 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:05:18 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:18 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:19 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:05:20 maison-Latitude-E6400 nautilus[19515]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:20 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /765_eeedbedb from uid 1000 finished with failed after 4118ms
mars 26 12:05:20 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
mars 26 12:05:20 maison-Latitude-E6400 PackageKit[1912]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
mars 26 12:05:20 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:21 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.240' (uid=1000 pid=20184 comm="/opt/brave.com/brave/brave " label="unconfined")
mars 26 12:05:21 maison-Latitude-E6400 systemd[1]: Condition check resulted in Bluetooth service being skipped.
mars 26 12:05:22 maison-Latitude-E6400 gnome-keyring-daemon[1447]: asked to register item /org/freedesktop/secrets/collection/login/11, but it's already registered
mars 26 12:05:24 maison-Latitude-E6400 brave-browser.desktop[20183]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
mars 26 12:05:25 maison-Latitude-E6400 PackageKit[1912]: refresh-cache transaction /766_dbbdacdc from uid 1000 finished with failed after 4984ms
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Be aware that removing the lock file is not a solution and may break your system.
mars 26 12:05:25 maison-Latitude-E6400 packagekitd[1912]: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:25 maison-Latitude-E6400 snap-store[2104]: not handling error download-failed for action refresh: E: Could not get lock /var/lib/apt/lists/lock. It is held by process 19539 (apt-get)
                                                         W: Be aware that removing the lock file is not a solution and may break your system.
                                                         E: Impossible de verrouiller le répertoire /var/lib/apt/lists/
mars 26 12:05:26 maison-Latitude-E6400 snapd[1092]: storehelpers.go:769: cannot refresh: snap has no updates available: "bare", "chromium", "chromium-ffmpeg", "core18", "core20", "core22", "cups", "firefox", "gnome-3-28-1804", "gnome-3-38-2004", "gnome-42-2204", "gtk-common-themes", "hunspell-dictionaries-1-7-2004", "opera", "snap-store", "snapd", "snapd-desktop-integration", "vlc", "xmind"
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: apt-daily.service: Deactivated successfully.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: Finished Daily apt download activities.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: apt-daily.service: Consumed 16.641s CPU time.
mars 26 12:05:33 maison-Latitude-E6400 systemd[1]: Starting Daily apt upgrade and clean activities...
mars 26 12:05:35 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.592745:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.632429:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
mars 26 12:05:35 maison-Latitude-E6400 brave-browser.desktop[20183]: [20247:20247:0326/120535.650728:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
mars 26 12:05:35 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 12:05:35 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.7496164d-8f71-48c7-b329-199e085c121c.scope.
mars 26 12:05:36 maison-Latitude-E6400 firefox[20532]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:05:38 maison-Latitude-E6400 audit[20532]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=20532 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fec42b4c73d code=0x50000
mars 26 12:05:38 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825138.076:3376): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=20532 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7fec42b4c73d code=0x50000
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: apt-daily-upgrade.service: Deactivated successfully.
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: Finished Daily apt upgrade and clean activities.
mars 26 12:05:39 maison-Latitude-E6400 systemd[1]: apt-daily-upgrade.service: Consumed 4.597s CPU time.
mars 26 12:05:39 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:05:39 maison-Latitude-E6400 firefox_firefox.desktop[20532]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 20746 of process 20532 owned by '1000' RT at priority 10.
mars 26 12:05:40 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:43 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:46 maison-Latitude-E6400 dbus-daemon[1057]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
mars 26 12:05:59 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:05:59 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:06:48 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 6 using ehci-pci
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 26 12:06:49 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 26 12:06:49 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21079]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21079]: bus: 2, device: 6 was not an MTP device
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21087]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 12:06:49 maison-Latitude-E6400 mtp-probe[21087]: bus: 2, device: 6 was not an MTP device
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 systemd-udevd[21074]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 12:06:49 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.240' (uid=1000 pid=21073 comm="/usr/bin/gnome-terminal.real " label="unconfined")
mars 26 12:06:49 maison-Latitude-E6400 systemd[1362]: Starting GNOME Terminal Server...
mars 26 12:06:50 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 26 12:06:50 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 26 12:06:50 maison-Latitude-E6400 systemd-udevd[21104]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 26 12:06:50 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.Terminal'
mars 26 12:06:50 maison-Latitude-E6400 systemd[1362]: Started GNOME Terminal Server.
mars 26 12:06:51 maison-Latitude-E6400 systemd[1362]: Started VTE child process 21128 launched by gnome-terminal-server process 21098.
mars 26 12:08:15 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 21ms, your system is too slow
mars 26 12:08:17 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:17 maison-Latitude-E6400 firefox_firefox.desktop[20532]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:19 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.7496164d-8f71-48c7-b329-199e085c121c.scope: Consumed 54.082s CPU time.
mars 26 12:08:23 maison-Latitude-E6400 gnome-shell[1553]: libinput error: event4  - Microsoft Microsoft® 2.4GHz Transceiver v8.0: client bug: event processing lagging behind by 29ms, your system is too slow
mars 26 12:08:34 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:08:35 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.478fa408-ea27-4c10-a64e-6ba542051251.scope.
mars 26 12:08:35 maison-Latitude-E6400 firefox[21167]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:08:36 maison-Latitude-E6400 audit[21167]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21167 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f4442ff873d code=0x50000
mars 26 12:08:36 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825316.338:3377): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21167 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f4442ff873d code=0x50000
mars 26 12:08:37 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:08:37 maison-Latitude-E6400 firefox_firefox.desktop[21167]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 21333 of process 21167 owned by '1000' RT at priority 10.
mars 26 12:08:37 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:39 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:39 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:41 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:47 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:47 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:08:50 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:50 maison-Latitude-E6400 firefox_firefox.desktop[21167]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:08:51 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.478fa408-ea27-4c10-a64e-6ba542051251.scope: Consumed 14.695s CPU time.
mars 26 12:08:58 maison-Latitude-E6400 systemd[1362]: Started Application launched by gnome-shell.
mars 26 12:08:58 maison-Latitude-E6400 systemd[1362]: Started snap.firefox.firefox.42db226a-c53f-4a71-9aba-3f9ab92f05b1.scope.
mars 26 12:08:58 maison-Latitude-E6400 audit[21595]: AVC apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/18596/usr/lib/snapd/snap-confine" pid=21595 comm="snap-confine" capability=12  capname="net_admin"
mars 26 12:08:58 maison-Latitude-E6400 kernel: audit: type=1400 audit(1679825338.686:3378): apparmor="DENIED" operation="capable" class="cap" profile="/snap/snapd/18596/usr/lib/snapd/snap-confine" pid=21595 comm="snap-confine" capability=12  capname="net_admin"
mars 26 12:08:58 maison-Latitude-E6400 firefox[21595]: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.
mars 26 12:08:59 maison-Latitude-E6400 audit[21595]: SECCOMP auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21595 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f994f56273d code=0x50000
mars 26 12:08:59 maison-Latitude-E6400 kernel: audit: type=1326 audit(1679825339.382:3379): auid=1000 uid=1000 gid=1000 ses=2 subj=snap.firefox.firefox pid=21595 comm="firefox" exe="/snap/firefox/2487/usr/lib/firefox/firefox" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f994f56273d code=0x50000
mars 26 12:09:00 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [GFX1-]: glxtest: VA-API test failed: no supported VAAPI profile found.
mars 26 12:09:00 maison-Latitude-E6400 firefox_firefox.desktop[21595]: ATTENTION: default value of option mesa_glthread overridden by environment.
mars 26 12:09:00 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:00 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 0 threads of 0 processes of 0 users.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Successfully made thread 21770 of process 21595 owned by '1000' RT at priority 10.
mars 26 12:09:01 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:02 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:02 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:04 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:28 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:28 maison-Latitude-E6400 rtkit-daemon[1449]: Supervising 1 threads of 1 processes of 1 users.
mars 26 12:09:31 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:09:31 maison-Latitude-E6400 firefox_firefox.desktop[21595]: [ERROR viaduct::backend::ffi] Missing HTTP status
mars 26 12:09:32 maison-Latitude-E6400 systemd[1362]: snap.firefox.firefox.42db226a-c53f-4a71-9aba-3f9ab92f05b1.scope: Consumed 15.441s CPU time.
mars 26 12:09:41 maison-Latitude-E6400 systemd-logind[1094]: Suspend key pressed.
mars 26 12:09:41 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is about to suspend
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8974] manager: sleep: sleep requested (sleeping: no  enabled: yes)
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8978] manager: NetworkManager state is now ASLEEP
mars 26 12:09:41 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825381.8983] device (wlp12s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:41 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:09:41 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:09:41 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 26 12:09:42 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:09:42 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:09:42 maison-Latitude-E6400 kernel: wlp12s0: deauthenticating from 68:3f:7d:3d:d6:e5 by local choice (Reason: 3=DEAUTH_LEAVING)
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DISCONNECTED bssid=68:3f:7d:3d:d6:e5 reason=3 locally_generated=1
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3026] device (wlp12s0): supplicant interface state: completed -> disconnected
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3031] device (wlp12s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3166] dhcp4 (wlp12s0): canceled DHCP transaction
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3166] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3167] dhcp4 (wlp12s0): state changed no lease
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset search domain list.
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: no
mars 26 12:09:42 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client reset DNS server list.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Withdrawing address record for 192.168.1.18 on wlp12s0.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Leaving mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:09:42 maison-Latitude-E6400 avahi-daemon[1055]: Interface wlp12s0.IPv4 no longer relevant for mDNS.
mars 26 12:09:42 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679825382.3706] device (wlp12s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-DSCP-POLICY clear_all
mars 26 12:09:42 maison-Latitude-E6400 wpa_supplicant[1097]: nl80211: deinit ifname=wlp12s0 disabled_11b_rates=0
mars 26 12:09:42 maison-Latitude-E6400 gnome-shell[1553]: An active wireless connection, in infrastructure mode, involves no access point?
mars 26 12:09:42 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:09:42 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Reached target Sleep.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting Record successful boot for GRUB...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting System Suspend...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: grub-common.service: Deactivated successfully.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Finished Record successful boot for GRUB.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Starting GRUB failed boot detection...
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
mars 26 12:09:43 maison-Latitude-E6400 systemd[1]: Finished GRUB failed boot detection.
mars 26 12:09:43 maison-Latitude-E6400 systemd-sleep[22094]: Entering sleep state 'suspend'...
mars 26 12:09:43 maison-Latitude-E6400 kernel: PM: suspend entry (deep)
mars 26 12:36:23 maison-Latitude-E6400 kernel: Filesystems sync: 0.860 seconds
mars 26 12:36:23 maison-Latitude-E6400 kernel: Freezing user space processes ... (elapsed 0.003 seconds) done.
mars 26 12:36:23 maison-Latitude-E6400 kernel: OOM killer disabled.
mars 26 12:36:23 maison-Latitude-E6400 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
mars 26 12:36:23 maison-Latitude-E6400 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
mars 26 12:36:23 maison-Latitude-E6400 kernel: serial 00:05: disabled
mars 26 12:36:23 maison-Latitude-E6400 kernel: e1000e: EEE TX LPI TIMER: 00000000
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Stopping disk
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: interrupt blocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Preparing to enter system sleep state S3
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: event blocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: EC stopped
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Saving platform NVS memory
mars 26 12:36:23 maison-Latitude-E6400 kernel: Disabling non-boot CPUs ...
mars 26 12:36:23 maison-Latitude-E6400 kernel: smpboot: CPU 1 is now offline
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Low-level resume complete
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: EC started
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Restoring platform NVS memory
mars 26 12:36:23 maison-Latitude-E6400 kernel: Enabling non-boot CPUs ...
mars 26 12:36:23 maison-Latitude-E6400 kernel: x86: Booting SMP configuration:
mars 26 12:36:23 maison-Latitude-E6400 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
mars 26 12:36:23 maison-Latitude-E6400 kernel: CPU1 is up
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: PM: Waking up from system sleep state S3
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: proprietary Ricoh MMC controller disabled (via FireWire function)
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_ohci 0000:03:01.0: MMC cards are now supported by standard SDHCI controller
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: interrupt unblocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb3: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb4: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb5: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb6: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: ACPI: EC: event unblocked
mars 26 12:36:23 maison-Latitude-E6400 kernel: sd 0:0:0:0: [sda] Starting disk
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb7: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb usb8: root hub lost power or was reset
mars 26 12:36:23 maison-Latitude-E6400 kernel: serial 00:05: activated
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 6-1: reset full-speed USB device number 2 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata6: SATA link down (SStatus 0 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata5: SATA link down (SStatus 0 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 1-6: reset high-speed USB device number 3 using ehci-pci
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 7-1: reset low-speed USB device number 2 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata2.00: configured for UDMA/133
mars 26 12:36:23 maison-Latitude-E6400 kernel: firewire_core 0000:03:01.0: rediscovered device fw0
mars 26 12:36:23 maison-Latitude-E6400 kernel: i915 0000:00:02.0: [drm] HPD interrupt storm detected on connector DP-3: switching from hotplug detection to polling
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
mars 26 12:36:23 maison-Latitude-E6400 kernel: ata1.00: configured for UDMA/133
mars 26 12:36:23 maison-Latitude-E6400 kernel: OOM killer enabled.
mars 26 12:36:23 maison-Latitude-E6400 kernel: Restarting tasks ... 
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: USB disconnect, device number 4
mars 26 12:36:23 maison-Latitude-E6400 kernel: done.
mars 26 12:36:23 maison-Latitude-E6400 systemd-resolved[958]: Clock change detected. Flushing caches.
mars 26 12:36:23 maison-Latitude-E6400 kernel: video LNXVIDEO:01: Restoring backlight state
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22094]: System returned from sleep state.
mars 26 12:36:23 maison-Latitude-E6400 kernel: PM: suspend exit
mars 26 12:36:23 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:36:23 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:515' failed with exit code 1.
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: new full-speed USB device number 5 using uhci_hcd
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]: /dev/sda:
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]:  setting Advanced Power Management level to 0xfe (254)
mars 26 12:36:23 maison-Latitude-E6400 systemd-sleep[22165]:  APM_level        = 254
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: systemd-suspend.service: Deactivated successfully.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Finished System Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Stopped target Sleep.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Reached target Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd[1]: Stopped target Suspend.
mars 26 12:36:23 maison-Latitude-E6400 systemd-logind[1094]: Operation 'sleep' finished.
mars 26 12:36:23 maison-Latitude-E6400 ModemManager[1234]: <info>  [sleep-monitor-systemd] system is resuming
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.8305] manager: sleep: wake requested (sleeping: yes  enabled: yes)
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.8306] device (enp0s25): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800, bcdDevice= 1.01
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: Product: 5880
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: Manufacturer: Broadcom Corp
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: SerialNumber: 0123456789ABCD
mars 26 12:36:23 maison-Latitude-E6400 kernel: usb 5-1: config 0 descriptor??
mars 26 12:36:23 maison-Latitude-E6400 kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Down
mars 26 12:36:23 maison-Latitude-E6400 mtp-probe[22222]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:36:23 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826983.9066] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.0952] device (wlp12s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mars 26 12:36:24 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:36:24 maison-Latitude-E6400 kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
mars 26 12:36:24 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.2702] manager: NetworkManager state is now DISCONNECTED
mars 26 12:36:24 maison-Latitude-E6400 wpa_supplicant[1097]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.3156] device (wlp12s0): supplicant interface state: internal-starting -> disconnected
mars 26 12:36:24 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826984.3159] device (wlp12s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22222]: bus: 5, device: 5 was not an MTP device
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22230]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:1a.2/usb5/5-1"
mars 26 12:36:24 maison-Latitude-E6400 mtp-probe[22230]: bus: 5, device: 5 was not an MTP device
mars 26 12:36:24 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:516' failed with exit code 1.
mars 26 12:36:24 maison-Latitude-E6400 systemd-udevd[22115]: 5-1: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1a.2/usb5/5-1 189:516' failed with exit code 1.
mars 26 12:36:26 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:19.0': not supported by any plugin
mars 26 12:36:26 maison-Latitude-E6400 ModemManager[1234]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.1/0000:0c:00.0': not supported by any plugin
mars 26 12:36:26 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4730] policy: auto-activating connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4766] device (wlp12s0): Activation: starting connection 'Livebox-HOME' (93333272-87bd-4198-969d-1fd7af433748)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4774] device (wlp12s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4783] manager: NetworkManager state is now CONNECTING
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4794] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4805] device (wlp12s0): Activation: (wifi) access point 'Livebox-HOME' has security, but secrets are required.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4809] device (wlp12s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4815] sup-iface[7a123fc6e45a16fb,3,wlp12s0]: wps: type pbc start...
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4835] device (wlp12s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4840] device (wlp12s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4850] device (wlp12s0): Activation: (wifi) connection 'Livebox-HOME' has security, and secrets exist.  No new secrets needed.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'ssid' value 'Livebox-HOME'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'scan_ssid' value '1'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4851] Config: added 'bgscan' value 'simple:30:-70:86400'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4852] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.4852] Config: added 'psk' value '<hidden>'
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPS-CANCEL
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: SME: Trying to authenticate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: authenticate with 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: send auth to 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5359] device (wlp12s0): supplicant interface state: disconnected -> authenticating
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Trying to associate with 68:3f:7d:3d:d6:e5 (SSID='Livebox-HOME' freq=5520 MHz)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5646] device (wlp12s0): supplicant interface state: authenticating -> associating
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: authenticated
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: associate with 68:3f:7d:3d:d6:e5 (try 1/3)
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: RX AssocResp from 68:3f:7d:3d:d6:e5 (capab=0x1511 status=0 aid=69)
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: Associated with 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: associated
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=FR
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.5807] device (wlp12s0): supplicant interface state: associating -> associated
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.6309] device (wlp12s0): supplicant interface state: associated -> 4way_handshake
mars 26 12:36:27 maison-Latitude-E6400 kernel: wlp12s0: Limiting TX power to 26 (26 - 0) dBm as advertised by 68:3f:7d:3d:d6:e5
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: WPA: Key negotiation completed with 68:3f:7d:3d:d6:e5 [PTK=CCMP GTK=CCMP]
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-CONNECTED - Connection to 68:3f:7d:3d:d6:e5 completed [id=0 id_str=]
mars 26 12:36:27 maison-Latitude-E6400 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp12s0: link becomes ready
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7092] device (wlp12s0): supplicant interface state: 4way_handshake -> completed
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7099] device (wlp12s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Livebox-HOME"
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7114] device (wlp12s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.7119] dhcp4 (wlp12s0): activation: beginning transaction (timeout in 45 seconds)
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8075] dhcp4 (wlp12s0): state changed new lease, address=192.168.1.18
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: Joining mDNS multicast group on interface wlp12s0.IPv4 with address 192.168.1.18.
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: New relevant interface wlp12s0.IPv4 for mDNS.
mars 26 12:36:27 maison-Latitude-E6400 avahi-daemon[1055]: Registering new address record for 192.168.1.18 on wlp12s0.IPv4.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8193] device (wlp12s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.13' (uid=0 pid=1058 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
mars 26 12:36:27 maison-Latitude-E6400 systemd[1]: Starting Network Manager Script Dispatcher Service...
mars 26 12:36:27 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mars 26 12:36:27 maison-Latitude-E6400 systemd[1]: Started Network Manager Script Dispatcher Service.
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8808] device (wlp12s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8811] device (wlp12s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8815] manager: NetworkManager state is now CONNECTED_LOCAL
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8822] manager: NetworkManager state is now CONNECTED_SITE
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8823] policy: set 'Livebox-HOME' (wlp12s0) as default for IPv4 routing and DNS
mars 26 12:36:27 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826987.8832] device (wlp12s0): Activation: successful, device activated.
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set search domain list to: home
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set default route setting: yes
mars 26 12:36:27 maison-Latitude-E6400 systemd-resolved[958]: wlp12s0: Bus client set DNS server list to: 192.168.1.1
mars 26 12:36:27 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=6000
mars 26 12:36:28 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826988.9204] manager: NetworkManager state is now CONNECTED_GLOBAL
mars 26 12:36:30 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:36:30 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 12:36:31 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 12:36:31 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 12:36:31 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 12:36:33 maison-Latitude-E6400 gdm-password][22266]: gkr-pam: unlocked login keyring
mars 26 12:36:33 maison-Latitude-E6400 wpa_supplicant[1097]: wlp12s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=27000
mars 26 12:36:33 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 12:36:33 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679826993.9476] agent-manager: agent[1eed26b1da26e25b,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 12:36:33 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 12:36:33 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Job `cron.daily' started
mars 26 12:36:34 maison-Latitude-E6400 anacron[22305]: Updated timestamp for job `cron.daily' to 2023-03-26
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 12:36:34 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 12:36:34 maison-Latitude-E6400 cracklib[22336]: no dictionary update necessary.
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Job `cron.daily' terminated
mars 26 12:36:34 maison-Latitude-E6400 anacron[19217]: Normal exit (1 job run)
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: anacron.service: Deactivated successfully.
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: Started Run anacron jobs.
mars 26 12:36:34 maison-Latitude-E6400 anacron[22340]: Anacron 2.3 started on 2023-03-26
mars 26 12:36:34 maison-Latitude-E6400 anacron[22340]: Normal exit (0 jobs run)
mars 26 12:36:34 maison-Latitude-E6400 systemd[1]: anacron.service: Deactivated successfully.
mars 26 12:36:35 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 12:36:35 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.257' (uid=1000 pid=22285 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 12:36:35 maison-Latitude-E6400 CRON[22347]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
mars 26 12:36:35 maison-Latitude-E6400 CRON[22348]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
mars 26 12:36:35 maison-Latitude-E6400 CRON[22347]: pam_unix(cron:session): session closed for user root
mars 26 12:36:36 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 12:36:36 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 12:36:36 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 12:36:38 maison-Latitude-E6400 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mars 26 12:36:45 maison-Latitude-E6400 nautilus[22276]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 12:37:01 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 12:39:07 maison-Latitude-E6400 systemd-timesyncd[959]: Initial synchronization to time server 185.125.190.57:123 (ntp.ubuntu.com).
mars 26 12:41:43 maison-Latitude-E6400 rsyslogd[1083]: [origin software="rsyslogd" swVersion="8.2112.0" x-pid="1083" x-info="https://www.rsyslog.com"] rsyslogd was HUPed
mars 26 12:42:10 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:42:10 maison-Latitude-E6400 update-notifier[2968]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
mars 26 12:42:10 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd0 pressed
mars 26 13:00:01 maison-Latitude-E6400 CRON[22401]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
mars 26 13:00:01 maison-Latitude-E6400 CRON[22402]: (root) CMD (timeshift --check --scripted)
mars 26 13:00:02 maison-Latitude-E6400 crontab[22436]: (root) LIST (root)
mars 26 13:00:02 maison-Latitude-E6400 crontab[22437]: (root) LIST (root)
mars 26 13:00:02 maison-Latitude-E6400 CRON[22401]: (CRON) info (No MTA installed, discarding output)
mars 26 13:00:02 maison-Latitude-E6400 CRON[22401]: pam_unix(cron:session): session closed for user root
mars 26 13:02:32 maison-Latitude-E6400 dbus-daemon[1057]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.42' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 13:02:32 maison-Latitude-E6400 systemd[1]: Starting Fingerprint Authentication Daemon...
mars 26 13:02:32 maison-Latitude-E6400 dbus-daemon[1057]: [system] Successfully activated service 'net.reactivated.Fprint'
mars 26 13:02:32 maison-Latitude-E6400 systemd[1]: Started Fingerprint Authentication Daemon.
mars 26 13:02:32 maison-Latitude-E6400 gnome-shell[1553]: 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
mars 26 13:02:32 maison-Latitude-E6400 kernel: dell_wmi: Unknown key with type 0x0011 and code 0xffd1 pressed
mars 26 13:02:38 maison-Latitude-E6400 gdm-password][22457]: gkr-pam: unlocked login keyring
mars 26 13:02:38 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.freedesktop.FileManager1' requested by ':1.15' (uid=1000 pid=1553 comm="/usr/bin/gnome-shell " label="unconfined")
mars 26 13:02:38 maison-Latitude-E6400 NetworkManager[1058]: <info>  [1679828558.8499] agent-manager: agent[1eed26b1da26e25b,:1.42/org.gnome.Shell.NetworkAgent/1000]: agent registered
mars 26 13:02:38 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for software-update-available
mars 26 13:02:38 maison-Latitude-E6400 ubuntu-appindicators@ubuntu.com[1553]: unable to update icon for livepatch
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
mars 26 13:02:39 maison-Latitude-E6400 gnome-shell[1553]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
mars 26 13:02:39 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.freedesktop.FileManager1'
mars 26 13:02:39 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Activating service name='org.gnome.ArchiveManager1' requested by ':1.264' (uid=1000 pid=22471 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mars 26 13:02:41 maison-Latitude-E6400 dbus-daemon[1457]: [session uid=1000 pid=1457] Successfully activated service 'org.gnome.ArchiveManager1'
mars 26 13:02:41 maison-Latitude-E6400 gnome-shell[1553]: DING: Detected async api for thumbnails
mars 26 13:02:41 maison-Latitude-E6400 gnome-shell[1553]: DING: GNOME nautilus 42.2
mars 26 13:02:49 maison-Latitude-E6400 nautilus[22463]: Could not delete '.meta.isrunning': Aucun fichier ou dossier de ce type
mars 26 13:03:03 maison-Latitude-E6400 systemd[1]: fprintd.service: Deactivated successfully.
mars 26 13:04:18 maison-Latitude-E6400 sudo[22526]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:04:18 maison-Latitude-E6400 sudo[22526]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:04:19 maison-Latitude-E6400 sudo[22526]: pam_unix(sudo:session): session closed for user root
mars 26 13:04:19 maison-Latitude-E6400 unknown: Debut USB
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:05:08 maison-Latitude-E6400 unknown: Fin   USB
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:05:08 maison-Latitude-E6400 sudo[22534]: pam_unix(sudo:session): session closed for user root
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: USB disconnect, device number 6
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22546]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22546]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:133' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 7 using ehci-pci
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 26 13:05:58 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 26 13:05:58 maison-Latitude-E6400 mtp-probe[22564]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:05:58 maison-Latitude-E6400 mtp-probe[22564]: bus: 2, device: 7 was not an MTP device
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 mtp-probe[22571]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:05:58 maison-Latitude-E6400 mtp-probe[22571]: bus: 2, device: 7 was not an MTP device
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:134' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:134' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 kernel: usb 2-2: USB disconnect, device number 7
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22546]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22546]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:134' failed with exit code 1.
mars 26 13:05:58 maison-Latitude-E6400 systemd-udevd[22545]: 2-2: Process '/usr/lib/snapd/snap-device-helper unbind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:134' failed with exit code 1.
mars 26 13:06:29 maison-Latitude-E6400 sudo[22585]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:06:29 maison-Latitude-E6400 sudo[22585]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:06:29 maison-Latitude-E6400 unknown: Debut USB
mars 26 13:06:29 maison-Latitude-E6400 sudo[22585]: pam_unix(sudo:session): session closed for user root
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: new high-speed USB device number 8 using ehci-pci
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: Product: Mass Storage Device
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 26 13:06:37 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22593]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22593]: bus: 2, device: 8 was not an MTP device
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22605]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22605]: bus: 2, device: 8 was not an MTP device
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:135' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:135' failed with exit code 1.
mars 26 13:06:38 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 26 13:06:38 maison-Latitude-E6400 systemd-udevd[22615]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 26 13:06:45 maison-Latitude-E6400 sudo[22632]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:06:45 maison-Latitude-E6400 sudo[22632]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:06:45 maison-Latitude-E6400 unknown: Fin   USB
mars 26 13:06:45 maison-Latitude-E6400 sudo[22632]: pam_unix(sudo:session): session closed for user root

Hors ligne

#8 Le 26/03/2023, à 12:38

geole

Re : probleme cle USB

La premiere fois, ta clé USB avait été vue.

mars 25 23:38:11 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 25 23:38:11 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 25 23:38:11 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16656]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 25 23:38:11 maison-Latitude-E6400 systemd-udevd[16651]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:132' failed with exit code 1.
mars 25 23:38:11 maison-Latitude-E6400 mtp-probe[16668]: bus: 2, device: 5 was not an MTP device
mars 25 23:38:12 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 25 23:38:12 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling

Elle l'est encore

mars 26 13:06:37 maison-Latitude-E6400 kernel: usb 2-2: Manufacturer: Alcor Micro
mars 26 13:06:37 maison-Latitude-E6400 kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
mars 26 13:06:37 maison-Latitude-E6400 kernel: scsi host6: usb-storage 2-2:1.0
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22593]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22593]: bus: 2, device: 8 was not an MTP device
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2:1.0: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2/2-2:1.0 0:0' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22605]: checking bus 2, device 8: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
mars 26 13:06:37 maison-Latitude-E6400 mtp-probe[22605]: bus: 2, device: 8 was not an MTP device
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_cupsd /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:135' failed with exit code 1.
mars 26 13:06:37 maison-Latitude-E6400 systemd-udevd[22589]: 2-2: Process '/usr/lib/snapd/snap-device-helper bind snap_cups_ippeveprinter /devices/pci0000:00/0000:00:1d.7/usb2/2-2 189:135' failed with exit code 1.
mars 26 13:06:38 maison-Latitude-E6400 kernel: scsi 6:0:0:0: Direct-Access     Generic  USB Flash Disk   7.76 PQ: 0 ANSI: 4
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Media removed, stopped polling
mars 26 13:06:38 maison-Latitude-E6400 kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
mars 26 13:06:38 maison-Latitude-E6400 systemd-udevd[22615]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
mars 26 13:06:45 maison-Latitude-E6400 sudo[22632]:   maison : TTY=pts/0 ; PWD=/home/maison ; USER=root ; COMMAND=/usr/bin/tee -a /dev/kmsg
mars 26 13:06:45 maison-Latitude-E6400 sudo[22632]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 26 13:06:45 maison-Latitude-E6400 unknown: Fin   USB

Mais elle ne sait pas donner sa taille. Donc elle est inutilisable avec ce logiciel. Sans connaissance de la taille, on ne peut pas formater....
Fonctionne-t-elle sous windows?
J ai trouvé cette discussion https://forum.ubuntu-fr.org/viewtopic.php?id=2051172 qui semble dire que ubuntu n a pas de pilote
ou que  ce n est au point https://www.mail-archive.com/ubuntu-bug … 94123.html
Estce une vrai clé USB  ou une carte SD?

Dernière modification par geole (Le 26/03/2023, à 12:47)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#9 Le 26/03/2023, à 12:47

xubu1957

Re : probleme cle USB

Bonjour,

@geole

Vu :

Manufacturer: Alcor Micro

Est-il envisageable de tester la commande de moko138 ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#10 Le 26/03/2023, à 13:10

Klouk07

Re : probleme cle USB

Je ne crois pas que ça vienne d'Ubuntu car la clé est également invisible sur mac.
en revanche elle est bien visible sur l'utilitaire de disque ubuntu mais non formatable.

Hors ligne

#11 Le 26/03/2023, à 14:30

geole

Re : probleme cle USB

Probablement une clé contrefaite qui cesse de fonctionner lorsqu'on a dépassé sa vraie capacité.
J'ai trouvé ce document proposant une réparation. Je ne sais pas ce qu'elle vaut.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne