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 04/11/2024, à 10:37

geole

Cheval de trait. Cheval de trot. A propos des SSD

Bonjour
Suite à un échange  sur les temps de démarrages merveilleux lorsqu'on dispose d'un SSD, je publie un cas montrant que le gain n'est pas nécessairement celui espéré.
1) Le démarrage normal de l'ordinateur  depuis un SSD

systemd-analyze time
Startup finished in 6.427s (kernel) + 46.032s (userspace) = 52.460s 
graphical.target reached after 45.919s in userspace.

On voit tout de suite que le démarrage est supérieur à 10 secondes.
Le contexte

df -htext4
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sda4           98G     13G   80G  14% /
/dev/md0           9,8G    7,6G  1,7G  82% /media/xxxxxxx

lsb_release -a ; uname -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04.1 LTS
Release:	24.04
Codename:	noble
Linux b 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

sudo smartctl -s on -a /dev/sda | grep "START OF INFORMATION SECTION" -A2
=== START OF INFORMATION SECTION ===
Model Family:     Crucial/Micron Client SSDs
Device Model:     CT500MX500SSD1

On voit bien que c'est un SSD
Données complémentaires

graphical.target @45.919s
└─multi-user.target @45.917s
  └─plymouth-quit-wait.service @32.652s +13.250s
    └─systemd-user-sessions.service @32.524s +76ms
      └─remote-fs.target @32.454s
        └─media-freebox2.mount @31.840s +605ms
          └─network-online.target @31.826s
            └─NetworkManager-wait-online.service @27.775s +4.047s
              └─NetworkManager.service @20.584s +7.171s
                └─dbus.service @19.206s +1.083s
                  └─basic.target @19.145s
                    └─sockets.target @19.144s
                      └─cups.socket @22.110s
                        └─sysinit.target @19.116s
                          └─snapd.apparmor.service @18.439s +675ms
                            └─apparmor.service @17.032s +1.397s
                              └─local-fs.target @17.018s


systemd-analyze blame | head -20
13.250s plymouth-quit-wait.service
11.752s systemd-udev-settle.service
 7.737s media-4ToBigDisk.mount
 7.690s logrotate.service
 7.171s NetworkManager.service
 5.740s media-NTFS3.mount
 5.016s dev-sda4.device
 4.682s snapd.seeded.service
 4.228s snapd.service
 4.047s NetworkManager-wait-online.service
 3.193s udisks2.service
 3.101s smartmontools.service
 2.650s gpu-manager.service
 2.501s accounts-daemon.service
 2.349s gnome-remote-desktop.service
 2.122s polkit.service
 2.116s power-profiles-daemon.service
 2.037s zfs-import-cache.service
 2.015s grub-common.service
 1.957s avahi-daemon.service


journalctl -b | sed -n '/Journal started/,/snap.firmware-updater.firmware-notifier.service: Consumed/p' > Démarrage1.txt
wc -l Démarrage1.txt
2164 Démarrage1.txt


grep -Ev '^$|^#' /etc/fstab
UUID=dcdda498-f71f-4cb2-9cc3-8d595a4bfc97 /               ext4    errors=remount-ro 0       1
/dev/disk/by-label/NosDonnees /media/NosDonnees ntfs-3g  windows_names,nofail,x-gvfs-show 0 0
/dev/disk/by-uuid/BE3A37143A36C963 /media/Windows ntfs-3g windows_names,uid=1000,gid=1000 
tmpfs /tmp tmpfs defaults,size=3g 0 0
/dev/disk/by-label/4ToBigDisk /media/4ToBigDisk auto defaults,bg    0 0
/dev/md0 	/media/xxxxxxxxx	ext4	defaults 	0	1                                            
//mafreebox.freebox.fr/Disque\0402 /media/freebox2 cifs _netdev,users,auto,user=wwwwwwwww,password=wwwwwwwww,uid=1000,gid=1000,rw 0 0
/dev/disk/by-label/NTFS /media/NTFS ntfs  windows_names,noauto,x-gvfs-show 0 0
/dev/sdd6  /media/NTFS3 ntfs3  windows_names,nofail,x-gvfs-show 0 0

Hypothèse, il pourrait y avoir trop de définitions dans le fichier fstab. D'où idée d'en mettre moins.

2) Le démarrage allégé de l'ordinateur  depuis un SSD

grep -Ev '^$|^#' /etc/fstab
UUID=dcdda498-f71f-4cb2-9cc3-8d595a4bfc97 /               ext4    errors=remount-ro 0       1

systemd-analyze time
Startup finished in 5.907s (kernel) + 40.019s (userspace) = 45.926s 
graphical.target reached after 39.908s in userspace.

Je ne peux pas faire plus simple.  Gain:  Sept secondes. On reste au-delà de trente secondes.

Données complémentaires.

systemd-analyze critical-chain| head -20
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.

graphical.target @39.908s
└─multi-user.target @39.908s
  └─plymouth-quit-wait.service @26.668s +13.234s
    └─systemd-user-sessions.service @26.544s +85ms
      └─network.target @26.471s
        └─NetworkManager.service @19.394s +7.075s
          └─dbus.service @18.027s +1.077s
            └─basic.target @17.938s
              └─sockets.target @17.937s
                └─snapd.socket @17.932s +4ms
                  └─sysinit.target @17.914s
                    └─snapd.apparmor.service @17.200s +712ms
                      └─apparmor.service @15.890s +1.296s
                        └─local-fs.target @15.876s
                          └─run-snapd-ns-snapd\x2ddesktop\x2dintegration.mnt.mount @30.677s
                            └─run-snapd-ns.mount @29.677s
                              └─local-fs-pre.target @1.946s
 

systemd-analyze blame | head -20
13.234s plymouth-quit-wait.service
10.837s systemd-udev-settle.service
 7.765s snapd.seeded.service
 7.075s NetworkManager.service
 6.468s dev-sda4.device
 4.683s snapd.service
 4.040s smartmontools.service
 3.380s udisks2.service
 3.281s apport.service
 3.038s gpu-manager.service
 2.873s accounts-daemon.service
 2.666s gnome-remote-desktop.service
 2.433s power-profiles-daemon.service
 2.403s polkit.service
 2.366s rsyslog.service
 1.936s avahi-daemon.service
 1.935s grub-common.service
 1.867s zfs-import-cache.service
 1.807s NetworkManager-wait-online.service
 1.683s user@1000.service
 
 
 journalctl -b | sed -n '/Journal started/,/snap.firmware-updater.firmware-notifier.service: Consumed/p' > Démarrage2.txt
wc -lc Démarrage2.txt
  2037 240688 Démarrage2.txt

Une partie du contenu de ce journal dans l'échange suivant.

3) Par curiosité, je vais booter sur un disque dur du même ordinateur.

systemd-analyze time
Startup finished in 7.856s (kernel) + 1min 53.924s (userspace) = 2min 1.780s 
graphical.target reached after 1min 53.831s in userspace.
 
df -htext4
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
/dev/sdc15          49G     14G   34G  29% /
/dev/md0           9,8G    7,6G  1,7G  82% /media/XXXXXXX

lsb_release -a ; uname -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04.1 LTS
Release:	24.04
Codename:	noble
Linux b 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

sudo smartctl -s on -a /dev/sdc | grep "START OF INFORMATION SECTION" -A9
=== START OF INFORMATION SECTION ===
Model Family:     Seagate BarraCuda 3.5 (SMR)
Device Model:     ST4000DM004-2CV104
Serial Number:    ZFN2L5X2
LU WWN Device Id: 5 000c50 0c36ba92c
Firmware Version: 0001
User Capacity:    4000787030016 bytes [4,00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5425 rpm
Form Factor:      3.5 inches

Donc rien de particulier à dire.

Dernière modification par geole (Le 04/11/2024, à 11:49)


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

#2 Le 04/11/2024, à 10:44

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

Je me trompe si je dis que tu as beaucoup de services au démarrage ?


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#3 Le 04/11/2024, à 10:50

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

Message tronqué par ses extrémités.

a@b:~$ wc -l Démarrage2.txt
2037 Démarrage2.txt
a@b:~$ head -1019 Démarrage2.txt
nov. 04 09:25:15 b systemd-journald[307]: Journal started
nov. 04 09:25:15 b systemd-journald[307]: Runtime Journal (/run/log/journal/f7c505d8a8d14a7990c5f78b1d8f10dc) is 4.5M, max 36.6M, 32.0M free.
nov. 04 09:25:15 b systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
nov. 04 09:25:15 b systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
nov. 04 09:25:15 b systemd[1]: modprobe@configfs.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
nov. 04 09:25:15 b systemd[1]: Started systemd-journald.service - Journal Service.
nov. 04 09:25:15 b systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
nov. 04 09:25:15 b systemd[1]: modprobe@drm.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
nov. 04 09:25:15 b systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
nov. 04 09:25:15 b systemd[1]: modprobe@fuse.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
nov. 04 09:25:15 b kernel: lp: driver loaded but no devices found
nov. 04 09:25:15 b systemd-modules-load[329]: Inserted module 'lp'
nov. 04 09:25:15 b systemd[1]: modprobe@loop.service: Deactivated successfully.
nov. 04 09:25:15 b systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
nov. 04 09:25:15 b systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
nov. 04 09:25:15 b systemd-modules-load[329]: Inserted module 'ppdev'
nov. 04 09:25:15 b kernel: ppdev: user-space parallel port driver
nov. 04 09:25:15 b kernel: parport_pc 00:02: reported by Plug and Play ACPI
nov. 04 09:25:15 b kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
nov. 04 09:25:15 b kernel: lp0: using parport0 (interrupt-driven).
nov. 04 09:25:15 b systemd[1]: Mounted proc-fs-nfsd.mount - NFSD configuration filesystem.
nov. 04 09:25:15 b systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
nov. 04 09:25:15 b systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
nov. 04 09:25:15 b systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov. 04 09:25:15 b systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...
nov. 04 09:25:15 b systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
nov. 04 09:25:15 b systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
nov. 04 09:25:15 b systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
nov. 04 09:25:15 b systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
nov. 04 09:25:15 b systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:15 b systemd-modules-load[329]: Inserted module 'parport_pc'
nov. 04 09:25:15 b systemd-journald[307]: Time spent on flushing to /var/log/journal/f7c505d8a8d14a7990c5f78b1d8f10dc is 114.533ms for 785 entries.
nov. 04 09:25:15 b systemd-journald[307]: System Journal (/var/log/journal/f7c505d8a8d14a7990c5f78b1d8f10dc) is 5.0M, max 5.0M, 0B free.
nov. 04 09:25:15 b systemd-journald[307]: Received client request to flush runtime journal.
nov. 04 09:25:15 b systemd-journald[307]: /var/log/journal/f7c505d8a8d14a7990c5f78b1d8f10dc/system.journal: Journal file uses a different sequence number ID, rotating.
nov. 04 09:25:15 b systemd-journald[307]: Rotating system journal.
nov. 04 09:25:15 b systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
nov. 04 09:25:15 b systemd-modules-load[329]: Inserted module 'msr'
nov. 04 09:25:15 b systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
nov. 04 09:25:15 b systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
nov. 04 09:25:15 b systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.
nov. 04 09:25:15 b systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
nov. 04 09:25:15 b systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.
nov. 04 09:25:15 b systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
nov. 04 09:25:15 b systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
nov. 04 09:25:15 b systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.
nov. 04 09:25:15 b systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
nov. 04 09:25:15 b systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
nov. 04 09:25:15 b systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.
nov. 04 09:25:15 b systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...
nov. 04 09:25:15 b systemd-udevd[374]: Using default interface naming scheme 'v255'.
nov. 04 09:25:16 b systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
nov. 04 09:25:16 b systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization...
nov. 04 09:25:16 b udevadm[376]: systemd-udev-settle.service is deprecated. Please fix zfs-load-module.service, zfs-import-cache.service not to pull it in.
nov. 04 09:25:16 b systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.
nov. 04 09:25:16 b systemd[1]: Starting plymouth-start.service - Show Plymouth Boot Screen...
nov. 04 09:25:16 b systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
nov. 04 09:25:16 b systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
nov. 04 09:25:16 b systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
nov. 04 09:25:16 b systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
nov. 04 09:25:16 b systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov. 04 09:25:16 b systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:16 b systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
nov. 04 09:25:16 b systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:16 b systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:16 b systemd[1]: Started plymouth-start.service - Show Plymouth Boot Screen.
nov. 04 09:25:16 b systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
nov. 04 09:25:16 b systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
nov. 04 09:25:16 b systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
nov. 04 09:25:16 b systemd[1]: Started systemd-ask-password-plymouth.path - Forward Password Requests to Plymouth Directory Watch.
nov. 04 09:25:16 b systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
nov. 04 09:25:16 b systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
nov. 04 09:25:16 b systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
nov. 04 09:25:16 b systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
nov. 04 09:25:16 b systemd[1]: modprobe@loop.service: Deactivated successfully.
nov. 04 09:25:16 b systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
nov. 04 09:25:16 b systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
nov. 04 09:25:16 b (udev-worker)[391]: sda: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[386]: sdb: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[380]: sdc: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[389]: md0: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/md0' failed with exit code 1.
nov. 04 09:25:17 b systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
nov. 04 09:25:17 b systemd[1]: Started mdmonitor.service - MD array monitor.
nov. 04 09:25:17 b systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
nov. 04 09:25:17 b systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
nov. 04 09:25:17 b systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
nov. 04 09:25:17 b systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
nov. 04 09:25:17 b systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov. 04 09:25:17 b systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:17 b systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
nov. 04 09:25:17 b systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:17 b systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:17 b systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
nov. 04 09:25:17 b systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
nov. 04 09:25:17 b systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
nov. 04 09:25:17 b systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
nov. 04 09:25:17 b systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
nov. 04 09:25:17 b systemd[1]: modprobe@loop.service: Deactivated successfully.
nov. 04 09:25:17 b systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
nov. 04 09:25:17 b systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
nov. 04 09:25:17 b mtp-probe[477]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2"
nov. 04 09:25:17 b mtp-probe[477]: bus: 3, device: 2 was not an MTP device
nov. 04 09:25:17 b (udev-worker)[398]: sdd: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[380]: sdc1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc1' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[410]: sdc11: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc11' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[387]: sdc10: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc10' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[386]: sdb1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb1' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[404]: sdc13: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc13' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[397]: sdb3: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb3' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[389]: sdb2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdb2' failed with exit code 1.
nov. 04 09:25:17 b (udev-worker)[380]: sdc9: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc9' failed with exit code 1.
nov. 04 09:25:17 b kernel: spl: loading out-of-tree module taints kernel.
nov. 04 09:25:17 b (udev-worker)[400]: sdc12: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc12' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[385]: sdc5: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc5' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[402]: sdc6: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc6' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[407]: sdc8: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc8' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[381]: sdc14: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc14' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[378]: sdc7: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc7' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[395]: sdc2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc2' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[388]: sdc4: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc4' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[384]: sdc3: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc3' failed with exit code 1.
nov. 04 09:25:18 b (udev-worker)[383]: sdc15: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdc15' failed with exit code 1.
nov. 04 09:25:18 b kernel: zfs: module license 'CDDL' taints kernel.
nov. 04 09:25:18 b kernel: Disabling lock debugging due to kernel taint
nov. 04 09:25:18 b kernel: zfs: module license taints kernel.
nov. 04 09:25:19 b systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
nov. 04 09:25:20 b systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
nov. 04 09:25:20 b systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
nov. 04 09:25:20 b systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
nov. 04 09:25:20 b systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
nov. 04 09:25:20 b systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov. 04 09:25:20 b systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:20 b systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
nov. 04 09:25:20 b systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:20 b systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:20 b systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
nov. 04 09:25:20 b systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
nov. 04 09:25:20 b systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
nov. 04 09:25:20 b systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
nov. 04 09:25:20 b systemd[1]: modprobe@loop.service: Deactivated successfully.
nov. 04 09:25:20 b systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
nov. 04 09:25:20 b systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
nov. 04 09:25:20 b systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
nov. 04 09:25:20 b systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.
nov. 04 09:25:21 b (udev-worker)[398]: sda4: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda4' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[381]: sdd1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd1' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[407]: sda3: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda3' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[404]: sdd4: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd4' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[384]: sda2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda2' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[397]: sdd2: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd2' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[391]: sda1: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sda1' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[385]: sdd3: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd3' failed with exit code 1.
nov. 04 09:25:21 b (udev-worker)[383]: sdd5: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd5' failed with exit code 1.
nov. 04 09:25:23 b kernel: intel_rng: FWH not detected
nov. 04 09:25:23 b kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
nov. 04 09:25:23 b kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
nov. 04 09:25:23 b kernel: i2c i2c-0: Memory type 0x0f not supported yet, not instantiating SPD
nov. 04 09:25:23 b kernel: ACPI Warning: SystemIO range 0x0000000000000480-0x00000000000004AF conflicts with OpRegion 0x0000000000000480-0x00000000000004AF (\GPR2) (20230628/utaddress-204)
nov. 04 09:25:23 b kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
nov. 04 09:25:23 b kernel: leds_ss4200: no LED devices found
nov. 04 09:25:23 b (udev-worker)[388]: sdd6: Process '/usr/bin/unshare -m /usr/bin/snap auto-import --mount=/dev/sdd6' failed with exit code 1.
nov. 04 09:25:23 b kernel: gpio_ich gpio_ich.2.auto: GPIO from 512 to 561
nov. 04 09:25:25 b kernel: pci 0000:00:00.0: Intel G41 Chipset
nov. 04 09:25:25 b kernel: resource: avoiding allocation from e820 entry [mem 0xcfde0000-0xdfffffff]
nov. 04 09:25:25 b kernel: pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
nov. 04 09:25:25 b kernel: pci 0000:00:00.0: detected 262144K stolen memory
nov. 04 09:25:25 b kernel: intel_powerclamp: No package C-state available
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC662 rev1: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
nov. 04 09:25:26 b kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
nov. 04 09:25:26 b kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
nov. 04 09:25:26 b kernel: input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
nov. 04 09:25:26 b kernel: input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
nov. 04 09:25:26 b kernel: input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
nov. 04 09:25:26 b kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
nov. 04 09:25:26 b kernel: i915 display info: display version: 4
nov. 04 09:25:26 b kernel: i915 display info: cursor_needs_physical: no
nov. 04 09:25:26 b kernel: i915 display info: has_cdclk_crawl: no
nov. 04 09:25:26 b kernel: i915 display info: has_cdclk_squash: no
nov. 04 09:25:26 b kernel: i915 display info: has_ddi: no
nov. 04 09:25:26 b kernel: i915 display info: has_dp_mst: no
nov. 04 09:25:26 b kernel: i915 display info: has_dsb: no
nov. 04 09:25:26 b kernel: i915 display info: has_fpga_dbg: no
nov. 04 09:25:26 b kernel: i915 display info: has_gmch: yes
nov. 04 09:25:26 b kernel: i915 display info: has_hotplug: yes
nov. 04 09:25:26 b kernel: i915 display info: has_hti: no
nov. 04 09:25:26 b kernel: i915 display info: has_ipc: no
nov. 04 09:25:26 b kernel: i915 display info: has_overlay: no
nov. 04 09:25:26 b kernel: i915 display info: has_psr: no
nov. 04 09:25:26 b kernel: i915 display info: has_psr_hw_tracking: no
nov. 04 09:25:26 b kernel: i915 display info: overlay_needs_physical: no
nov. 04 09:25:26 b kernel: i915 display info: supports_tv: no
nov. 04 09:25:26 b kernel: i915 display info: has_hdcp: no
nov. 04 09:25:26 b kernel: i915 display info: has_dmc: no
nov. 04 09:25:26 b kernel: i915 display info: has_dsc: no
nov. 04 09:25:26 b systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
nov. 04 09:25:26 b systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
nov. 04 09:25:26 b systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
nov. 04 09:25:26 b systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
nov. 04 09:25:26 b kernel: fbcon: i915drmfb (fb0) is primary device
nov. 04 09:25:26 b kernel: fbcon: Deferring console take-over
nov. 04 09:25:26 b kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
nov. 04 09:25:26 b systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
nov. 04 09:25:26 b systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov. 04 09:25:26 b systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:26 b systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.
nov. 04 09:25:26 b systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:26 b systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:26 b systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
nov. 04 09:25:26 b systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
nov. 04 09:25:26 b systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
nov. 04 09:25:26 b systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
nov. 04 09:25:26 b systemd[1]: modprobe@loop.service: Deactivated successfully.
nov. 04 09:25:26 b systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
nov. 04 09:25:26 b systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
nov. 04 09:25:26 b systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
nov. 04 09:25:26 b kernel: ZFS: Loaded module v2.2.2-0ubuntu9, ZFS pool version 5000, ZFS filesystem version 5
nov. 04 09:25:26 b systemd[1]: Finished systemd-udev-settle.service - Wait for udev To Complete Device Initialization.
nov. 04 09:25:26 b systemd[1]: Starting zfs-load-module.service - Install ZFS kernel module...
nov. 04 09:25:26 b systemd[1]: Finished zfs-load-module.service - Install ZFS kernel module.
nov. 04 09:25:26 b systemd[1]: Starting zfs-import-cache.service - Import ZFS pools by cache file...
nov. 04 09:25:28 b systemd[1]: Finished zfs-import-cache.service - Import ZFS pools by cache file.
nov. 04 09:25:28 b systemd[1]: Reached target zfs-import.target - ZFS pool import target.
nov. 04 09:25:28 b systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
nov. 04 09:25:28 b systemd[1]: Starting zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev...
nov. 04 09:25:28 b zfs[1044]: failed to lock /etc/exports.d/zfs.exports.lock: Aucun fichier ou dossier de ce nom
nov. 04 09:25:28 b zvol_wait[1045]: No zvols found, nothing to do.
nov. 04 09:25:28 b systemd[1]: Finished zfs-volume-wait.service - Wait for ZFS Volume (zvol) links in /dev.
nov. 04 09:25:28 b systemd[1]: Reached target zfs-volumes.target - ZFS volumes are ready.
nov. 04 09:25:28 b systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
nov. 04 09:25:28 b systemd[1]: Reached target snapd.mounts-pre.target - Mounting snaps.
nov. 04 09:25:28 b systemd[1]: Mounting snap-bare-5.mount - Mount unit for bare, revision 5...
nov. 04 09:25:28 b systemd[1]: Mounting snap-core18-2829.mount - Mount unit for core18, revision 2829...
nov. 04 09:25:28 b systemd[1]: Mounting snap-core18-2846.mount - Mount unit for core18, revision 2846...
nov. 04 09:25:28 b kernel: loop0: detected capacity change from 0 to 8
nov. 04 09:25:28 b kernel: loop1: detected capacity change from 0 to 113992
nov. 04 09:25:28 b systemd[1]: Mounting snap-core22-1621.mount - Mount unit for core22, revision 1621...
nov. 04 09:25:29 b systemd[1]: Mounting snap-core22-1663.mount - Mount unit for core22, revision 1663...
nov. 04 09:25:29 b kernel: loop2: detected capacity change from 0 to 113384
nov. 04 09:25:29 b kernel: loop3: detected capacity change from 0 to 152056
nov. 04 09:25:29 b systemd[1]: Mounting snap-czkawka-1010.mount - Mount unit for czkawka, revision 1010...
nov. 04 09:25:29 b systemd[1]: Mounting snap-firefox-5091.mount - Mount unit for firefox, revision 5091...
nov. 04 09:25:29 b systemd[1]: Mounting snap-firefox-5134.mount - Mount unit for firefox, revision 5134...
nov. 04 09:25:29 b kernel: loop4: detected capacity change from 0 to 151296
nov. 04 09:25:29 b systemd[1]: Mounting snap-firmware\x2dupdater-127.mount - Mount unit for firmware-updater, revision 127...
nov. 04 09:25:29 b kernel: loop5: detected capacity change from 0 to 17008
nov. 04 09:25:29 b systemd[1]: Mounting snap-firmware\x2dupdater-147.mount - Mount unit for firmware-updater, revision 147...
nov. 04 09:25:29 b kernel: loop6: detected capacity change from 0 to 557016
nov. 04 09:25:29 b systemd[1]: Mounting snap-gnome\x2d3\x2d28\x2d1804-198.mount - Mount unit for gnome-3-28-1804, revision 198...
nov. 04 09:25:29 b kernel: loop7: detected capacity change from 0 to 557272
nov. 04 09:25:29 b systemd[1]: Mounting snap-gnome\x2d42\x2d2204-141.mount - Mount unit for gnome-42-2204, revision 141...
nov. 04 09:25:29 b systemd[1]: Mounting snap-gnome\x2d42\x2d2204-176.mount - Mount unit for gnome-42-2204, revision 176...
nov. 04 09:25:29 b kernel: loop8: detected capacity change from 0 to 21952
nov. 04 09:25:29 b kernel: loop9: detected capacity change from 0 to 22752
nov. 04 09:25:29 b systemd[1]: Mounting snap-gnome\x2dmahjongg-174.mount - Mount unit for gnome-mahjongg, revision 174...
nov. 04 09:25:29 b systemd[1]: Mounting snap-gtk\x2dcommon\x2dthemes-1535.mount - Mount unit for gtk-common-themes, revision 1535...
nov. 04 09:25:29 b kernel: loop10: detected capacity change from 0 to 1017816
nov. 04 09:25:29 b kernel: loop11: detected capacity change from 0 to 337560
nov. 04 09:25:29 b systemd[1]: Mounting snap-snap\x2dstore-1218.mount - Mount unit for snap-store, revision 1218...
nov. 04 09:25:29 b systemd[1]: Mounting snap-snap\x2dstore-959.mount - Mount unit for snap-store, revision 959...
nov. 04 09:25:29 b systemd[1]: Mounting snap-snapd-21759.mount - Mount unit for snapd, revision 21759...
nov. 04 09:25:29 b kernel: loop12: detected capacity change from 0 to 7224
nov. 04 09:25:29 b systemd[1]: Mounting snap-snapd-22991.mount - Mount unit for snapd, revision 22991...
nov. 04 09:25:29 b kernel: loop14: detected capacity change from 0 to 187776
nov. 04 09:25:29 b kernel: loop13: detected capacity change from 0 to 1034424
nov. 04 09:25:29 b kernel: loop15: detected capacity change from 0 to 21848
nov. 04 09:25:29 b systemd[1]: Mounting snap-snapd\x2ddesktop\x2dintegration-247.mount - Mount unit for snapd-desktop-integration, revision 247...
nov. 04 09:25:29 b systemd[1]: Mounting snap-snapd\x2ddesktop\x2dintegration-253.mount - Mount unit for snapd-desktop-integration, revision 253...
nov. 04 09:25:29 b kernel: loop17: detected capacity change from 0 to 25240
nov. 04 09:25:29 b systemd[1]: Mounting snap-thunderbird-532.mount - Mount unit for thunderbird, revision 532...
nov. 04 09:25:29 b kernel: loop16: detected capacity change from 0 to 79520
nov. 04 09:25:29 b kernel: loop18: detected capacity change from 0 to 90392
nov. 04 09:25:29 b systemd[1]: Mounting snap-thunderbird-546.mount - Mount unit for thunderbird, revision 546...
nov. 04 09:25:29 b kernel: loop19: detected capacity change from 0 to 1128
nov. 04 09:25:29 b kernel: loop21: detected capacity change from 0 to 306944
nov. 04 09:25:29 b kernel: loop20: detected capacity change from 0 to 1136
nov. 04 09:25:29 b systemd[1]: Mounting snap-vlc-3777.mount - Mount unit for vlc, revision 3777...
nov. 04 09:25:29 b systemd[1]: Mounting var-snap-firefox-common-host\x2dhunspell.mount - Mount unit for firefox, revision 3836 via mount-control...
nov. 04 09:25:29 b kernel: loop22: detected capacity change from 0 to 307800
nov. 04 09:25:29 b kernel: loop23: detected capacity change from 0 to 657616
nov. 04 09:25:29 b systemd[1]: Mounted snap-bare-5.mount - Mount unit for bare, revision 5.
nov. 04 09:25:29 b systemd[1]: Mounted snap-core18-2829.mount - Mount unit for core18, revision 2829.
nov. 04 09:25:29 b systemd[1]: Mounted snap-core18-2846.mount - Mount unit for core18, revision 2846.
nov. 04 09:25:29 b systemd[1]: Mounted snap-core22-1621.mount - Mount unit for core22, revision 1621.
nov. 04 09:25:29 b systemd[1]: Mounted snap-core22-1663.mount - Mount unit for core22, revision 1663.
nov. 04 09:25:29 b systemd[1]: Mounted snap-czkawka-1010.mount - Mount unit for czkawka, revision 1010.
nov. 04 09:25:29 b systemd[1]: Mounted snap-firefox-5091.mount - Mount unit for firefox, revision 5091.
nov. 04 09:25:29 b systemd[1]: Mounted snap-firefox-5134.mount - Mount unit for firefox, revision 5134.
nov. 04 09:25:29 b systemd[1]: Mounted snap-firmware\x2dupdater-127.mount - Mount unit for firmware-updater, revision 127.
nov. 04 09:25:29 b systemd[1]: Mounted snap-firmware\x2dupdater-147.mount - Mount unit for firmware-updater, revision 147.
nov. 04 09:25:29 b systemd[1]: Mounted snap-gnome\x2d3\x2d28\x2d1804-198.mount - Mount unit for gnome-3-28-1804, revision 198.
nov. 04 09:25:29 b systemd[1]: Mounted snap-gnome\x2d42\x2d2204-141.mount - Mount unit for gnome-42-2204, revision 141.
nov. 04 09:25:29 b systemd[1]: Mounted snap-gnome\x2d42\x2d2204-176.mount - Mount unit for gnome-42-2204, revision 176.
nov. 04 09:25:29 b systemd[1]: Mounted snap-gnome\x2dmahjongg-174.mount - Mount unit for gnome-mahjongg, revision 174.
nov. 04 09:25:29 b systemd[1]: Mounted snap-gtk\x2dcommon\x2dthemes-1535.mount - Mount unit for gtk-common-themes, revision 1535.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snap\x2dstore-1218.mount - Mount unit for snap-store, revision 1218.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snap\x2dstore-959.mount - Mount unit for snap-store, revision 959.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snapd-21759.mount - Mount unit for snapd, revision 21759.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snapd-22991.mount - Mount unit for snapd, revision 22991.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snapd\x2ddesktop\x2dintegration-247.mount - Mount unit for snapd-desktop-integration, revision 247.
nov. 04 09:25:29 b systemd[1]: Mounted snap-snapd\x2ddesktop\x2dintegration-253.mount - Mount unit for snapd-desktop-integration, revision 253.
nov. 04 09:25:29 b systemd[1]: Mounted snap-thunderbird-532.mount - Mount unit for thunderbird, revision 532.
nov. 04 09:25:29 b systemd[1]: Mounted snap-thunderbird-546.mount - Mount unit for thunderbird, revision 546.
nov. 04 09:25:29 b systemd[1]: Mounted snap-vlc-3777.mount - Mount unit for vlc, revision 3777.
nov. 04 09:25:29 b systemd[1]: Mounted var-snap-firefox-common-host\x2dhunspell.mount - Mount unit for firefox, revision 3836 via mount-control.
nov. 04 09:25:29 b systemd[1]: Reached target snapd.mounts.target - Mounted snaps.
nov. 04 09:25:29 b systemd[1]: Reached target local-fs.target - Local File Systems.
nov. 04 09:25:29 b systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management (Varlink).
nov. 04 09:25:29 b systemd[1]: Starting apparmor.service - Load AppArmor profiles...
nov. 04 09:25:29 b systemd[1]: Starting console-setup.service - Set console font and keymap...
nov. 04 09:25:29 b systemd[1]: Starting finalrd.service - Create final runtime dir for shutdown pivot root...
nov. 04 09:25:29 b systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
nov. 04 09:25:29 b systemd[1]: Starting plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data...
nov. 04 09:25:29 b systemd[1]: rpc-svcgssd.service - RPC security service for NFS server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
nov. 04 09:25:29 b apparmor.systemd[1137]: Restarting AppArmor
nov. 04 09:25:29 b systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats...
nov. 04 09:25:29 b apparmor.systemd[1137]: Reloading AppArmor profiles
nov. 04 09:25:29 b systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories...
nov. 04 09:25:29 b systemd[1]: Starting ufw.service - Uncomplicated firewall...
nov. 04 09:25:29 b systemd[1]: Finished console-setup.service - Set console font and keymap.
nov. 04 09:25:29 b systemd[1]: Finished finalrd.service - Create final runtime dir for shutdown pivot root.
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.858:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=1154 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.861:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=1155 comm="apparmor_parser"
nov. 04 09:25:29 b systemd[1]: Finished plymouth-read-write.service - Tell Plymouth To Write Out Runtime Data.
nov. 04 09:25:29 b systemd[1]: Received SIGRTMIN+20 from PID 227 (plymouthd).
nov. 04 09:25:29 b systemd[1]: Finished ufw.service - Uncomplicated firewall.
nov. 04 09:25:29 b systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1143 (systemd-binfmt)
nov. 04 09:25:29 b systemd[1]: Reached target network-pre.target - Preparation for Network.
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.883:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=1158 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.886:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=1159 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.901:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=1163 comm="apparmor_parser"
nov. 04 09:25:29 b systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System...
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.903:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=1165 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.915:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=1166 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.919:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="busybox" pid=1167 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.923:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=1168 comm="apparmor_parser"
nov. 04 09:25:29 b kernel: audit: type=1400 audit(1730708729.931:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=1169 comm="apparmor_parser"
nov. 04 09:25:29 b systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System.
nov. 04 09:25:29 b systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats.
nov. 04 09:25:30 b systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories.
nov. 04 09:25:30 b systemd[1]: Mounting run-rpc_pipefs.mount - RPC Pipe File System...
nov. 04 09:25:30 b systemd[1]: Starting rpcbind.service - RPC bind portmap service...
nov. 04 09:25:30 b systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov. 04 09:25:30 b systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov. 04 09:25:30 b systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
nov. 04 09:25:30 b systemd[1]: systemd-machine-id-commit.service - Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
nov. 04 09:25:30 b systemd[1]: Starting systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer...
nov. 04 09:25:30 b systemd[1]: Starting systemd-resolved.service - Network Name Resolution...
nov. 04 09:25:30 b systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization...
nov. 04 09:25:30 b systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.
nov. 04 09:25:30 b systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...
nov. 04 09:25:30 b systemd[1]: Started rpcbind.service - RPC bind portmap service.
nov. 04 09:25:30 b systemd[1]: Mounted run-rpc_pipefs.mount - RPC Pipe File System.
nov. 04 09:25:30 b systemd[1]: Reached target rpc_pipefs.target.
nov. 04 09:25:30 b systemd[1]: Reached target rpcbind.target - RPC Port Mapper.
nov. 04 09:25:30 b systemd[1]: Starting nfs-blkmap.service - pNFS block layout mapping daemon...
nov. 04 09:25:30 b systemd[1]: Starting nfsdcld.service - NFSv4 Client Tracking Daemon...
nov. 04 09:25:30 b systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
nov. 04 09:25:30 b systemd[1]: Reached target nfs-client.target - NFS client services.
nov. 04 09:25:30 b systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.
nov. 04 09:25:30 b systemd[1]: Reached target remote-fs.target - Remote File Systems.
nov. 04 09:25:30 b systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP.
nov. 04 09:25:30 b blkmapd[1245]: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
nov. 04 09:25:30 b systemd[1]: Started nfs-blkmap.service - pNFS block layout mapping daemon.
nov. 04 09:25:30 b systemd[1]: Started nfsdcld.service - NFSv4 Client Tracking Daemon.
nov. 04 09:25:30 b systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization.
nov. 04 09:25:30 b systemd[1]: Reached target time-set.target - System Time Set.
nov. 04 09:25:30 b systemd-oomd[1208]: No swap; memory pressure usage will be degraded
nov. 04 09:25:30 b systemd[1]: Started systemd-oomd.service - Userspace Out-Of-Memory (OOM) Killer.
nov. 04 09:25:30 b systemd-resolved[1212]: Positive Trust Anchors:
nov. 04 09:25:30 b systemd-resolved[1212]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
nov. 04 09:25:30 b systemd-resolved[1212]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
nov. 04 09:25:31 b systemd[1]: Finished apparmor.service - Load AppArmor profiles.
nov. 04 09:25:31 b systemd[1]: Starting snapd.apparmor.service - Load AppArmor profiles managed internally by snapd...
nov. 04 09:25:31 b snapd-apparmor[1291]: main.go:132: Loading profiles [/var/lib/snapd/apparmor/profiles/snap-confine.snapd.21759 /var/lib/snapd/apparmor/profiles/snap-update-ns.czkawka /var/lib/snapd/apparmor/profiles/snap-update-ns.firefox /var/lib/snapd/apparmor/profiles/snap-update-ns.firmware-updater /var/lib/snapd/apparmor/profiles/snap-update-ns.gnome-mahjongg /var/lib/snapd/apparmor/profiles/snap-update-ns.snap-store /var/lib/snapd/apparmor/profiles/snap-update-ns.snapd-desktop-integration /var/lib/snapd/apparmor/profiles/snap-update-ns.thunderbird /var/lib/snapd/apparmor/profiles/snap-update-ns.vlc /var/lib/snapd/apparmor/profiles/snap.czkawka.czkawka /var/lib/snapd/apparmor/profiles/snap.czkawka.hook.configure /var/lib/snapd/apparmor/profiles/snap.firefox.firefox /var/lib/snapd/apparmor/profiles/snap.firefox.geckodriver /var/lib/snapd/apparmor/profiles/snap.firefox.hook.configure /var/lib/snapd/apparmor/profiles/snap.firefox.hook.disconnect-plug-host-hunspell /var/lib/snapd/apparmor/profiles/snap.firefox.hook.post-refresh /var/lib/snapd/apparmor/profiles/snap.firmware-updater.firmware-notifier /var/lib/snapd/apparmor/profiles/snap.firmware-updater.firmware-updater /var/lib/snapd/apparmor/profiles/snap.firmware-updater.firmware-updater-app /var/lib/snapd/apparmor/profiles/snap.firmware-updater.hook.configure /var/lib/snapd/apparmor/profiles/snap.gnome-mahjongg.gnome-mahjongg /var/lib/snapd/apparmor/profiles/snap.gnome-mahjongg.hook.configure /var/lib/snapd/apparmor/profiles/snap.snap-store.hook.configure /var/lib/snapd/apparmor/profiles/snap.snap-store.show-updates /var/lib/snapd/apparmor/profiles/snap.snap-store.snap-store /var/lib/snapd/apparmor/profiles/snap.snapd-desktop-integration.hook.configure /var/lib/snapd/apparmor/profiles/snap.snapd-desktop-integration.snapd-desktop-integration /var/lib/snapd/apparmor/profiles/snap.thunderbird.hook.configure /var/lib/snapd/apparmor/profiles/snap.thunderbird.thunderbird /var/lib/snapd/apparmor/profiles/snap.vlc.vlc]
nov. 04 09:25:31 b systemd-resolved[1212]: Using system hostname 'b'.
nov. 04 09:25:31 b systemd[1]: Started systemd-resolved.service - Network Name Resolution.
nov. 04 09:25:31 b systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups.
nov. 04 09:25:31 b systemd[1]: Finished snapd.apparmor.service - Load AppArmor profiles managed internally by snapd.
nov. 04 09:25:31 b systemd[1]: Reached target sysinit.target - System Initialization.
nov. 04 09:25:31 b systemd[1]: apport-autoreport.path - Process error reports when automatic reporting is enabled (file watch) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/apport/autoreport).
nov. 04 09:25:31 b systemd[1]: Started cups.path - CUPS Scheduler.
nov. 04 09:25:31 b systemd[1]: tpm-udev.path - Handle dynamically added tpm devices was skipped because of an unmet condition check (ConditionVirtualization=container).
nov. 04 09:25:31 b systemd[1]: Started whoopsie.path - Start whoopsie on modification of the /var/crash directory.
nov. 04 09:25:31 b systemd[1]: Started anacron.timer - Trigger anacron every hour.
nov. 04 09:25:31 b systemd[1]: apport-autoreport.timer - Process error reports when automatic reporting is enabled (timer based) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/apport/autoreport).
nov. 04 09:25:31 b systemd[1]: Started apt-daily.timer - Daily apt download activities.
nov. 04 09:25:31 b systemd[1]: Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities.
nov. 04 09:25:31 b systemd[1]: Started dpkg-db-backup.timer - Daily dpkg database backup timer.
nov. 04 09:25:31 b systemd[1]: Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems.
nov. 04 09:25:31 b systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.
nov. 04 09:25:31 b systemd[1]: Started fwupd-refresh.timer - Refresh fwupd metadata regularly.
nov. 04 09:25:31 b systemd[1]: Started logrotate.timer - Daily rotation of log files.
nov. 04 09:25:31 b systemd[1]: Started man-db.timer - Daily man-db regeneration.
nov. 04 09:25:31 b systemd[1]: Started mdcheck_continue.timer - MD array scrubbing - continuation.
nov. 04 09:25:31 b systemd[1]: Started mdcheck_start.timer - MD array scrubbing.
nov. 04 09:25:31 b systemd[1]: Started mdmonitor-oneshot.timer - Reminder for degraded MD arrays.
nov. 04 09:25:31 b systemd[1]: Started motd-news.timer - Message of the Day.
nov. 04 09:25:31 b systemd[1]: snapd.snap-repair.timer - Timer to automatically fetch and run repair assertions was skipped because no trigger condition checks were met.
nov. 04 09:25:31 b systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.
nov. 04 09:25:31 b systemd[1]: ua-timer.timer - Ubuntu Pro Timer for running repeated jobs was skipped because of an unmet condition check (ConditionPathExists=/var/lib/ubuntu-advantage/private/machine-token.json).
nov. 04 09:25:31 b systemd[1]: Reached target paths.target - Path Units.
nov. 04 09:25:31 b systemd[1]: apport-forward.socket - Unix socket for apport crash forwarding was skipped because of an unmet condition check (ConditionVirtualization=container).
nov. 04 09:25:31 b systemd[1]: Listening on avahi-daemon.socket - Avahi mDNS/DNS-SD Stack Activation Socket.
nov. 04 09:25:31 b systemd[1]: Listening on cups.socket - CUPS Scheduler.
nov. 04 09:25:31 b systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
nov. 04 09:25:31 b systemd[1]: Starting snapd.socket - Socket activation for snappy daemon...
nov. 04 09:25:31 b systemd[1]: Listening on uuidd.socket - UUID daemon activation socket.
nov. 04 09:25:31 b systemd[1]: systemd-pcrphase-sysinit.service - TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:31 b systemd[1]: Listening on snapd.socket - Socket activation for snappy daemon.
nov. 04 09:25:31 b systemd[1]: Reached target sockets.target - Socket Units.
nov. 04 09:25:31 b systemd[1]: Reached target basic.target - Basic System.
nov. 04 09:25:31 b systemd[1]: Starting accounts-daemon.service - Accounts Service...
nov. 04 09:25:31 b systemd[1]: Started anacron.service - Run anacron jobs.
nov. 04 09:25:31 b systemd[1]: Starting apport.service - automatic crash report generation...
nov. 04 09:25:31 b systemd[1]: Starting avahi-daemon.service - Avahi mDNS/DNS-SD Stack...
nov. 04 09:25:31 b anacron[1331]: Anacron 2.3 started on 2024-11-04
nov. 04 09:25:31 b anacron[1331]: Normal exit (0 jobs run)
nov. 04 09:25:31 b systemd[1]: Started cron.service - Regular background program processing daemon.
nov. 04 09:25:31 b systemd[1]: Starting dbus.service - D-Bus System Message Bus...
nov. 04 09:25:31 b systemd[1]: Started dmesg.service - Save initial kernel messages after boot.
nov. 04 09:25:31 b avahi-daemon[1333]: Found user 'avahi' (UID 114) and group 'avahi' (GID 121).
nov. 04 09:25:31 b systemd[1]: Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots...
nov. 04 09:25:31 b (cron)[1334]: cron.service: Referenced but unset environment variable evaluates to an empty string: EXTRA_OPTS
nov. 04 09:25:31 b cron[1334]: (CRON) INFO (pidfile fd = 3)
nov. 04 09:25:31 b systemd[1]: Started fsidd.service - NFS FSID Daemon.
nov. 04 09:25:31 b systemd[1]: getty-static.service - getty on tty2-tty6 if dbus and logind are not available was skipped because of an unmet condition check (ConditionPathExists=!/usr/bin/dbus-daemon).
nov. 04 09:25:31 b cron[1334]: (CRON) INFO (Running @reboot jobs)
nov. 04 09:25:31 b systemd[1]: Reached target getty.target - Login Prompts.
nov. 04 09:25:32 b systemd[1]: Starting gnome-remote-desktop.service - GNOME Remote Desktop...
nov. 04 09:25:32 b dbus-daemon[1335]: dbus[1335]: Unknown group "power" in message bus configuration file
nov. 04 09:25:32 b systemd[1]: Starting gpu-manager.service - Detect the available GPUs and deal with any system changes...
nov. 04 09:25:32 b systemd[1]: Starting grub-common.service - Record successful boot for GRUB...
nov. 04 09:25:32 b systemd[1]: Starting lm-sensors.service - Initialize hardware monitoring sensors...
nov. 04 09:25:32 b dbus-daemon[1335]: dbus[1335]: Unknown group "power" in message bus configuration file
nov. 04 09:25:32 b systemd[1]: networkd-dispatcher.service - Dispatcher daemon for systemd-networkd was skipped because no trigger condition checks were met.
nov. 04 09:25:32 b systemd[1]: Starting polkit.service - Authorization Manager...
nov. 04 09:25:32 b systemd[1]: Starting power-profiles-daemon.service - Power Profiles daemon...
nov. 04 09:25:32 b systemd[1]: Starting rsyslog.service - System Logging Service...
nov. 04 09:25:32 b systemd[1]: secureboot-db.service - Secure Boot updates for DB and DBX was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/db-d719b2cb-3d3a-4596-a3bc-dad00e67656f).
nov. 04 09:25:32 b systemd[1]: Starting smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon...
nov. 04 09:25:32 b systemd[1]: snapd.core-fixup.service - Automatically repair incorrect owner/permissions on core devices was skipped because no trigger condition checks were met.
nov. 04 09:25:32 b systemd[1]: snapd.recovery-chooser-trigger.service - Wait for the Ubuntu Core chooser trigger was skipped because of an unmet condition check (ConditionKernelCommandLine=snapd_recovery_mode).
nov. 04 09:25:32 b systemd[1]: Reached target getty-pre.target - Preparation for Logins.
nov. 04 09:25:32 b dbus-daemon[1335]: [system] AppArmor D-Bus mediation is enabled
nov. 04 09:25:32 b systemd[1]: Starting snapd.seeded.service - Wait until snapd is fully seeded...
nov. 04 09:25:32 b systemd[1]: Starting snapd.service - Snap Daemon...
nov. 04 09:25:32 b systemd[1]: ssl-cert.service - Generate snakeoil SSL keypair was skipped because of an unmet condition check (ConditionPathExists=!/etc/ssl/private/ssl-cert-snakeoil.key).
nov. 04 09:25:32 b (smartd)[1350]: smartmontools.service: Referenced but unset environment variable evaluates to an empty string: smartd_opts
nov. 04 09:25:32 b systemd[1]: Starting switcheroo-control.service - Switcheroo Control Proxy service...
nov. 04 09:25:32 b systemd[1]: Starting systemd-logind.service - User Login Management...
nov. 04 09:25:32 b systemd[1]: systemd-pcrphase.service - TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
nov. 04 09:25:32 b systemd[1]: Starting thermald.service - Thermal Daemon Service...
nov. 04 09:25:32 b systemd[1]: ua-reboot-cmds.service - Ubuntu Pro reboot cmds was skipped because of an unmet condition check (ConditionPathExists=/var/lib/ubuntu-advantage/private/machine-token.json).
nov. 04 09:25:32 b dbus-daemon[1335]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.4' (uid=0 pid=1345 comm="/usr/libexec/power-profiles-daemon" label="unconfined")
nov. 04 09:25:32 b systemd[1]: Starting udisks2.service - Disk Manager...
nov. 04 09:25:32 b systemd[1]: Starting zfs-share.service - ZFS file system shares...
nov. 04 09:25:32 b smartd[1350]: smartd 7.4 2023-08-01 r5530 [x86_64-linux-6.8.0-48-generic] (local build)
nov. 04 09:25:32 b smartd[1350]: Opened configuration file /etc/smartd.conf
nov. 04 09:25:32 b smartd[1350]: Drive: DEVICESCAN, implied '-a' Directive on line 18 of file /etc/smartd.conf
nov. 04 09:25:32 b smartd[1350]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
nov. 04 09:25:32 b udisksd[1386]: udisks daemon version 2.10.1 starting
nov. 04 09:25:32 b systemd[1]: Started zfs-zed.service - ZFS Event Daemon (zed).
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda, type changed from 'scsi' to 'sat'
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda [SAT], opened
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda [SAT], CT500MX500SSD1, S/N:2023E2A91F81, WWN:5-00a075-1e2a91f81, FW:M3CR023, 500 GB
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda [SAT], found in smartd database 7.3/5528: Crucial/Micron Client SSDs
nov. 04 09:25:32 b systemd[1]: Started dbus.service - D-Bus System Message Bus.
nov. 04 09:25:32 b systemd[1]: anacron.service: Deactivated successfully.
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda [SAT], Read SMART Self Test Log Failed
nov. 04 09:25:32 b smartd[1350]: Device: /dev/sda [SAT], no SMART Self-test Log, ignoring -l selftest
nov. 04 09:25:32 b systemd[1]: e2scrub_reap.service: Deactivated successfully.
nov. 04 09:25:32 b systemd[1]: Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots.
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sda [SAT], Read Summary SMART Error Log failed
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sda [SAT], no SMART Error Log, ignoring -l error
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.CT500MX500SSD1-2023E2A91F81.ata.state
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb, type changed from 'scsi' to 'sat'
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb [SAT], opened
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb [SAT], WDC WD20EZRX-00D8PB0, S/N:WD-WCC4M7ZW8R7V, WWN:5-0014ee-20a824ee6, FW:80.00A80, 2.00 TB
nov. 04 09:25:33 b thermald[1376]: NO RAPL sysfs present
nov. 04 09:25:33 b thermald[1376]: 13 CPUID levels; family:model:stepping 0x6:17:a (6:23:10)
nov. 04 09:25:33 b thermald[1376]:  Need Linux PowerCap sysfs
nov. 04 09:25:33 b thermald[1376]: Unsupported cpu model or platform
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb [SAT], found in smartd database 7.3/5528: Western Digital Green
nov. 04 09:25:33 b systemd[1]: thermald.service: Deactivated successfully.
nov. 04 09:25:33 b systemd[1]: Started thermald.service - Thermal Daemon Service.
nov. 04 09:25:33 b sensors[1400]: coretemp-isa-0000
nov. 04 09:25:33 b sensors[1400]: Adapter: ISA adapter
nov. 04 09:25:33 b sensors[1400]: Core 0:       +62.0°C  (crit = +100.0°C)
nov. 04 09:25:33 b sensors[1400]: Core 1:       +56.0°C  (crit = +100.0°C)
nov. 04 09:25:33 b systemd[1]: Finished lm-sensors.service - Initialize hardware monitoring sensors.
nov. 04 09:25:33 b zfs[1390]: failed to lock /etc/exports.d/zfs.exports.lock: Aucun fichier ou dossier de ce nom
nov. 04 09:25:33 b systemd[1]: Finished zfs-share.service - ZFS file system shares.
nov. 04 09:25:33 b avahi-daemon[1333]: Successfully dropped root privileges.
nov. 04 09:25:33 b avahi-daemon[1333]: avahi-daemon 0.8 starting up.
nov. 04 09:25:33 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.systemd1'
nov. 04 09:25:33 b systemd[1]: Reached target zfs.target - ZFS startup target.
nov. 04 09:25:33 b systemd[1]: Starting NetworkManager.service - Network Manager...
nov. 04 09:25:33 b systemd[1]: Starting wpa_supplicant.service - WPA supplicant...
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list.
nov. 04 09:25:33 b systemd[1]: Started avahi-daemon.service - Avahi mDNS/DNS-SD Stack.
nov. 04 09:25:33 b avahi-daemon[1333]: Successfully called chroot().
nov. 04 09:25:33 b avahi-daemon[1333]: Successfully dropped remaining capabilities.
nov. 04 09:25:33 b avahi-daemon[1333]: No service file found in /etc/avahi/services.
nov. 04 09:25:33 b avahi-daemon[1333]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
nov. 04 09:25:33 b avahi-daemon[1333]: New relevant interface lo.IPv6 for mDNS.
nov. 04 09:25:33 b avahi-daemon[1333]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
nov. 04 09:25:33 b avahi-daemon[1333]: New relevant interface lo.IPv4 for mDNS.
nov. 04 09:25:33 b avahi-daemon[1333]: Network interface enumeration completed.
nov. 04 09:25:33 b avahi-daemon[1333]: Registering new address record for ::1 on lo.*.
nov. 04 09:25:33 b avahi-daemon[1333]: Registering new address record for 127.0.0.1 on lo.IPv4.
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdb [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD20EZRX_00D8PB0-WD_WCC4M7ZW8R7V.ata.state
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdc, type changed from 'scsi' to 'sat'
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdc [SAT], opened
nov. 04 09:25:33 b smartd[1350]: Device: /dev/sdc [SAT], ST4000DM004-2CV104, S/N:ZFN2L5X2, WWN:5-000c50-0c36ba92c, FW:0001, 4.00 TB
nov. 04 09:25:33 b zed[1392]: ZFS Event Daemon 2.2.2-0ubuntu9.1 (PID 1392)
nov. 04 09:25:33 b zed[1392]: Processing events since eid=0
nov. 04 09:25:33 b wpa_supplicant[1415]: Successfully initialized wpa_supplicant
nov. 04 09:25:33 b systemd-logind[1371]: New seat seat0.
nov. 04 09:25:34 b systemd[1]: Started wpa_supplicant.service - WPA supplicant.
nov. 04 09:25:34 b NetworkManager[1414]: <info>  [1730708734.0280] NetworkManager (version 1.46.0) is starting... (boot:f9885371-bbb4-4d64-a0b2-91536ca8551d)
nov. 04 09:25:34 b NetworkManager[1414]: <info>  [1730708734.0354] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf, no-mac-addr-change.conf) (run: 10-globally-managed-devices.conf) (etc: default-wifi-powersave-on.conf)
nov. 04 09:25:34 b systemd[1]: grub-common.service: Deactivated successfully.
nov. 04 09:25:34 b systemd-logind[1371]: Watching system buttons on /dev/input/event1 (Power Button)
nov. 04 09:25:34 b systemd-logind[1371]: Watching system buttons on /dev/input/event0 (Power Button)
nov. 04 09:25:34 b systemd[1]: Finished grub-common.service - Record successful boot for GRUB.
nov. 04 09:25:34 b systemd[1]: Started switcheroo-control.service - Switcheroo Control Proxy service.
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdc [SAT], found in smartd database 7.3/5528: Seagate BarraCuda 3.5 (SMR)
nov. 04 09:25:34 b systemd[1]: alsa-state.service - Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
nov. 04 09:25:34 b systemd-logind[1371]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
nov. 04 09:25:34 b systemd[1]: Starting alsa-restore.service - Save/Restore Sound Card State...
nov. 04 09:25:34 b polkitd[1344]: Started polkitd version 124
nov. 04 09:25:34 b NetworkManager[1414]: <info>  [1730708734.1979] manager[0x5c75b2ad6ae0]: monitoring kernel firmware directory '/lib/firmware'.
nov. 04 09:25:34 b NetworkManager[1414]: <info>  [1730708734.1982] monitoring ifupdown state file '/run/network/ifstate'.
nov. 04 09:25:34 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.11' (uid=0 pid=1414 comm="/usr/sbin/NetworkManager --no-daemon" label="unconfined")
nov. 04 09:25:34 b systemd[1]: Starting grub-initrd-fallback.service - GRUB failed boot detection...
nov. 04 09:25:34 b systemd[1]: Started systemd-logind.service - User Login Management.
nov. 04 09:25:34 b polkitd[1344]: Loading rules from directory /etc/polkit-1/rules.d
nov. 04 09:25:34 b polkitd[1344]: Loading rules from directory /usr/share/polkit-1/rules.d
nov. 04 09:25:34 b zed[1449]: eid=2 class=config_sync pool='DataZFS'
nov. 04 09:25:34 b zed[1454]: eid=3 class=pool_import pool='DataZFS'
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdc [SAT], is SMART capable. Adding to "monitor" list.
nov. 04 09:25:34 b gnome-remote-de[1339]: Init TPM credentials failed because No TPM device found, using GKeyFile as fallback
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdc [SAT], state read from /var/lib/smartmontools/smartd.ST4000DM004_2CV104-ZFN2L5X2.ata.state
nov. 04 09:25:34 b zed[1467]: eid=5 class=config_sync pool='DataZFS'
nov. 04 09:25:34 b polkitd[1344]: Finished loading, compiling and executing 15 rules
nov. 04 09:25:34 b systemd[1]: Cannot find unit for notify message of PID 1468, ignoring.
nov. 04 09:25:34 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
nov. 04 09:25:34 b polkitd[1344]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
nov. 04 09:25:34 b accounts-daemon[1330]: started daemon version 23.13.9
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdd, type changed from 'scsi' to 'sat'
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdd [SAT], opened
nov. 04 09:25:34 b systemd[1]: Cannot find unit for notify message of PID 1486, ignoring.
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdd [SAT], Maxtor 6L200M0, S/N:L41ZN27G, FW:BANC1G10, 203 GB
nov. 04 09:25:34 b rsyslogd[1416]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd.  [v8.2312.0]
nov. 04 09:25:34 b rsyslogd[1416]: rsyslogd's groupid changed to 111
nov. 04 09:25:34 b rsyslogd[1416]: rsyslogd's userid changed to 104
nov. 04 09:25:34 b rsyslogd[1416]: [origin software="rsyslogd" swVersion="8.2312.0" x-pid="1416" x-info="https://www.rsyslog.com"] start
nov. 04 09:25:34 b systemd[1]: Started polkit.service - Authorization Manager.
nov. 04 09:25:34 b systemd[1]: Started rsyslog.service - System Logging Service.
nov. 04 09:25:34 b systemd[1]: grub-initrd-fallback.service: Deactivated successfully.
nov. 04 09:25:34 b systemd[1]: Finished grub-initrd-fallback.service - GRUB failed boot detection.
nov. 04 09:25:34 b smartd[1350]: Device: /dev/sdd [SAT], found in smartd database 7.3/5528: Maxtor DiamondMax 10 (ATA/133 and SATA/150)
nov. 04 09:25:34 b systemd[1]: Started power-profiles-daemon.service - Power Profiles daemon.
nov. 04 09:25:34 b avahi-daemon[1333]: Server startup complete. Host name is b.local. Local service cookie is 2276290284.
nov. 04 09:25:34 b systemd[1]: Started accounts-daemon.service - Accounts Service.
nov. 04 09:25:34 b systemd[1]: Started gnome-remote-desktop.service - GNOME Remote Desktop.
nov. 04 09:25:34 b systemd[1]: Finished alsa-restore.service - Save/Restore Sound Card State.
nov. 04 09:25:34 b systemd[1]: Reached target sound.target - Sound Card.
nov. 04 09:25:34 b systemd[1]: Starting ModemManager.service - Modem Manager...
nov. 04 09:25:34 b systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
nov. 04 09:25:35 b snapd[1359]: overlord.go:271: Acquiring state lock file
nov. 04 09:25:35 b snapd[1359]: overlord.go:276: Acquired state lock file
nov. 04 09:25:35 b ModemManager[1525]: <msg> ModemManager (version 1.23.4) starting in system bus...
nov. 04 09:25:35 b systemd[1]: gpu-manager.service: Deactivated successfully.
nov. 04 09:25:35 b systemd[1]: Finished gpu-manager.service - Detect the available GPUs and deal with any system changes.
nov. 04 09:25:35 b systemd[1]: Finished apport.service - automatic crash report generation.
nov. 04 09:25:35 b snapd[1359]: daemon.go:250: started snapd/2.65.3+24.04 (series 16; classic) ubuntu/24.04 (amd64) linux/6.8.0-48-generic.
nov. 04 09:25:35 b systemd[1]: Cannot find unit for notify message of PID 1565, ignoring.
nov. 04 09:25:35 b kernel: loop24: detected capacity change from 0 to 8
nov. 04 09:25:35 b kernel: NET: Registered PF_QIPCRTR protocol family
nov. 04 09:25:35 b snapd[1359]: daemon.go:353: adjusting startup timeout by 1m45s (pessimistic estimate of 30s plus 5s per snap)
nov. 04 09:25:35 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.hostname1'
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4114] hostname: hostname: using hostnamed
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4115] hostname: static hostname changed from (none) to "b"
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4172] dns-mgr: init: dns=systemd-resolved rc-manager=unmanaged (auto), plugin=systemd-resolved
nov. 04 09:25:35 b systemd[1]: tmp-syscheck\x2dmountpoint\x2d3799904433.mount: Deactivated successfully.
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4181] manager[0x5c75b2ad6ae0]: rfkill: Wi-Fi hardware radio set enabled
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4230] manager[0x5c75b2ad6ae0]: rfkill: WWAN hardware radio set enabled
nov. 04 09:25:35 b systemd[1]: Started ModemManager.service - Modem Manager.
nov. 04 09:25:35 b systemd[1]: Started systemd-hostnamed.service - Hostname Service.
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4484] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-device-plugin-wifi.so)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4607] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-device-plugin-wwan.so)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4755] Loaded device plugin: NMTeamFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-device-plugin-team.so)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4832] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-device-plugin-bluetooth.so)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4864] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-device-plugin-adsl.so)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4876] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4879] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4880] manager: Networking is enabled by state file
nov. 04 09:25:35 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.11' (uid=0 pid=1414 comm="/usr/sbin/NetworkManager --no-daemon" label="unconfined")
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4971] settings: Loaded settings plugin: ifupdown ("/usr/lib/x86_64-linux-gnu/NetworkManager/1.46.0/libnm-settings-plugin-ifupdown.so")
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4973] settings: Loaded settings plugin: keyfile (internal)
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4974] ifupdown: management mode: unmanaged
nov. 04 09:25:35 b NetworkManager[1414]: <info>  [1730708735.4980] ifupdown: interfaces file /etc/network/interfaces doesn't exist
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sdd [SAT], is SMART capable. Adding to "monitor" list.
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sdd [SAT], state read from /var/lib/smartmontools/smartd.Maxtor_6L200M0-L41ZN27G.ata.state
nov. 04 09:25:35 b smartd[1350]: Monitoring 4 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 65 to 59
nov. 04 09:25:35 b systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 122 to 118
nov. 04 09:25:35 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
nov. 04 09:25:35 b systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sdc [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 72 to 69
nov. 04 09:25:35 b smartd[1350]: Device: /dev/sdc [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 28 to 31
nov. 04 09:25:35 b snapd[1359]: backends.go:58: AppArmor status: apparmor is enabled and all features are available
nov. 04 09:25:36 b systemd[1]: Started udisks2.service - Disk Manager.
nov. 04 09:25:36 b smartd[1350]: Device: /dev/sdd [SAT], 14 Offline uncorrectable sectors
nov. 04 09:25:36 b smartd[1350]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.CT500MX500SSD1-2023E2A91F81.ata.state
nov. 04 09:25:36 b smartd[1350]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD20EZRX_00D8PB0-WD_WCC4M7ZW8R7V.ata.state
nov. 04 09:25:36 b smartd[1350]: Device: /dev/sdc [SAT], state written to /var/lib/smartmontools/smartd.ST4000DM004_2CV104-ZFN2L5X2.ata.state
nov. 04 09:25:36 b smartd[1350]: Device: /dev/sdd [SAT], state written to /var/lib/smartmontools/smartd.Maxtor_6L200M0-L41ZN27G.ata.state
nov. 04 09:25:36 b systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon.
nov. 04 09:25:36 b udisksd[1386]: Acquired the name org.freedesktop.UDisks2 on the system message bus
nov. 04 09:25:36 b kernel: kauditd_printk_skb: 156 callbacks suppressed
nov. 04 09:25:36 b kernel: audit: type=1400 audit(1730708736.534:168): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1589 comm="apparmor_parser"
nov. 04 09:25:36 b kernel: audit: type=1400 audit(1730708736.543:169): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1589 comm="apparmor_parser"
nov. 04 09:25:37 b systemd[1]: Started snapd.service - Snap Daemon.
nov. 04 09:25:37 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.18' (uid=0 pid=1359 comm="/usr/lib/snapd/snapd" label="unconfined")
nov. 04 09:25:37 b systemd[1]: Starting systemd-timedated.service - Time & Date Service...
nov. 04 09:25:37 b systemd[1]: Reloading requested from client PID 1603 ('systemctl') (unit NetworkManager.service)...
nov. 04 09:25:37 b systemd[1]: Reloading...
nov. 04 09:25:37 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.timedate1'
nov. 04 09:25:38 b systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
nov. 04 09:25:39 b systemd[1]: Reloading finished in 2752 ms.
nov. 04 09:25:39 b ModemManager[1525]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.1/0000:01:00.0': not supported by any plugin
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1619, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1631, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1632, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1633, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1634, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1635, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1638, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1640, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1650, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1655, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1661, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1665, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1669, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1673, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1674, ignoring.
nov. 04 09:25:40 b systemd[1]: Cannot find unit for notify message of PID 1693, ignoring.
nov. 04 09:25:40 b systemd[1]: Finished snapd.seeded.service - Wait until snapd is fully seeded.
nov. 04 09:25:40 b systemd[1]: Started systemd-timedated.service - Time & Date Service.
nov. 04 09:25:40 b systemd[1]: snapd.autoimport.service - Auto import assertions from block devices was skipped because no trigger condition checks were met.
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1806] dhcp: init: Using DHCP client 'internal'
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1815] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1864] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1878] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1902] device (lo): Activation: starting connection 'lo' (6f19a34c-74c3-4a2b-9239-eca92f042799)
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1929] manager: (enp1s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1975] settings: (enp1s0): created default wired connection 'Connexion filaire 1'
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.1977] device (enp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
nov. 04 09:25:40 b kernel: RTL8211B Gigabit Ethernet r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
nov. 04 09:25:40 b kernel: r8169 0000:01:00.0 enp1s0: Link is Down
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3167] failed to open /run/network/ifstate
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3183] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
nov. 04 09:25:40 b systemd[1]: Started NetworkManager.service - Network Manager.
nov. 04 09:25:40 b systemd[1]: Reached target network.target - Network.
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3249] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3259] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3266] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3318] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3516] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3522] modem-manager: ModemManager available
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3523] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
nov. 04 09:25:40 b systemd[1]: Starting cups.service - CUPS Scheduler...
nov. 04 09:25:40 b NetworkManager[1414]: <info>  [1730708740.3588] device (lo): Activation: successful, device activated.
nov. 04 09:25:40 b systemd[1]: Starting openvpn.service - OpenVPN service...
nov. 04 09:25:40 b systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...
nov. 04 09:25:40 b systemd[1]: Started unattended-upgrades.service - Unattended Upgrades Shutdown.
nov. 04 09:25:40 b systemd[1]: Finished openvpn.service - OpenVPN service.
nov. 04 09:25:40 b systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.
nov. 04 09:25:40 b systemd[1]: Starting gdm.service - GNOME Display Manager...
nov. 04 09:25:40 b systemd[1]: Starting plymouth-quit-wait.service - Hold until boot process finishes up...
nov. 04 09:25:40 b kernel: audit: type=1400 audit(1730708740.529:170): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=1701 comm="cupsd" capability=12  capname="net_admin"
nov. 04 09:25:40 b systemd[1]: Started cups.service - CUPS Scheduler.
nov. 04 09:25:40 b systemd[1]: Reached target printer.target - Printer Support.
nov. 04 09:25:40 b systemd[1]: Started gdm.service - GNOME Display Manager.
nov. 04 09:25:40 b systemd[1]: Received SIGRTMIN+21 from PID 227 (plymouthd).
nov. 04 09:25:40 b gdm-launch-environment][1724]: pam_unix(gdm-launch-environment:session): session opened for user gdm(uid=128) by (uid=0)
nov. 04 09:25:40 b systemd[1]: Created slice user-128.slice - User Slice of UID 128.
nov. 04 09:25:40 b systemd[1]: Starting user-runtime-dir@128.service - User Runtime Directory /run/user/128...
nov. 04 09:25:40 b systemd-logind[1371]: New session c1 of user gdm.
nov. 04 09:25:40 b systemd[1]: Finished user-runtime-dir@128.service - User Runtime Directory /run/user/128.
nov. 04 09:25:40 b systemd[1]: Starting user@128.service - User Manager for UID 128...
nov. 04 09:25:41 b (systemd)[1733]: pam_unix(systemd-user:session): session opened for user gdm(uid=128) by gdm(uid=0)
nov. 04 09:25:41 b kernel: r8169 0000:01:00.0 enp1s0: Link is Up - 100Mbps/Full - flow control off
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9068] device (enp1s0): carrier: link connected
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9074] device (enp1s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9111] policy: auto-activating connection 'Connexion filaire 1' (25fc4807-9e7e-353d-9d1b-2a75be3c2069)
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9130] device (enp1s0): Activation: starting connection 'Connexion filaire 1' (25fc4807-9e7e-353d-9d1b-2a75be3c2069)
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9135] device (enp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9174] manager: NetworkManager state is now CONNECTING
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9178] device (enp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9218] device (enp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9241] dhcp4 (enp1s0): activation: beginning transaction (timeout in 45 seconds)
nov. 04 09:25:41 b avahi-daemon[1333]: Joining mDNS multicast group on interface enp1s0.IPv6 with address fe80::27d:b032:3a60:7e5f.
nov. 04 09:25:41 b avahi-daemon[1333]: New relevant interface enp1s0.IPv6 for mDNS.
nov. 04 09:25:41 b NetworkManager[1414]: <info>  [1730708741.9347] dhcp4 (enp1s0): state changed new lease, address=192.168.1.22, acd pending
nov. 04 09:25:41 b avahi-daemon[1333]: Registering new address record for fe80::27d:b032:3a60:7e5f on enp1s0.*.
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.0703] dhcp4 (enp1s0): state changed new lease, address=192.168.1.22
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.0727] policy: set 'Connexion filaire 1' (enp1s0) as default for IPv4 routing and DNS
nov. 04 09:25:42 b avahi-daemon[1333]: Joining mDNS multicast group on interface enp1s0.IPv4 with address 192.168.1.22.
nov. 04 09:25:42 b avahi-daemon[1333]: New relevant interface enp1s0.IPv4 for mDNS.
nov. 04 09:25:42 b avahi-daemon[1333]: Registering new address record for 192.168.1.22 on enp1s0.IPv4.
nov. 04 09:25:42 b systemd-resolved[1212]: enp1s0: Bus client set default route setting: yes
nov. 04 09:25:42 b systemd-resolved[1212]: enp1s0: Bus client set DNS server list to: 192.168.1.254
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1018] device (enp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1120] device (enp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1126] device (enp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1170] manager: NetworkManager state is now CONNECTED_SITE
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1193] device (enp1s0): Activation: successful, device activated.
nov. 04 09:25:42 b NetworkManager[1414]: <info>  [1730708742.1264] manager: startup complete
nov. 04 09:25:42 b systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.
nov. 04 09:25:42 b systemd[1]: Reached target network-online.target - Network is Online.
nov. 04 09:25:42 b systemd[1]: Started update-notifier-download.timer - Download data for packages that failed at package install time.
nov. 04 09:25:42 b systemd[1]: Started update-notifier-motd.timer - Check to see whether there is a new version of Ubuntu available.
nov. 04 09:25:42 b systemd[1]: Reached target timers.target - Timer Units.
nov. 04 09:25:42 b systemd[1]: Started cups-browsed.service - Make remote CUPS printers available locally.
nov. 04 09:25:42 b systemd[1]: Starting kerneloops.service - Tool to automatically collect and submit kernel crash signatures...
nov. 04 09:25:42 b systemd[1]: Starting nfs-idmapd.service - NFSv4 ID-name mapping service...
nov. 04 09:25:42 b systemd[1]: Starting nfs-mountd.service - NFS Mount Daemon...
nov. 04 09:25:42 b systemd[1]: Starting rpc-statd.service - NFS status monitor for NFSv2/3 locking....
nov. 04 09:25:42 b systemd[1]: ubuntu-advantage.service - Ubuntu Pro Background Auto Attach was skipped because no trigger condition checks were met.
nov. 04 09:25:42 b rpc.idmapd[1745]: Setting log level to 0
nov. 04 09:25:42 b rpc.idmapd[1745]: libnfsidmap: Unable to determine the NFSv4 domain; Using 'localdomain' as the NFSv4 domain which means UIDs will be mapped to the 'Nobody-User' user defined in /etc/idmapd.conf
nov. 04 09:25:42 b systemd[1]: Started nfs-idmapd.service - NFSv4 ID-name mapping service.
nov. 04 09:25:42 b systemd[1]: kerneloops.service: Found left-over process 1747 (kerneloops) in control group while starting unit. Ignoring.
nov. 04 09:25:42 b systemd[1]: kerneloops.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies.
nov. 04 09:25:42 b (rneloops)[1748]: kerneloops.service: Referenced but unset environment variable evaluates to an empty string: DAEMON_ARGS
nov. 04 09:25:42 b rpc.statd[1750]: Version 2.6.4 starting
nov. 04 09:25:42 b rpc.statd[1750]: Flags: TI-RPC
nov. 04 09:25:42 b systemd[1]: Started nfs-mountd.service - NFS Mount Daemon.
nov. 04 09:25:42 b rpc.mountd[1751]: Version 2.6.4 starting
nov. 04 09:25:42 b systemd[1]: Started rpc-statd.service - NFS status monitor for NFSv2/3 locking..
nov. 04 09:25:42 b systemd[1]: Starting nfs-server.service - NFS server and services...
nov. 04 09:25:42 b systemd[1]: Started kerneloops.service - Tool to automatically collect and submit kernel crash signatures.
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.73:/home".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [2]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.112:/home".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [3]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.182:/home".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [4]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.112:/media/NosDonnees".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [5]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.115:/media/NosDonnees".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [6]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.182:/media/NosDonnees".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b exportfs[1754]: exportfs: /etc/exports [7]: Neither 'subtree_check' or 'no_subtree_check' specified for export "192.168.1.73:/media/NosDonnees".
nov. 04 09:25:42 b exportfs[1754]:   Assuming default behaviour ('no_subtree_check').
nov. 04 09:25:42 b exportfs[1754]:   NOTE: this default has changed since nfs-utils version 1.0.x
nov. 04 09:25:42 b kernel: NFSD: Using nfsdcld client tracking operations.
nov. 04 09:25:42 b kernel: NFSD: no clients to reclaim, skipping NFSv4 grace period (net f0000000)
nov. 04 09:25:42 b systemd[1]: Finished nfs-server.service - NFS server and services.
nov. 04 09:25:42 b systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart...
nov. 04 09:25:42 b systemd[1733]: Queued start job for default target default.target.
nov. 04 09:25:42 b sm-notify[1775]: Version 2.6.4 starting
nov. 04 09:25:42 b systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.
nov. 04 09:25:42 b systemd[1733]: Created slice app.slice - User Application Slice.
nov. 04 09:25:42 b systemd[1733]: Created slice session.slice - User Core Session Slice.
nov. 04 09:25:42 b systemd[1733]: Started ubuntu-report.path - Pending report trigger for Ubuntu Report.
nov. 04 09:25:42 b systemd[1733]: Started launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
nov. 04 09:25:42 b systemd[1733]: Started snap.firmware-updater.firmware-notifier.timer - Timer firmware-notifier for snap application firmware-updater.firmware-notifier.
nov. 04 09:25:42 b systemd[1733]: Reached target paths.target - Paths.
nov. 04 09:25:42 b systemd[1733]: Reached target timers.target - Timers.
nov. 04 09:25:42 b systemd[1733]: Starting dbus.socket - D-Bus User Message Bus Socket...
nov. 04 09:25:42 b systemd[1733]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
nov. 04 09:25:42 b systemd[1733]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
nov. 04 09:25:42 b systemd[1733]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
nov. 04 09:25:42 b systemd[1733]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
nov. 04 09:25:42 b systemd[1733]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
nov. 04 09:25:42 b systemd[1733]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
nov. 04 09:25:42 b systemd[1733]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
nov. 04 09:25:42 b systemd[1733]: Listening on keyboxd.socket - GnuPG public key management service.
nov. 04 09:25:42 b systemd[1733]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
nov. 04 09:25:42 b systemd[1733]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.
nov. 04 09:25:42 b systemd[1733]: Listening on pk-debconf-helper.socket - debconf communication socket.
nov. 04 09:25:42 b systemd[1733]: Listening on snapd.session-agent.socket - REST API socket for snapd user session agent.
nov. 04 09:25:42 b systemd[1733]: Listening on speech-dispatcher.socket - Speech Dispatcher Socket.
nov. 04 09:25:42 b systemd[1733]: Listening on dbus.socket - D-Bus User Message Bus Socket.
nov. 04 09:25:42 b systemd[1733]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
nov. 04 09:25:42 b systemd[1733]: Reached target sockets.target - Sockets.
nov. 04 09:25:42 b systemd[1733]: Reached target basic.target - Basic System.
nov. 04 09:25:42 b systemd[1733]: gnome-initial-setup-copy-worker.service - GNOME Initial Setup Copy Worker was skipped because of an unmet condition check (ConditionUser=!@system).
nov. 04 09:25:42 b systemd[1]: Started user@128.service - User Manager for UID 128.
nov. 04 09:25:42 b systemd[1733]: Started pipewire.service - PipeWire Multimedia Service.
nov. 04 09:25:42 b systemd[1]: Started session-c1.scope - Session c1 of User gdm.
nov. 04 09:25:42 b systemd[1733]: Started filter-chain.service - PipeWire filter chain daemon.
nov. 04 09:25:42 b systemd[1733]: Started snap.snapd-desktop-integration.snapd-desktop-integration.service - Service for snap application snapd-desktop-integration.snapd-desktop-integration.
nov. 04 09:25:42 b systemd[1733]: Started wireplumber.service - Multimedia Service Session Manager.
nov. 04 09:25:42 b systemd[1733]: Started pipewire-pulse.service - PipeWire PulseAudio.
nov. 04 09:25:42 b systemd[1733]: Reached target default.target - Main User Target.
nov. 04 09:25:42 b systemd[1733]: Startup finished in 1.870s.
nov. 04 09:25:42 b systemd[1733]: Starting dbus.service - D-Bus User Message Bus...
nov. 04 09:25:43 b dbus-daemon[1792]: [session uid=128 pid=1792] AppArmor D-Bus mediation is enabled
nov. 04 09:25:43 b systemd[1733]: Started dbus.service - D-Bus User Message Bus.
nov. 04 09:25:43 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.31' (uid=128 pid=1785 comm="/usr/bin/pipewire -c filter-chain.conf" label="unconfined")
nov. 04 09:25:43 b dbus-daemon[1792]: [session uid=128 pid=1792] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.1' (uid=128 pid=1786 comm="/usr/bin/snap run snapd-desktop-integration" label="unconfined")
nov. 04 09:25:43 b systemd[1]: Starting rtkit-daemon.service - RealtimeKit Scheduling Policy Service...
nov. 04 09:25:43 b systemd[1733]: Starting xdg-document-portal.service - flatpak document portal service...
nov. 04 09:25:43 b NetworkManager[1414]: <info>  [1730708743.2023] manager: NetworkManager state is now CONNECTED_GLOBAL
nov. 04 09:25:43 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
nov. 04 09:25:43 b systemd[1]: Started rtkit-daemon.service - RealtimeKit Scheduling Policy Service.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully called chroot.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully dropped privileges.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully limited resources.
nov. 04 09:25:43 b rtkit-daemon[1804]: Running.
nov. 04 09:25:43 b rtkit-daemon[1804]: Watchdog thread running.
nov. 04 09:25:43 b rtkit-daemon[1804]: Canary thread running.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b pipewire[1784]: mod.jackdbus-detect: Failed to receive jackdbus reply: org.freedesktop.DBus.Error.ServiceUnknown: The name org.jackaudio.service was not provided by any .service files
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
nov. 04 09:25:43 b dbus-daemon[1792]: [session uid=128 pid=1792] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.10' (uid=128 pid=1809 comm="/usr/libexec/xdg-document-portal" label="unconfined")
nov. 04 09:25:43 b systemd[1733]: Starting xdg-permission-store.service - sandboxed app permission store...
nov. 04 09:25:43 b wireplumber[1787]: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
nov. 04 09:25:43 b wireplumber[1787]: PipeWire's libcamera SPA missing or broken. libcamera not supported.
nov. 04 09:25:43 b dbus-daemon[1792]: [session uid=128 pid=1792] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
nov. 04 09:25:43 b systemd[1733]: Started xdg-permission-store.service - sandboxed app permission store.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1784 of process 1784 owned by '128' high priority at nice level -11.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 1 threads of 1 processes of 1 users.
nov. 04 09:25:43 b dbus-daemon[1792]: [session uid=128 pid=1792] Successfully activated service 'org.freedesktop.portal.Documents'
nov. 04 09:25:43 b systemd[1733]: Started xdg-document-portal.service - flatpak document portal service.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1817 of process 1784 owned by '128' RT at priority 20.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
nov. 04 09:25:43 b xdg-document-portal[1809]: Ignoring invalid max threads value 4294967295 > max (100000).
nov. 04 09:25:43 b kernel: audit: type=1400 audit(1730708743.495:171): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1786 comm="snap-confine" capability=12  capname="net_admin"
nov. 04 09:25:43 b kernel: audit: type=1400 audit(1730708743.495:172): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=1786 comm="snap-confine" capability=38  capname="perfmon"
nov. 04 09:25:43 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.freedesktop.systemd1' requested by ':1.1' (uid=128 pid=1812 comm="/usr/libexec/gnome-session-binary --autostart /usr" label="unconfined")
nov. 04 09:25:43 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:43 b gnome-session[1812]: gnome-session-binary[1812]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Erreur lors de l’appel de StartServiceByName pour org.freedesktop.systemd1 : Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:43 b gnome-session-binary[1812]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Erreur lors de l’appel de StartServiceByName pour org.freedesktop.systemd1 : Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1787 of process 1787 owned by '128' high priority at nice level -11.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 3 threads of 2 processes of 1 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1813 of process 1787 owned by '128' RT at priority 20.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 4 threads of 2 processes of 1 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 4 threads of 2 processes of 1 users.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1789 of process 1789 owned by '128' high priority at nice level -11.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 5 threads of 3 processes of 1 users.
nov. 04 09:25:43 b systemd[1]: tmp-snap.rootfs_siZDvs.mount: Deactivated successfully.
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1818 of process 1789 owned by '128' RT at priority 20.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 6 threads of 3 processes of 1 users.
nov. 04 09:25:43 b wireplumber[1787]: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
nov. 04 09:25:43 b rtkit-daemon[1804]: Successfully made thread 1811 of process 1785 owned by '128' RT at priority 20.
nov. 04 09:25:43 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
nov. 04 09:25:43 b wireplumber[1787]: BlueZ system service is not available
nov. 04 09:25:43 b NetworkManager[1414]: <info>  [1730708743.7550] policy: set 'Connexion filaire 1' (enp1s0) as default for IPv6 routing and DNS
nov. 04 09:25:43 b avahi-daemon[1333]: Leaving mDNS multicast group on interface enp1s0.IPv6 with address fe80::27d:b032:3a60:7e5f.
nov. 04 09:25:43 b avahi-daemon[1333]: Joining mDNS multicast group on interface enp1s0.IPv6 with address 2a01:e0a:66:35e0:4878:eae1:5ef0:79a6.
nov. 04 09:25:43 b avahi-daemon[1333]: Registering new address record for 2a01:e0a:66:35e0:4878:eae1:5ef0:79a6 on enp1s0.*.
nov. 04 09:25:43 b avahi-daemon[1333]: Withdrawing address record for fe80::27d:b032:3a60:7e5f on enp1s0.
nov. 04 09:25:43 b systemd-resolved[1212]: enp1s0: Bus client set DNS server list to: 192.168.1.254, fd0f:ee:b0::1
nov. 04 09:25:44 b wireplumber[1787]: <WpNode:0x5c52700fa5a0> ignoring set_param on already destroyed objects
nov. 04 09:25:44 b wireplumber[1787]: <WpNode:0x5c52700255c0> ignoring set_param on already destroyed objects
nov. 04 09:25:44 b gnome-shell[1859]: Running GNOME Shell (using mutter 46.2) as a Wayland display server
nov. 04 09:25:44 b kernel: audit: type=1400 audit(1730708744.508:173): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/1874/maps" pid=1874 comm="5" requested_mask="r" denied_mask="r" fsuid=128 ouid=0
nov. 04 09:25:44 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
nov. 04 09:25:44 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
nov. 04 09:25:44 b snapd-desktop-integration.snapd-desktop-integration[1786]: Sorry, home directories outside of /home needs configuration.
nov. 04 09:25:44 b snapd-desktop-integration.snapd-desktop-integration[1786]: See https://forum.snapcraft.io/t/11209 for details.
nov. 04 09:25:44 b systemd[1733]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Main process exited, code=exited, status=1/FAILURE
nov. 04 09:25:44 b systemd[1733]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Failed with result 'exit-code'.
nov. 04 09:25:44 b rtkit-daemon[1804]: Successfully made thread 1873 of process 1859 owned by '128' RT at priority 20.
nov. 04 09:25:44 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:25:44 b gnome-shell[1859]: Made thread 'KMS thread' realtime scheduled
nov. 04 09:25:44 b avahi-daemon[1333]: Registering new address record for 2a01:e0a:66:35e0:34cb:a45f:23b2:b5ed on enp1s0.*.
nov. 04 09:25:45 b gnome-shell[1859]: Device '/dev/dri/card1' prefers shadow buffer
nov. 04 09:25:45 b gnome-shell[1859]: Added device '/dev/dri/card1' (i915) using atomic mode setting.
nov. 04 09:25:45 b gnome-shell[1859]: Failed to initialize accelerated iGPU/dGPU framebuffer sharing: KMS CRTC doesn't support GBM format
nov. 04 09:25:45 b gnome-shell[1859]: Created gbm renderer for '/dev/dri/card1'
nov. 04 09:25:45 b gnome-shell[1859]: Boot VGA GPU /dev/dri/card1 selected as primary
nov. 04 09:25:45 b gnome-shell[1859]: Obtained a high priority EGL context
nov. 04 09:25:45 b gnome-shell[1859]: Obtained a high priority EGL context
nov. 04 09:25:45 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.a11y.Bus' requested by ':1.3' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:45 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.a11y.Bus'
nov. 04 09:25:45 b gnome-shell[1859]: Using public X11 display :1024, (using :1025 for managed services)
nov. 04 09:25:45 b gnome-shell[1859]: Using Wayland display name 'wayland-0'
nov. 04 09:25:45 b systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
nov. 04 09:25:45 b /usr/libexec/gdm-wayland-session[1897]: dbus-daemon[1897]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:45 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:45 b systemd[1]: Starting colord.service - Manage, Install and Generate Color Profiles...
nov. 04 09:25:45 b /usr/libexec/gdm-wayland-session[1897]: dbus-daemon[1897]: Successfully activated service 'org.a11y.atspi.Registry'
nov. 04 09:25:45 b /usr/libexec/gdm-wayland-session[1903]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
nov. 04 09:25:46 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.ColorManager'
nov. 04 09:25:46 b systemd[1]: Started colord.service - Manage, Install and Generate Color Profiles.
nov. 04 09:25:47 b gnome-shell[1859]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
nov. 04 09:25:47 b gnome-shell[1859]: Will monitor session c1
nov. 04 09:25:47 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:47 b systemd[1]: Starting systemd-localed.service - Locale Service...
nov. 04 09:25:48 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.gnome.Shell.Screencast' requested by ':1.2' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:48 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.locale1'
nov. 04 09:25:48 b systemd[1]: Started systemd-localed.service - Locale Service.
nov. 04 09:25:48 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.2' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:48 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
nov. 04 09:25:48 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:48 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:48 b systemd[1]: Starting packagekit.service - PackageKit Daemon...
nov. 04 09:25:48 b systemd[1]: Starting upower.service - Daemon for power management...
nov. 04 09:25:48 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.gnome.Shell.Notifications' requested by ':1.2' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:48 b PackageKit[1944]: daemon start
nov. 04 09:25:48 b gnome-shell[1859]: Extension ding@rastersoft.com already installed in /usr/share/gnome-shell/extensions/ding@rastersoft.com. /usr/share/gnome-shell/extensions/ding@rastersoft.com will not be loaded
nov. 04 09:25:48 b gnome-shell[1859]: Extension ubuntu-appindicators@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-appindicators@ubuntu.com will not be loaded
nov. 04 09:25:48 b gnome-shell[1859]: Extension ubuntu-dock@ubuntu.com already installed in /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com. /usr/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com will not be loaded
nov. 04 09:25:48 b gnome-shell[1859]: Extension tiling-assistant@ubuntu.com already installed in /usr/share/gnome-shell/extensions/tiling-assistant@ubuntu.com. /usr/share/gnome-shell/extensions/tiling-assistant@ubuntu.com will not be loaded
nov. 04 09:25:48 b org.gnome.Shell.desktop[1859]: Window manager warning: Failed to parse saved session file: L’ouverture du fichier « /var/lib/gdm3/.config/mutter/sessions/1040f85ad03928d23e173070874372568300000018120000.ms » a échoué : Aucun fichier ou dossier de ce nom
nov. 04 09:25:48 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.PackageKit'
nov. 04 09:25:48 b systemd[1]: Started packagekit.service - PackageKit Daemon.
nov. 04 09:25:49 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.UPower'
nov. 04 09:25:49 b systemd[1]: Started upower.service - Daemon for power management.
nov. 04 09:25:49 b kernel: rfkill: input handler disabled
nov. 04 09:25:49 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=128 pid=1957 comm="/usr/libexec/gsd-sharing" label="unconfined")
nov. 04 09:25:49 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:49 b gsd-sharing[1957]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:49 b gsd-sharing[1957]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
nov. 04 09:25:49 b polkitd[1344]: Registered Authentication Agent for unix-session:c1 (system bus name :1.39 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)
nov. 04 09:25:49 b gnome-shell[1859]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
nov. 04 09:25:49 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.gnome.Shell.Notifications'
nov. 04 09:25:50 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.freedesktop.portal.IBus' requested by ':1.25' (uid=128 pid=2072 comm="ibus-daemon --panel disable" label="unconfined")
nov. 04 09:25:50 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.freedesktop.portal.IBus'
nov. 04 09:25:50 b NetworkManager[1414]: <info>  [1730708750.2396] agent-manager: agent[abcb5fd945f30605,:1.39/org.gnome.Shell.NetworkAgent/128]: agent registered
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: The XKEYBOARD keymap compiler (xkbcomp) reports:
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86NextElement
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86PreviousElement
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86MarkWaypoint
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86Sos
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86NavChart
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86FishingChart
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86DualRangeRadar
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86RadarOverlay
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86TraditionalSonar
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86ClearvuSonar
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86SidevuSonar
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: > Warning:          Could not resolve keysym XF86NavInfo
nov. 04 09:25:50 b org.gnome.Shell.desktop[2157]: Errors from xkbcomp are not fatal to the X server
nov. 04 09:25:50 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:50 b systemd[1]: Starting geoclue.service - Location Lookup Service...
nov. 04 09:25:51 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
nov. 04 09:25:51 b systemd[1]: Started geoclue.service - Location Lookup Service.
nov. 04 09:25:51 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.gnome.Shell.Screencast'
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: The XKEYBOARD keymap compiler (xkbcomp) reports:
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Unsupported maximum keycode 708, clipping.
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: >                   X11 cannot support keycodes above 255.
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86NextElement
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86PreviousElement
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86MarkWaypoint
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86Sos
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86NavChart
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86FishingChart
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86DualRangeRadar
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86RadarOverlay
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86TraditionalSonar
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86ClearvuSonar
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86SidevuSonar
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: > Warning:          Could not resolve keysym XF86NavInfo
nov. 04 09:25:51 b org.gnome.Shell.desktop[2185]: Errors from xkbcomp are not fatal to the X server
nov. 04 09:25:52 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.freedesktop.portal.IBus' requested by ':1.30' (uid=128 pid=2177 comm="ibus-daemon --panel disable -r --xim" label="unconfined")
nov. 04 09:25:52 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.freedesktop.portal.IBus'
nov. 04 09:25:52 b systemd[1]: dmesg.service: Deactivated successfully.
nov. 04 09:25:52 b dbus-daemon[1335]: [system] Activating via systemd: service name='net.reactivated.Fprint' unit='fprintd.service' requested by ':1.39' (uid=128 pid=1859 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:25:52 b systemd[1]: Starting fprintd.service - Fingerprint Authentication Daemon...
nov. 04 09:25:52 b dbus-daemon[1335]: [system] Successfully activated service 'net.reactivated.Fprint'
nov. 04 09:25:52 b systemd[1]: Started fprintd.service - Fingerprint Authentication Daemon.
nov. 04 09:25:52 b gnome-shell[1859]: no authentication service is enabled, using password authentication
nov. 04 09:25:53 b gsd-media-keys[2006]: Failed to grab accelerator for keybinding settings:hibernate
nov. 04 09:25:53 b gsd-media-keys[2006]: Failed to grab accelerator for keybinding settings:playback-repeat
nov. 04 09:25:53 b spice-vdagent[2227]: vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 does not exist, exiting
nov. 04 09:25:53 b gnome-session-binary[1812]: Entering running state
nov. 04 09:25:53 b rtkit-daemon[1804]: Successfully made thread 1873 of process 1859 owned by '128' high priority at nice level 0.
nov. 04 09:25:53 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:25:53 b xbrlapi.desktop[2232]: openConnection: connect: Aucun fichier ou dossier de ce nom
nov. 04 09:25:53 b xbrlapi.desktop[2232]: ne peut pas se connecter au démon des périphériques braille de brltty sur :0
nov. 04 09:25:53 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
a@b:~$ 

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

#4 Le 04/11/2024, à 10:53

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

b:~$ tail -1019 Démarrage2.txt
nov. 04 09:25:53 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
nov. 04 09:25:53 b rtkit-daemon[1804]: Supervising 7 threads of 4 processes of 1 users.
nov. 04 09:25:53 b rtkit-daemon[1804]: Successfully made thread 1873 of process 1859 owned by '128' RT at priority 20.
nov. 04 09:25:53 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:25:53 b gnome-shell[1859]: Registering session with GDM
nov. 04 09:25:53 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Activating service name='org.gnome.ScreenSaver' requested by ':1.22' (uid=128 pid=2045 comm="/usr/libexec/gsd-power" label="unconfined")
nov. 04 09:25:53 b systemd[1]: Finished plymouth-quit-wait.service - Hold until boot process finishes up.
nov. 04 09:25:53 b systemd[1]: Reached target multi-user.target - Multi-User System.
nov. 04 09:25:53 b systemd[1]: Reached target graphical.target - Graphical Interface.
nov. 04 09:25:53 b systemd[1]: Starting setvtrgb.service - Set console scheme...
nov. 04 09:25:53 b systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...
nov. 04 09:25:53 b systemd[1]: Finished setvtrgb.service - Set console scheme.
nov. 04 09:25:53 b systemd[1]: Created slice system-getty.slice - Slice /system/getty.
nov. 04 09:25:53 b systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
nov. 04 09:25:53 b systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.
nov. 04 09:25:53 b systemd[1]: Startup finished in 5.907s (kernel) + 40.019s (userspace) = 45.926s.
nov. 04 09:25:54 b /usr/libexec/gdm-wayland-session[1810]: dbus-daemon[1810]: [session uid=128 pid=1810] Successfully activated service 'org.gnome.ScreenSaver'
nov. 04 09:25:57 b gnome-shell[1859]: no authentication service is enabled, using password authentication
nov. 04 09:26:00 b gdm-password][2262]: gkr-pam: unable to locate daemon control file
nov. 04 09:26:00 b gdm-password][2262]: gkr-pam: stashed password to try later in open session
nov. 04 09:26:00 b gdm-password][2262]: pam_unix(gdm-password:session): session opened for user a(uid=1000) by a(uid=0)
nov. 04 09:26:00 b systemd[1]: Created slice user-1000.slice - User Slice of UID 1000.
nov. 04 09:26:00 b systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000...
nov. 04 09:26:00 b systemd-logind[1371]: New session 2 of user a.
nov. 04 09:26:00 b systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000.
nov. 04 09:26:00 b systemd[1]: Starting user@1000.service - User Manager for UID 1000...
nov. 04 09:26:00 b (systemd)[2272]: pam_unix(systemd-user:session): session opened for user a(uid=1000) by a(uid=0)
nov. 04 09:26:00 b systemd-timesyncd[1217]: Contacted time server [2620:2d:4000:1::3f]:123 (ntp.ubuntu.com).
nov. 04 09:26:00 b systemd-timesyncd[1217]: Initial clock synchronization to Mon 2024-11-04 09:26:00.518353 CET.
nov. 04 09:26:02 b systemd[2272]: Queued start job for default target default.target.
nov. 04 09:26:02 b systemd[2272]: Created slice app.slice - User Application Slice.
nov. 04 09:26:02 b systemd[2272]: Created slice session.slice - User Core Session Slice.
nov. 04 09:26:02 b systemd[2272]: Started ubuntu-report.path - Pending report trigger for Ubuntu Report.
nov. 04 09:26:02 b systemd[2272]: Started launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
nov. 04 09:26:02 b systemd[2272]: Started snap.firmware-updater.firmware-notifier.timer - Timer firmware-notifier for snap application firmware-updater.firmware-notifier.
nov. 04 09:26:02 b systemd[2272]: Reached target paths.target - Paths.
nov. 04 09:26:02 b systemd[2272]: Reached target timers.target - Timers.
nov. 04 09:26:02 b systemd[2272]: Starting dbus.socket - D-Bus User Message Bus Socket...
nov. 04 09:26:02 b systemd[2272]: Listening on dirmngr.socket - GnuPG network certificate management daemon.
nov. 04 09:26:02 b systemd[2272]: Listening on gcr-ssh-agent.socket - GCR ssh-agent wrapper.
nov. 04 09:26:02 b systemd[2272]: Listening on gnome-keyring-daemon.socket - GNOME Keyring daemon.
nov. 04 09:26:02 b systemd[2272]: Listening on gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
nov. 04 09:26:02 b systemd[2272]: Listening on gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
nov. 04 09:26:02 b systemd[2272]: Starting gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
nov. 04 09:26:02 b systemd[2272]: Listening on gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
nov. 04 09:26:02 b systemd[2272]: Listening on keyboxd.socket - GnuPG public key management service.
nov. 04 09:26:02 b systemd[2272]: Listening on pipewire-pulse.socket - PipeWire PulseAudio.
nov. 04 09:26:02 b systemd[2272]: Listening on pipewire.socket - PipeWire Multimedia System Sockets.
nov. 04 09:26:02 b systemd[2272]: Listening on pk-debconf-helper.socket - debconf communication socket.
nov. 04 09:26:02 b systemd[2272]: Listening on snapd.session-agent.socket - REST API socket for snapd user session agent.
nov. 04 09:26:02 b systemd[2272]: Listening on speech-dispatcher.socket - Speech Dispatcher Socket.
nov. 04 09:26:02 b systemd[2272]: Listening on dbus.socket - D-Bus User Message Bus Socket.
nov. 04 09:26:02 b systemd[2272]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
nov. 04 09:26:02 b systemd[2272]: Reached target sockets.target - Sockets.
nov. 04 09:26:02 b systemd[2272]: Reached target basic.target - Basic System.
nov. 04 09:26:02 b systemd[2272]: gnome-initial-setup-copy-worker.service - GNOME Initial Setup Copy Worker was skipped because of an unmet condition check (ConditionPathExists=!/home/a/.config/gnome-initial-setup-done).
nov. 04 09:26:02 b systemd[1]: Started user@1000.service - User Manager for UID 1000.
nov. 04 09:26:02 b systemd[2272]: Started pipewire.service - PipeWire Multimedia Service.
nov. 04 09:26:02 b systemd[1]: Started session-2.scope - Session 2 of User a.
nov. 04 09:26:02 b systemd[2272]: Started filter-chain.service - PipeWire filter chain daemon.
nov. 04 09:26:02 b systemd[2272]: Started snap.snapd-desktop-integration.snapd-desktop-integration.service - Service for snap application snapd-desktop-integration.snapd-desktop-integration.
nov. 04 09:26:02 b systemd[2272]: Started wireplumber.service - Multimedia Service Session Manager.
nov. 04 09:26:02 b systemd[2272]: Started pipewire-pulse.service - PipeWire PulseAudio.
nov. 04 09:26:02 b systemd[2272]: Reached target default.target - Main User Target.
nov. 04 09:26:02 b systemd[2272]: Startup finished in 1.737s.
nov. 04 09:26:02 b systemd[2272]: Started gnome-keyring-daemon.service - GNOME Keyring daemon.
nov. 04 09:26:02 b systemd[2272]: Starting dbus.service - D-Bus User Message Bus...
nov. 04 09:26:02 b gnome-keyring-daemon[2306]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
nov. 04 09:26:02 b dbus-daemon[2308]: [session uid=1000 pid=2308] AppArmor D-Bus mediation is enabled
nov. 04 09:26:02 b systemd[2272]: Started dbus.service - D-Bus User Message Bus.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 8 threads of 5 processes of 1 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2317 of process 2291 owned by '1000' RT at priority 20.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 9 threads of 6 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2300 of process 2300 owned by '1000' high priority at nice level -11.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 10 threads of 7 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 10 threads of 7 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 10 threads of 7 processes of 2 users.
nov. 04 09:26:02 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.8' (uid=1000 pid=2294 comm="/usr/bin/snap run snapd-desktop-integration" label="unconfined")
nov. 04 09:26:02 b pipewire[2290]: mod.jackdbus-detect: Failed to receive jackdbus reply: org.freedesktop.DBus.Error.ServiceUnknown: The name org.jackaudio.service was not provided by any .service files
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2296 of process 2296 owned by '1000' high priority at nice level -11.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 11 threads of 8 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2318 of process 2296 owned by '1000' RT at priority 20.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 12 threads of 8 processes of 2 users.
nov. 04 09:26:02 b wireplumber[2296]: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
nov. 04 09:26:02 b wireplumber[2296]: PipeWire's libcamera SPA missing or broken. libcamera not supported.
nov. 04 09:26:02 b systemd[2272]: Starting xdg-document-portal.service - flatpak document portal service...
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2290 of process 2290 owned by '1000' high priority at nice level -11.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 13 threads of 9 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2327 of process 2290 owned by '1000' RT at priority 20.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 14 threads of 9 processes of 2 users.
nov. 04 09:26:02 b rtkit-daemon[1804]: Successfully made thread 2328 of process 2300 owned by '1000' RT at priority 20.
nov. 04 09:26:02 b rtkit-daemon[1804]: Supervising 15 threads of 9 processes of 2 users.
nov. 04 09:26:02 b gdm-password][2262]: gkr-pam: unlocked login keyring
nov. 04 09:26:02 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.11' (uid=1000 pid=2333 comm="/usr/libexec/xdg-document-portal" label="unconfined")
nov. 04 09:26:02 b systemd[2272]: Starting xdg-permission-store.service - sandboxed app permission store...
nov. 04 09:26:02 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
nov. 04 09:26:02 b systemd[2272]: Started xdg-permission-store.service - sandboxed app permission store.
nov. 04 09:26:02 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.portal.Documents'
nov. 04 09:26:02 b systemd[2272]: Started xdg-document-portal.service - flatpak document portal service.
nov. 04 09:26:02 b xdg-document-portal[2333]: Ignoring invalid max threads value 4294967295 > max (100000).
nov. 04 09:26:02 b kernel: audit: type=1400 audit(1730708762.972:174): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2294 comm="snap-confine" capability=12  capname="net_admin"
nov. 04 09:26:02 b kernel: audit: type=1400 audit(1730708762.972:175): apparmor="DENIED" operation="capable" class="cap" profile="/usr/lib/snapd/snap-confine" pid=2294 comm="snap-confine" capability=38  capname="perfmon"
nov. 04 09:26:02 b kernel: audit: type=1400 audit(1730708762.987:176): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/2355/maps" pid=2355 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
nov. 04 09:26:03 b kernel: rfkill: input handler enabled
nov. 04 09:26:03 b gsd-media-keys[2006]: Unable to get default source
nov. 04 09:26:03 b gsd-media-keys[2006]: Unable to get default sink
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (--) Log file renamed from "/home/a/.local/share/xorg/Xorg.pid-2371.log" to "/home/a/.local/share/xorg/Xorg.0.log"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: X.Org X Server 1.21.1.11
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: X Protocol Version 11, Revision 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: Current Operating System: Linux b 6.8.0-48-generic #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.8.0-48-generic root=UUID=dcdda498-f71f-4cb2-9cc3-8d595a4bfc97 ro quiet splash vt.handoff=7
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: xorg-server 2:21.1.12-1ubuntu1.1 (For technical support please see http://www.ubuntu.com/support)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: Current version of pixman: 0.42.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Before reporting problems, check http://wiki.x.org
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         to make sure that you have the latest version.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: Markers: (--) probed, (**) from config file, (==) default setting,
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         (++) from command line, (!!) notice, (II) informational,
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Log file: "/home/a/.local/share/xorg/Xorg.0.log", Time: Mon Nov  4 09:26:03 2024
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) No Layout section.  Using the first Screen section.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) No screen section available. Using defaults.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (**) |-->Screen "Default Screen Section" (0)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (**) |   |-->Monitor "<default monitor>"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) No monitor specified for screen "Default Screen Section".
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Using a default monitor configuration.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (**) Allowing byte-swapped clients
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Automatically adding devices
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Automatically enabling devices
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Automatically adding GPU devices
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Automatically binding GPU devices
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Max clients allowed: 256, resource mask: 0x1fffff
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Entry deleted from font path.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Entry deleted from font path.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Entry deleted from font path.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Entry deleted from font path.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Entry deleted from font path.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) FontPath set to:
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         /usr/share/fonts/X11/misc,
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         /usr/share/fonts/X11/Type1,
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         built-ins
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) ModulePath set to "/usr/lib/xorg/modules"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) The server relies on udev to provide the list of input devices.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loader magic: 0x64580c470020
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module ABI versions:
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         X.Org ANSI C Emulation: 0.4
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         X.Org Video Driver: 25.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         X.Org XInput driver : 24.4
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         X.Org Server Extension : 10.0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (++) using VT number 2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) xfree86: Adding drm device (/dev/dri/card1)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (--) PCI:*(0@0:2:0) 8086:2e32:1849:2e32 rev 3, Mem @ 0xfe400000/4194304, 0xe0000000/268435456, I/O @ 0x0000dc00/8, BIOS @ 0x????????/131072
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "glx"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module glx: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 1.0.0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org Server Extension, version 10.0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Matched modesetting as autoconfigured driver 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Matched fbdev as autoconfigured driver 1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Matched vesa as autoconfigured driver 2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) Assigned the driver to the xf86ConfigLayout
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "modesetting"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module modesetting: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 1.21.1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Module class: X.Org Video Driver
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org Video Driver, version 25.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "fbdev"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module fbdev: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 0.5.0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Module class: X.Org Video Driver
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org Video Driver, version 25.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "vesa"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module vesa: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.7, module version = 2.6.0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         Module class: X.Org Video Driver
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org Video Driver, version 25.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) FBDEV: driver for framebuffer: fbdev
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) VESA: driver for VESA chipsets: vesa
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): using drv /dev/dri/card1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) Falling back to old probe method for fbdev
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading sub module "fbdevhw"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "fbdevhw"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module fbdevhw: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 0.0.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org Video Driver, version 25.2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (EE) open /dev/fb0: Permission denied
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Creating default Display subsection in Screen section
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         "Default Screen Section" for depth/fbbpp 24/32
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): RGB weight 888
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): Default visual is TrueColor
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading sub module "glamoregl"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "glamoregl"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module glamoregl: vendor="X.Org Foundation"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 1.0.1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org ANSI C Emulation, version 0.4
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) G41 (ELK)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): glamor initialized
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): VariableRefresh: disabled
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): AsyncFlipSecondaries: disabled
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Output VGA-1 has no monitor section
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): EDID for output VGA-1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Manufacturer: IVM  Model: 560c  Serial#: 7134
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Year: 2011  Week: 43
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): EDID Version: 1.3
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Sync:  Separate
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Max Image Size [cm]: horiz.: 52  vert.: 29
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Gamma: 2.20
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): DPMS capabilities: Off; RGB/Color Display
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): First detailed timing is preferred mode
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): redX: 0.649 redY: 0.338   greenX: 0.289 greenY: 0.609
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): blueX: 0.146 blueY: 0.070   whiteX: 0.312 whiteY: 0.329
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Supported established timings:
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 720x400@70Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 640x480@60Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 640x480@67Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 640x480@72Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 640x480@75Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 800x600@56Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 800x600@60Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 800x600@72Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 800x600@75Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 832x624@75Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 1024x768@60Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 1024x768@70Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 1024x768@75Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): 1280x1024@75Hz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Manufacturer's mask: 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Supported standard timings:
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #2: hsize: 1152  vsize 864  refresh: 75  vid: 20337
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 75  vid: 3989
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Supported detailed timing:
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): clock: 148.5 MHz   Image Size:  521 x 293 mm
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Monitor name: PL2409HD
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Serial No: 11077M1A07134
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): EDID (in hex):
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         00ffffffffffff0026cd0c56de1b0000
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         2b15010368341d782a6041a6564a9c25
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         125054bfef0081808140714f9500950f
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         b30001010101023a801871382d40582c
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         450009252100001e000000fd00384c1e
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         5311000a202020202020000000fc0050
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         4c3234303948440a20202020000000ff
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0):         0031313037374d314130373133340074
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Printing probed modes for output VGA-1
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Output VGA-1 connected
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Using exact sizes for initial modes
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Output VGA-1 using initial mode 1920x1080 +0+0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): DPI set to (96, 96)
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Loading sub module "fb"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "fb"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Module "fb" already built-in
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) UnloadModule: "fbdev"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Unloading fbdev
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) UnloadSubModule: "fbdevhw"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Unloading fbdevhw
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) UnloadModule: "vesa"
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Unloading vesa
nov. 04 09:26:03 b wireplumber[2296]: BlueZ system service is not available
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): Backing store enabled
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): Silken mouse enabled
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (==) modeset(0): DPMS enabled
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): [DRI2] Setup complete
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): [DRI2]   DRI driver: crocus
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): [DRI2]   VDPAU driver: va_gl
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension Generic Event Extension
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension SHAPE
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension MIT-SHM
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XInputExtension
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XTEST
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension BIG-REQUESTS
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension SYNC
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XKEYBOARD
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XC-MISC
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension SECURITY
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XFIXES
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension RENDER
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension RANDR
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension COMPOSITE
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension DAMAGE
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension MIT-SCREEN-SAVER
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension DOUBLE-BUFFER
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension RECORD
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension DPMS
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension Present
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension DRI3
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension X-Resource
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XVideo
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XVideo-MotionCompensation
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension SELinux
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) SELinux: Disabled on system
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension GLX
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) AIGLX: Loaded and initialized crocus
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) GLX: Initialized DRI2 GL provider for screen 0
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XFree86-VidModeExtension
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XFree86-DGA
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension XFree86-DRI
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) Initializing extension DRI2
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Damage tracking initialized
nov. 04 09:26:03 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Setting screen physical size to 508 x 285
nov. 04 09:26:04 b snapd-desktop-integration.snapd-desktop-integration[2413]: /home/a/Bureau was removed, reassigning DESKTOP to homedir
nov. 04 09:26:04 b snapd-desktop-integration.snapd-desktop-integration[2413]: /home/a/Téléchargements was removed, reassigning DOWNLOAD to homedir
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: The XKEYBOARD keymap compiler (xkbcomp) reports:
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86NextElement
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86PreviousElement
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86MarkWaypoint
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86Sos
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86NavChart
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86FishingChart
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86DualRangeRadar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86RadarOverlay
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86TraditionalSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86ClearvuSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86SidevuSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: > Warning:          Could not resolve keysym XF86NavInfo
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2412]: Errors from xkbcomp are not fatal to the X server
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) LoadModule: "libinput"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Module libinput: vendor="X.Org Foundation"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]:         compiled for 1.21.1.11, module version = 1.4.0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]:         Module class: X.Org XInput Driver
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]:         ABI class: X.Org XInput driver, version 24.4
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Using input driver 'libinput' for 'Power Button'
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Power Button: always reports core events
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "Device" "/dev/input/event1"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event1  - Power Button: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event1  - Power Button: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event1  - Power Button: device removed
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_model" "pc105"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_layout" "fr"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_variant" "latin9"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: The XKEYBOARD keymap compiler (xkbcomp) reports:
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86NextElement
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86PreviousElement
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86MarkWaypoint
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86Sos
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86NavChart
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86FishingChart
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86DualRangeRadar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86RadarOverlay
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86TraditionalSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86ClearvuSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86SidevuSonar
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: > Warning:          Could not resolve keysym XF86NavInfo
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2435]: Errors from xkbcomp are not fatal to the X server
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event1  - Power Button: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event1  - Power Button: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device Power Button (/dev/input/event0)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Using input driver 'libinput' for 'Power Button'
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Power Button: always reports core events
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "Device" "/dev/input/event0"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event0  - Power Button: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event0  - Power Button: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event0  - Power Button: device removed
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_model" "pc105"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_layout" "fr"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_variant" "latin9"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event0  - Power Button: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event0  - Power Button: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event4)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) No input driver specified, ignoring this device.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) This device may have been added with another device file.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device HDA Intel Line (/dev/input/event5)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) No input driver specified, ignoring this device.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) This device may have been added with another device file.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event6)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) No input driver specified, ignoring this device.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) This device may have been added with another device file.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event3)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) PixArt USB Optical Mouse: always reports core events
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "Device" "/dev/input/event3"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: device set to 1000 DPI
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: device is a pointer
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: device removed
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/0003:093A:2510.0001/input/input3/event3"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 8)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "AccelerationScheme" "none"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: device set to 1000 DPI
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event3  - PixArt USB Optical Mouse: device is a pointer
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) No input driver specified, ignoring this device.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) This device may have been added with another device file.
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 33 paused 0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) AT Translated Set 2 keyboard: always reports core events
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "Device" "/dev/input/event2"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event2  - AT Translated Set 2 keyboard: device removed
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_model" "pc105"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_layout" "fr"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (**) Option "xkb_variant" "latin9"
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2371]: (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2450]: /etc/gdm3/Xsession: Beginning session setup...
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2466]: localuser:a being added to access control list
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2469]: dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2469]: dbus-update-activation-environment: setting DISPLAY=:0
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2469]: dbus-update-activation-environment: setting XAUTHORITY=/run/user/1000/gdm/Xauthority
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2469]: dbus-update-activation-environment: setting XDG_CURRENT_DESKTOP=ubuntu:GNOME
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2473]: /etc/X11/Xsession.d/30x11-common_xresources: ligne 16: has_option : commande introuvable
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2476]: localuser:a being added to access control list
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2499]: dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2508]: dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
nov. 04 09:26:04 b /usr/libexec/gdm-x-session[2510]: /etc/X11/Xsession.d/90x11-common_ssh-agent: ligne 9: has_option : commande introuvable
nov. 04 09:26:05 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.17' (uid=1000 pid=2531 comm="/usr/libexec/gnome-session-check-accelerated" label="unconfined")
nov. 04 09:26:05 b systemd[2272]: Starting gvfs-daemon.service - Virtual filesystem service...
nov. 04 09:26:05 b snapd-desktop-i[2512]: Failed to do gtk init. Waiting for a new session with desktop capabilities.
nov. 04 09:26:05 b snapd-desktop-i[2512]: Checking session /org/freedesktop/login1/session/c1...
nov. 04 09:26:05 b snapd-desktop-i[2512]: Checking session /org/freedesktop/login1/session/_32...
nov. 04 09:26:05 b snapd-desktop-i[2512]: Is a desktop session! Forcing a reload.
nov. 04 09:26:05 b snapd-desktop-i[2512]: Loop exited. Forcing reload.
nov. 04 09:26:05 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.Daemon'
nov. 04 09:26:05 b systemd[2272]: Started gvfs-daemon.service - Virtual filesystem service.
nov. 04 09:26:05 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.19' (uid=1000 pid=2531 comm="/usr/libexec/gnome-session-check-accelerated" label="unconfined")
nov. 04 09:26:05 b systemd[2272]: Starting at-spi-dbus-bus.service - Accessibility services bus...
nov. 04 09:26:05 b systemd[2272]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Consumed 2.024s CPU time.
nov. 04 09:26:05 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.a11y.Bus'
nov. 04 09:26:05 b systemd[2272]: Started at-spi-dbus-bus.service - Accessibility services bus.
nov. 04 09:26:05 b systemd[2272]: Created slice app-gnome\x2dsession\x2dmanager.slice - Slice /app/gnome-session-manager.
nov. 04 09:26:05 b systemd[2272]: Created slice background.slice - User Background Tasks Slice.
nov. 04 09:26:05 b systemd[2272]: Started update-notifier-crash.path - Path trigger for Apport crash notifications.
nov. 04 09:26:05 b systemd[2272]: Started update-notifier-release.path - Path trigger for new release of Ubuntu notifications.
nov. 04 09:26:05 b systemd[2272]: Reached target gnome-session-x11.target - GNOME X11 Session.
nov. 04 09:26:05 b systemd[2272]: Reached target org.gnome.Shell.target - GNOME Shell.
nov. 04 09:26:05 b systemd[2272]: Started gcr-ssh-agent.service - GCR ssh-agent wrapper.
nov. 04 09:26:05 b systemd[2272]: Starting gnome-session-monitor.service - Monitor Session leader for GNOME Session...
nov. 04 09:26:05 b systemd[2272]: Starting session-migration.service - Session Migration...
nov. 04 09:26:05 b systemd[2272]: Started ssh-agent.service - OpenSSH Agent.
nov. 04 09:26:05 b systemd[2272]: Starting xdg-desktop-portal-rewrite-launchers.service - Rewrite dynamic launcher portal entries...
nov. 04 09:26:06 b systemd[2272]: Finished session-migration.service - Session Migration.
nov. 04 09:26:06 b systemd[2272]: Started gnome-session-monitor.service - Monitor Session leader for GNOME Session.
nov. 04 09:26:06 b systemd[2272]: Finished xdg-desktop-portal-rewrite-launchers.service - Rewrite dynamic launcher portal entries.
nov. 04 09:26:06 b systemd[2272]: Reached target graphical-session-pre.target - Session services which should run early before the graphical session is brought up.
nov. 04 09:26:06 b systemd[2272]: Reached target gnome-session-pre.target - Tasks to be run before GNOME Session starts.
nov. 04 09:26:06 b systemd[2272]: Starting gnome-session-manager@ubuntu.service - GNOME Session Manager (session: ubuntu)...
nov. 04 09:26:06 b gnome-keyring-daemon[2306]: The Secret Service was already initialized
nov. 04 09:26:06 b gnome-keyring-d[2306]: The Secret Service was already initialized
nov. 04 09:26:06 b gnome-keyring-daemon[2604]: discover_other_daemon: 1
nov. 04 09:26:06 b gnome-keyring-secrets.desktop[2604]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
nov. 04 09:26:06 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2595: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:06 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2595: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:06 b gnome-keyring-daemon[2306]: The PKCS#11 component was already initialized
nov. 04 09:26:06 b gnome-keyring-daemon[2608]: discover_other_daemon: 1
nov. 04 09:26:06 b gnome-keyring-ssh.desktop[2608]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
nov. 04 09:26:06 b gnome-keyring-ssh.desktop[2608]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
nov. 04 09:26:06 b gnome-keyring-d[2306]: The PKCS#11 component was already initialized
nov. 04 09:26:06 b gnome-keyring-pkcs11.desktop[2609]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
nov. 04 09:26:06 b gnome-keyring-pkcs11.desktop[2609]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
nov. 04 09:26:06 b gnome-keyring-daemon[2609]: discover_other_daemon: 1
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2597.scope: Couldn't move process 2597 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-2597.scope': No such process
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2597.scope: Failed to add PIDs to scope's control group: No such process
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2597.scope: Failed with result 'resources'.
nov. 04 09:26:06 b systemd[2272]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2597.scope - Application launched by gnome-session-binary.
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dssh-2602.scope: PID 2602 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-2602.scope', skipping: No such process
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dssh-2602.scope: No PIDs left to attach to the scope's control group, refusing.
nov. 04 09:26:06 b systemd[2272]: app-gnome-gnome\x2dkeyring\x2dssh-2602.scope: Failed with result 'resources'.
nov. 04 09:26:06 b systemd[2272]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2602.scope - Application launched by gnome-session-binary.
nov. 04 09:26:06 b systemd[2272]: Started gnome-session-manager@ubuntu.service - GNOME Session Manager (session: ubuntu).
nov. 04 09:26:06 b systemd[2272]: Reached target gnome-session-manager.target - GNOME Session Manager is ready.
nov. 04 09:26:06 b systemd[2272]: org.gnome.Shell@wayland.service - GNOME Shell on Wayland was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=wayland).
nov. 04 09:26:06 b xdg-user-dirs.desktop[2612]: /home/a/Bureau was removed, reassigning DESKTOP to homedir
nov. 04 09:26:06 b xdg-user-dirs.desktop[2612]: /home/a/Téléchargements was removed, reassigning DOWNLOAD to homedir
nov. 04 09:26:06 b systemd[2272]: Starting org.gnome.Shell@x11.service - GNOME Shell on X11...
nov. 04 09:26:06 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2612: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:06 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2612: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:06 b systemd[2272]: Started app-gnome-at\x2dspi\x2ddbus\x2dbus-2614.scope - Application launched by gnome-session-binary.
nov. 04 09:26:06 b gnome-shell[2617]: Running GNOME Shell (using mutter 46.2) as a X11 window and compositing manager
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): EDID vendor "IVM", prod id 22028
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Using EDID range info for horizontal sync
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Using EDID range info for vertical refresh
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Printing DDC gathered Modelines:
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): EDID vendor "IVM", prod id 22028
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Using hsync ranges from config file
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Using vrefresh ranges from config file
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Printing DDC gathered Modelines:
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
nov. 04 09:26:06 b /usr/libexec/gdm-x-session[2371]: (II) modeset(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
nov. 04 09:26:06 b gnome-shell[2617]: Obtained a high priority EGL context
nov. 04 09:26:06 b gnome-shell[2617]: Obtained a high priority EGL context
nov. 04 09:26:07 b at-spi-bus-launcher[2562]: dbus-daemon[2562]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:07 b at-spi-bus-launcher[2562]: dbus-daemon[2562]: Successfully activated service 'org.a11y.atspi.Registry'
nov. 04 09:26:07 b at-spi-bus-launcher[2645]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
nov. 04 09:26:07 b systemd[2272]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 1.
nov. 04 09:26:07 b systemd[2272]: Started snap.snapd-desktop-integration.snapd-desktop-integration.service - Service for snap application snapd-desktop-integration.snapd-desktop-integration.
nov. 04 09:26:07 b kernel: audit: type=1400 audit(1730708767.873:177): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.snapd-desktop-integration" name="/proc/2671/maps" pid=2671 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
nov. 04 09:26:09 b gnome-shell[2617]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
nov. 04 09:26:09 b gnome-shell[2617]: Will monitor session 2
nov. 04 09:26:09 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.Shell.Screencast' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:09 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:09 b systemd[1]: systemd-timedated.service: Deactivated successfully.
nov. 04 09:26:10 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.44' (uid=1000 pid=2792 comm="/usr/libexec/gnome-shell-calendar-server" label="unconfined")
nov. 04 09:26:10 b systemd[2272]: Starting evolution-source-registry.service - Evolution source registry...
nov. 04 09:26:10 b kernel: audit: type=1326 audit(1730708770.196:178): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2778 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/253/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x73d5c852b531 code=0x50000
nov. 04 09:26:10 b kernel: audit: type=1326 audit(1730708770.198:179): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2778 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/253/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=141 compat=0 ip=0x73d5c85aa78b code=0x50000
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: The XKEYBOARD keymap compiler (xkbcomp) reports:
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86NextElement
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86PreviousElement
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86MarkWaypoint
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86Sos
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86NavChart
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86FishingChart
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86DualRangeRadar
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86RadarOverlay
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86TraditionalSonar
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86ClearvuSonar
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86SidevuSonar
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: > Warning:          Could not resolve keysym XF86NavInfo
nov. 04 09:26:10 b /usr/libexec/gdm-x-session[2805]: Errors from xkbcomp are not fatal to the X server
nov. 04 09:26:10 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:10 b systemd[2272]: Starting dconf.service - User preferences database...
nov. 04 09:26:10 b kernel: audit: type=1326 audit(1730708770.453:180): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2778 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/253/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=203 compat=0 ip=0x73d5c852b531 code=0x50000
nov. 04 09:26:10 b kernel: audit: type=1326 audit(1730708770.454:181): auid=1000 uid=1000 gid=1000 ses=3 subj=snap.snapd-desktop-integration.snapd-desktop-integration pid=2778 comm="snapd-desktop-i" exe="/snap/snapd-desktop-integration/253/usr/bin/snapd-desktop-integration" sig=0 arch=c000003e syscall=141 compat=0 ip=0x73d5c85aa78b code=0x50000
nov. 04 09:26:10 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'ca.desrt.dconf'
nov. 04 09:26:10 b systemd[2272]: Started dconf.service - User preferences database.
nov. 04 09:26:10 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.OnlineAccounts' requested by ':1.45' (uid=1000 pid=2802 comm="/usr/libexec/evolution-source-registry" label="unconfined")
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.Shell.Notifications' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
nov. 04 09:26:11 b systemd[2272]: Started evolution-source-registry.service - Evolution source registry.
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.44' (uid=1000 pid=2792 comm="/usr/libexec/gnome-shell-calendar-server" label="unconfined")
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Shell.CalendarServer'
nov. 04 09:26:11 b systemd[2272]: Starting evolution-calendar-factory.service - Evolution calendar service...
nov. 04 09:26:11 b systemd[2272]: Started org.gnome.Shell@x11.service - GNOME Shell on X11.
nov. 04 09:26:11 b systemd[2272]: Reached target gnome-session-initialized.target - GNOME Session is initialized.
nov. 04 09:26:11 b systemd[2272]: Reached target gnome-session-x11-services.target - GNOME session X11 services.
nov. 04 09:26:11 b systemd[2272]: Reached target gnome-session@ubuntu.target - GNOME Session (session: ubuntu).
nov. 04 09:26:11 b systemd[2272]: Starting gnome-session-signal-init.service - Signal initialization done to GNOME Session Manager...
nov. 04 09:26:11 b snapd-desktop-i[2778]: New theme: gtk=Default icon=Adwaita cursor=(null), sound=freedesktop
nov. 04 09:26:11 b systemd[2272]: Starting org.freedesktop.IBus.session.GNOME.service - IBus Daemon for GNOME...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.A11ySettings.service - GNOME accessibility service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Color.service - GNOME color management service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Datetime.service - GNOME date & time service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Housekeeping.service - GNOME maintenance of expirable data service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Keyboard.service - GNOME keyboard configuration service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.MediaKeys.service - GNOME keyboard shortcuts service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Power.service - GNOME power management service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.PrintNotifications.service - GNOME printer notifications service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Rfkill.service - GNOME RFKill support service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop screensaver service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Sharing.service - GNOME file sharing service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Smartcard.service - GNOME smartcard service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Sound.service - GNOME sound sample caching service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.Wacom.service - GNOME Wacom tablet support service...
nov. 04 09:26:11 b systemd[2272]: Starting org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service...
nov. 04 09:26:11 b systemd[2272]: Finished gnome-session-signal-init.service - Signal initialization done to GNOME Session Manager.
nov. 04 09:26:11 b systemd[2272]: Started app-gnome-spice\x2dvdagent-2876.scope - Application launched by gnome-session-binary.
nov. 04 09:26:11 b snapd-desktop-i[2778]: All available theme snaps installed
nov. 04 09:26:11 b spice-vdagent[2876]: vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0 does not exist, exiting
nov. 04 09:26:11 b goa-daemon[2836]: goa-daemon version 3.50.4 starting
nov. 04 09:26:11 b systemd[2272]: Started app-gnome-xapp\x2dsn\x2dwatcher-2888.scope - Application launched by gnome-session-binary.
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
nov. 04 09:26:11 b systemd[2272]: Started evolution-calendar-factory.service - Evolution calendar service.
nov. 04 09:26:11 b gnome-shell[2617]: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
                                      0 inhibit() ["resource:///org/gnome/shell/misc/loginManager.js":209:8]
                                      1 InterpretGeneratorResume() ["self-hosted":1461:33]
                                      2 AsyncFunctionNext() ["self-hosted":852:26]
                                      3 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
nov. 04 09:26:11 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Shell.Screencast'
nov. 04 09:26:12 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.Identity' requested by ':1.52' (uid=1000 pid=2836 comm="/usr/libexec/goa-daemon" label="unconfined")
nov. 04 09:26:12 b gnome-session-binary[2585]: Entering running state
nov. 04 09:26:12 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.49' (uid=1000 pid=2847 comm="/usr/libexec/evolution-calendar-factory" label="unconfined")
nov. 04 09:26:12 b systemd[2272]: Starting evolution-addressbook-factory.service - Evolution address book service...
nov. 04 09:26:12 b snap-userd-autostart.desktop[2956]: erreur : autostart failed:
nov. 04 09:26:12 b snap-userd-autostart.desktop[2956]: - "ubuntu-software-service.desktop": cannot match desktop file with snap snap-store applications
nov. 04 09:26:12 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2920: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:12 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2920: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:12 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.OnlineAccounts'
nov. 04 09:26:12 b kernel: rfkill: input handler disabled
nov. 04 09:26:13 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2928: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2928: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.A11ySettings.service - GNOME accessibility service.
nov. 04 09:26:13 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Identity'
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.ScreensaverProxy.service - GNOME FreeDesktop screensaver service.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Smartcard.service - GNOME smartcard service.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Rfkill.service - GNOME RFKill support service.
nov. 04 09:26:13 b systemd[2272]: Started app-gnome-org.gnome.Evolution\x2dalarm\x2dnotify-2934.scope - Application launched by gnome-session-binary.
nov. 04 09:26:13 b systemd[2272]: Started app-gnome-org.gnome.SettingsDaemon.DiskUtilityNotify-2950.scope - Application launched by gnome-session-binary.
nov. 04 09:26:13 b systemd[2272]: Started app-gnome-warpinator\x2dautostart-2916.scope - Application launched by gnome-session-binary.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.A11ySettings.target - GNOME accessibility target.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Rfkill.target - GNOME RFKill support target.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.ScreensaverProxy.target - GNOME FreeDesktop screensaver target.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Smartcard.target - GNOME smartcard target.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Housekeeping.service - GNOME maintenance of expirable data service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Housekeeping.target - GNOME maintenance of expirable data target.
nov. 04 09:26:13 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2939: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2939: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b gnome-session[2585]: gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2956: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b gnome-session-binary[2585]: GnomeDesktop-WARNING: Could not create transient scope for PID 2956: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Sound.service - GNOME sound sample caching service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Sound.target - GNOME sound sample caching target.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Sharing.service - GNOME file sharing service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Sharing.target - GNOME file sharing target.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Datetime.service - GNOME date & time service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Datetime.target - GNOME date & time target.
nov. 04 09:26:13 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Shell.Notifications'
nov. 04 09:26:13 b gnome-shell[2617]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.PrintNotifications.service - GNOME printer notifications service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.PrintNotifications.target - GNOME printer notifications target.
nov. 04 09:26:13 b systemd[2272]: Started org.gnome.SettingsDaemon.Keyboard.service - GNOME keyboard configuration service.
nov. 04 09:26:13 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Keyboard.target - GNOME keyboard configuration target.
nov. 04 09:26:14 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
nov. 04 09:26:14 b systemd[2272]: Started evolution-addressbook-factory.service - Evolution address book service.
nov. 04 09:26:14 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.freedesktop.portal.IBus' requested by ':1.72' (uid=1000 pid=2854 comm="/usr/bin/ibus-daemon --panel disable --xim" label="unconfined")
nov. 04 09:26:14 b systemd[2272]: Started org.freedesktop.IBus.session.GNOME.service - IBus Daemon for GNOME.
nov. 04 09:26:14 b systemd[2272]: Started org.gnome.SettingsDaemon.Color.service - GNOME color management service.
nov. 04 09:26:14 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Color.target - GNOME color management target.
nov. 04 09:26:14 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:14 b systemd[2272]: Starting gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor...
nov. 04 09:26:14 b systemd[2272]: Started org.gnome.SettingsDaemon.Power.service - GNOME power management service.
nov. 04 09:26:14 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Power.target - GNOME power management target.
nov. 04 09:26:14 b systemd[2272]: Started org.gnome.SettingsDaemon.MediaKeys.service - GNOME keyboard shortcuts service.
nov. 04 09:26:14 b systemd[2272]: Reached target org.gnome.SettingsDaemon.MediaKeys.target - GNOME keyboard shortcuts target.
nov. 04 09:26:14 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.portal.IBus'
nov. 04 09:26:15 b systemd[2272]: Started org.gnome.SettingsDaemon.Wacom.service - GNOME Wacom tablet support service.
nov. 04 09:26:15 b systemd[2272]: Reached target org.gnome.SettingsDaemon.Wacom.target - GNOME Wacom tablet support target.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
nov. 04 09:26:15 b systemd[2272]: Started gvfs-udisks2-volume-monitor.service - Virtual filesystem service - disk device monitor.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:15 b systemd[2272]: Starting gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor...
nov. 04 09:26:15 b systemd[2272]: app-gnome-warpinator\x2dautostart-2916.scope: Consumed 1.015s CPU time.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
nov. 04 09:26:15 b systemd[2272]: Started gvfs-goa-volume-monitor.service - Virtual filesystem service - GNOME Online Accounts monitor.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:15 b systemd[2272]: Starting gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor...
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
nov. 04 09:26:15 b systemd[2272]: Started gvfs-mtp-volume-monitor.service - Virtual filesystem service - Media Transfer Protocol monitor.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:15 b systemd[2272]: Starting gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor...
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
nov. 04 09:26:15 b systemd[2272]: Started gvfs-afc-volume-monitor.service - Virtual filesystem service - Apple File Conduit monitor.
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:15 b systemd[2272]: Starting gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor...
nov. 04 09:26:15 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
nov. 04 09:26:15 b systemd[2272]: Started gvfs-gphoto2-volume-monitor.service - Virtual filesystem service - digital camera monitor.
nov. 04 09:26:16 b polkitd[1344]: Registered Authentication Agent for unix-session:2 (system bus name :1.78 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)
nov. 04 09:26:16 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.ScreenSaver' requested by ':1.71' (uid=1000 pid=2863 comm="/usr/libexec/gsd-power" label="unconfined")
nov. 04 09:26:16 b gsd-media-keys[2861]: Failed to grab accelerator for keybinding settings:screensaver
nov. 04 09:26:16 b gsd-media-keys[2861]: Failed to grab accelerator for keybinding settings:playback-random
nov. 04 09:26:16 b gsd-media-keys[2861]: Failed to grab accelerator for keybinding settings:hibernate
nov. 04 09:26:16 b gsd-media-keys[2861]: Failed to grab accelerator for keybinding settings:rotate-video-lock
nov. 04 09:26:16 b gsd-media-keys[2861]: Failed to grab accelerator for keybinding settings:playback-repeat
nov. 04 09:26:16 b systemd[2272]: Started org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service.
nov. 04 09:26:16 b systemd[2272]: gnome-session-x11-services-ready.target - GNOME session X11 services is inactive.
nov. 04 09:26:16 b systemd[2272]: Reached target org.gnome.SettingsDaemon.XSettings.target - GNOME XSettings target.
nov. 04 09:26:16 b systemd[2272]: Reached target gnome-session.target - GNOME Session.
nov. 04 09:26:16 b systemd[2272]: Reached target gnome-session-x11@ubuntu.target - GNOME X11 Session (session: ubuntu).
nov. 04 09:26:16 b systemd[2272]: Reached target graphical-session.target - Current graphical user session.
nov. 04 09:26:16 b systemd[2272]: gnome-initial-setup-first-login.service - GNOME Initial Setup was skipped because of an unmet condition check (ConditionPathExists=!/home/a/.config/gnome-initial-setup-done).
nov. 04 09:26:16 b systemd[2272]: Starting tracker-miner-fs-3.service - Tracker file system data miner...
nov. 04 09:26:17 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.ScreenSaver'
nov. 04 09:26:17 b snapd-desktop-i[2778]: New theme: gtk=Yaru icon=Yaru cursor=Yaru, sound=Yaru
nov. 04 09:26:17 b snapd-desktop-i[2778]: All available theme snaps installed
nov. 04 09:26:18 b systemd[2272]: Started tracker-miner-fs-3.service - Tracker file system data miner.
nov. 04 09:26:19 b NetworkManager[1414]: <info>  [1730708779.1019] agent-manager: agent[57c8e2adca314691,:1.78/org.gnome.Shell.NetworkAgent/1000]: agent registered
nov. 04 09:26:19 b tracker-miner-fs-3[3210]: (tracker-extract-3:3210): GLib-GIO-WARNING **: 09:26:19.387: Error creating IO channel for /proc/self/mountinfo: Argument invalide (g-io-error-quark, 13)
nov. 04 09:26:20 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.freedesktop.FileManager1' requested by ':1.40' (uid=1000 pid=2617 comm="/usr/bin/gnome-shell" label="unconfined")
nov. 04 09:26:21 b nautilus[3239]: Connecting to org.freedesktop.Tracker3.Miner.Files
nov. 04 09:26:21 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.FileManager1'
nov. 04 09:26:22 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.87' (uid=1000 pid=3239 comm="/usr/bin/nautilus --gapplication-service" label="nautilus (unconfined)")
nov. 04 09:26:22 b systemd[2272]: Starting xdg-desktop-portal.service - Portal service...
nov. 04 09:26:22 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.90' (uid=1000 pid=3264 comm="/usr/libexec/xdg-desktop-portal" label="unconfined")
nov. 04 09:26:22 b systemd[2272]: Starting xdg-desktop-portal-gnome.service - Portal service (GNOME implementation)...
nov. 04 09:26:22 b systemd[1]: fprintd.service: Deactivated successfully.
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
nov. 04 09:26:23 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
nov. 04 09:26:24 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
nov. 04 09:26:24 b systemd[2272]: Started xdg-desktop-portal-gnome.service - Portal service (GNOME implementation).
nov. 04 09:26:25 b gnome-shell[2617]: GNOME Shell started at Mon Nov 04 2024 09:26:10 GMT+0100 (heure normale d’Europe centrale)
nov. 04 09:26:25 b gnome-shell[2617]: Registering session with GDM
nov. 04 09:26:25 b gnome-shell[1859]: Connection to xwayland lost
nov. 04 09:26:25 b gnome-shell[1859]: Xwayland terminated, exiting since it was mandatory
nov. 04 09:26:25 b gnome-shell[1859]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                      @resource:///org/gnome/shell/ui/init.js:21:20
nov. 04 09:26:25 b gnome-shell[1859]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
nov. 04 09:26:25 b gdm-launch-environment][1724]: pam_unix(gdm-launch-environment:session): session closed for user gdm
nov. 04 09:26:25 b systemd-logind[1371]: Session c1 logged out. Waiting for processes to exit.
nov. 04 09:26:26 b polkitd[1344]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.39, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8) (disconnected from bus)
nov. 04 09:26:26 b systemd[1]: session-c1.scope: Deactivated successfully.
nov. 04 09:26:26 b systemd[1]: session-c1.scope: Consumed 15.412s CPU time.
nov. 04 09:26:26 b systemd-logind[1371]: Removed session c1.
nov. 04 09:26:26 b gnome-shell[2617]: Launching DING process
nov. 04 09:26:26 b rtkit-daemon[1804]: Supervising 14 threads of 8 processes of 2 users.
nov. 04 09:26:26 b rtkit-daemon[1804]: Supervising 14 threads of 8 processes of 2 users.
nov. 04 09:26:26 b rtkit-daemon[1804]: Supervising 14 threads of 8 processes of 2 users.
nov. 04 09:26:26 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.90' (uid=1000 pid=3264 comm="/usr/libexec/xdg-desktop-portal" label="unconfined")
nov. 04 09:26:26 b systemd[2272]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
nov. 04 09:26:27 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.ArchiveManager1' requested by ':1.92' (uid=1000 pid=3313 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
nov. 04 09:26:27 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.92' (uid=1000 pid=3313 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
nov. 04 09:26:27 b systemd[2272]: Starting gvfs-metadata.service - Virtual filesystem metadata service...
nov. 04 09:26:27 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gtk.vfs.Metadata'
nov. 04 09:26:27 b systemd[2272]: Started gvfs-metadata.service - Virtual filesystem metadata service.
nov. 04 09:26:27 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
nov. 04 09:26:27 b systemd[2272]: Started xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
nov. 04 09:26:27 b gnome-shell[2617]: DING: Detected async api for thumbnails
nov. 04 09:26:28 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.freedesktop.portal.Desktop'
nov. 04 09:26:28 b systemd[2272]: Started xdg-desktop-portal.service - Portal service.
nov. 04 09:26:28 b gnome-shell[2617]: DING: (gjs:3313): Gjs-WARNING **: 09:26:28.869: GLib.unix_signal_add has been moved to a separate platform-specific library. Please update your code to use GLibUnix.signal_add instead.
nov. 04 09:26:28 b gnome-shell[2617]: DING: 0 DesktopManager() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js":263:12]
nov. 04 09:26:28 b gnome-shell[2617]: DING: 1 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":180:25]
nov. 04 09:26:28 b gnome-shell[2617]: DING: 2 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":197:20]
nov. 04 09:26:28 b gnome-shell[2617]: DING: 3 <TOP LEVEL> ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12]
nov. 04 09:26:29 b gnome-shell[2617]: DING: ** Message: 09:26:29.460: Connecting to org.freedesktop.Tracker3.Miner.Files
nov. 04 09:26:29 b gnome-shell[2617]: DING: GNOME nautilus 46.2
nov. 04 09:26:29 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.ArchiveManager1'
nov. 04 09:26:30 b gnome-shell[2617]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available.
nov. 04 09:26:30 b gnome-shell[2617]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available.
nov. 04 09:26:30 b gnome-shell[2617]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available.
nov. 04 09:26:30 b gnome-shell[2617]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available.
nov. 04 09:26:30 b gnome-shell[2617]: DING: DBus interface for File-roller (org.gnome.ArchiveManager1) is now available.
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
nov. 04 09:26:34 b gnome-shell[2617]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
nov. 04 09:26:35 b systemd[2272]: Started app-gnome-x\x2dterminal\x2demulator-3393.scope - Application launched by gsd-media-keys.
nov. 04 09:26:36 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.98' (uid=1000 pid=3396 comm="/usr/bin/gnome-terminal.real --wait" label="unconfined")
nov. 04 09:26:36 b systemd[2272]: Created slice app-org.gnome.Terminal.slice - Slice /app/org.gnome.Terminal.
nov. 04 09:26:36 b systemd[2272]: Starting gnome-terminal-server.service - GNOME Terminal Server...
nov. 04 09:26:36 b systemd[1]: Stopping user@128.service - User Manager for UID 128...
nov. 04 09:26:36 b systemd[1733]: Activating special unit exit.target...
nov. 04 09:26:36 b systemd[1733]: Stopped target default.target - Main User Target.
nov. 04 09:26:36 b systemd[1733]: Stopping dbus.service - D-Bus User Message Bus...
nov. 04 09:26:36 b systemd[1733]: Stopping filter-chain.service - PipeWire filter chain daemon...
nov. 04 09:26:36 b systemd[1733]: Stopping pipewire-pulse.service - PipeWire PulseAudio...
nov. 04 09:26:36 b systemd[1733]: Stopping xdg-document-portal.service - flatpak document portal service...
nov. 04 09:26:36 b systemd[1733]: Stopping xdg-permission-store.service - sandboxed app permission store...
nov. 04 09:26:36 b systemd[1733]: Stopped dbus.service - D-Bus User Message Bus.
nov. 04 09:26:36 b systemd[1733]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
nov. 04 09:26:36 b systemd[1733]: xdg-permission-store.service: Failed with result 'exit-code'.
nov. 04 09:26:36 b systemd[1733]: Stopped xdg-permission-store.service - sandboxed app permission store.
nov. 04 09:26:36 b systemd[1733]: Stopped pipewire-pulse.service - PipeWire PulseAudio.
nov. 04 09:26:36 b systemd[1]: run-user-128-doc.mount: Deactivated successfully.
nov. 04 09:26:36 b systemd[1733]: Stopped filter-chain.service - PipeWire filter chain daemon.
nov. 04 09:26:36 b systemd[1733]: Stopped xdg-document-portal.service - flatpak document portal service.
nov. 04 09:26:36 b systemd[1733]: Stopping wireplumber.service - Multimedia Service Session Manager...
nov. 04 09:26:36 b wireplumber[1787]: stopped by signal: Complété
nov. 04 09:26:36 b wireplumber[1787]: disconnected from pipewire
nov. 04 09:26:36 b systemd[1733]: Stopped wireplumber.service - Multimedia Service Session Manager.
nov. 04 09:26:36 b systemd[1733]: Stopping pipewire.service - PipeWire Multimedia Service...
nov. 04 09:26:36 b systemd[1733]: Stopped pipewire.service - PipeWire Multimedia Service.
nov. 04 09:26:36 b systemd[1733]: Removed slice session.slice - User Core Session Slice.
nov. 04 09:26:36 b systemd[1733]: session.slice: Consumed 1.047s CPU time.
nov. 04 09:26:36 b systemd[1733]: Stopped target basic.target - Basic System.
nov. 04 09:26:36 b systemd[1733]: Stopped target paths.target - Paths.
nov. 04 09:26:36 b systemd[1733]: Stopped ubuntu-report.path - Pending report trigger for Ubuntu Report.
nov. 04 09:26:36 b systemd[1733]: Stopped target sockets.target - Sockets.
nov. 04 09:26:36 b systemd[1733]: Stopped target timers.target - Timers.
nov. 04 09:26:36 b systemd[1733]: Stopped launchpadlib-cache-clean.timer - Clean up old files in the Launchpadlib cache.
nov. 04 09:26:36 b systemd[1733]: Stopped snap.firmware-updater.firmware-notifier.timer - Timer firmware-notifier for snap application firmware-updater.firmware-notifier.
nov. 04 09:26:36 b systemd[1733]: Closed dbus.socket - D-Bus User Message Bus Socket.
nov. 04 09:26:36 b systemd[1733]: Closed dirmngr.socket - GnuPG network certificate management daemon.
nov. 04 09:26:36 b systemd[1733]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper.
nov. 04 09:26:36 b systemd[1733]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon.
nov. 04 09:26:36 b systemd[1733]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers).
nov. 04 09:26:36 b systemd[1733]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted).
nov. 04 09:26:36 b systemd[1733]: Stopping gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation)...
nov. 04 09:26:36 b systemd[1733]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache.
nov. 04 09:26:36 b systemd[1733]: Closed keyboxd.socket - GnuPG public key management service.
nov. 04 09:26:36 b systemd[1733]: Closed pipewire-pulse.socket - PipeWire PulseAudio.
nov. 04 09:26:36 b systemd[1733]: Closed pipewire.socket - PipeWire Multimedia System Sockets.
nov. 04 09:26:36 b systemd[1733]: Closed pk-debconf-helper.socket - debconf communication socket.
nov. 04 09:26:36 b systemd[1733]: Closed snapd.session-agent.socket - REST API socket for snapd user session agent.
nov. 04 09:26:36 b systemd[1733]: Closed speech-dispatcher.socket - Speech Dispatcher Socket.
nov. 04 09:26:36 b systemd[1733]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation).
nov. 04 09:26:36 b systemd[1733]: Removed slice app.slice - User Application Slice.
nov. 04 09:26:36 b systemd[1733]: Reached target shutdown.target - Shutdown.
nov. 04 09:26:36 b systemd[1733]: Finished systemd-exit.service - Exit the Session.
nov. 04 09:26:36 b systemd[1733]: Reached target exit.target - Exit the Session.
nov. 04 09:26:36 b systemd[1]: user@128.service: Deactivated successfully.
nov. 04 09:26:36 b systemd[1]: Stopped user@128.service - User Manager for UID 128.
nov. 04 09:26:36 b systemd[1]: user@128.service: Consumed 3.905s CPU time.
nov. 04 09:26:36 b systemd[1]: Stopping user-runtime-dir@128.service - User Runtime Directory /run/user/128...
nov. 04 09:26:36 b systemd[1]: run-user-128.mount: Deactivated successfully.
nov. 04 09:26:36 b systemd[1]: user-runtime-dir@128.service: Deactivated successfully.
nov. 04 09:26:36 b systemd[1]: Stopped user-runtime-dir@128.service - User Runtime Directory /run/user/128.
nov. 04 09:26:36 b systemd[1]: Removed slice user-128.slice - User Slice of UID 128.
nov. 04 09:26:36 b systemd[1]: user-128.slice: Consumed 19.373s CPU time.
nov. 04 09:26:37 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Terminal'
nov. 04 09:26:37 b systemd[2272]: Started gnome-terminal-server.service - GNOME Terminal Server.
nov. 04 09:26:38 b systemd[2272]: Started vte-spawn-7e54e29d-5bc0-4776-bd03-833916fa91c5.scope - VTE child process 3438 launched by gnome-terminal-server process 3400.
nov. 04 09:26:44 b systemd[1]: systemd-localed.service: Deactivated successfully.
nov. 04 09:26:44 b systemd[1]: systemd-hostnamed.service: Deactivated successfully.
nov. 04 09:26:50 b geoclue[2161]: Service not used for 60 seconds. Shutting down..
nov. 04 09:26:50 b systemd[1]: geoclue.service: Deactivated successfully.
nov. 04 09:26:52 b sudo[3459]:        a : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/bash
nov. 04 09:26:52 b sudo[3459]: pam_unix(sudo-i:session): session opened for user root(uid=0) by a(uid=1000)
nov. 04 09:27:11 b systemd[2272]: Started app-gnome-update\x2dnotifier-3476.scope - Application launched by gnome-session-binary.
nov. 04 09:27:12 b systemd[2272]: Started app-gnome-ubuntu\x2dadvantage\x2dnotification-3492.scope - Application launched by gnome-session-binary.
nov. 04 09:27:31 b ntfs-3g[3518]: Version 2022.10.3 integrated FUSE 28
nov. 04 09:27:31 b ntfs-3g[3518]: Mounted /dev/sdb2 (Read-Write, label "NosDonnees", NTFS 3.1)
nov. 04 09:27:31 b ntfs-3g[3518]: Cmdline options: rw,windows_names,nofail
nov. 04 09:27:31 b ntfs-3g[3518]: Mount options: nofail,allow_other,nonempty,relatime,rw,fsname=/dev/sdb2,blkdev,blksize=4096
nov. 04 09:27:31 b ntfs-3g[3518]: Ownership and permissions disabled, configuration type 7
nov. 04 09:27:31 b ntfs-3g[3522]: Version 2022.10.3 integrated FUSE 28
nov. 04 09:27:31 b ntfs-3g[3522]: Mounted /dev/sda3 (Read-Write, label "ssdWin10", NTFS 3.1)
nov. 04 09:27:31 b ntfs-3g[3522]: Cmdline options: rw,windows_names,uid=1000,gid=1000
nov. 04 09:27:31 b ntfs-3g[3522]: Mount options: allow_other,nonempty,relatime,rw,default_permissions,fsname=/dev/sda3,blkdev,blksize=4096
nov. 04 09:27:31 b ntfs-3g[3522]: Global ownership and permissions enforced, configuration type 7
nov. 04 09:27:31 b gnome-shell[2617]: GFileInfo created without standard::icon
nov. 04 09:27:31 b gnome-shell[2617]: file ../../../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached
nov. 04 09:27:31 b ntfs-3g[3531]: Version 2022.10.3 integrated FUSE 28
nov. 04 09:27:31 b ntfs-3g[3531]: Mounted /dev/sdc7 (Read-Write, label "4ToBigDisk", NTFS 3.1)
nov. 04 09:27:31 b ntfs-3g[3531]: Cmdline options: rw,bg
nov. 04 09:27:31 b ntfs-3g[3531]: Mount options: bg,allow_other,nonempty,relatime,rw,fsname=/dev/sdc7,blkdev,blksize=4096
nov. 04 09:27:31 b ntfs-3g[3531]: Ownership and permissions disabled, configuration type 7
nov. 04 09:27:32 b kernel: EXT4-fs (md0): mounted filesystem 4e8d96c6-e99c-4b45-a8a3-b9dfffb29650 r/w with ordered data mode. Quota mode: none.
nov. 04 09:27:32 b kernel: netfs: FS-Cache loaded
nov. 04 09:27:32 b kernel: Key type cifs.spnego registered
nov. 04 09:27:32 b kernel: Key type cifs.idmap registered
nov. 04 09:27:32 b kernel: CIFS: No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3.1.1), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3.1.1 (or even SMB3 or SMB2.1) specify vers=1.0 on mount.
nov. 04 09:27:32 b kernel: CIFS: enabling forceuid mount option implicitly because uid= option is specified
nov. 04 09:27:32 b kernel: CIFS: enabling forcegid mount option implicitly because gid= option is specified
nov. 04 09:27:32 b kernel: CIFS: Attempting to mount //mafreebox.freebox.fr/Disque 2
nov. 04 09:27:32 b kernel: ntfs3: Enabled Linux POSIX ACLs support
nov. 04 09:27:32 b kernel: ntfs3: Read-only LZX/Xpress compression included
nov. 04 09:28:07 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.Nautilus' requested by ':1.92' (uid=1000 pid=3313 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
nov. 04 09:28:08 b nautilus[3563]: Connecting to org.freedesktop.Tracker3.Miner.Files
nov. 04 09:28:08 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.Nautilus'
nov. 04 09:28:09 b nautilus[3563]: Failed to realize renderer of type 'GskNglRenderer' for surface 'GdkX11Toplevel': OpenGL ES 3.0 is not supported by this renderer.
nov. 04 09:28:10 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.108' (uid=1000 pid=3563 comm="/usr/bin/nautilus --gapplication-service" label="nautilus (unconfined)")
nov. 04 09:28:10 b gnome-shell[2617]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600004
nov. 04 09:28:10 b systemd[1]: Starting systemd-hostnamed.service - Hostname Service...
nov. 04 09:28:10 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.hostname1'
nov. 04 09:28:10 b systemd[1]: Started systemd-hostnamed.service - Hostname Service.
nov. 04 09:28:12 b systemd[2272]: Started app-gnome-org.gnome.DejaDup.Monitor-3609.scope - Application launched by gnome-session-binary.
nov. 04 09:28:26 b gnome-text-edit[3621]: Failed to realize renderer of type 'GskNglRenderer' for surface 'GdkX11Toplevel': OpenGL ES 3.0 is not supported by this renderer.
nov. 04 09:28:27 b gnome-shell[2617]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2c00004
nov. 04 09:28:41 b systemd[1]: systemd-hostnamed.service: Deactivated successfully.
nov. 04 09:28:49 b kernel: perf: interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
nov. 04 09:28:55 b gnome-text-edit[3621]: Failed to realize renderer of type 'GskNglRenderer' for surface 'GdkX11Popup': OpenGL ES 3.0 is not supported by this renderer.
nov. 04 09:29:52 b gnome-text-edit[3621]: Trying to snapshot GtkGizmo 0x61df673b00c0 without a current allocation
nov. 04 09:30:01 b CRON[3662]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
nov. 04 09:30:01 b CRON[3663]: (root) CMD ([ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi)
nov. 04 09:30:01 b CRON[3662]: pam_unix(cron:session): session closed for user root
nov. 04 09:30:13 b dbus-daemon[2308]: [session uid=1000 pid=2308] Activating service name='org.gnome.DejaDup' requested by ':1.106' (uid=1000 pid=3609 comm="/usr/libexec/deja-dup/deja-dup-monitor" label="unconfined")
nov. 04 09:30:13 b dbus-daemon[2308]: [session uid=1000 pid=2308] Successfully activated service 'org.gnome.DejaDup'
nov. 04 09:30:23 b systemd[1]: Starting update-notifier-download.service - Download data for packages that failed at package install time...
nov. 04 09:30:24 b systemd[1]: update-notifier-download.service: Deactivated successfully.
nov. 04 09:30:24 b systemd[1]: Finished update-notifier-download.service - Download data for packages that failed at package install time.
nov. 04 09:30:37 b kernel: perf: interrupt took too long (3142 > 3137), lowering kernel.perf_event_max_sample_rate to 63000
nov. 04 09:30:39 b dbus-daemon[1335]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.18' (uid=0 pid=1359 comm="/usr/lib/snapd/snapd" label="unconfined")
nov. 04 09:30:39 b systemd[1]: Starting systemd-timedated.service - Time & Date Service...
nov. 04 09:30:40 b dbus-daemon[1335]: [system] Successfully activated service 'org.freedesktop.timedate1'
nov. 04 09:30:40 b systemd[1]: Started systemd-timedated.service - Time & Date Service.
nov. 04 09:31:10 b systemd[1]: systemd-timedated.service: Deactivated successfully.
nov. 04 09:31:13 b PackageKit[1944]: daemon quit
nov. 04 09:31:13 b systemd[1]: packagekit.service: Deactivated successfully.
nov. 04 09:31:28 b systemd[1]: Configuration file /run/systemd/system/netplan-ovs-cleanup.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
nov. 04 09:31:44 b systemd[2272]: launchpadlib-cache-clean.service - Clean up old files in the Launchpadlib cache was skipped because of an unmet condition check (ConditionPathExists=/home/a/.launchpadlib/api.launchpad.net/cache).
nov. 04 09:31:44 b systemd[1]: Started anacron.service - Run anacron jobs.
nov. 04 09:31:45 b anacron[3699]: Anacron 2.3 started on 2024-11-04
nov. 04 09:31:45 b anacron[3699]: Normal exit (0 jobs run)
nov. 04 09:31:45 b systemd[1]: anacron.service: Deactivated successfully.
nov. 04 09:34:02 b kernel: perf: interrupt took too long (3935 > 3927), lowering kernel.perf_event_max_sample_rate to 50000
a@b:~$ 

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

#5 Le 04/11/2024, à 10:59

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

GR 34 a écrit :

Je me trompe si je dis que tu as beaucoup de services au démarrage ?

Bonjour
Merci de participer à ce débat.
Je n'ai pas de points de comparaison.

a@b:~$ systemctl list-units |wc -l
311
a@b:~$ systemctl list-units |grep activ |wc -l
306
a@b:~$ 

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

#6 Le 04/11/2024, à 11:13

xubu1957

Re : Cheval de trait. Cheval de trot. A propos des SSD

Bonjour,

Montre la RAM :

LANG=C free -wh

et :

ls -l /var/crash

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

Hors ligne

#7 Le 04/11/2024, à 12:16

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

Bonjour
Notez que je ne cherche pas de dépannage car  je trouve normal que la présence d'un SSD n'améliore pas toutes les étapes de la mise en route.

a@b:~$ LANG=C free -wh
               total        used        free      shared     buffers       cache   available
Mem:           3.6Gi       1.7Gi       343Mi       183Mi        61Mi       1.9Gi       1.9Gi
Swap:          1.0Gi          0B       1.0Gi
a@b:~$ ls -l /var/crash
total 0
a@b:~$

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

#8 Le 04/11/2024, à 14:13

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

Chez moi, avec un SSD :

jean-marie@jean-marie:~$ systemd-analyze time
Startup finished in 12.951s (firmware) + 1.147s (loader) + 4.896s (kernel) + 7.059s (userspace) = 26.055s 
graphical.target reached after 7.013s in userspace.
jean-marie@jean-marie:~$

Moi, ça me va.

Amicalement.

Jean-Marie

P.S. Bon, moi, je suis sous debian...


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#9 Le 04/11/2024, à 14:20

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

Je suis battu !

systemd-analyze time
Startup finished in 12.909s (firmware) + 6.529s (loader) + 4.814s (kernel) + 9.833s (userspace) = 34.087s 
graphical.target reached after 9.628s in userspace.

Debian 12 Mate

J'aurais tendance à penser que Debian démarre moins de services que Ubuntu : chez moi 213 et 205 .

Dernière modification par GR 34 (Le 04/11/2024, à 14:22)


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#10 Le 04/11/2024, à 14:26

xubu1957

Re : Cheval de trait. Cheval de trot. A propos des SSD

Debian n'utilise pas le système du noyau de secours comme Ubuntu.


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

Hors ligne

#11 Le 04/11/2024, à 14:37

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

xubu1957 a écrit :

Debian n'utilise pas le système du noyau de secours comme Ubuntu.

Que veux-tu dire par là ?


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#12 Le 04/11/2024, à 14:52

xubu1957

Re : Cheval de trait. Cheval de trot. A propos des SSD

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

indique ?


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

Hors ligne

#13 Le 04/11/2024, à 14:55

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-image-5.10.0-22-amd64    5.10.178-3  amd64
ii  linux-headers-6.1.0-26-common  6.1.112-1   all
ii  linux-headers-6.1.0-26-amd64   6.1.112-1   amd64
ii  linux-image-6.1.0-26-amd64     6.1.112-1   amd64
ii  linux-headers-6.1.0-27-common  6.1.115-1   all
ii  linux-compiler-gcc-12-x86      6.1.115-1   amd64
ii  linux-headers-6.1.0-27-amd64   6.1.115-1   amd64
ii  linux-headers-amd64            6.1.115-1   amd64
ii  linux-image-6.1.0-27-amd64     6.1.115-1   amd64
ii  linux-image-amd64              6.1.115-1   amd64

Noyau courant : 6.1.0-27-amd64 x86_64

Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#14 Le 04/11/2024, à 14:58

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii  linux-headers-6.8.0-47                6.8.0-47.47  all
ii  linux-headers-6.8.0-47-generic        6.8.0-47.47  amd64
ii  linux-image-6.8.0-47-generic          6.8.0-47.47  amd64
ii  linux-modules-6.8.0-47-generic        6.8.0-47.47  amd64
ii  linux-modules-extra-6.8.0-47-generic  6.8.0-47.47  amd64
ii  linux-tools-6.8.0-47                  6.8.0-47.47  amd64
ii  linux-tools-6.8.0-47-generic          6.8.0-47.47  amd64
ii  linux-headers-6.8.0-48                6.8.0-48.48  all
ii  linux-tools-common                    6.8.0-48.48  all
ii  linux-generic                         6.8.0-48.48  amd64
ii  linux-headers-6.8.0-48-generic        6.8.0-48.48  amd64
ii  linux-headers-generic                 6.8.0-48.48  amd64
ii  linux-image-6.8.0-48-generic          6.8.0-48.48  amd64
ii  linux-image-generic                   6.8.0-48.48  amd64
ii  linux-modules-6.8.0-48-generic        6.8.0-48.48  amd64
ii  linux-modules-extra-6.8.0-48-generic  6.8.0-48.48  amd64
ii  linux-tools-6.8.0-48                  6.8.0-48.48  amd64
ii  linux-tools-6.8.0-48-generic          6.8.0-48.48  amd64

Noyau courant : 6.8.0-48-generic x86_64

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

#15 Le 04/11/2024, à 15:07

xubu1957

Re : Cheval de trait. Cheval de trot. A propos des SSD

Debian est plus dépouillé et plus léger. Je ne sais pas si la commande de nany est optimale pour une autre distribution, non basée sur Ubuntu.


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

Hors ligne

#16 Le 04/11/2024, à 16:09

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

jean-marie@jean-marie:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-headers-6.1.0-18-common  6.1.76-1   all
ii  linux-headers-6.1.0-18-amd64   6.1.76-1   amd64
ii  linux-image-6.1.0-18-amd64     6.1.76-1   amd64
ii  linux-headers-6.1.0-20-common  6.1.85-1   all
ii  linux-headers-6.1.0-20-amd64   6.1.85-1   amd64
ii  linux-headers-6.1.0-25-common  6.1.106-3  all
ii  linux-headers-6.1.0-25-amd64   6.1.106-3  amd64
ii  linux-image-6.1.0-25-amd64     6.1.106-3  amd64
ii  linux-headers-6.1.0-26-common  6.1.112-1  all
ii  linux-compiler-gcc-12-x86      6.1.112-1  amd64
ii  linux-headers-6.1.0-26-amd64   6.1.112-1  amd64
ii  linux-headers-amd64            6.1.112-1  amd64
ii  linux-image-6.1.0-26-amd64     6.1.112-1  amd64
ii  linux-image-amd64              6.1.112-1  amd64

Noyau courant : 6.1.0-26-amd64 x86_64
jean-marie@jean-marie:~$

Ça fait un moment que je n'ai pas fait le ménage dans les noyaux.

debian bookworn Cinnamon.

Amicalement.

Jean-Marie

P.S. et maintenant :

jean-marie@jean-marie:/$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"

ii  linux-headers-6.1.0-25-common  6.1.106-3  all
ii  linux-headers-6.1.0-25-amd64   6.1.106-3  amd64
ii  linux-image-6.1.0-25-amd64     6.1.106-3  amd64
ii  linux-headers-6.1.0-26-common  6.1.112-1  all
ii  linux-compiler-gcc-12-x86      6.1.112-1  amd64
ii  linux-headers-6.1.0-26-amd64   6.1.112-1  amd64
ii  linux-headers-amd64            6.1.112-1  amd64
ii  linux-image-6.1.0-26-amd64     6.1.112-1  amd64
ii  linux-image-amd64              6.1.112-1  amd64

Noyau courant : 6.1.0-26-amd64 x86_64
jean-marie@jean-marie:/$

Dernière modification par diesel (Le 04/11/2024, à 16:19)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#17 Le 04/11/2024, à 16:25

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

GR 34 a écrit :

Je suis battu !

systemd-analyze time
Startup finished in 12.909s (firmware) + 6.529s (loader) + 4.814s (kernel) + 9.833s (userspace) = 34.087s 
graphical.target reached after 9.628s in userspace.

Debian 12 Mate

J'aurais tendance à penser que Debian démarre moins de services que Ubuntu : chez moi 213 et 205 .

Ce qui est surprenant, ce sont les plus de 5s d'écart sur le loader. Quoi que... Tu as les 5 secondes de pause avant que ça démarre ?

Comment tu as fait pour avoir le noyau 6.1.0-27 ?

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 04/11/2024, à 17:10)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#18 Le 04/11/2024, à 16:38

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

geole a écrit :
systemd-analyze blame | head -20
13.234s plymouth-quit-wait.service
10.837s systemd-udev-settle.service
 7.765s snapd.seeded.service
 7.075s NetworkManager.service
 6.468s dev-sda4.device
 4.683s snapd.service
 4.040s smartmontools.service
 3.380s udisks2.service
 3.281s apport.service
 3.038s gpu-manager.service
 2.873s accounts-daemon.service
 2.666s gnome-remote-desktop.service
 2.433s power-profiles-daemon.service
 2.403s polkit.service
 2.366s rsyslog.service
 1.936s avahi-daemon.service
 1.935s grub-common.service
 1.867s zfs-import-cache.service
 1.807s NetworkManager-wait-online.service
 1.683s user@1000.service

Si je comprends bien, snap (dans son ensemble) te "coûte" 4,583 + 7,765 = 12,348s.

Cependant, je pense que cette liste , déjà triée (par ordre de durée croissant), ne donne pas une idée de l'ordre dans lequel les services sont lancés, ni si la fin de l'exécution de l'initialisation d'un service donné est un préalable à la connexion à ton espace utilisateur.

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 04/11/2024, à 17:22)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#19 Le 04/11/2024, à 17:29

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

diesel a écrit :
GR 34 a écrit :

Je suis battu !

systemd-analyze time
Startup finished in 12.909s (firmware) + 6.529s (loader) + 4.814s (kernel) + 9.833s (userspace) = 34.087s 
graphical.target reached after 9.628s in userspace.

Debian 12 Mate

J'aurais tendance à penser que Debian démarre moins de services que Ubuntu : chez moi 213 et 205 .

Ce qui est surprenant, ce sont les plus de 5s d'écart sur le loader. Quoi que... Tu as les 5 secondes de pause avant que ça démarre ?

Comment tu as fait pour avoir le noyau 6.1.0-27 ?

Amicalement.

Jean-Marie

J'ai juste 2 secondes de pause avant que ça démarre à vue de nez...

Le noyau vient d'une mise à jour avec Synaptic hier.

Dernière modification par GR 34 (Le 04/11/2024, à 17:31)


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#20 Le 04/11/2024, à 18:30

RaphaelG

Re : Cheval de trait. Cheval de trot. A propos des SSD

Il y un petit détail que vous ne prenez pas en compte : le processeur.
Entre un Intel Celeron et un Intel Core i9, les résultats doivent pas mal diverger.

Dernière modification par RaphaelG (Le 04/11/2024, à 19:07)

Hors ligne

#21 Le 04/11/2024, à 18:48

geole

Re : Cheval de trait. Cheval de trot. A propos des SSD

Tout à Fait

sudo dmidecode -t4 | grep Version
	Version: Intel(R) Celeron(R) CPU        E3400  @ 2.60GHz     

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

#22 Le 04/11/2024, à 18:53

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

GR 34 a écrit :

Le noyau vient d'une mise à jour avec Synaptic hier.

Je ne sais pas à quels dépôts tu es abonné.

Je viens de vérifier sur le site de debian. La version pour bookworm stable est bien la 6.1.0-26. A moins qu'une partie de la France du côté du nord-ouest soit dans un espace-temps différent...

Amicalement.

Jean-Marie


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#23 Le 05/11/2024, à 09:25

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

diesel a écrit :
GR 34 a écrit :

Le noyau vient d'une mise à jour avec Synaptic hier.

Je ne sais pas à quels dépôts tu es abonné.

Je viens de vérifier sur le site de debian. La version pour bookworm stable est bien la 6.1.0-26. A moins qu'une partie de la France du côté du nord-ouest soit dans un espace-temps différent...

Amicalement.

Jean-Marie

Je revérifie :
c'est bien 27 !

uname -r
6.1.0-27-amd64

Donc la partie de la France du côté du nord-ouest que j'appellerais seulement ouest est en avance ! tongue

Sinon d'après mon sources.list mon serveur est : http://deb.debian.org/debian

Et mon /etc/os-release dit :


PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Bon, on est bien dans une autre dimension de l'espace-temps :

J'allume mon autre ordi, un portable sous Bookworm et le uname -r me renvoie 6.1.0-26-amd64

Je fonce sur Synaptic et il y avait une mise à jour à faire. Je la fais et m'attends à 27 et ben pas du tout : c'est toujours 26

Donc résumons j'ai deux pc, un fixe et un portable. Tous deux sont sous Bookworm et Mate avec chacun un proc I5. Ils sont tous les deux fraîchement à jour mais les deux noyaux ont des versions différentes !

Dernière modification par GR 34 (Le 05/11/2024, à 10:28)


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne

#24 Le 05/11/2024, à 13:39

diesel

Re : Cheval de trait. Cheval de trot. A propos des SSD

GR 34 a écrit :

Sinon d'après mon sources.list mon serveur est : http://deb.debian.org/debian

Certes..., mais on peut avoir la ligne de ton sources.list en entier ?

Et pour avoir la "vraie" version de ton OS, c'est plutôt le fichier debian_version qu'il faut regarder : 12.7 chez moi.

Amicalement.

Jean-Marie

Dernière modification par diesel (Le 05/11/2024, à 13:41)


Je déteste qu'on cherche à me faire passer pour un con, j'y arrive déjà très bien tout seul.
Le mort, il sait pas qu'il est mort ; c'est pour les autres que c'est dur.................... Pour les cons, c'est pareil.

Hors ligne

#25 Le 05/11/2024, à 15:34

GR 34

Re : Cheval de trait. Cheval de trot. A propos des SSD

debian_version me renvoie 12.8  !

Ceci expliquerait-il cela ?

Dernière modification par GR 34 (Le 05/11/2024, à 15:37)


Karantez-vro...  Breizhad on ha lorc'h ennon !
«Les animaux sont mes amis. Et je ne mange pas mes amis.» George Bernard Shaw
https://www.l214.com/

Hors ligne