You are not logged in.

#1 2023-05-21 13:19:50

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

[SOLVED] No wayland option in GDM with nvidia proprietary drivers

I can only run GNOME with X11, and GDM does not display the Wayland option for the GNOME Session. I have run all the checks I could find in the wiki, so I am not sure why.

  • My system is up to date (GNOME 44)

  • My graphic card is a NVIDIA GeForce GTX 1050 Ti

  • The kernel is Linux 6.3.2-arch1-1

  • I run the nvidia proprietary driver with the nvidia package, version 530.41.03-11

  • nvidia DRM kms is enabled with mkinitcpio

    $ grep nvidia /etc/mkinitcpio.conf
    MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"
    $ sudo lsmod | grep nvidia
    [sudo] Mot de passe de azmeuk :
    nvidia_uvm           3211264  0
    nvidia_drm             94208  16
    nvidia_modeset       1519616  22 nvidia_drm
    video                  77824  2 asus_wmi,nvidia_modeset
    nvidia              61693952  1052 nvidia_uvm,nvidia_modeset
  • The driver PreserveVideoMemoryAllocations option is enabled:

    $ cat /proc/driver/nvidia/params | grep Preserve
    PreserveVideoMemoryAllocations: 1
  • nvidia-suspend.service and nvidia-hibernate.service are enabled

  • There is no potential conflicting /etc/udev/rules.d/61-gdm.rules file

  • Wayland is not explicitly disabled in GDM configuration:

    $ cat /etc/gdm/custom.conf
    [daemon]
    #WaylandEnable=false
  • I cannot see anything related in gdm log files:

    sudo journalctl -u gdm
    -- Boot a1a673cb3d934b6e98154dba91c04825 --
    mai 21 14:51:30 salameche systemd[1]: Starting GNOME Display Manager...
    mai 21 14:51:30 salameche systemd[1]: Started GNOME Display Manager.
    mai 21 14:52:51 salameche gdm-password][1277]: pam_systemd_home(gdm-password:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
    mai 21 14:52:57 salameche gdm-password][1277]: gkr-pam: unable to locate daemon control file
    mai 21 14:52:57 salameche gdm-password][1277]: gkr-pam: stashed password to try later in open session
    mai 21 14:52:57 salameche gdm-password][1277]: pam_unix(gdm-password:session): session opened for user azmeuk(uid=1000) by azmeuk(uid=0)
    mai 21 14:52:57 salameche gdm-password][1277]: gkr-pam: unlocked login keyring
    mai 21 14:53:04 salameche gdm[540]: Gdm: Child process -609 was already dead.
  • There is a strange Failed to grab modeset ownership message on dmesg.

    sudo dmesg | grep nvidia
    [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
    [    0.046826] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
    [    2.667581] nvidia: loading out-of-tree module taints kernel.
    [    2.667594] nvidia: module license 'NVIDIA' taints kernel.
    [    2.681956] nvidia: module verification failed: signature and/or required key missing - tainting kernel
    [    3.066920] nvidia-nvlink: Nvlink Core is being initialized, major device number 238
    [    3.067993] nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
    [    3.214749] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
    [    3.216575] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
    [    3.216651] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
    [    3.813142] nvidia-uvm: Loaded the UVM driver, major device number 236.
    [    3.863891] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0
    [    9.989759] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
    [   97.008104] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership

Does anyone have a clue?

Last edited by azmeuk (2023-05-26 15:01:08)

Offline

#2 2023-05-21 15:20:53

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

[    3.216651] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.

Are you using https://archlinux.org/packages/extra/x8 … idia-open/ ?

Offline

#3 2023-05-22 16:23:07

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

No, I use the package called "nvidia". Should I try nvidia-open ?

Offline

#4 2023-05-22 18:52:35

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

Nope, I had suspected nvidia-open to be the cause of the nvidia-drm error.

This reddit PSA suggest you might be blacklisting i915 or amdgpu?
https://www.reddit.com/r/linux_gaming/c … x00000100/

Edit: in doubt please post the entire system journal.

Last edited by seth (2023-05-22 18:53:14)

Offline

#5 2023-05-24 08:30:34

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

I cannot see any configuration blacklisting i915 or amdgpu, but the modules are not loaded anyways.

$ sudo dmesg
[    0.000000] microcode: updated early: 0xc2 -> 0xf0, date = 2021-11-12
[    0.000000] Linux version 6.3.3-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Sun, 21 May 2023 16:15:22 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 2032
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008454afff] usable
[    0.000000] BIOS-e820: [mem 0x000000008454b000-0x000000008454bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008454c000-0x000000008454cfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008454d000-0x000000008d29afff] usable
[    0.000000] BIOS-e820: [mem 0x000000008d29b000-0x000000008e9d6fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008e9d7000-0x000000008ea19fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008ea1a000-0x000000008f1cbfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008f1cc000-0x000000008fa38fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008fa39000-0x000000008faa1fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000008faa2000-0x000000008fafffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008fb00000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000086effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.5 by American Megatrends
[    0.000000] efi: ESRT=0x8f9add98 ACPI=0x8e9e4000 ACPI 2.0=0x8e9e4000 SMBIOS=0xf05e0 SMBIOS 3.0=0xf0600
[    0.000000] efi: Remove mem37: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
[    0.000000] e820: remove [mem 0xe0000000-0xefffffff] reserved
[    0.000000] efi: Not removing mem38: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
[    0.000000] efi: Not removing mem39: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem40: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
[    0.000000] efi: Remove mem41: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: System manufacturer System Product Name/Z170-A, BIOS 3802 03/15/2018
[    0.000000] tsc: Detected 4000.000 MHz processor
[    0.000000] tsc: Detected 3999.984 MHz TSC
[    0.000453] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000456] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000462] last_pfn = 0x86f000 max_arch_pfn = 0x400000000
[    0.000465] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.000782] last_pfn = 0x8fb00 max_arch_pfn = 0x400000000
[    0.005957] found SMP MP-table at [mem 0x000fcc90-0x000fcc9f]
[    0.005965] esrt: Reserving ESRT space from 0x000000008f9add98 to 0x000000008f9addd0.
[    0.005970] Using GB pages for direct mapping
[    0.006232] Secure boot disabled
[    0.006233] RAMDISK: [mem 0x2a5dd000-0x312e5fff]
[    0.006236] ACPI: Early table checksum verification disabled
[    0.006238] ACPI: RSDP 0x000000008E9E4000 000024 (v02 ALASKA)
[    0.006241] ACPI: XSDT 0x000000008E9E40A8 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006245] ACPI: FACP 0x000000008EA0E3A0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006249] ACPI: DSDT 0x000000008E9E4200 02A19D (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.006251] ACPI: FACS 0x000000008F1CBC40 000040
[    0.006253] ACPI: APIC 0x000000008EA0E4B8 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.006255] ACPI: FPDT 0x000000008EA0E578 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006257] ACPI: BGRT 0x000000008EA18FB8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006259] ACPI: MCFG 0x000000008EA0E618 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.006261] ACPI: SSDT 0x000000008EA0E658 000390 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.006263] ACPI: FIDT 0x000000008EA0E9E8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006265] ACPI: SSDT 0x000000008EA0EA88 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.006267] ACPI: SSDT 0x000000008EA11BE0 00253E (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.006269] ACPI: HPET 0x000000008EA14120 000038 (v01 INTEL  SKL      00000001 MSFT 0000005F)
[    0.006271] ACPI: SSDT 0x000000008EA14158 000024 (v02 INTEL  OEM_RTD3 00001000 INTL 20160422)
[    0.006273] ACPI: SSDT 0x000000008EA14180 000B13 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
[    0.006275] ACPI: UEFI 0x000000008EA14C98 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.006277] ACPI: SSDT 0x000000008EA14CE0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.006279] ACPI: LPIT 0x000000008EA15BC0 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.006281] ACPI: WSMT 0x000000008EA15C58 000028 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.006283] ACPI: SSDT 0x000000008EA15C80 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.006285] ACPI: SSDT 0x000000008EA15F20 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.006287] ACPI: DBGP 0x000000008EA18F28 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.006289] ACPI: DBG2 0x000000008EA18F60 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.006290] ACPI: Reserving FACP table memory at [mem 0x8ea0e3a0-0x8ea0e4b3]
[    0.006291] ACPI: Reserving DSDT table memory at [mem 0x8e9e4200-0x8ea0e39c]
[    0.006292] ACPI: Reserving FACS table memory at [mem 0x8f1cbc40-0x8f1cbc7f]
[    0.006293] ACPI: Reserving APIC table memory at [mem 0x8ea0e4b8-0x8ea0e573]
[    0.006293] ACPI: Reserving FPDT table memory at [mem 0x8ea0e578-0x8ea0e5bb]
[    0.006294] ACPI: Reserving BGRT table memory at [mem 0x8ea18fb8-0x8ea18fef]
[    0.006294] ACPI: Reserving MCFG table memory at [mem 0x8ea0e618-0x8ea0e653]
[    0.006295] ACPI: Reserving SSDT table memory at [mem 0x8ea0e658-0x8ea0e9e7]
[    0.006295] ACPI: Reserving FIDT table memory at [mem 0x8ea0e9e8-0x8ea0ea83]
[    0.006296] ACPI: Reserving SSDT table memory at [mem 0x8ea0ea88-0x8ea11bdb]
[    0.006296] ACPI: Reserving SSDT table memory at [mem 0x8ea11be0-0x8ea1411d]
[    0.006297] ACPI: Reserving HPET table memory at [mem 0x8ea14120-0x8ea14157]
[    0.006297] ACPI: Reserving SSDT table memory at [mem 0x8ea14158-0x8ea1417b]
[    0.006298] ACPI: Reserving SSDT table memory at [mem 0x8ea14180-0x8ea14c92]
[    0.006299] ACPI: Reserving UEFI table memory at [mem 0x8ea14c98-0x8ea14cd9]
[    0.006299] ACPI: Reserving SSDT table memory at [mem 0x8ea14ce0-0x8ea15bbd]
[    0.006300] ACPI: Reserving LPIT table memory at [mem 0x8ea15bc0-0x8ea15c53]
[    0.006300] ACPI: Reserving WSMT table memory at [mem 0x8ea15c58-0x8ea15c7f]
[    0.006301] ACPI: Reserving SSDT table memory at [mem 0x8ea15c80-0x8ea15f1e]
[    0.006301] ACPI: Reserving SSDT table memory at [mem 0x8ea15f20-0x8ea18f21]
[    0.006302] ACPI: Reserving DBGP table memory at [mem 0x8ea18f28-0x8ea18f5b]
[    0.006302] ACPI: Reserving DBG2 table memory at [mem 0x8ea18f60-0x8ea18fb3]
[    0.006391] No NUMA configuration found
[    0.006392] Faking a node at [mem 0x0000000000000000-0x000000086effffff]
[    0.006394] NODE_DATA(0) allocated [mem 0x86effb000-0x86effffff]
[    0.006422] Zone ranges:
[    0.006423]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006424]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006425]   Normal   [mem 0x0000000100000000-0x000000086effffff]
[    0.006426]   Device   empty
[    0.006427] Movable zone start for each node
[    0.006428] Early memory node ranges
[    0.006428]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.006429]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.006430]   node   0: [mem 0x0000000000100000-0x000000008454afff]
[    0.006430]   node   0: [mem 0x000000008454d000-0x000000008d29afff]
[    0.006431]   node   0: [mem 0x000000008faa2000-0x000000008fafffff]
[    0.006432]   node   0: [mem 0x0000000100000000-0x000000086effffff]
[    0.006434] Initmem setup node 0 [mem 0x0000000000001000-0x000000086effffff]
[    0.006436] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006438] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006452] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.008784] On node 0, zone DMA32: 2 pages in unavailable ranges
[    0.008841] On node 0, zone DMA32: 10247 pages in unavailable ranges
[    0.041855] On node 0, zone Normal: 1280 pages in unavailable ranges
[    0.041879] On node 0, zone Normal: 4096 pages in unavailable ranges
[    0.042076] ACPI: PM-Timer IO Port: 0x1808
[    0.042081] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.042082] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.042083] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.042083] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.042084] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.042084] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.042085] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.042085] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.042110] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.042112] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.042113] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.042116] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.042117] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.042121] e820: update [mem 0x8a39e000-0x8a3e3fff] usable ==> reserved
[    0.042130] TSC deadline timer available
[    0.042130] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.042141] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.042143] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.042144] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[    0.042145] PM: hibernation: Registered nosave memory: [mem 0x8454b000-0x8454bfff]
[    0.042145] PM: hibernation: Registered nosave memory: [mem 0x8454c000-0x8454cfff]
[    0.042146] PM: hibernation: Registered nosave memory: [mem 0x8a39e000-0x8a3e3fff]
[    0.042147] PM: hibernation: Registered nosave memory: [mem 0x8d29b000-0x8e9d6fff]
[    0.042148] PM: hibernation: Registered nosave memory: [mem 0x8e9d7000-0x8ea19fff]
[    0.042148] PM: hibernation: Registered nosave memory: [mem 0x8ea1a000-0x8f1cbfff]
[    0.042149] PM: hibernation: Registered nosave memory: [mem 0x8f1cc000-0x8fa38fff]
[    0.042149] PM: hibernation: Registered nosave memory: [mem 0x8fa39000-0x8faa1fff]
[    0.042150] PM: hibernation: Registered nosave memory: [mem 0x8fb00000-0x8fffffff]
[    0.042151] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfdffffff]
[    0.042151] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.042152] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.042152] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.042153] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.042153] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.042154] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[    0.042155] [mem 0x90000000-0xfdffffff] available for PCI devices
[    0.042156] Booting paravirtualized kernel on bare hardware
[    0.042157] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.046456] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.046708] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.046712] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.046713] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.046727] Fallback order for Node 0: 0
[    0.046728] Built 1 zonelists, mobility grouping on.  Total pages: 8241899
[    0.046729] Policy zone: Normal
[    0.046730] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
[    0.046772] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[    0.046803] random: crng init done
[    0.048983] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.050080] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.050285] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.050287] software IO TLB: area num 8.
[    0.104755] Memory: 32543416K/33491536K available (16384K kernel code, 2107K rwdata, 12652K rodata, 3324K init, 4000K bss, 947860K reserved, 0K cma-reserved)
[    0.104842] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.104849] Kernel/User page tables isolation: enabled
[    0.104869] ftrace: allocating 47287 entries in 185 pages
[    0.110540] ftrace: allocated 185 pages with 5 groups
[    0.110585] Dynamic Preempt: full
[    0.110606] rcu: Preemptible hierarchical RCU implementation.
[    0.110606] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.110607] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.110608] 	Trampoline variant of Tasks RCU enabled.
[    0.110608] 	Rude variant of Tasks RCU enabled.
[    0.110608] 	Tracing variant of Tasks RCU enabled.
[    0.110609] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.110609] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.112571] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[    0.112876] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.113064] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.113086] Console: colour dummy device 80x25
[    0.113088] printk: console [tty0] enabled
[    0.113115] ACPI: Core revision 20221020
[    0.113339] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.113403] APIC: Switch to symmetric I/O mode setup
[    0.114604] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.118945] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.133417] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x73509d9fa88, max_idle_ns: 881590914879 ns
[    0.133421] Calibrating delay loop (skipped), value calculated using timer frequency.. 8003.30 BogoMIPS (lpj=13333280)
[    0.133423] pid_max: default: 32768 minimum: 301
[    0.136528] LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
[    0.136537] landlock: Up and running.
[    0.136538] Yama: becoming mindful.
[    0.136543] LSM support for eBPF active
[    0.136588] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.136624] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.136767] x86/cpu: SGX disabled by BIOS.
[    0.136772] CPU0: Thermal monitoring enabled (TM1)
[    0.136803] process: using mwait in idle threads
[    0.136806] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.136807] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.136810] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.136811] Spectre V2 : Mitigation: IBRS
[    0.136812] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.136813] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.136813] RETBleed: Mitigation: IBRS
[    0.136814] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.136815] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.136816] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.136822] MDS: Mitigation: Clear CPU buffers
[    0.136822] TAA: Mitigation: TSX disabled
[    0.136823] MMIO Stale Data: Mitigation: Clear CPU buffers
[    0.136827] SRBDS: Mitigation: Microcode
[    0.153064] Freeing SMP alternatives memory: 40K
[    0.153464] smpboot: CPU0: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.153564] cblist_init_generic: Setting adjustable number of callback queues.
[    0.153566] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.153576] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.153586] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.153594] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.153612] ... version:                4
[    0.153612] ... bit width:              48
[    0.153613] ... generic registers:      4
[    0.153614] ... value mask:             0000ffffffffffff
[    0.153614] ... max period:             00007fffffffffff
[    0.153615] ... fixed-purpose events:   3
[    0.153616] ... event mask:             000000070000000f
[    0.153706] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.153719] rcu: Hierarchical SRCU implementation.
[    0.153720] rcu: 	Max phase no-delay instances is 1000.
[    0.160229] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.160280] smp: Bringing up secondary CPUs ...
[    0.160346] x86: Booting SMP configuration:
[    0.160347] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.226845] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.226845] MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
[    0.226850]  #5 #6 #7
[    0.240269] smp: Brought up 1 node, 8 CPUs
[    0.240269] smpboot: Max logical packages: 1
[    0.240269] smpboot: Total of 8 processors activated (64025.40 BogoMIPS)
[    0.250117] devtmpfs: initialized
[    0.250123] x86/mm: Memory block size: 128MB
[    0.263445] ACPI: PM: Registering ACPI NVS region [mem 0x8454b000-0x8454bfff] (4096 bytes)
[    0.263447] ACPI: PM: Registering ACPI NVS region [mem 0x8ea1a000-0x8f1cbfff] (8069120 bytes)
[    0.263572] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.263580] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.263614] pinctrl core: initialized pinctrl subsystem
[    0.263789] PM: RTC time: 08:07:10, date: 2023-05-24
[    0.264075] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.264311] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.264485] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.264652] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.264666] audit: initializing netlink subsys (disabled)
[    0.276776] audit: type=2000 audit(1684915630.163:1): state=initialized audit_enabled=0 res=1
[    0.276839] thermal_sys: Registered thermal governor 'fair_share'
[    0.276840] thermal_sys: Registered thermal governor 'bang_bang'
[    0.276841] thermal_sys: Registered thermal governor 'step_wise'
[    0.276842] thermal_sys: Registered thermal governor 'user_space'
[    0.276842] thermal_sys: Registered thermal governor 'power_allocator'
[    0.280099] cpuidle: using governor ladder
[    0.280099] cpuidle: using governor menu
[    0.280123] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.280123] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.280160] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.280163] PCI: not using MMCONFIG
[    0.280164] PCI: Using configuration type 1 for base access
[    0.283422] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.283461] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.283465] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.283465] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.283465] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.283465] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.286832] ACPI: Added _OSI(Module Device)
[    0.286833] ACPI: Added _OSI(Processor Device)
[    0.286834] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.286835] ACPI: Added _OSI(Processor Aggregator Device)
[    0.640352] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.663617] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.700383] ACPI: Dynamic OEM Table Load:
[    0.700388] ACPI: SSDT 0xFFFF935C00BD4800 0007DD (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.710291] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.711758] ACPI: Dynamic OEM Table Load:
[    0.711762] ACPI: SSDT 0xFFFF935C00F76000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.712865] ACPI: Dynamic OEM Table Load:
[    0.712868] ACPI: SSDT 0xFFFF935C00E99E00 000130 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.746852] ACPI: Dynamic OEM Table Load:
[    0.746855] ACPI: SSDT 0xFFFF935C00E98C00 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.760164] ACPI: Dynamic OEM Table Load:
[    0.760168] ACPI: SSDT 0xFFFF935C0196A800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.773561] ACPI: Dynamic OEM Table Load:
[    0.773566] ACPI: SSDT 0xFFFF935C019A3000 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.783649] ACPI: Dynamic OEM Table Load:
[    0.783652] ACPI: SSDT 0xFFFF935C019A0400 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.830373] ACPI: Interpreter enabled
[    0.830403] ACPI: PM: (supports S0 S3 S4 S5)
[    0.830404] ACPI: Using IOAPIC for interrupt routing
[    0.846764] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.860142] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
[    0.860153] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.860154] PCI: Using E820 reservations for host bridge windows
[    0.870203] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.896884] ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
[    0.900252] ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
[    0.903610] ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
[    0.926922] ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
[    0.930257] ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
[    0.933589] ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
[    0.936922] ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
[    0.940255] ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
[    0.943593] ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
[    0.946936] ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
[    0.950281] ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
[    0.953613] ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
[    0.956945] ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
[    0.960276] ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
[    0.963611] ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
[    0.966942] ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
[    0.970272] ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
[    0.973604] ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
[    0.976937] ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
[    0.980280] ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
[    0.996774] ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
[    1.000111] ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
[    1.003444] ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
[    1.133583] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    1.133589] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    1.133628] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    1.133630] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    1.133631] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
[    1.146872] PCI host bridge to bus 0000:00
[    1.146874] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.146876] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.146877] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    1.146878] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    1.146879] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    1.146880] pci_bus 0000:00: root bus resource [bus 00-fe]
[    1.146957] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[    1.147026] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    1.147073] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.150409] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
[    1.153446] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    1.156872] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    1.156894] pci 0000:00:14.0: reg 0x10: [mem 0xdf230000-0xdf23ffff 64bit]
[    1.156965] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.163564] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    1.163583] pci 0000:00:16.0: reg 0x10: [mem 0xdf24d000-0xdf24dfff 64bit]
[    1.163636] pci 0000:00:16.0: PME# supported from D3hot
[    1.166872] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    1.166888] pci 0000:00:17.0: reg 0x10: [mem 0xdf248000-0xdf249fff]
[    1.166897] pci 0000:00:17.0: reg 0x14: [mem 0xdf24c000-0xdf24c0ff]
[    1.166907] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    1.166916] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    1.166926] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    1.166935] pci 0000:00:17.0: reg 0x24: [mem 0xdf24b000-0xdf24b7ff]
[    1.166970] pci 0000:00:17.0: PME# supported from D3hot
[    1.170228] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    1.170302] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.176846] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    1.176918] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.183453] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    1.183526] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.187073] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    1.190149] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.193693] pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
[    1.197063] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    1.200088] pci 0000:00:1f.2: reg 0x10: [mem 0xdf244000-0xdf247fff]
[    1.200368] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    1.200395] pci 0000:00:1f.3: reg 0x10: [mem 0xdf240000-0xdf243fff 64bit]
[    1.203436] pci 0000:00:1f.3: reg 0x20: [mem 0xdf220000-0xdf22ffff 64bit]
[    1.203483] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    1.207024] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    1.207081] pci 0000:00:1f.4: reg 0x10: [mem 0xdf24a000-0xdf24a0ff 64bit]
[    1.210149] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    1.213442] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    1.213465] pci 0000:00:1f.6: reg 0x10: [mem 0xdf200000-0xdf21ffff]
[    1.213583] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    1.216823] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.216859] pci 0000:02:00.0: [10de:1c82] type 00 class 0x030000
[    1.216875] pci 0000:02:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    1.216889] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.216904] pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    1.216913] pci 0000:02:00.0: reg 0x24: [io  0xe000-0xe07f]
[    1.216923] pci 0000:02:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    1.216941] pci 0000:02:00.0: BAR 3: assigned to efifb
[    1.216946] pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    1.217013] pci 0000:02:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    1.217084] pci 0000:02:00.1: [10de:0fb9] type 00 class 0x040300
[    1.220100] pci 0000:02:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    1.220237] pci 0000:00:01.1: PCI bridge to [bus 02]
[    1.220239] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    1.220240] pci 0000:00:01.1:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.220243] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.220307] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    1.220389] pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
[    1.220417] pci 0000:04:00.0: reg 0x10: [mem 0xdf100000-0xdf107fff 64bit]
[    1.223482] pci 0000:04:00.0: enabling Extended Tags
[    1.223555] pci 0000:04:00.0: PME# supported from D3hot D3cold
[    1.226919] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    1.226923] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    1.227007] pci 0000:05:00.0: [1b21:1080] type 01 class 0x060400
[    1.230150] pci 0000:05:00.0: supports D1 D2
[    1.230151] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.233470] pci 0000:00:1c.2: PCI bridge to [bus 05-06]
[    1.233518] pci_bus 0000:06: extended config space not accessible
[    1.233581] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.233667] pci 0000:00:1d.0: PCI bridge to [bus 07]
[    1.253661] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    1.253714] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    1.256768] ACPI: PCI: Interrupt link LNKC configured for IRQ 15
[    1.256820] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    1.256871] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    1.256923] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    1.256975] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    1.257025] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    1.330099] iommu: Default domain type: Translated
[    1.330099] iommu: DMA domain TLB invalidation policy: lazy mode
[    1.330175] SCSI subsystem initialized
[    1.333425] libata version 3.00 loaded.
[    1.333428] ACPI: bus type USB registered
[    1.333434] usbcore: registered new interface driver usbfs
[    1.333438] usbcore: registered new interface driver hub
[    1.333442] usbcore: registered new device driver usb
[    1.333454] pps_core: LinuxPPS API ver. 1 registered
[    1.333455] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.333456] PTP clock support registered
[    1.333462] EDAC MC: Ver: 3.0.0
[    1.336768] efivars: Registered efivars operations
[    1.340268] NetLabel: Initializing
[    1.340268] NetLabel:  domain hash size = 128
[    1.340269] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.340282] NetLabel:  unlabeled traffic allowed by default
[    1.340286] mctp: management component transport protocol core
[    1.340287] NET: Registered PF_MCTP protocol family
[    1.340289] PCI: Using ACPI for IRQ routing
[    1.613541] PCI: pci_cache_line_size set to 64 bytes
[    1.613583] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    1.613595] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    1.613596] e820: reserve RAM buffer [mem 0x8454b000-0x87ffffff]
[    1.613597] e820: reserve RAM buffer [mem 0x8a39e000-0x8bffffff]
[    1.613598] e820: reserve RAM buffer [mem 0x8d29b000-0x8fffffff]
[    1.613599] e820: reserve RAM buffer [mem 0x8fb00000-0x8fffffff]
[    1.613599] e820: reserve RAM buffer [mem 0x86f000000-0x86fffffff]
[    1.616763] pci 0000:02:00.0: vgaarb: setting as boot VGA device
[    1.616763] pci 0000:02:00.0: vgaarb: bridge control possible
[    1.616763] pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    1.616764] vgaarb: loaded
[    1.623583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.623589] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    1.646786] clocksource: Switched to clocksource tsc-early
[    1.646865] VFS: Disk quotas dquot_6.6.0
[    1.646873] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.646923] pnp: PnP ACPI init
[    1.647087] system 00:00: [io  0x0290-0x029f] has been reserved
[    1.647461] pnp 00:01: [dma 0 disabled]
[    1.647595] system 00:02: [io  0x0680-0x069f] has been reserved
[    1.647597] system 00:02: [io  0xffff] has been reserved
[    1.647598] system 00:02: [io  0xffff] has been reserved
[    1.647599] system 00:02: [io  0xffff] has been reserved
[    1.647600] system 00:02: [io  0x1800-0x18fe] has been reserved
[    1.647601] system 00:02: [io  0x164e-0x164f] has been reserved
[    1.647675] system 00:03: [io  0x0800-0x087f] has been reserved
[    1.647718] system 00:05: [io  0x1854-0x1857] has been reserved
[    1.647929] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.647931] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.647932] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.647933] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    1.647935] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.647936] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.647937] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.647939] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    1.647940] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.647942] system 00:06: [mem 0xdffc0000-0xdffdffff] has been reserved
[    1.647977] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    1.647979] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    1.647980] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[    1.647982] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    1.647983] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    1.647984] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    1.647985] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    1.647987] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    1.647988] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    1.647989] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    1.648253] system 00:08: [io  0xfe00-0xfefe] has been reserved
[    1.649354] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    1.649356] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    1.649358] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    1.650179] pnp: PnP ACPI: found 10 devices
[    1.655505] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.655555] NET: Registered PF_INET protocol family
[    1.655654] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.657678] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    1.657710] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.657796] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    1.658009] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    1.658189] TCP: Hash tables configured (established 262144 bind 65536)
[    1.658266] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    1.658324] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    1.658376] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    1.658430] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.658435] NET: Registered PF_XDP protocol family
[    1.658440] pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    1.658443] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[    1.658445] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
[    1.658448] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    1.658449] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
[    1.658450] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 200000 add_align 100000
[    1.658457] pci 0000:00:1b.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[    1.658460] pci 0000:00:1b.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
[    1.658461] pci 0000:00:1d.0: BAR 14: assigned [mem 0x90400000-0x905fffff]
[    1.658463] pci 0000:00:1d.0: BAR 15: assigned [mem 0x90600000-0x907fffff 64bit pref]
[    1.658465] pci 0000:00:1b.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.658466] pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
[    1.658468] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.658482] pci 0000:00:01.1: PCI bridge to [bus 02]
[    1.658483] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    1.658488] pci 0000:00:01.1:   bridge window [mem 0xde000000-0xdf0fffff]
[    1.658491] pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.658497] pci 0000:00:1b.0: PCI bridge to [bus 03]
[    1.658499] pci 0000:00:1b.0:   bridge window [io  0x2000-0x2fff]
[    1.658504] pci 0000:00:1b.0:   bridge window [mem 0x90000000-0x901fffff]
[    1.658508] pci 0000:00:1b.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
[    1.658515] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    1.658521] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    1.658530] pci 0000:05:00.0: PCI bridge to [bus 06]
[    1.658552] pci 0000:00:1c.2: PCI bridge to [bus 05-06]
[    1.658566] pci 0000:00:1d.0: PCI bridge to [bus 07]
[    1.658567] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    1.658573] pci 0000:00:1d.0:   bridge window [mem 0x90400000-0x905fffff]
[    1.658577] pci 0000:00:1d.0:   bridge window [mem 0x90600000-0x907fffff 64bit pref]
[    1.658584] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.658586] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.658587] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.658588] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[    1.658589] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    1.658590] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.658591] pci_bus 0000:02: resource 1 [mem 0xde000000-0xdf0fffff]
[    1.658592] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.658593] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    1.658594] pci_bus 0000:03: resource 1 [mem 0x90000000-0x901fffff]
[    1.658595] pci_bus 0000:03: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
[    1.658596] pci_bus 0000:04: resource 1 [mem 0xdf100000-0xdf1fffff]
[    1.658598] pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
[    1.658599] pci_bus 0000:07: resource 1 [mem 0x90400000-0x905fffff]
[    1.658599] pci_bus 0000:07: resource 2 [mem 0x90600000-0x907fffff 64bit pref]
[    1.667795] pci 0000:02:00.1: extending delay after power-on from D3hot to 20 msec
[    1.667815] pci 0000:02:00.1: D0 power state depends on 0000:02:00.0
[    1.667985] pci 0000:05:00.0: Disabling ASPM L0s/L1
[    1.667987] pci 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.667989] PCI: CLS 0 bytes, default 64
[    1.667994] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.667994] software IO TLB: mapped [mem 0x0000000080189000-0x0000000084189000] (64MB)
[    1.668035] Trying to unpack rootfs image as initramfs...
[    1.677524] Initialise system trusted keyrings
[    1.677531] Key type blacklist registered
[    1.677560] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    1.677569] zbud: loaded
[    1.677658] integrity: Platform Keyring initialized
[    1.677660] integrity: Machine keyring initialized
[    1.683084] Key type asymmetric registered
[    1.683086] Asymmetric key parser 'x509' registered
[    1.683096] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    1.683124] io scheduler mq-deadline registered
[    1.683125] io scheduler kyber registered
[    1.683132] io scheduler bfq registered
[    1.683937] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.684322] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.684337] ACPI: button: Sleep Button [SLPB]
[    1.684355] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.684366] ACPI: button: Power Button [PWRB]
[    1.684383] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.687110] ACPI: button: Power Button [PWRF]
[    1.688267] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.688589] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.690931] Non-volatile memory driver v1.3
[    1.690932] Linux agpgart interface v0.103
[    1.690955] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.691002] ACPI: bus type drm_connector registered
[    1.692386] ahci 0000:00:17.0: version 3.0
[    1.702620] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    1.702625] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[    1.750909] scsi host0: ahci
[    1.751144] scsi host1: ahci
[    1.751395] scsi host2: ahci
[    1.751513] scsi host3: ahci
[    1.751571] scsi host4: ahci
[    1.751619] scsi host5: ahci
[    1.751640] ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 126
[    1.751642] ata2: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b180 irq 126
[    1.751644] ata3: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b200 irq 126
[    1.751645] ata4: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b280 irq 126
[    1.751646] ata5: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b300 irq 126
[    1.751647] ata6: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b380 irq 126
[    1.751726] usbcore: registered new interface driver usbserial_generic
[    1.751730] usbserial: USB Serial support registered for generic
[    1.751793] rtc_cmos 00:04: RTC can wake from S4
[    1.752434] rtc_cmos 00:04: registered as rtc0
[    1.752558] rtc_cmos 00:04: setting system clock to 2023-05-24T08:07:10 UTC (1684915630)
[    1.752578] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    1.752668] intel_pstate: Intel P-state driver initializing
[    1.752943] intel_pstate: HWP enabled
[    1.752977] ledtrig-cpu: registered to indicate activity on CPUs
[    1.753186] efifb: probing for efifb
[    1.753194] efifb: showing boot graphics
[    1.755282] efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
[    1.755283] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.755284] efifb: scrolling: redraw
[    1.755285] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.755339] fbcon: Deferring console take-over
[    1.755340] fb0: EFI VGA frame buffer device
[    1.755358] hid: raw HID events driver (C) Jiri Kosina
[    1.755387] resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[    1.755389] caller pmc_core_probe+0xd6/0x540 mapping multiple BARs
[    1.755399] intel_pmc_core INT33A1:00:  initialized
[    1.755473] drop_monitor: Initializing network drop monitor service
[    1.764925] Initializing XFRM netlink socket
[    1.764948] NET: Registered PF_INET6 protocol family
[    1.846900] Freeing initrd memory: 111652K
[    1.852218] Segment Routing with IPv6
[    1.852220] RPL Segment Routing with IPv6
[    1.852228] In-situ OAM (IOAM) with IPv6
[    1.852251] NET: Registered PF_PACKET protocol family
[    1.852867] microcode: Microcode Update Driver: v2.2.
[    1.852872] IPI shorthand broadcast: enabled
[    1.854045] sched_clock: Marking stable (1853334243, 420345)->(543853281, 1309901307)
[    1.854317] registered taskstats version 1
[    1.854855] Loading compiled-in X.509 certificates
[    1.856847] Loaded X.509 cert 'Build time autogenerated kernel key: b8eade7c8f449a1551d2843b4834f85adebe573f'
[    1.857595] zswap: loaded using pool zstd/zsmalloc
[    1.858900] Key type .fscrypt registered
[    1.858902] Key type fscrypt-provisioning registered
[    1.860038] integrity: Loading X.509 certificate: UEFI:db
[    1.860312] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    1.860314] integrity: Loading X.509 certificate: UEFI:db
[    1.860433] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    1.860434] integrity: Loading X.509 certificate: UEFI:db
[    1.860448] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    1.860448] integrity: Loading X.509 certificate: UEFI:db
[    1.860497] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    1.860497] integrity: Loading X.509 certificate: UEFI:db
[    1.860622] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    1.862391] PM:   Magic number: 7:708:119
[    1.862452] memory memory264: hash matches
[    1.866320] RAS: Correctable Errors collector initialized.
[    2.064333] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.064432] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.064597] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.064687] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.065021] ata1.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
[    2.065075] ata6.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
[    2.065277] ata2.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
[    2.065369] ata5.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
[    2.065662] ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.065802] ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.066087] ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.066156] ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.066931] ata1.00: configured for UDMA/133
[    2.067254] ata6.00: configured for UDMA/133
[    2.067276] scsi 0:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
[    2.067621] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.067667] ata2.00: configured for UDMA/133
[    2.067701] ata5.00: configured for UDMA/133
[    2.067726] ata4: SATA link down (SStatus 4 SControl 300)
[    2.068349] scsi 1:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
[    2.068472] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.068482] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    2.068539] sd 0:0:0:0: [sda] Write Protect is off
[    2.068551] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.068683] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.068839] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    2.069143] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.069151] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    2.069182] sd 1:0:0:0: [sdb] Write Protect is off
[    2.069191] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.069240] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.069307] sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[    2.070378] ata3.00: ATA-10: INTEL SSDSC2BW480H6, RG21, max UDMA/133
[    2.070732] ata3.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    2.088227] ata3.00: Features: Dev-Sleep
[    2.108165] ata3.00: configured for UDMA/133
[    2.108362] scsi 2:0:0:0: Direct-Access     ATA      INTEL SSDSC2BW48 RG21 PQ: 0 ANSI: 5
[    2.109094] sd 2:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    2.109141] scsi 4:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
[    2.109160] sd 2:0:0:0: [sdc] Write Protect is off
[    2.109171] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.109362] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.109638] sd 2:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
[    2.110341] sd 4:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.110353] sd 4:0:0:0: [sdd] 4096-byte physical blocks
[    2.110404] scsi 5:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
[    2.110409] sd 4:0:0:0: [sdd] Write Protect is off
[    2.110420] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.110632] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.110926] sd 4:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
[    2.111903] sd 5:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.111913] sd 5:0:0:0: [sde] 4096-byte physical blocks
[    2.111989] sd 5:0:0:0: [sde] Write Protect is off
[    2.111999] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.112129] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.112315] sd 5:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
[    2.130183]  sdb: sdb1 sdb2
[    2.130616] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.136994]  sda: sda1 sda2
[    2.137475] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.142507]  sdc: sdc1 sdc3 sdc4 sdc5 sdc6
[    2.142987] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.197962]  sdd: sdd1 sdd2
[    2.198268] sd 4:0:0:0: [sdd] Attached SCSI disk
[    2.198846]  sde: sde1 sde2
[    2.199382] sd 5:0:0:0: [sde] Attached SCSI disk
[    2.202891] Freeing unused decrypted memory: 2036K
[    2.204092] Freeing unused kernel image (initmem) memory: 3324K
[    2.213871] Write protecting the kernel read-only data: 30720k
[    2.215275] Freeing unused kernel image (rodata/data gap) memory: 1684K
[    2.291869] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.291872] rodata_test: all tests were successful
[    2.291873] x86/mm: Checking user space page tables
[    2.327112] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.327115] Run /init as init process
[    2.327116]   with arguments:
[    2.327117]     /init
[    2.327118]   with environment:
[    2.327118]     HOME=/
[    2.327119]     TERM=linux
[    2.327120]     BOOT_IMAGE=/vmlinuz-linux
[    2.396715] systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    2.396720] systemd[1]: Detected architecture x86-64.
[    2.396722] systemd[1]: Running in initrd.
[    2.396824] systemd[1]: Initializing machine ID from random generator.
[    2.441042] systemd[1]: Queued start job for default target Initrd Default Target.
[    2.441684] systemd[1]: Reached target Local File Systems.
[    2.441723] systemd[1]: Reached target Path Units.
[    2.441732] systemd[1]: Reached target Slice Units.
[    2.441741] systemd[1]: Reached target Swaps.
[    2.441749] systemd[1]: Reached target Timer Units.
[    2.441850] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.441950] systemd[1]: Listening on Journal Socket.
[    2.442054] systemd[1]: Listening on udev Control Socket.
[    2.442131] systemd[1]: Listening on udev Kernel Socket.
[    2.442141] systemd[1]: Reached target Socket Units.
[    2.442840] systemd[1]: Starting Create List of Static Device Nodes...
[    2.444554] systemd[1]: Starting Journal Service...
[    2.445178] systemd[1]: Starting Load Kernel Modules...
[    2.445207] systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    2.445731] systemd[1]: Starting Coldplug All udev Devices...
[    2.446162] systemd[1]: Finished Create List of Static Device Nodes.
[    2.446784] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.451424] systemd[1]: Finished Create Static Device Nodes in /dev.
[    2.452214] systemd-journald[138]: Collecting audit messages is disabled.
[    2.453737] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    2.461228] nvidia: loading out-of-tree module taints kernel.
[    2.461237] nvidia: module license 'NVIDIA' taints kernel.
[    2.461238] Disabling lock debugging due to kernel taint
[    2.466929] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    2.472157] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    2.483748] systemd[1]: Started Journal Service.
[    2.670437] tsc: Refined TSC clocksource calibration: 4007.999 MHz
[    2.670457] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39c5e149d3a, max_idle_ns: 440795336434 ns
[    2.670488] clocksource: Switched to clocksource tsc
[    2.861553] nvidia-nvlink: Nvlink Core is being initialized, major device number 238

[    2.861623] device-mapper: uevent: version 1.0.3
[    2.861675] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    2.863874] nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    2.865821] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.865826] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.866892] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[    2.867403] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.867407] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.867410] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.867446] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    2.867449] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.867451] usb usb1: Product: xHCI Host Controller
[    2.867452] usb usb1: Manufacturer: Linux 6.3.3-arch1-1 xhci-hcd
[    2.867454] usb usb1: SerialNumber: 0000:00:14.0
[    2.867661] hub 1-0:1.0: USB hub found
[    2.867677] hub 1-0:1.0: 16 ports detected
[    2.870320] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    2.870323] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.870324] usb usb2: Product: xHCI Host Controller
[    2.870325] usb usb2: Manufacturer: Linux 6.3.3-arch1-1 xhci-hcd
[    2.870326] usb usb2: SerialNumber: 0000:00:14.0
[    2.870379] hub 2-0:1.0: USB hub found
[    2.870391] hub 2-0:1.0: 10 ports detected
[    2.872189] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.872193] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
[    2.930948] xhci_hcd 0000:04:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
[    2.931177] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    2.931181] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
[    2.931185] xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.931228] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
[    2.931230] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.931231] usb usb3: Product: xHCI Host Controller
[    2.931232] usb usb3: Manufacturer: Linux 6.3.3-arch1-1 xhci-hcd
[    2.931233] usb usb3: SerialNumber: 0000:04:00.0
[    2.931334] hub 3-0:1.0: USB hub found
[    2.931342] hub 3-0:1.0: 2 ports detected
[    2.931431] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.931456] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
[    2.931458] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.931460] usb usb4: Product: xHCI Host Controller
[    2.931462] usb usb4: Manufacturer: Linux 6.3.3-arch1-1 xhci-hcd
[    2.931463] usb usb4: SerialNumber: 0000:04:00.0
[    2.931558] hub 4-0:1.0: USB hub found
[    2.931565] hub 4-0:1.0: 2 ports detected
[    2.980272] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
[    2.994864] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
[    2.996468] [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
[    2.996812] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[    2.997505] EXT4-fs (dm-0): mounted filesystem 6c343383-05a6-4a06-ba03-68a031bdfeb9 with ordered data mode. Quota mode: none.
[    3.120485] usb 1-6: new high-speed USB device number 2 using xhci_hcd
[    3.260796] usb 1-6: New USB device found, idVendor=0451, idProduct=8442, bcdDevice= 1.00
[    3.260798] usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    3.260800] usb 1-6: SerialNumber: 580100794591
[    3.261463] hub 1-6:1.0: USB hub found
[    3.261519] hub 1-6:1.0: 4 ports detected
[    3.387090] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[    3.528970] usb 1-9: New USB device found, idVendor=3297, idProduct=4974, bcdDevice= 0.01
[    3.528973] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.528974] usb 1-9: Product: ErgoDox EZ
[    3.528975] usb 1-9: Manufacturer: ZSA Technology Labs
[    3.535768] input: ZSA Technology Labs ErgoDox EZ as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:3297:4974.0001/input/input3
[    3.589577] nvidia-uvm: Loaded the UVM driver, major device number 236.
[    3.590667] hid-generic 0003:3297:4974.0001: input,hidraw0: USB HID v1.11 Keyboard [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input0
[    3.591288] hid-generic 0003:3297:4974.0002: hiddev96,hidraw1: USB HID v1.11 Device [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input1
[    3.592187] input: ZSA Technology Labs ErgoDox EZ System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input4
[    3.600463] usb 1-6.1: new high-speed USB device number 4 using xhci_hcd
[    3.640218] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0
[    3.650800] input: ZSA Technology Labs ErgoDox EZ Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5
[    3.651005] input: ZSA Technology Labs ErgoDox EZ Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input6
[    3.651529] hid-generic 0003:3297:4974.0003: input,hidraw2: USB HID v1.11 Keyboard [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input2
[    3.651596] usbcore: registered new interface driver usbhid
[    3.651599] usbhid: USB HID core driver
[    3.702957] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[    3.769215] systemd-journald[138]: Received SIGTERM from PID 1 (systemd).
[    3.817155] usb 1-10: new low-speed USB device number 5 using xhci_hcd
[    3.930082] systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    3.930089] systemd[1]: Detected architecture x86-64.
[    3.931870] systemd[1]: Hostname set to <salameche>.
[    4.195776] systemd[1]: bpf-lsm: LSM BPF program attached
[    4.677656] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    4.694084] systemd[1]: Stopped Switch Root.
[    4.694343] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    4.694626] systemd[1]: Created slice Slice /system/getty.
[    4.694883] systemd[1]: Created slice Slice /system/modprobe.
[    4.695137] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.695340] systemd[1]: Created slice User and Session Slice.
[    4.695406] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.695461] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.695621] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.695643] systemd[1]: Reached target Local Encrypted Volumes.
[    4.695655] systemd[1]: Reached target Login Prompts.
[    4.695670] systemd[1]: Stopped target Switch Root.
[    4.695682] systemd[1]: Stopped target Initrd File Systems.
[    4.695689] systemd[1]: Stopped target Initrd Root File System.
[    4.695700] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.695716] systemd[1]: Reached target Path Units.
[    4.695728] systemd[1]: Reached target Remote File Systems.
[    4.695736] systemd[1]: Reached target Slice Units.
[    4.695752] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.695819] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.696131] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.697821] systemd[1]: Listening on Process Core Dump Socket.
[    4.697962] systemd[1]: Listening on udev Control Socket.
[    4.698066] systemd[1]: Listening on udev Kernel Socket.
[    4.720755] systemd[1]: Activating swap /dev/disk/by-uuid/32d4e483-a6fd-4e9c-b592-17eb5310e743...
[    4.722237] systemd[1]: Mounting Huge Pages File System...
[    4.723620] systemd[1]: Mounting POSIX Message Queue File System...
[    4.725410] systemd[1]: Mounting Kernel Debug File System...
[    4.725726] Adding 8191996k swap on /dev/mapper/fedora_linux-swap.  Priority:-2 extents:1 across:8191996k SSFS
[    4.727657] systemd[1]: Mounting Kernel Trace File System...
[    4.729522] systemd[1]: Starting Create List of Static Device Nodes...
[    4.731144] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.732851] systemd[1]: Starting Load Kernel Module configfs...
[    4.734614] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.736469] systemd[1]: Starting Load Kernel Module drm...
[    4.738799] systemd[1]: Starting Load Kernel Module fuse...
[    4.741162] systemd[1]: Starting Load Kernel Module loop...
[    4.741503] systemd[1]: Stopped Journal Service.
[    4.746025] systemd[1]: Starting Journal Service...
[    4.750330] systemd[1]: Starting Load Kernel Modules...
[    4.750437] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    4.752933] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.755164] systemd[1]: Starting Coldplug All udev Devices...
[    4.759240] loop: module loaded
[    4.762169] systemd[1]: Activated swap /dev/disk/by-uuid/32d4e483-a6fd-4e9c-b592-17eb5310e743.
[    4.763464] EXT4-fs (dm-0): re-mounted 6c343383-05a6-4a06-ba03-68a031bdfeb9. Quota mode: none.
[    4.764777] systemd[1]: Mounted Huge Pages File System.
[    4.764935] systemd[1]: Mounted POSIX Message Queue File System.
[    4.765085] systemd[1]: Mounted Kernel Debug File System.
[    4.765208] systemd[1]: Mounted Kernel Trace File System.
[    4.766815] systemd-journald[263]: Collecting audit messages is disabled.
[    4.767611] fuse: init (API version 7.38)
[    4.777346] systemd[1]: Finished Create List of Static Device Nodes.
[    4.777568] systemd[1]: Started Journal Service.
[    4.779993] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    4.780018] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    4.780035] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    4.780051] sd 4:0:0:0: Attached scsi generic sg3 type 0
[    4.780066] sd 5:0:0:0: Attached scsi generic sg4 type 0
[    4.784439] i2c_dev: i2c /dev entries driver
[    4.793285] mc: Linux media interface: v0.10
[    4.805614] videodev: Linux video capture interface: v2.00
[    4.807500] v4l2loopback driver version 0.12.7 loaded
[    5.069857] systemd-journald[263]: Received client request to flush runtime journal.
[    5.133188] systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[    5.133192] systemd-journald[263]: Rotating system journal.
[    5.481049] EXT4-fs (dm-1): mounted filesystem 6eb3bb15-fedc-4cea-9dcf-d2ece4296be9 with ordered data mode. Quota mode: none.
[    5.798105] block device autoloading is deprecated and will be removed.
[    5.818226] usb 1-10: New USB device found, idVendor=0463, idProduct=ffff, bcdDevice= 1.00
[    5.818231] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[    5.818234] usb 1-10: Product: Ellipse ECO
[    5.818235] usb 1-10: Manufacturer: EATON
[    5.818237] usb 1-10: SerialNumber: 000000000
[    5.872666] EDAC ie31200: No ECC support
[    5.872691] EDAC ie31200: No ECC support
[    5.880396] raid6: skipped pq benchmark and selected avx2x4
[    5.880399] raid6: using avx2x2 recovery algorithm
[    5.886455] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    5.887000] e1000e: Intel(R) PRO/1000 Network Driver
[    5.887002] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    5.887394] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.891654] xor: automatically using best checksumming function   avx
[    5.897379] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    5.897401] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    5.897454] pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000
[    5.897513] pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
[    5.900588] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    5.900598] async_tx: api initialized (async)
[    5.918153] i2c i2c-5: 4/4 memory slots populated (from DMI)
[    5.918763] i2c i2c-5: Successfully instantiated SPD at 0x50
[    5.919505] usb 1-6.1: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
[    5.919508] usb 1-6.1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[    5.919509] usb 1-6.1: Product: C922 Pro Stream Webcam
[    5.919510] usb 1-6.1: SerialNumber: DA1B3BDF
[    5.919599] i2c i2c-5: Successfully instantiated SPD at 0x51
[    5.919897] i2c i2c-5: Successfully instantiated SPD at 0x52
[    5.921094] i2c i2c-5: Successfully instantiated SPD at 0x53
[    5.935175] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[    5.935178] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.935180] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.935181] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.963775] cryptd: max_cpu_qlen set to 1000
[    5.981527] md/raid:md127: device sdd2 operational as raid disk 1
[    5.981531] md/raid:md127: device sdb2 operational as raid disk 2
[    5.981532] md/raid:md127: device sda2 operational as raid disk 3
[    5.981533] md/raid:md127: device sde2 operational as raid disk 0
[    5.984885] md/raid:md127: raid level 5 active with 4 out of 4 devices, algorithm 2
[    5.987491] AVX2 version of gcm_enc/dec engaged.
[    5.987524] AES CTR mode by8 optimization enabled
[    5.987939] asus_wmi: ASUS WMI generic driver loaded
[    5.993200] asus_wmi: Initialization: 0x0
[    5.993235] asus_wmi: BIOS WMI version: 0.9
[    5.993300] asus_wmi: SFUN value: 0x0
[    5.993302] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    5.995212] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
[    6.037503] ee1004 5-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.037531] ee1004 5-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.037545] ee1004 5-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.037557] ee1004 5-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    6.040982] iTCO_vendor_support: vendor-support=0
[    6.056556] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    6.056762] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.072714] md127: detected capacity change from 0 to 23435458560
[    6.087363] snd_hda_intel 0000:02:00.1: Disabling MSI
[    6.087367] snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
[    6.152641] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[    6.152648] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    6.152650] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    6.152653] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    6.152654] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
[    6.152656] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    6.152657] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    6.152659] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    6.152661] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    6.162844] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input9
[    6.162910] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input10
[    6.162960] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input11
[    6.163002] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input12
[    6.176018] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    6.176080] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    6.176135] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
[    6.176531] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
[    6.177777] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[    6.180127] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[    6.180196] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[    6.196116] intel_tcc_cooling: Programmable TCC Offset detected
[    6.211849] intel_rapl_common: Found RAPL domain package
[    6.211853] intel_rapl_common: Found RAPL domain core
[    6.211854] intel_rapl_common: Found RAPL domain dram
[    6.311977] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    6.378509] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 34:97:f6:25:a2:8d
[    6.378517] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    6.378594] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    6.381947] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    6.732268] nct6775: Found NCT6793D or compatible chip at 0x2e:0x290
[    6.732277] ACPI Warning: SystemIO range 0x0000000000000295-0x0000000000000296 conflicts with OpRegion 0x0000000000000290-0x0000000000000299 (\_GPE.HWM) (20221020/utaddress-204)
[    6.732285] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    9.144562] hid-generic 0003:0463:FFFF.0004: hiddev97,hidraw3: USB HID v10.10 Device [EATON Ellipse ECO] on usb-0000:00:14.0-10/input0
[    9.267145] usb 1-11: new high-speed USB device number 6 using xhci_hcd
[    9.408949] usb 1-11: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
[    9.408955] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.408958] usb 1-11: Product: Mass Storage Device
[    9.408960] usb 1-11: Manufacturer: Generic
[    9.408962] usb 1-11: SerialNumber: 058F63626476
[    9.533798] usb 1-12: new high-speed USB device number 7 using xhci_hcd
[    9.674108] usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    9.674119] usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    9.674124] usb 1-12: Product: USB 2.0 Hub
[    9.675493] hub 1-12:1.0: USB hub found
[    9.675518] hub 1-12:1.0: 4 ports detected
[    9.800432] usb 1-14: new full-speed USB device number 8 using xhci_hcd
[    9.883266] rfkill: input handler disabled
[    9.943622] usb 1-14: New USB device found, idVendor=28de, idProduct=1142, bcdDevice= 0.01
[    9.943628] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    9.943630] usb 1-14: Product: Steam Controller
[    9.943632] usb 1-14: Manufacturer: Valve Software
[    9.948602] input: Valve Software Steam Controller Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input20
[   10.003983] input: Valve Software Steam Controller Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input21
[   10.004065] hid-generic 0003:28DE:1142.0005: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-14/input0
[   10.005180] hid-generic 0003:28DE:1142.0006: hiddev98,hidraw5: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
[   10.006213] hid-generic 0003:28DE:1142.0007: hiddev99,hidraw6: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
[   10.007121] hid-generic 0003:28DE:1142.0008: hiddev100,hidraw7: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
[   10.008087] hid-generic 0003:28DE:1142.0009: hiddev101,hidraw8: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
[   10.067794] usb-storage 1-11:1.0: USB Mass Storage device detected
[   10.071410] scsi host6: usb-storage 1-11:1.0
[   10.071507] usbcore: registered new interface driver usb-storage
[   10.083103] usbcore: registered new interface driver uas
[   10.087218] usb 1-6.1: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
[   10.088835] usbcore: registered new interface driver uvcvideo
[   10.130436] usb 1-12.4: new full-speed USB device number 9 using xhci_hcd
[   10.132940] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   10.132991] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[   10.249462] usbcore: registered new interface driver snd-usb-audio
[   10.277617] input: Valve Software Steam Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22
[   10.333967] hid-steam 0003:28DE:1142.0005: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-14/input0
[   10.334233] hid-steam 0003:28DE:1142.0006: hiddev98: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
[   10.334373] hid-steam 0003:28DE:1142.000A: hidraw5: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
[   10.373722] usb 1-12.4: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[   10.373726] usb 1-12.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   10.390433] hid-steam 0003:28DE:1142.0006: Steam wireless receiver connected
[   10.391073] hid-steam 0003:28DE:1142.0007: hiddev99: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
[   10.391189] hid-steam 0003:28DE:1142.000B: hidraw6: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
[   10.447099] hid-steam 0003:28DE:1142.0007: Steam wireless receiver connected
[   10.447675] hid-steam 0003:28DE:1142.0008: hiddev100: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
[   10.447775] hid-steam 0003:28DE:1142.000C: hidraw7: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
[   10.448147] Bluetooth: Core ver 2.22
[   10.448160] NET: Registered PF_BLUETOOTH protocol family
[   10.448161] Bluetooth: HCI device and connection manager initialized
[   10.448164] Bluetooth: HCI socket layer initialized
[   10.448165] Bluetooth: L2CAP socket layer initialized
[   10.448168] Bluetooth: SCO socket layer initialized
[   10.464999] usbcore: registered new interface driver btusb
[   10.467289] Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
[   10.467294] Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
[   10.503817] hid-steam 0003:28DE:1142.0008: Steam wireless receiver connected
[   10.504308] hid-steam 0003:28DE:1142.0009: hiddev101: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
[   10.504377] hid-steam 0003:28DE:1142.000D: hidraw8: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
[   10.531598] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.531601] Bluetooth: BNEP filters: protocol multicast
[   10.531603] Bluetooth: BNEP socket layer initialized
[   10.560428] hid-steam 0003:28DE:1142.0009: Steam wireless receiver connected
[   10.570445] mousedev: PS/2 mouse device common for all mice
[   10.644441] Bluetooth: MGMT ver 1.22
[   10.654677] NET: Registered PF_ALG protocol family
[   10.843936] Bluetooth: RFCOMM TTY layer initialized
[   10.843941] Bluetooth: RFCOMM socket layer initialized
[   10.843943] Bluetooth: RFCOMM ver 1.11
[   10.894375] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[   11.097711] scsi 6:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
[   11.098160] scsi 6:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
[   11.098573] scsi 6:0:0:2: Direct-Access     Generic- SM/xD-Picture    1.02 PQ: 0 ANSI: 0
[   11.099120] scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0 CCS
[   11.099312] sd 6:0:0:0: Attached scsi generic sg5 type 0
[   11.099424] sd 6:0:0:1: Attached scsi generic sg6 type 0
[   11.099512] sd 6:0:0:2: Attached scsi generic sg7 type 0
[   11.099621] sd 6:0:0:3: Attached scsi generic sg8 type 0
[   11.099821] sd 6:0:0:0: [sdf] Media removed, stopped polling
[   11.100014] sd 6:0:0:0: [sdf] Attached SCSI removable disk
[   11.100287] sd 6:0:0:1: [sdg] Media removed, stopped polling
[   11.100478] sd 6:0:0:1: [sdg] Attached SCSI removable disk
[   11.104355] sd 6:0:0:2: [sdh] Media removed, stopped polling
[   11.105417] sd 6:0:0:3: [sdi] Media removed, stopped polling
[   11.109197] sd 6:0:0:3: [sdi] Attached SCSI removable disk
[   11.111863] sd 6:0:0:2: [sdh] Attached SCSI removable disk
[   11.467483] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
[  910.047214] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD data byte 81
[  910.138406] snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD data byte 0
[  910.143732] rfkill: input handler enabled
[  910.496175] PM: suspend entry (deep)
[  910.902753] Filesystems sync: 0.406 seconds
[  910.910804] Freezing user space processes
[  910.912094] Freezing user space processes completed (elapsed 0.001 seconds)
[  910.912096] OOM killer disabled.
[  910.912097] Freezing remaining freezable tasks
[  910.913176] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[  910.913208] printk: Suspending console(s) (use no_console_suspend to debug)
[  910.914252] serial 00:01: disabled
[  910.914452] e1000e: EEE TX LPI TIMER: 00000011
[  910.937453] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[  910.937453] sd 5:0:0:0: [sde] Synchronizing SCSI cache
[  910.937454] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  910.937600] sd 0:0:0:0: [sda] Stopping disk
[  910.937629] sd 5:0:0:0: [sde] Stopping disk
[  910.942085] sd 2:0:0:0: [sdc] Stopping disk
[  910.950839] sd 4:0:0:0: [sdd] Synchronizing SCSI cache
[  910.950853] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
[  910.951086] sd 4:0:0:0: [sdd] Stopping disk
[  910.951111] sd 1:0:0:0: [sdb] Stopping disk
[  911.843222] ACPI: PM: Preparing to enter system sleep state S3
[  912.048000] ACPI: PM: Saving platform NVS memory
[  912.048057] Disabling non-boot CPUs ...
[  912.049719] smpboot: CPU 1 is now offline
[  912.051736] smpboot: CPU 2 is now offline
[  912.053534] smpboot: CPU 3 is now offline
[  912.055123] smpboot: CPU 4 is now offline
[  912.056615] smpboot: CPU 5 is now offline
[  912.058070] smpboot: CPU 6 is now offline
[  912.059610] smpboot: CPU 7 is now offline
[  912.062771] ACPI: PM: Low-level resume complete
[  912.062809] ACPI: PM: Restoring platform NVS memory
[  912.063475] Enabling non-boot CPUs ...
[  912.063567] x86: Booting SMP configuration:
[  912.063568] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  912.065472] CPU1 is up
[  912.065572] smpboot: Booting Node 0 Processor 2 APIC 0x4
[  912.067467] CPU2 is up
[  912.067607] smpboot: Booting Node 0 Processor 3 APIC 0x6
[  912.069454] CPU3 is up
[  912.069587] smpboot: Booting Node 0 Processor 4 APIC 0x1
[  912.070438] CPU4 is up
[  912.070552] smpboot: Booting Node 0 Processor 5 APIC 0x3
[  912.071410] CPU5 is up
[  912.071528] smpboot: Booting Node 0 Processor 6 APIC 0x5
[  912.072401] CPU6 is up
[  912.072509] smpboot: Booting Node 0 Processor 7 APIC 0x7
[  912.073416] CPU7 is up
[  912.075923] ACPI: PM: Waking up from system sleep state S3
[  913.204745] sd 0:0:0:0: [sda] Starting disk
[  913.204746] sd 1:0:0:0: [sdb] Starting disk
[  913.204749] sd 4:0:0:0: [sdd] Starting disk
[  913.204750] sd 5:0:0:0: [sde] Starting disk
[  913.204764] sd 2:0:0:0: [sdc] Starting disk
[  913.205107] xhci_hcd 0000:04:00.0: xHC error in resume, USBSTS 0x401, Reinit
[  913.205109] usb usb3: root hub lost power or was reset
[  913.205110] usb usb4: root hub lost power or was reset
[  913.205752] serial 00:01: activated
[  913.520985] usb 1-12: reset high-speed USB device number 7 using xhci_hcd
[  913.566927] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  913.567408] ata4: SATA link down (SStatus 4 SControl 300)
[  913.607306] ata3.00: configured for UDMA/133
[  913.734292] usb 1-6.1: reset high-speed USB device number 4 using xhci_hcd
[  914.081003] usb 1-12.4: reset full-speed USB device number 9 using xhci_hcd
[  916.476549] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  918.607384] ata6: link is slow to respond, please be patient (ready=0)
[  918.610716] ata5: link is slow to respond, please be patient (ready=0)
[  918.610719] ata1: link is slow to respond, please be patient (ready=0)
[  918.614052] ata2: link is slow to respond, please be patient (ready=0)
[  918.670721] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  918.692678] ata2.00: configured for UDMA/133
[  918.720722] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  918.724059] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  918.741247] ata6.00: configured for UDMA/133
[  918.748770] ata1.00: configured for UDMA/133
[  918.950717] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  918.975783] ata5.00: configured for UDMA/133
[  919.011664] OOM killer enabled.
[  919.011665] Restarting tasks ...
[  919.011676] pci_bus 0000:06: Allocating resources
[  919.011679] pci 0000:05:00.0: bridge window [io  0x1000-0x0fff] to [bus 06] add_size 1000
[  919.011683] pci 0000:05:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000 add_align 100000
[  919.011686] pci 0000:05:00.0: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000 add_align 100000
[  919.011689] pci 0000:05:00.0: BAR 14: no space for [mem size 0x00200000]
[  919.011691] pci 0000:05:00.0: BAR 14: failed to assign [mem size 0x00200000]
[  919.011693] pci 0000:05:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[  919.011695] pci 0000:05:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[  919.011697] pci 0000:05:00.0: BAR 13: no space for [io  size 0x1000]
[  919.011699] pci 0000:05:00.0: BAR 13: failed to assign [io  size 0x1000]
[  919.011701] pci 0000:05:00.0: BAR 14: no space for [mem size 0x00200000]
[  919.011702] pci 0000:05:00.0: BAR 14: failed to assign [mem size 0x00200000]
[  919.011704] pci 0000:05:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[  919.011705] pci 0000:05:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[  919.011706] pci 0000:05:00.0: BAR 13: no space for [io  size 0x1000]
[  919.011708] pci 0000:05:00.0: BAR 13: failed to assign [io  size 0x1000]
[  919.011710] pci 0000:05:00.0: PCI bridge to [bus 06]
[  919.013908] done.
[  919.013922] random: crng reseeded on system resumption
[  919.013962] PM: suspend exit
[  919.239002] Bluetooth: hci0: unexpected event for opcode 0x0000
[  919.271035] Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
[  919.271039] Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
[  919.448190] Bluetooth: MGMT ver 1.22
[  919.627087] Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
[  920.025101] rfkill: input handler disabled
[  920.248952] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[  923.933240] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[  923.933288] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[  934.144250] input: MX Master Keyboard as /devices/virtual/misc/uhid/0005:046D:B017.000E/input/input23
[  934.144298] input: MX Master Mouse as /devices/virtual/misc/uhid/0005:046D:B017.000E/input/input24
[  934.144365] hid-generic 0005:046D:B017.000E: input,hidraw9: BLUETOOTH HID v0.18 Keyboard [MX Master] on 00:1a:7d:da:71:15
[  950.589926] systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[  951.351389] rfkill: input handler enabled
[  953.039675] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
[  954.801838] rfkill: input handler disabled

Offline

#6 2023-05-24 10:19:28

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

please post your /etc/mkinitcpio.conf


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#7 2023-05-24 14:32:45

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

And "lspci -k", there might be no additional VGA device at all (the reddit post only matches the error message)

Offline

#8 2023-05-25 17:36:07

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

$ cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect block filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev block filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev block mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev block lvm2 filesystems"
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS="base systemd autodetect modconf block lvm2 filesystems keyboard fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""
$ sudo lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)
	Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers
	Kernel driver in use: skl_uncore
	Kernel modules: ie31200_edac
00:01.0 PCI bridge: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) (rev 07)
	Subsystem: ASUSTeK Computer Inc. 6th-10th Gen Core Processor PCIe Controller (x16)
	Kernel driver in use: pcieport
00:01.1 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8) (rev 07)
	Subsystem: ASUSTeK Computer Inc. Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x8)
	Kernel driver in use: pcieport
00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family MEI Controller
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:17.0 SATA controller: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] (rev 31)
	Subsystem: ASUSTeK Computer Inc. Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode]
	Kernel driver in use: ahci
00:1b.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #17 (rev f1)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family PCI Express Root Port
	Kernel driver in use: pcieport
00:1c.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #1 (rev f1)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family PCI Express Root Port
	Kernel driver in use: pcieport
00:1c.2 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #3 (rev f1)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family PCI Express Root Port
	Kernel driver in use: pcieport
00:1d.0 PCI bridge: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 (rev f1)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family PCI Express Root Port
	Kernel driver in use: pcieport
00:1f.0 ISA bridge: Intel Corporation Z170 Chipset LPC/eSPI Controller (rev 31)
	Subsystem: ASUSTeK Computer Inc. Z170 Chipset LPC/eSPI Controller
00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family Power Management Controller
00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family HD Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_avs
00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)
	Subsystem: ASUSTeK Computer Inc. 100 Series/C230 Series Chipset Family SMBus
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V (rev 31)
	Subsystem: ASUSTeK Computer Inc. Ethernet Connection (2) I219-V
	Kernel driver in use: e1000e
	Kernel modules: e1000e
02:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)
	Subsystem: ASUSTeK Computer Inc. GP107 [GeForce GTX 1050 Ti]
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia
02:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. GP107GL High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
04:00.0 USB controller: ASMedia Technology Inc. ASM1142 USB 3.1 Host Controller
	Subsystem: ASUSTeK Computer Inc. ASM1142 USB 3.1 Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
05:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
	Subsystem: ASUSTeK Computer Inc. ASM1083/1085 PCIe to PCI Bridge

Last edited by azmeuk (2023-05-25 17:36:19)

Offline

#9 2023-05-25 19:37:07

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

Is that syntax still supported?
Make sure there're no mkinitcpio errors.

Unfortunately there's only the nvidia GPU, so the reddit PSA isn't helpful sad

Also

[    9.989759] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
[   97.008104] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership

The timecodes are mightily apart - do you have the system jorunal to maybe hint what happened there? Did you maybe switch the VT?

Speaking of which: post the system journal, maybe it holds further hints.

Offline

#10 2023-05-26 07:57:54

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

seth wrote:

MODULES="nvidia nvidia_modeset nvidia_uvm nvidia_drm"

Is that syntax still supported?

I followed instructions on https://wiki.archlinux.org/title/NVIDIA#Early_loading

Make sure there're no mkinitcpio errors.

Note sure how to do that. Running mkinitcpio succeeds,

sudo mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: '6.3.4-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [systemd]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [lvm2]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: '6.3.4-arch1-1'
  -> Running build hook: [base]
  -> Running build hook: [systemd]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'bfa'
  -> Running build hook: [lvm2]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
==> Image generation successful

I cannot find anything strange in the logs.

$ sudo grep -RIi mkinitcpio /var/log
...
/var/log/pacman.log:[2023-05-26T09:06:07+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
/var/log/pacman.log:[2023-05-26T09:06:50+0200] [ALPM] running '90-mkinitcpio-install.hook'...
/var/log/pacman.log:[2023-05-26T09:06:50+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
/var/log/pacman.log:[2023-05-26T09:06:50+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
/var/log/pacman.log:[2023-05-26T09:06:56+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
/var/log/pacman.log:[2023-05-26T09:06:56+0200] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
...

Also

[    9.989759] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
[   97.008104] [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership

The timecodes are mightily apart - do you have the system jorunal to maybe hint what happened there? Did you maybe switch the VT?

I cannot think of a particular event that would cause this error. By VT you mean virtual terminal? If so, I generally stay on the same, maybe this happens at the time of login with GDM?

Speaking of which: post the system journal, maybe it holds further hints.

sudo journalctl -b
mai 26 09:37:19 archlinux kernel: microcode: updated early: 0xc2 -> 0xf0, date = 2021-11-12
mai 26 09:37:19 archlinux kernel: Linux version 6.3.4-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Wed, 24 May 2023 17:44:00 +0000
mai 26 09:37:19 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
mai 26 09:37:19 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
mai 26 09:37:19 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
mai 26 09:37:19 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
mai 26 09:37:19 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
mai 26 09:37:19 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
mai 26 09:37:19 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
mai 26 09:37:19 archlinux kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
mai 26 09:37:19 archlinux kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
mai 26 09:37:19 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
mai 26 09:37:19 archlinux kernel: signal: max sigframe size: 2032
mai 26 09:37:19 archlinux kernel: BIOS-provided physical RAM map:
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008454afff] usable
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008454b000-0x000000008454bfff] ACPI NVS
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008454c000-0x000000008454cfff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008454d000-0x000000008d29afff] usable
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008d29b000-0x000000008e9d6fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008e9d7000-0x000000008ea19fff] ACPI data
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008ea1a000-0x000000008f1cbfff] ACPI NVS
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008f1cc000-0x000000008fa38fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008fa39000-0x000000008faa1fff] type 20
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008faa2000-0x000000008fafffff] usable
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x000000008fb00000-0x000000008fffffff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
mai 26 09:37:19 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000086effffff] usable
mai 26 09:37:19 archlinux kernel: NX (Execute Disable) protection: active
mai 26 09:37:19 archlinux kernel: efi: EFI v2.5 by American Megatrends
mai 26 09:37:19 archlinux kernel: efi: ESRT=0x8f9add98 ACPI=0x8e9e4000 ACPI 2.0=0x8e9e4000 SMBIOS=0xf05e0 SMBIOS 3.0=0xf0600 
mai 26 09:37:19 archlinux kernel: efi: Remove mem37: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
mai 26 09:37:19 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
mai 26 09:37:19 archlinux kernel: efi: Not removing mem38: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
mai 26 09:37:19 archlinux kernel: efi: Not removing mem39: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
mai 26 09:37:19 archlinux kernel: efi: Not removing mem40: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
mai 26 09:37:19 archlinux kernel: efi: Remove mem41: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
mai 26 09:37:19 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
mai 26 09:37:19 archlinux kernel: SMBIOS 3.0.0 present.
mai 26 09:37:19 archlinux kernel: DMI: System manufacturer System Product Name/Z170-A, BIOS 3802 03/15/2018
mai 26 09:37:19 archlinux kernel: tsc: Detected 4000.000 MHz processor
mai 26 09:37:19 archlinux kernel: tsc: Detected 3999.984 MHz TSC
mai 26 09:37:19 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
mai 26 09:37:19 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
mai 26 09:37:19 archlinux kernel: last_pfn = 0x86f000 max_arch_pfn = 0x400000000
mai 26 09:37:19 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
mai 26 09:37:19 archlinux kernel: last_pfn = 0x8fb00 max_arch_pfn = 0x400000000
mai 26 09:37:19 archlinux kernel: found SMP MP-table at [mem 0x000fcc90-0x000fcc9f]
mai 26 09:37:19 archlinux kernel: esrt: Reserving ESRT space from 0x000000008f9add98 to 0x000000008f9addd0.
mai 26 09:37:19 archlinux kernel: Using GB pages for direct mapping
mai 26 09:37:19 archlinux kernel: Secure boot disabled
mai 26 09:37:19 archlinux kernel: RAMDISK: [mem 0x2a5df000-0x312e6fff]
mai 26 09:37:19 archlinux kernel: ACPI: Early table checksum verification disabled
mai 26 09:37:19 archlinux kernel: ACPI: RSDP 0x000000008E9E4000 000024 (v02 ALASKA)
mai 26 09:37:19 archlinux kernel: ACPI: XSDT 0x000000008E9E40A8 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: FACP 0x000000008EA0E3A0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: DSDT 0x000000008E9E4200 02A19D (v02 ALASKA A M I    01072009 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: FACS 0x000000008F1CBC40 000040
mai 26 09:37:19 archlinux kernel: ACPI: APIC 0x000000008EA0E4B8 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: FPDT 0x000000008EA0E578 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: BGRT 0x000000008EA18FB8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: MCFG 0x000000008EA0E618 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA0E658 000390 (v01 SataRe SataTabl 00001000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: FIDT 0x000000008EA0E9E8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA0EA88 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA11BE0 00253E (v02 PegSsd PegSsdt  00001000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: HPET 0x000000008EA14120 000038 (v01 INTEL  SKL      00000001 MSFT 0000005F)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA14158 000024 (v02 INTEL  OEM_RTD3 00001000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA14180 000B13 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: UEFI 0x000000008EA14C98 000042 (v01 INTEL  EDK2     00000002      01000013)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA14CE0 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: LPIT 0x000000008EA15BC0 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
mai 26 09:37:19 archlinux kernel: ACPI: WSMT 0x000000008EA15C58 000028 (v01 INTEL  SKL      00000000 MSFT 0000005F)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA15C80 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0x000000008EA15F20 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: DBGP 0x000000008EA18F28 000034 (v01 INTEL           00000002 MSFT 0000005F)
mai 26 09:37:19 archlinux kernel: ACPI: DBG2 0x000000008EA18F60 000054 (v00 INTEL           00000002 MSFT 0000005F)
mai 26 09:37:19 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x8ea0e3a0-0x8ea0e4b3]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x8e9e4200-0x8ea0e39c]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x8f1cbc40-0x8f1cbc7f]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x8ea0e4b8-0x8ea0e573]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x8ea0e578-0x8ea0e5bb]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x8ea18fb8-0x8ea18fef]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x8ea0e618-0x8ea0e653]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea0e658-0x8ea0e9e7]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x8ea0e9e8-0x8ea0ea83]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea0ea88-0x8ea11bdb]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea11be0-0x8ea1411d]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x8ea14120-0x8ea14157]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea14158-0x8ea1417b]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea14180-0x8ea14c92]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x8ea14c98-0x8ea14cd9]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea14ce0-0x8ea15bbd]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x8ea15bc0-0x8ea15c53]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x8ea15c58-0x8ea15c7f]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea15c80-0x8ea15f1e]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8ea15f20-0x8ea18f21]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x8ea18f28-0x8ea18f5b]
mai 26 09:37:19 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x8ea18f60-0x8ea18fb3]
mai 26 09:37:19 archlinux kernel: No NUMA configuration found
mai 26 09:37:19 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000086effffff]
mai 26 09:37:19 archlinux kernel: NODE_DATA(0) allocated [mem 0x86effb000-0x86effffff]
mai 26 09:37:19 archlinux kernel: Zone ranges:
mai 26 09:37:19 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
mai 26 09:37:19 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
mai 26 09:37:19 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000086effffff]
mai 26 09:37:19 archlinux kernel:   Device   empty
mai 26 09:37:19 archlinux kernel: Movable zone start for each node
mai 26 09:37:19 archlinux kernel: Early memory node ranges
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000008454afff]
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x000000008454d000-0x000000008d29afff]
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x000000008faa2000-0x000000008fafffff]
mai 26 09:37:19 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000086effffff]
mai 26 09:37:19 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000086effffff]
mai 26 09:37:19 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone DMA32: 10247 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone Normal: 1280 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
mai 26 09:37:19 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
mai 26 09:37:19 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
mai 26 09:37:19 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
mai 26 09:37:19 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
mai 26 09:37:19 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
mai 26 09:37:19 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
mai 26 09:37:19 archlinux kernel: e820: update [mem 0x8a39e000-0x8a3e3fff] usable ==> reserved
mai 26 09:37:19 archlinux kernel: TSC deadline timer available
mai 26 09:37:19 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8454b000-0x8454bfff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8454c000-0x8454cfff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8a39e000-0x8a3e3fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8d29b000-0x8e9d6fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8e9d7000-0x8ea19fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8ea1a000-0x8f1cbfff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8f1cc000-0x8fa38fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8fa39000-0x8faa1fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8fb00000-0x8fffffff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfdffffff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
mai 26 09:37:19 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
mai 26 09:37:19 archlinux kernel: [mem 0x90000000-0xfdffffff] available for PCI devices
mai 26 09:37:19 archlinux kernel: Booting paravirtualized kernel on bare hardware
mai 26 09:37:19 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
mai 26 09:37:19 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
mai 26 09:37:19 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
mai 26 09:37:19 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
mai 26 09:37:19 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
mai 26 09:37:19 archlinux kernel: Fallback order for Node 0: 0 
mai 26 09:37:19 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8241899
mai 26 09:37:19 archlinux kernel: Policy zone: Normal
mai 26 09:37:19 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
mai 26 09:37:19 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
mai 26 09:37:19 archlinux kernel: random: crng init done
mai 26 09:37:19 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
mai 26 09:37:19 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
mai 26 09:37:19 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
mai 26 09:37:19 archlinux kernel: software IO TLB: area num 8.
mai 26 09:37:19 archlinux kernel: Memory: 32543424K/33491536K available (16384K kernel code, 2107K rwdata, 12656K rodata, 3324K init, 4000K bss, 947852K reserved, 0K cma-reserved)
mai 26 09:37:19 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
mai 26 09:37:19 archlinux kernel: Kernel/User page tables isolation: enabled
mai 26 09:37:19 archlinux kernel: ftrace: allocating 47287 entries in 185 pages
mai 26 09:37:19 archlinux kernel: ftrace: allocated 185 pages with 5 groups
mai 26 09:37:19 archlinux kernel: Dynamic Preempt: full
mai 26 09:37:19 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
mai 26 09:37:19 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
mai 26 09:37:19 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
mai 26 09:37:19 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
mai 26 09:37:19 archlinux kernel:         Rude variant of Tasks RCU enabled.
mai 26 09:37:19 archlinux kernel:         Tracing variant of Tasks RCU enabled.
mai 26 09:37:19 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
mai 26 09:37:19 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
mai 26 09:37:19 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
mai 26 09:37:19 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
mai 26 09:37:19 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
mai 26 09:37:19 archlinux kernel: Console: colour dummy device 80x25
mai 26 09:37:19 archlinux kernel: printk: console [tty0] enabled
mai 26 09:37:19 archlinux kernel: ACPI: Core revision 20221020
mai 26 09:37:19 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
mai 26 09:37:19 archlinux kernel: APIC: Switch to symmetric I/O mode setup
mai 26 09:37:19 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
mai 26 09:37:19 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
mai 26 09:37:19 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x73509d9fa88, max_idle_ns: 881590914879 ns
mai 26 09:37:19 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8003.30 BogoMIPS (lpj=13333280)
mai 26 09:37:19 archlinux kernel: pid_max: default: 32768 minimum: 301
mai 26 09:37:19 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
mai 26 09:37:19 archlinux kernel: landlock: Up and running.
mai 26 09:37:19 archlinux kernel: Yama: becoming mindful.
mai 26 09:37:19 archlinux kernel: LSM support for eBPF active
mai 26 09:37:19 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
mai 26 09:37:19 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
mai 26 09:37:19 archlinux kernel: x86/cpu: SGX disabled by BIOS.
mai 26 09:37:19 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
mai 26 09:37:19 archlinux kernel: process: using mwait in idle threads
mai 26 09:37:19 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
mai 26 09:37:19 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
mai 26 09:37:19 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
mai 26 09:37:19 archlinux kernel: Spectre V2 : Mitigation: IBRS
mai 26 09:37:19 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
mai 26 09:37:19 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
mai 26 09:37:19 archlinux kernel: RETBleed: Mitigation: IBRS
mai 26 09:37:19 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
mai 26 09:37:19 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
mai 26 09:37:19 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
mai 26 09:37:19 archlinux kernel: MDS: Mitigation: Clear CPU buffers
mai 26 09:37:19 archlinux kernel: TAA: Mitigation: TSX disabled
mai 26 09:37:19 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
mai 26 09:37:19 archlinux kernel: SRBDS: Mitigation: Microcode
mai 26 09:37:19 archlinux kernel: Freeing SMP alternatives memory: 40K
mai 26 09:37:19 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (family: 0x6, model: 0x5e, stepping: 0x3)
mai 26 09:37:19 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
mai 26 09:37:19 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
mai 26 09:37:19 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
mai 26 09:37:19 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
mai 26 09:37:19 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
mai 26 09:37:19 archlinux kernel: ... version:                4
mai 26 09:37:19 archlinux kernel: ... bit width:              48
mai 26 09:37:19 archlinux kernel: ... generic registers:      4
mai 26 09:37:19 archlinux kernel: ... value mask:             0000ffffffffffff
mai 26 09:37:19 archlinux kernel: ... max period:             00007fffffffffff
mai 26 09:37:19 archlinux kernel: ... fixed-purpose events:   3
mai 26 09:37:19 archlinux kernel: ... event mask:             000000070000000f
mai 26 09:37:19 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
mai 26 09:37:19 archlinux kernel: rcu: Hierarchical SRCU implementation.
mai 26 09:37:19 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
mai 26 09:37:19 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
mai 26 09:37:19 archlinux kernel: smp: Bringing up secondary CPUs ...
mai 26 09:37:19 archlinux kernel: x86: Booting SMP configuration:
mai 26 09:37:19 archlinux kernel: .... node  #0, CPUs:      #1 #2 #3 #4
mai 26 09:37:19 archlinux kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
mai 26 09:37:19 archlinux kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
mai 26 09:37:19 archlinux kernel:  #5 #6 #7
mai 26 09:37:19 archlinux kernel: smp: Brought up 1 node, 8 CPUs
mai 26 09:37:19 archlinux kernel: smpboot: Max logical packages: 1
mai 26 09:37:19 archlinux kernel: smpboot: Total of 8 processors activated (64025.40 BogoMIPS)
mai 26 09:37:19 archlinux kernel: devtmpfs: initialized
mai 26 09:37:19 archlinux kernel: x86/mm: Memory block size: 128MB
mai 26 09:37:19 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8454b000-0x8454bfff] (4096 bytes)
mai 26 09:37:19 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8ea1a000-0x8f1cbfff] (8069120 bytes)
mai 26 09:37:19 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
mai 26 09:37:19 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
mai 26 09:37:19 archlinux kernel: pinctrl core: initialized pinctrl subsystem
mai 26 09:37:19 archlinux kernel: PM: RTC time: 07:37:18, date: 2023-05-26
mai 26 09:37:19 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
mai 26 09:37:19 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
mai 26 09:37:19 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
mai 26 09:37:19 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
mai 26 09:37:19 archlinux kernel: audit: initializing netlink subsys (disabled)
mai 26 09:37:19 archlinux kernel: audit: type=2000 audit(1685086638.139:1): state=initialized audit_enabled=0 res=1
mai 26 09:37:19 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
mai 26 09:37:19 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
mai 26 09:37:19 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
mai 26 09:37:19 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
mai 26 09:37:19 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
mai 26 09:37:19 archlinux kernel: cpuidle: using governor ladder
mai 26 09:37:19 archlinux kernel: cpuidle: using governor menu
mai 26 09:37:19 archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
mai 26 09:37:19 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
mai 26 09:37:19 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
mai 26 09:37:19 archlinux kernel: PCI: not using MMCONFIG
mai 26 09:37:19 archlinux kernel: PCI: Using configuration type 1 for base access
mai 26 09:37:19 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
mai 26 09:37:19 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
mai 26 09:37:19 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
mai 26 09:37:19 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
mai 26 09:37:19 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
mai 26 09:37:19 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
mai 26 09:37:19 archlinux kernel: ACPI: Added _OSI(Module Device)
mai 26 09:37:19 archlinux kernel: ACPI: Added _OSI(Processor Device)
mai 26 09:37:19 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
mai 26 09:37:19 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
mai 26 09:37:19 archlinux kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
mai 26 09:37:19 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC0D90800 0007DD (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC1976800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC1933C00 000130 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC1933800 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC0D94800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC196DE00 000197 (v02 PmRef  ApHwp    00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Dynamic OEM Table Load:
mai 26 09:37:19 archlinux kernel: ACPI: SSDT 0xFFFF906FC196CC00 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
mai 26 09:37:19 archlinux kernel: ACPI: Interpreter enabled
mai 26 09:37:19 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
mai 26 09:37:19 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
mai 26 09:37:19 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
mai 26 09:37:19 archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
mai 26 09:37:19 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
mai 26 09:37:19 archlinux kernel: PCI: Using E820 reservations for host bridge windows
mai 26 09:37:19 archlinux kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
mai 26 09:37:19 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
mai 26 09:37:19 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
mai 26 09:37:19 archlinux kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
mai 26 09:37:19 archlinux kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
mai 26 09:37:19 archlinux kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_ERROR)
mai 26 09:37:19 archlinux kernel: PCI host bridge to bus 0000:00
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
mai 26 09:37:19 archlinux kernel: pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
mai 26 09:37:19 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf230000-0xdf23ffff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
mai 26 09:37:19 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf24d000-0xdf24dfff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf248000-0xdf249fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf24c000-0xdf24c0ff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf24b000-0xdf24b7ff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf244000-0xdf247fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf240000-0xdf243fff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf220000-0xdf22ffff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf24a000-0xdf24a0ff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xdf200000-0xdf21ffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: [10de:1c82] type 00 class 0x030000
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: reg 0x24: [io  0xe000-0xe07f]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: BAR 3: assigned to efifb
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.1: [10de:0fb9] type 00 class 0x040300
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xde000000-0xdf0fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 03]
mai 26 09:37:19 archlinux kernel: pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
mai 26 09:37:19 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xdf100000-0xdf107fff 64bit]
mai 26 09:37:19 archlinux kernel: pci 0000:04:00.0: enabling Extended Tags
mai 26 09:37:19 archlinux kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: [1b21:1080] type 01 class 0x060400
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: supports D1 D2
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 05-06]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:06: extended config space not accessible
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 15
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
mai 26 09:37:19 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
mai 26 09:37:19 archlinux kernel: iommu: Default domain type: Translated 
mai 26 09:37:19 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
mai 26 09:37:19 archlinux kernel: SCSI subsystem initialized
mai 26 09:37:19 archlinux kernel: libata version 3.00 loaded.
mai 26 09:37:19 archlinux kernel: ACPI: bus type USB registered
mai 26 09:37:19 archlinux kernel: usbcore: registered new interface driver usbfs
mai 26 09:37:19 archlinux kernel: usbcore: registered new interface driver hub
mai 26 09:37:19 archlinux kernel: usbcore: registered new device driver usb
mai 26 09:37:19 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
mai 26 09:37:19 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
mai 26 09:37:19 archlinux kernel: PTP clock support registered
mai 26 09:37:19 archlinux kernel: EDAC MC: Ver: 3.0.0
mai 26 09:37:19 archlinux kernel: efivars: Registered efivars operations
mai 26 09:37:19 archlinux kernel: NetLabel: Initializing
mai 26 09:37:19 archlinux kernel: NetLabel:  domain hash size = 128
mai 26 09:37:19 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
mai 26 09:37:19 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
mai 26 09:37:19 archlinux kernel: mctp: management component transport protocol core
mai 26 09:37:19 archlinux kernel: NET: Registered PF_MCTP protocol family
mai 26 09:37:19 archlinux kernel: PCI: Using ACPI for IRQ routing
mai 26 09:37:19 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x8454b000-0x87ffffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x8a39e000-0x8bffffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x8d29b000-0x8fffffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x8fb00000-0x8fffffff]
mai 26 09:37:19 archlinux kernel: e820: reserve RAM buffer [mem 0x86f000000-0x86fffffff]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: vgaarb: setting as boot VGA device
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: vgaarb: bridge control possible
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
mai 26 09:37:19 archlinux kernel: vgaarb: loaded
mai 26 09:37:19 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
mai 26 09:37:19 archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
mai 26 09:37:19 archlinux kernel: clocksource: Switched to clocksource tsc-early
mai 26 09:37:19 archlinux kernel: VFS: Disk quotas dquot_6.6.0
mai 26 09:37:19 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
mai 26 09:37:19 archlinux kernel: pnp: PnP ACPI init
mai 26 09:37:19 archlinux kernel: system 00:00: [io  0x0290-0x029f] has been reserved
mai 26 09:37:19 archlinux kernel: pnp 00:01: [dma 0 disabled]
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0x0680-0x069f] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0xffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0xffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0xffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:02: [io  0x164e-0x164f] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:03: [io  0x0800-0x087f] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:05: [io  0x1854-0x1857] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
mai 26 09:37:19 archlinux kernel: system 00:06: [mem 0xdffc0000-0xdffdffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:08: [io  0xfe00-0xfefe] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
mai 26 09:37:19 archlinux kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
mai 26 09:37:19 archlinux kernel: pnp: PnP ACPI: found 10 devices
mai 26 09:37:19 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
mai 26 09:37:19 archlinux kernel: NET: Registered PF_INET protocol family
mai 26 09:37:19 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mai 26 09:37:19 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
mai 26 09:37:19 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
mai 26 09:37:19 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
mai 26 09:37:19 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
mai 26 09:37:19 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
mai 26 09:37:19 archlinux kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
mai 26 09:37:19 archlinux kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
mai 26 09:37:19 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
mai 26 09:37:19 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
mai 26 09:37:19 archlinux kernel: NET: Registered PF_XDP protocol family
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 200000 add_align 100000
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: BAR 14: assigned [mem 0x90400000-0x905fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: BAR 15: assigned [mem 0x90600000-0x907fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: BAR 13: assigned [io  0x2000-0x2fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xde000000-0xdf0fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:01.1:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 03]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0:   bridge window [io  0x2000-0x2fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0:   bridge window [mem 0x90000000-0x901fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1b.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 05-06]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x90400000-0x905fffff]
mai 26 09:37:19 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0x90600000-0x907fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xde000000-0xdf0fffff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x90000000-0x901fffff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:03: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xdf100000-0xdf1fffff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:07: resource 1 [mem 0x90400000-0x905fffff]
mai 26 09:37:19 archlinux kernel: pci_bus 0000:07: resource 2 [mem 0x90600000-0x907fffff 64bit pref]
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.1: extending delay after power-on from D3hot to 20 msec
mai 26 09:37:19 archlinux kernel: pci 0000:02:00.1: D0 power state depends on 0000:02:00.0
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: Disabling ASPM L0s/L1
mai 26 09:37:19 archlinux kernel: pci 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
mai 26 09:37:19 archlinux kernel: PCI: CLS 0 bytes, default 64
mai 26 09:37:19 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
mai 26 09:37:19 archlinux kernel: software IO TLB: mapped [mem 0x0000000080189000-0x0000000084189000] (64MB)
mai 26 09:37:19 archlinux kernel: Trying to unpack rootfs image as initramfs...
mai 26 09:37:19 archlinux kernel: Initialise system trusted keyrings
mai 26 09:37:19 archlinux kernel: Key type blacklist registered
mai 26 09:37:19 archlinux kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
mai 26 09:37:19 archlinux kernel: zbud: loaded
mai 26 09:37:19 archlinux kernel: integrity: Platform Keyring initialized
mai 26 09:37:19 archlinux kernel: integrity: Machine keyring initialized
mai 26 09:37:19 archlinux kernel: Key type asymmetric registered
mai 26 09:37:19 archlinux kernel: Asymmetric key parser 'x509' registered
mai 26 09:37:19 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
mai 26 09:37:19 archlinux kernel: io scheduler mq-deadline registered
mai 26 09:37:19 archlinux kernel: io scheduler kyber registered
mai 26 09:37:19 archlinux kernel: io scheduler bfq registered
mai 26 09:37:19 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
mai 26 09:37:19 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
mai 26 09:37:19 archlinux kernel: ACPI: button: Sleep Button [SLPB]
mai 26 09:37:19 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
mai 26 09:37:19 archlinux kernel: ACPI: button: Power Button [PWRB]
mai 26 09:37:19 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
mai 26 09:37:19 archlinux kernel: ACPI: button: Power Button [PWRF]
mai 26 09:37:19 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
mai 26 09:37:19 archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
mai 26 09:37:19 archlinux kernel: Non-volatile memory driver v1.3
mai 26 09:37:19 archlinux kernel: Linux agpgart interface v0.103
mai 26 09:37:19 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
mai 26 09:37:19 archlinux kernel: ACPI: bus type drm_connector registered
mai 26 09:37:19 archlinux kernel: ahci 0000:00:17.0: version 3.0
mai 26 09:37:19 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
mai 26 09:37:19 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
mai 26 09:37:19 archlinux kernel: scsi host0: ahci
mai 26 09:37:19 archlinux kernel: scsi host1: ahci
mai 26 09:37:19 archlinux kernel: scsi host2: ahci
mai 26 09:37:19 archlinux kernel: scsi host3: ahci
mai 26 09:37:19 archlinux kernel: scsi host4: ahci
mai 26 09:37:19 archlinux kernel: scsi host5: ahci
mai 26 09:37:19 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 126
mai 26 09:37:19 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b180 irq 126
mai 26 09:37:19 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b200 irq 126
mai 26 09:37:19 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b280 irq 126
mai 26 09:37:19 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b300 irq 126
mai 26 09:37:19 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b380 irq 126
mai 26 09:37:19 archlinux kernel: usbcore: registered new interface driver usbserial_generic
mai 26 09:37:19 archlinux kernel: usbserial: USB Serial support registered for generic
mai 26 09:37:19 archlinux kernel: rtc_cmos 00:04: RTC can wake from S4
mai 26 09:37:19 archlinux kernel: rtc_cmos 00:04: registered as rtc0
mai 26 09:37:19 archlinux kernel: rtc_cmos 00:04: setting system clock to 2023-05-26T07:37:18 UTC (1685086638)
mai 26 09:37:19 archlinux kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
mai 26 09:37:19 archlinux kernel: intel_pstate: Intel P-state driver initializing
mai 26 09:37:19 archlinux kernel: intel_pstate: HWP enabled
mai 26 09:37:19 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
mai 26 09:37:19 archlinux kernel: efifb: probing for efifb
mai 26 09:37:19 archlinux kernel: efifb: showing boot graphics
mai 26 09:37:19 archlinux kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
mai 26 09:37:19 archlinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
mai 26 09:37:19 archlinux kernel: efifb: scrolling: redraw
mai 26 09:37:19 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
mai 26 09:37:19 archlinux kernel: fbcon: Deferring console take-over
mai 26 09:37:19 archlinux kernel: fb0: EFI VGA frame buffer device
mai 26 09:37:19 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
mai 26 09:37:19 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
mai 26 09:37:19 archlinux kernel: caller pmc_core_probe+0xd6/0x540 mapping multiple BARs
mai 26 09:37:19 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
mai 26 09:37:19 archlinux kernel: drop_monitor: Initializing network drop monitor service
mai 26 09:37:19 archlinux kernel: Initializing XFRM netlink socket
mai 26 09:37:19 archlinux kernel: NET: Registered PF_INET6 protocol family
mai 26 09:37:19 archlinux kernel: Freeing initrd memory: 111648K
mai 26 09:37:19 archlinux kernel: Segment Routing with IPv6
mai 26 09:37:19 archlinux kernel: RPL Segment Routing with IPv6
mai 26 09:37:19 archlinux kernel: In-situ OAM (IOAM) with IPv6
mai 26 09:37:19 archlinux kernel: NET: Registered PF_PACKET protocol family
mai 26 09:37:19 archlinux kernel: microcode: Microcode Update Driver: v2.2.
mai 26 09:37:19 archlinux kernel: IPI shorthand broadcast: enabled
mai 26 09:37:19 archlinux kernel: sched_clock: Marking stable (1610000877, 420696)->(549884283, 1060537290)
mai 26 09:37:19 archlinux kernel: registered taskstats version 1
mai 26 09:37:19 archlinux kernel: Loading compiled-in X.509 certificates
mai 26 09:37:19 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3a3ad2c7574fdd25b2fc779378ffed7c68ddf189'
mai 26 09:37:19 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
mai 26 09:37:19 archlinux kernel: Key type .fscrypt registered
mai 26 09:37:19 archlinux kernel: Key type fscrypt-provisioning registered
mai 26 09:37:19 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
mai 26 09:37:19 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
mai 26 09:37:19 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
mai 26 09:37:19 archlinux kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
mai 26 09:37:19 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
mai 26 09:37:19 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
mai 26 09:37:19 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
mai 26 09:37:19 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
mai 26 09:37:19 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
mai 26 09:37:19 archlinux kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
mai 26 09:37:19 archlinux kernel: PM:   Magic number: 7:270:623
mai 26 09:37:19 archlinux kernel: RAS: Correctable Errors collector initialized.
mai 26 09:37:19 archlinux kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mai 26 09:37:19 archlinux kernel: ata4: SATA link down (SStatus 4 SControl 300)
mai 26 09:37:19 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mai 26 09:37:19 archlinux kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mai 26 09:37:19 archlinux kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mai 26 09:37:19 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
mai 26 09:37:19 archlinux kernel: ata1.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
mai 26 09:37:19 archlinux kernel: ata2.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
mai 26 09:37:19 archlinux kernel: ata5.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
mai 26 09:37:19 archlinux kernel: ata6.00: ATA-10: WDC WD40EFRX-68N32N0, 82.00A82, max UDMA/133
mai 26 09:37:19 archlinux kernel: ata1.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
mai 26 09:37:19 archlinux kernel: ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
mai 26 09:37:19 archlinux kernel: ata5.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
mai 26 09:37:19 archlinux kernel: ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
mai 26 09:37:19 archlinux kernel: ata1.00: configured for UDMA/133
mai 26 09:37:19 archlinux kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
mai 26 09:37:19 archlinux kernel: ata3.00: ATA-10: INTEL SSDSC2BW480H6, RG21, max UDMA/133
mai 26 09:37:19 archlinux kernel: ata5.00: configured for UDMA/133
mai 26 09:37:19 archlinux kernel: ata2.00: configured for UDMA/133
mai 26 09:37:19 archlinux kernel: ata6.00: configured for UDMA/133
mai 26 09:37:19 archlinux kernel: ata3.00: 937703088 sectors, multi 16: LBA48 NCQ (depth 32), AA
mai 26 09:37:19 archlinux kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] Write Protect is off
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] Write Protect is off
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
mai 26 09:37:19 archlinux kernel: ata3.00: Features: Dev-Sleep
mai 26 09:37:19 archlinux kernel: ata3.00: configured for UDMA/133
mai 26 09:37:19 archlinux kernel: scsi 2:0:0:0: Direct-Access     ATA      INTEL SSDSC2BW48 RG21 PQ: 0 ANSI: 5
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] 937703088 512-byte logical blocks: (480 GB/447 GiB)
mai 26 09:37:19 archlinux kernel: scsi 4:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] Write Protect is off
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
mai 26 09:37:19 archlinux kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68N 0A82 PQ: 0 ANSI: 5
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] 4096-byte physical blocks
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] Write Protect is off
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] 4096-byte physical blocks
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] Write Protect is off
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
mai 26 09:37:19 archlinux kernel:  sdc: sdc1 sdc3 sdc4 sdc5 sdc6
mai 26 09:37:19 archlinux kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
mai 26 09:37:19 archlinux kernel:  sdb: sdb1 sdb2
mai 26 09:37:19 archlinux kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
mai 26 09:37:19 archlinux kernel:  sda: sda1 sda2
mai 26 09:37:19 archlinux kernel: sd 0:0:0:0: [sda] Attached SCSI disk
mai 26 09:37:19 archlinux kernel:  sde: sde1 sde2
mai 26 09:37:19 archlinux kernel: sd 5:0:0:0: [sde] Attached SCSI disk
mai 26 09:37:19 archlinux kernel:  sdd: sdd1 sdd2
mai 26 09:37:19 archlinux kernel: sd 4:0:0:0: [sdd] Attached SCSI disk
mai 26 09:37:19 archlinux kernel: Freeing unused decrypted memory: 2036K
mai 26 09:37:19 archlinux kernel: Freeing unused kernel image (initmem) memory: 3324K
mai 26 09:37:19 archlinux kernel: Write protecting the kernel read-only data: 30720k
mai 26 09:37:19 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1680K
mai 26 09:37:19 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 26 09:37:19 archlinux kernel: rodata_test: all tests were successful
mai 26 09:37:19 archlinux kernel: x86/mm: Checking user space page tables
mai 26 09:37:19 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
mai 26 09:37:19 archlinux kernel: Run /init as init process
mai 26 09:37:19 archlinux kernel:   with arguments:
mai 26 09:37:19 archlinux kernel:     /init
mai 26 09:37:19 archlinux kernel:   with environment:
mai 26 09:37:19 archlinux kernel:     HOME=/
mai 26 09:37:19 archlinux kernel:     TERM=linux
mai 26 09:37:19 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
mai 26 09:37:19 archlinux systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
mai 26 09:37:19 archlinux systemd[1]: Detected architecture x86-64.
mai 26 09:37:19 archlinux systemd[1]: Running in initrd.
mai 26 09:37:19 archlinux systemd[1]: Initializing machine ID from random generator.
mai 26 09:37:19 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
mai 26 09:37:19 archlinux systemd[1]: Reached target Local File Systems.
mai 26 09:37:19 archlinux systemd[1]: Reached target Path Units.
mai 26 09:37:19 archlinux systemd[1]: Reached target Slice Units.
mai 26 09:37:19 archlinux systemd[1]: Reached target Swaps.
mai 26 09:37:19 archlinux systemd[1]: Reached target Timer Units.
mai 26 09:37:19 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
mai 26 09:37:19 archlinux systemd[1]: Listening on Journal Socket.
mai 26 09:37:19 archlinux systemd[1]: Listening on udev Control Socket.
mai 26 09:37:19 archlinux systemd[1]: Listening on udev Kernel Socket.
mai 26 09:37:19 archlinux systemd[1]: Reached target Socket Units.
mai 26 09:37:19 archlinux systemd[1]: Starting Create List of Static Device Nodes...
mai 26 09:37:19 archlinux systemd[1]: Starting Journal Service...
mai 26 09:37:19 archlinux systemd[1]: Starting Load Kernel Modules...
mai 26 09:37:19 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:19 archlinux systemd[1]: Starting Coldplug All udev Devices...
mai 26 09:37:19 archlinux systemd[1]: Finished Create List of Static Device Nodes.
mai 26 09:37:19 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
mai 26 09:37:19 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
mai 26 09:37:19 archlinux systemd-journald[139]: Collecting audit messages is disabled.
mai 26 09:37:19 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
mai 26 09:37:19 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
mai 26 09:37:19 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
mai 26 09:37:19 archlinux kernel: Disabling lock debugging due to kernel taint
mai 26 09:37:19 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
mai 26 09:37:19 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
mai 26 09:37:19 archlinux systemd-journald[139]: Journal started
mai 26 09:37:19 archlinux systemd-journald[139]: Runtime Journal (/run/log/journal/fa86378827ea4bb988af473809ad522c) is 8.0M, max 640.7M, 632.7M free.
mai 26 09:37:19 archlinux systemd-udevd[144]: Using default interface naming scheme 'v253'.
mai 26 09:37:19 archlinux systemd[1]: Started Journal Service.
mai 26 09:37:19 archlinux systemd[1]: Finished Coldplug All udev Devices.
mai 26 09:37:19 archlinux lvm[184]: PV /dev/sdc3 online, VG fedora_linux is complete.
mai 26 09:37:19 archlinux kernel: tsc: Refined TSC clocksource calibration: 4007.999 MHz
mai 26 09:37:19 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39c5e149d3a, max_idle_ns: 440795336434 ns
mai 26 09:37:19 archlinux kernel: clocksource: Switched to clocksource tsc
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
mai 26 09:37:19 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 238
mai 26 09:37:19 archlinux kernel: 
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
mai 26 09:37:19 archlinux kernel: nvidia 0000:02:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
mai 26 09:37:19 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
mai 26 09:37:19 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 26 09:37:19 archlinux kernel: usb usb1: Product: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: usb usb1: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
mai 26 09:37:19 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
mai 26 09:37:19 archlinux kernel: hub 1-0:1.0: USB hub found
mai 26 09:37:19 archlinux kernel: hub 1-0:1.0: 16 ports detected
mai 26 09:37:19 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
mai 26 09:37:19 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 26 09:37:19 archlinux kernel: usb usb2: Product: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: usb usb2: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
mai 26 09:37:19 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
mai 26 09:37:19 archlinux kernel: hub 2-0:1.0: USB hub found
mai 26 09:37:19 archlinux kernel: hub 2-0:1.0: 10 ports detected
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
mai 26 09:37:19 archlinux systemd[1]: Started /usr/bin/lvm vgchange -aay --autoactivation event fedora_linux.
mai 26 09:37:19 archlinux kernel: device-mapper: uevent: version 1.0.3
mai 26 09:37:19 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
mai 26 09:37:19 archlinux kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
mai 26 09:37:19 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
mai 26 09:37:19 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 26 09:37:19 archlinux kernel: usb usb3: Product: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: usb usb3: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
mai 26 09:37:19 archlinux kernel: usb usb3: SerialNumber: 0000:04:00.0
mai 26 09:37:19 archlinux kernel: hub 3-0:1.0: USB hub found
mai 26 09:37:19 archlinux kernel: hub 3-0:1.0: 2 ports detected
mai 26 09:37:19 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
mai 26 09:37:19 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
mai 26 09:37:19 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
mai 26 09:37:19 archlinux kernel: usb usb4: Product: xHCI Host Controller
mai 26 09:37:19 archlinux kernel: usb usb4: Manufacturer: Linux 6.3.4-arch1-1 xhci-hcd
mai 26 09:37:19 archlinux kernel: usb usb4: SerialNumber: 0000:04:00.0
mai 26 09:37:19 archlinux kernel: hub 4-0:1.0: USB hub found
mai 26 09:37:19 archlinux kernel: hub 4-0:1.0: 2 ports detected
mai 26 09:37:19 archlinux lvm[189]:   3 logical volume(s) in volume group "fedora_linux" now active
mai 26 09:37:19 archlinux systemd[1]: Found device /dev/mapper/fedora_linux-root.
mai 26 09:37:19 archlinux systemd[1]: Reached target Initrd Root Device.
mai 26 09:37:19 archlinux systemd[1]: Starting File System Check on /dev/mapper/fedora_linux-root...
mai 26 09:37:19 archlinux systemd-fsck[206]: /dev/mapper/fedora_linux-root: clean, 1211829/5242880 files, 17231025/20971520 blocks
mai 26 09:37:19 archlinux systemd[1]: Finished File System Check on /dev/mapper/fedora_linux-root.
mai 26 09:37:19 archlinux systemd[1]: Mounting /sysroot...
mai 26 09:37:19 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
mai 26 09:37:19 archlinux systemd-modules-load[140]: Inserted module 'nvidia'
mai 26 09:37:19 archlinux systemd[1]: lvm-activate-fedora_linux.service: Deactivated successfully.
mai 26 09:37:19 archlinux systemd-modules-load[140]: Inserted module 'nvidia_modeset'
mai 26 09:37:19 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
mai 26 09:37:19 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000200] Loading driver
mai 26 09:37:19 archlinux kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
mai 26 09:37:19 archlinux kernel: usb 1-6: new high-speed USB device number 2 using xhci_hcd
mai 26 09:37:19 archlinux kernel: EXT4-fs (dm-0): mounted filesystem 6c343383-05a6-4a06-ba03-68a031bdfeb9 with ordered data mode. Quota mode: none.
mai 26 09:37:19 archlinux systemd[1]: Mounted /sysroot.
mai 26 09:37:19 archlinux systemd[1]: Reached target Initrd Root File System.
mai 26 09:37:19 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
mai 26 09:37:19 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
mai 26 09:37:19 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
mai 26 09:37:19 archlinux systemd[1]: Reached target Initrd File Systems.
mai 26 09:37:20 archlinux kernel: usb 1-6: New USB device found, idVendor=0451, idProduct=8442, bcdDevice= 1.00
mai 26 09:37:20 archlinux kernel: usb 1-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
mai 26 09:37:20 archlinux kernel: usb 1-6: SerialNumber: 580100794591
mai 26 09:37:20 archlinux kernel: hub 1-6:1.0: USB hub found
mai 26 09:37:20 archlinux kernel: hub 1-6:1.0: 4 ports detected
mai 26 09:37:20 archlinux kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
mai 26 09:37:20 archlinux kernel: usb 1-9: New USB device found, idVendor=3297, idProduct=4974, bcdDevice= 0.01
mai 26 09:37:20 archlinux kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mai 26 09:37:20 archlinux kernel: usb 1-9: Product: ErgoDox EZ
mai 26 09:37:20 archlinux kernel: usb 1-9: Manufacturer: ZSA Technology Labs
mai 26 09:37:20 archlinux kernel: input: ZSA Technology Labs ErgoDox EZ as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:3297:4974.0001/input/input3
mai 26 09:37:20 archlinux kernel: hid-generic 0003:3297:4974.0001: input,hidraw0: USB HID v1.11 Keyboard [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input0
mai 26 09:37:20 archlinux kernel: hid-generic 0003:3297:4974.0002: hiddev96,hidraw1: USB HID v1.11 Device [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input1
mai 26 09:37:20 archlinux kernel: input: ZSA Technology Labs ErgoDox EZ System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input4
mai 26 09:37:20 archlinux systemd-modules-load[140]: Inserted module 'nvidia_uvm'
mai 26 09:37:20 archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
mai 26 09:37:20 archlinux kernel: usb 1-6.1: new high-speed USB device number 4 using xhci_hcd
mai 26 09:37:20 archlinux systemd-modules-load[140]: Inserted module 'nvidia_drm'
mai 26 09:37:20 archlinux systemd[1]: Finished Load Kernel Modules.
mai 26 09:37:20 archlinux systemd[1]: Reached target System Initialization.
mai 26 09:37:20 archlinux systemd[1]: Reached target Basic System.
mai 26 09:37:20 archlinux systemd[1]: Reached target Initrd Default Target.
mai 26 09:37:20 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:02:00.0 on minor 0
mai 26 09:37:20 archlinux kernel: input: ZSA Technology Labs ErgoDox EZ Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5
mai 26 09:37:20 archlinux kernel: input: ZSA Technology Labs ErgoDox EZ Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input6
mai 26 09:37:20 archlinux kernel: hid-generic 0003:3297:4974.0003: input,hidraw2: USB HID v1.11 Keyboard [ZSA Technology Labs ErgoDox EZ] on usb-0000:00:14.0-9/input2
mai 26 09:37:20 archlinux kernel: usbcore: registered new interface driver usbhid
mai 26 09:37:20 archlinux kernel: usbhid: USB HID core driver
mai 26 09:37:20 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
mai 26 09:37:20 archlinux systemd[1]: Stopped target Initrd Default Target.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Basic System.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Initrd Root Device.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Path Units.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Slice Units.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Socket Units.
mai 26 09:37:20 archlinux systemd[1]: Stopped target System Initialization.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Local File Systems.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Swaps.
mai 26 09:37:20 archlinux systemd[1]: Stopped target Timer Units.
mai 26 09:37:20 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Stopped Load Kernel Modules.
mai 26 09:37:20 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Stopped Coldplug All udev Devices.
mai 26 09:37:20 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
mai 26 09:37:20 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
mai 26 09:37:20 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
mai 26 09:37:20 archlinux systemd[1]: systemd-udevd.service: Consumed 1.340s CPU time.
mai 26 09:37:20 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Closed udev Control Socket.
mai 26 09:37:20 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Closed udev Kernel Socket.
mai 26 09:37:20 archlinux systemd[1]: Starting Cleanup udev Database...
mai 26 09:37:20 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
mai 26 09:37:20 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
mai 26 09:37:20 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
mai 26 09:37:20 archlinux systemd[1]: Finished Cleanup udev Database.
mai 26 09:37:20 archlinux systemd[1]: Reached target Switch Root.
mai 26 09:37:20 archlinux systemd[1]: Starting Switch Root...
mai 26 09:37:20 archlinux kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
mai 26 09:37:20 archlinux systemd[1]: Switching root.
mai 26 09:37:20 archlinux systemd-journald[139]: Journal stopped
mai 26 09:37:21 salameche kernel: usb 1-10: new low-speed USB device number 5 using xhci_hcd
mai 26 09:37:21 salameche systemd-journald[139]: Received SIGTERM from PID 1 (systemd).
mai 26 09:37:21 salameche systemd[1]: systemd 253.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
mai 26 09:37:21 salameche systemd[1]: Detected architecture x86-64.
mai 26 09:37:21 salameche systemd[1]: Hostname set to <salameche>.
mai 26 09:37:21 salameche systemd[1]: bpf-lsm: LSM BPF program attached
mai 26 09:37:21 salameche systemd[1]: initrd-switch-root.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Stopped Switch Root.
mai 26 09:37:21 salameche systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
mai 26 09:37:21 salameche systemd[1]: Created slice Slice /system/getty.
mai 26 09:37:21 salameche systemd[1]: Created slice Slice /system/modprobe.
mai 26 09:37:21 salameche systemd[1]: Created slice Slice /system/systemd-fsck.
mai 26 09:37:21 salameche systemd[1]: Created slice User and Session Slice.
mai 26 09:37:21 salameche systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
mai 26 09:37:21 salameche systemd[1]: Started Forward Password Requests to Wall Directory Watch.
mai 26 09:37:21 salameche systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
mai 26 09:37:21 salameche systemd[1]: Reached target Local Encrypted Volumes.
mai 26 09:37:21 salameche systemd[1]: Reached target Login Prompts.
mai 26 09:37:21 salameche systemd[1]: Stopped target Switch Root.
mai 26 09:37:21 salameche systemd[1]: Stopped target Initrd File Systems.
mai 26 09:37:21 salameche systemd[1]: Stopped target Initrd Root File System.
mai 26 09:37:21 salameche systemd[1]: Reached target Local Integrity Protected Volumes.
mai 26 09:37:21 salameche systemd[1]: Reached target Path Units.
mai 26 09:37:21 salameche systemd[1]: Reached target Remote File Systems.
mai 26 09:37:21 salameche systemd[1]: Reached target Slice Units.
mai 26 09:37:21 salameche systemd[1]: Reached target Local Verity Protected Volumes.
mai 26 09:37:21 salameche systemd[1]: Listening on Device-mapper event daemon FIFOs.
mai 26 09:37:21 salameche systemd[1]: Listening on LVM2 poll daemon socket.
mai 26 09:37:21 salameche systemd[1]: Listening on Process Core Dump Socket.
mai 26 09:37:21 salameche systemd[1]: Listening on udev Control Socket.
mai 26 09:37:21 salameche systemd[1]: Listening on udev Kernel Socket.
mai 26 09:37:21 salameche systemd[1]: Activating swap /dev/disk/by-uuid/32d4e483-a6fd-4e9c-b592-17eb5310e743...
mai 26 09:37:21 salameche systemd[1]: Mounting Huge Pages File System...
mai 26 09:37:21 salameche systemd[1]: Mounting POSIX Message Queue File System...
mai 26 09:37:21 salameche kernel: Adding 8191996k swap on /dev/mapper/fedora_linux-swap.  Priority:-2 extents:1 across:8191996k SSFS
mai 26 09:37:21 salameche systemd[1]: Mounting Kernel Debug File System...
mai 26 09:37:21 salameche systemd[1]: Mounting Kernel Trace File System...
mai 26 09:37:21 salameche systemd[1]: Starting Create List of Static Device Nodes...
mai 26 09:37:21 salameche systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Module configfs...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Module dm_mod...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Module drm...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Module fuse...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Module loop...
mai 26 09:37:21 salameche systemd[1]: Stopped Journal Service.
mai 26 09:37:21 salameche systemd[1]: Starting Journal Service...
mai 26 09:37:21 salameche systemd[1]: Starting Load Kernel Modules...
mai 26 09:37:21 salameche systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:21 salameche systemd[1]: Starting Remount Root and Kernel File Systems...
mai 26 09:37:21 salameche kernel: loop: module loaded
mai 26 09:37:21 salameche systemd[1]: Starting Coldplug All udev Devices...
mai 26 09:37:21 salameche kernel: fuse: init (API version 7.38)
mai 26 09:37:21 salameche systemd[1]: Activated swap /dev/disk/by-uuid/32d4e483-a6fd-4e9c-b592-17eb5310e743.
mai 26 09:37:21 salameche systemd[1]: Mounted Huge Pages File System.
mai 26 09:37:21 salameche systemd[1]: Mounted POSIX Message Queue File System.
mai 26 09:37:21 salameche systemd[1]: Mounted Kernel Debug File System.
mai 26 09:37:21 salameche systemd[1]: Mounted Kernel Trace File System.
mai 26 09:37:21 salameche kernel: EXT4-fs (dm-0): re-mounted 6c343383-05a6-4a06-ba03-68a031bdfeb9. Quota mode: none.
mai 26 09:37:21 salameche systemd-journald[263]: Collecting audit messages is disabled.
mai 26 09:37:21 salameche systemd-journald[263]: Journal started
mai 26 09:37:21 salameche systemd-journald[263]: Runtime Journal (/run/log/journal/edfb4bf28c5346d0a39969d1f155893b) is 8.0M, max 640.7M, 632.7M free.
mai 26 09:37:21 salameche systemd[1]: Queued start job for default target Graphical Interface.
mai 26 09:37:21 salameche systemd[1]: systemd-journald.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'acpi_call'
mai 26 09:37:21 salameche lvm[257]:   3 logical volume(s) in volume group "fedora_linux" monitored
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'crypto_user'
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'sg'
mai 26 09:37:21 salameche kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
mai 26 09:37:21 salameche kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
mai 26 09:37:21 salameche kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
mai 26 09:37:21 salameche kernel: sd 4:0:0:0: Attached scsi generic sg3 type 0
mai 26 09:37:21 salameche kernel: sd 5:0:0:0: Attached scsi generic sg4 type 0
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'i2c_dev'
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'ddcci'
mai 26 09:37:21 salameche kernel: i2c_dev: i2c /dev entries driver
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'ddcci_backlight'
mai 26 09:37:21 salameche systemd[1]: modprobe@configfs.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Finished Create List of Static Device Nodes.
mai 26 09:37:21 salameche systemd[1]: Started Journal Service.
mai 26 09:37:21 salameche kernel: mc: Linux media interface: v0.10
mai 26 09:37:21 salameche kernel: videodev: Linux video capture interface: v2.00
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'v4l2loopback'
mai 26 09:37:21 salameche kernel: v4l2loopback driver version 0.12.7 loaded
mai 26 09:37:21 salameche systemd-modules-load[264]: Inserted module 'dm_multipath'
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Module configfs.
mai 26 09:37:21 salameche systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
mai 26 09:37:21 salameche systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Module dm_mod.
mai 26 09:37:21 salameche systemd[1]: modprobe@drm.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Module drm.
mai 26 09:37:21 salameche systemd[1]: modprobe@fuse.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Module fuse.
mai 26 09:37:21 salameche systemd[1]: modprobe@loop.service: Deactivated successfully.
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Module loop.
mai 26 09:37:21 salameche systemd[1]: Finished Load Kernel Modules.
mai 26 09:37:21 salameche systemd[1]: Finished Remount Root and Kernel File Systems.
mai 26 09:37:21 salameche systemd[1]: Finished Coldplug All udev Devices.
mai 26 09:37:21 salameche systemd[1]: Reached target Swaps.
mai 26 09:37:21 salameche systemd[1]: Mounting FUSE Control File System...
mai 26 09:37:21 salameche systemd[1]: Mounting Kernel Configuration File System...
mai 26 09:37:21 salameche systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
mai 26 09:37:21 salameche systemd[1]: Mounting Temporary Directory /tmp...
mai 26 09:37:21 salameche systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:21 salameche systemd[1]: Starting Rebuild Hardware Database...
mai 26 09:37:21 salameche systemd[1]: Starting Flush Journal to Persistent Storage...
mai 26 09:37:21 salameche systemd[1]: Starting Load/Save OS Random Seed...
mai 26 09:37:21 salameche systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
mai 26 09:37:21 salameche systemd[1]: Starting Apply Kernel Variables...
mai 26 09:37:21 salameche systemd[1]: Starting Create System Users...
mai 26 09:37:21 salameche systemd-journald[263]: Time spent on flushing to /var/log/journal/edfb4bf28c5346d0a39969d1f155893b is 68.269ms for 1026 entries.
mai 26 09:37:21 salameche systemd-journald[263]: System Journal (/var/log/journal/edfb4bf28c5346d0a39969d1f155893b) is 47.9M, max 50.0M, 2.0M free.
mai 26 09:37:22 salameche systemd-journald[263]: Received client request to flush runtime journal.
mai 26 09:37:22 salameche systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
mai 26 09:37:22 salameche systemd-journald[263]: Rotating system journal.
mai 26 09:37:21 salameche systemd[1]: Mounted FUSE Control File System.
mai 26 09:37:21 salameche systemd[1]: Mounted Kernel Configuration File System.
mai 26 09:37:21 salameche systemd[1]: Mounted Temporary Directory /tmp.
mai 26 09:37:21 salameche systemd[1]: Finished Load/Save OS Random Seed.
mai 26 09:37:21 salameche systemd[1]: Finished Apply Kernel Variables.
mai 26 09:37:21 salameche systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:22 salameche systemd[1]: Finished Create System Users.
mai 26 09:37:22 salameche systemd[1]: Starting Create Static Device Nodes in /dev...
mai 26 09:37:22 salameche systemd[1]: Finished Flush Journal to Persistent Storage.
mai 26 09:37:22 salameche systemd[1]: Finished Create Static Device Nodes in /dev.
mai 26 09:37:22 salameche systemd[1]: Reached target Preparation for Local File Systems.
mai 26 09:37:22 salameche systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
mai 26 09:37:22 salameche systemd[1]: Starting File System Check on /dev/disk/by-uuid/6eb3bb15-fedc-4cea-9dcf-d2ece4296be9...
mai 26 09:37:22 salameche systemd-fsck[297]: /dev/mapper/fedora_linux-home : propre, 3313896/16302080 fichiers, 57551189/65176576 blocs
mai 26 09:37:22 salameche systemd[1]: Finished File System Check on /dev/disk/by-uuid/6eb3bb15-fedc-4cea-9dcf-d2ece4296be9.
mai 26 09:37:22 salameche systemd[1]: Mounting /home...
mai 26 09:37:22 salameche systemd[1]: Mounted /home.
mai 26 09:37:22 salameche kernel: EXT4-fs (dm-1): mounted filesystem 6eb3bb15-fedc-4cea-9dcf-d2ece4296be9 with ordered data mode. Quota mode: none.
mai 26 09:37:22 salameche systemd[1]: Finished Rebuild Hardware Database.
mai 26 09:37:22 salameche systemd[1]: Starting Rule-based Manager for Device Events and Files...
mai 26 09:37:22 salameche systemd-udevd[301]: Using default interface naming scheme 'v253'.
mai 26 09:37:22 salameche systemd-udevd[301]: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Unknown group 'uaccess', ignoring
mai 26 09:37:22 salameche systemd[1]: Started Rule-based Manager for Device Events and Files.
mai 26 09:37:22 salameche systemd[1]: Starting Load Kernel Module configfs...
mai 26 09:37:22 salameche kernel: usb 1-10: New USB device found, idVendor=0463, idProduct=ffff, bcdDevice= 1.00
mai 26 09:37:22 salameche kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=4
mai 26 09:37:22 salameche kernel: usb 1-10: Product: Ellipse ECO
mai 26 09:37:22 salameche kernel: usb 1-10: Manufacturer: EATON
mai 26 09:37:22 salameche kernel: usb 1-10: SerialNumber: 000000000
mai 26 09:37:22 salameche systemd[1]: modprobe@configfs.service: Deactivated successfully.
mai 26 09:37:22 salameche systemd[1]: Finished Load Kernel Module configfs.
mai 26 09:37:22 salameche lvm[380]: PV /dev/sdc3 online, VG fedora_linux is complete.
mai 26 09:37:22 salameche lvm[380]: VG fedora_linux finished
mai 26 09:37:22 salameche systemd[1]: Condition check resulted in INTEL_SSDSC2BW480H6 1 being skipped.
mai 26 09:37:22 salameche (udev-worker)[314]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
mai 26 09:37:22 salameche (udev-worker)[314]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
mai 26 09:37:22 salameche kernel: usb 1-6.1: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
mai 26 09:37:22 salameche kernel: usb 1-6.1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
mai 26 09:37:22 salameche kernel: usb 1-6.1: Product: C922 Pro Stream Webcam
mai 26 09:37:22 salameche kernel: usb 1-6.1: SerialNumber: DA1B3BDF
mai 26 09:37:22 salameche systemd[1]: Starting File System Check on /dev/disk/by-uuid/B9FA-3A0C...
mai 26 09:37:22 salameche systemd-fsck[421]: fsck.fat 4.2 (2021-01-31)
mai 26 09:37:22 salameche systemd-fsck[421]: /dev/sdc1: 903 files, 75064/178841 clusters
mai 26 09:37:22 salameche kernel: block device autoloading is deprecated and will be removed.
mai 26 09:37:22 salameche kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
mai 26 09:37:22 salameche kernel: EDAC ie31200: No ECC support
mai 26 09:37:22 salameche kernel: EDAC ie31200: No ECC support
mai 26 09:37:22 salameche kernel: e1000e: Intel(R) PRO/1000 Network Driver
mai 26 09:37:22 salameche kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
mai 26 09:37:22 salameche kernel: e1000e 0000:00:1f.6: enabling device (0000 -> 0002)
mai 26 09:37:22 salameche kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
mai 26 09:37:22 salameche kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
mai 26 09:37:22 salameche kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
mai 26 09:37:22 salameche kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000
mai 26 09:37:22 salameche kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
mai 26 09:37:22 salameche kernel: i2c i2c-5: 4/4 memory slots populated (from DMI)
mai 26 09:37:22 salameche kernel: i2c i2c-5: Successfully instantiated SPD at 0x50
mai 26 09:37:22 salameche kernel: i2c i2c-5: Successfully instantiated SPD at 0x51
mai 26 09:37:22 salameche kernel: i2c i2c-5: Successfully instantiated SPD at 0x52
mai 26 09:37:22 salameche kernel: i2c i2c-5: Successfully instantiated SPD at 0x53
mai 26 09:37:22 salameche systemd[1]: Finished File System Check on /dev/disk/by-uuid/B9FA-3A0C.
mai 26 09:37:22 salameche kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
mai 26 09:37:22 salameche systemd[1]: Mounting /boot...
mai 26 09:37:22 salameche kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
mai 26 09:37:22 salameche kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
mai 26 09:37:22 salameche kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
mai 26 09:37:22 salameche kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
mai 26 09:37:22 salameche systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
mai 26 09:37:22 salameche kernel: raid6: skipped pq benchmark and selected avx2x4
mai 26 09:37:22 salameche kernel: raid6: using avx2x2 recovery algorithm
mai 26 09:37:22 salameche kernel: asus_wmi: ASUS WMI generic driver loaded
mai 26 09:37:22 salameche kernel: cryptd: max_cpu_qlen set to 1000
mai 26 09:37:22 salameche kernel: xor: automatically using best checksumming function   avx       
mai 26 09:37:22 salameche kernel: async_tx: api initialized (async)
mai 26 09:37:22 salameche systemd[1]: Mounted /boot.
mai 26 09:37:22 salameche systemd[1]: Reached target Local File Systems.
mai 26 09:37:22 salameche kernel: asus_wmi: Initialization: 0x0
mai 26 09:37:22 salameche kernel: asus_wmi: BIOS WMI version: 0.9
mai 26 09:37:22 salameche kernel: asus_wmi: SFUN value: 0x0
mai 26 09:37:22 salameche kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
mai 26 09:37:22 salameche kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
mai 26 09:37:22 salameche kernel: AVX2 version of gcm_enc/dec engaged.
mai 26 09:37:22 salameche kernel: AES CTR mode by8 optimization enabled
mai 26 09:37:22 salameche kernel: iTCO_vendor_support: vendor-support=0
mai 26 09:37:22 salameche kernel: ee1004 5-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
mai 26 09:37:22 salameche kernel: ee1004 5-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
mai 26 09:37:22 salameche kernel: ee1004 5-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
mai 26 09:37:22 salameche kernel: ee1004 5-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
mai 26 09:37:22 salameche kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
mai 26 09:37:22 salameche kernel: md/raid:md127: device sda2 operational as raid disk 3
mai 26 09:37:22 salameche kernel: md/raid:md127: device sdb2 operational as raid disk 2
mai 26 09:37:22 salameche kernel: md/raid:md127: device sdd2 operational as raid disk 1
mai 26 09:37:22 salameche kernel: md/raid:md127: device sde2 operational as raid disk 0
mai 26 09:37:22 salameche kernel: md/raid:md127: raid level 5 active with 4 out of 4 devices, algorithm 2
mai 26 09:37:22 salameche kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
mai 26 09:37:22 salameche kernel: md127: detected capacity change from 0 to 23435458560
mai 26 09:37:22 salameche systemd[1]: Starting Rebuild Dynamic Linker Cache...
mai 26 09:37:22 salameche systemd[1]: Starting Set Up Additional Binary Formats...
mai 26 09:37:22 salameche systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
mai 26 09:37:22 salameche systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mai 26 09:37:22 salameche systemd[1]: Starting Create Volatile Files and Directories...
mai 26 09:37:22 salameche kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
mai 26 09:37:22 salameche kernel: snd_hda_intel 0000:02:00.1: Disabling MSI
mai 26 09:37:22 salameche kernel: snd_hda_intel 0000:02:00.1: Handle vga_switcheroo audio client
mai 26 09:37:22 salameche systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 461 (systemd-binfmt)
mai 26 09:37:22 salameche systemd[1]: Mounting Arbitrary Executable File Formats File System...
mai 26 09:37:22 salameche systemd[1]: Mounted Arbitrary Executable File Formats File System.
mai 26 09:37:22 salameche kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input9
mai 26 09:37:22 salameche kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input10
mai 26 09:37:22 salameche kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input11
mai 26 09:37:22 salameche kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:02:00.1/sound/card1/input12
mai 26 09:37:22 salameche lvm[470]: PV /dev/md127 online, VG lvm is complete.
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x1e
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
mai 26 09:37:23 salameche kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
mai 26 09:37:23 salameche systemd[1]: Finished Set Up Additional Binary Formats.
mai 26 09:37:23 salameche kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
mai 26 09:37:23 salameche kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
mai 26 09:37:23 salameche kernel: intel_tcc_cooling: Programmable TCC Offset detected
mai 26 09:37:23 salameche systemd[1]: Starting Load Kernel Module dm_mod...
mai 26 09:37:23 salameche systemd[1]: Starting Load Kernel Module loop...
mai 26 09:37:23 salameche systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
mai 26 09:37:23 salameche systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:23 salameche systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:23 salameche systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mai 26 09:37:23 salameche systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:23 salameche systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
mai 26 09:37:23 salameche kernel: intel_rapl_common: Found RAPL domain package
mai 26 09:37:23 salameche kernel: intel_rapl_common: Found RAPL domain core
mai 26 09:37:23 salameche kernel: intel_rapl_common: Found RAPL domain dram
mai 26 09:37:23 salameche kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 34:97:f6:25:a2:8d
mai 26 09:37:23 salameche kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
mai 26 09:37:23 salameche kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
mai 26 09:37:23 salameche systemd[1]: Finished Load Kernel Module dm_mod.
mai 26 09:37:23 salameche systemd[1]: modprobe@loop.service: Deactivated successfully.
mai 26 09:37:23 salameche systemd[1]: Finished Load Kernel Module loop.
mai 26 09:37:23 salameche kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
mai 26 09:37:23 salameche systemd[1]: Starting Load Kernel Module dm_mod...
mai 26 09:37:23 salameche systemd[1]: Starting Load Kernel Module loop...
mai 26 09:37:23 salameche systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
mai 26 09:37:23 salameche systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:23 salameche systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
mai 26 09:37:23 salameche systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
mai 26 09:37:23 salameche systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:23 salameche systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
mai 26 09:37:23 salameche systemd[1]: Finished Load Kernel Module dm_mod.
mai 26 09:37:23 salameche systemd[1]: modprobe@loop.service: Deactivated successfully.
mai 26 09:37:23 salameche systemd[1]: Finished Load Kernel Module loop.
mai 26 09:37:23 salameche systemd[1]: Started /usr/bin/lvm vgchange -aay --autoactivation event lvm.
mai 26 09:37:23 salameche systemd[1]: Starting MD array monitor...
mai 26 09:37:23 salameche systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
mai 26 09:37:23 salameche (m_env.sh)[497]: mdmonitor.service: Executable /usr/lib/mdadm/mdadm_env.sh missing, skipping: No such file or directory
mai 26 09:37:23 salameche systemd[1]: Started MD array monitor.
mai 26 09:37:23 salameche mdadm[498]: mdadm: No mail address or alert command - not monitoring.
mai 26 09:37:23 salameche systemd[1]: mdmonitor.service: Main process exited, code=exited, status=1/FAILURE
mai 26 09:37:23 salameche systemd[1]: mdmonitor.service: Failed with result 'exit-code'.
mai 26 09:37:23 salameche lvm[496]:   3 logical volume(s) in volume group "lvm" now active
mai 26 09:37:23 salameche systemd[1]: Finished Create Volatile Files and Directories.
mai 26 09:37:23 salameche systemd[1]: Finished Rebuild Dynamic Linker Cache.
mai 26 09:37:23 salameche systemd[1]: Starting Rebuild Journal Catalog...
mai 26 09:37:23 salameche systemd[1]: Starting Network Time Synchronization...
mai 26 09:37:23 salameche systemd[1]: Starting Record System Boot/Shutdown in UTMP...
mai 26 09:37:23 salameche systemd[1]: lvm-activate-lvm.service: Deactivated successfully.
mai 26 09:37:23 salameche systemd[1]: Finished Record System Boot/Shutdown in UTMP.
mai 26 09:37:23 salameche systemd[1]: Finished Rebuild Journal Catalog.
mai 26 09:37:23 salameche systemd[1]: Started Network Time Synchronization.
mai 26 09:37:23 salameche systemd[1]: Reached target System Time Set.
mai 26 09:37:23 salameche systemd[1]: Starting Update is Completed...
mai 26 09:37:23 salameche systemd[1]: Finished Update is Completed.
mai 26 09:37:23 salameche systemd[1]: Reached target System Initialization.
mai 26 09:37:23 salameche systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
mai 26 09:37:23 salameche systemd[1]: Started Daily rotation of log files.
mai 26 09:37:23 salameche systemd[1]: Started Daily man-db regeneration.
mai 26 09:37:23 salameche systemd[1]: Started Discard unused packages weekly.
mai 26 09:37:23 salameche systemd[1]: Started Daily verification of password and group files.
mai 26 09:37:23 salameche systemd[1]: Started Daily Cleanup of Temporary Directories.
mai 26 09:37:23 salameche systemd[1]: Started Daily locate database update.
mai 26 09:37:23 salameche systemd[1]: Reached target Timer Units.
mai 26 09:37:23 salameche systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
mai 26 09:37:23 salameche systemd[1]: Listening on CUPS Scheduler.
mai 26 09:37:23 salameche systemd[1]: Listening on D-Bus System Message Bus Socket.
mai 26 09:37:23 salameche systemd[1]: Reached target Socket Units.
mai 26 09:37:23 salameche systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:23 salameche systemd[1]: Reached target Basic System.
mai 26 09:37:23 salameche systemd[1]: Starting Save/Restore Sound Card State...
mai 26 09:37:23 salameche systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
mai 26 09:37:23 salameche systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
mai 26 09:37:23 salameche systemd[1]: Starting D-Bus System Message Bus...
mai 26 09:37:23 salameche systemd[1]: Starting Initialize hardware monitoring sensors...
mai 26 09:37:23 salameche systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
mai 26 09:37:23 salameche systemd[1]: Starting User Login Management...
mai 26 09:37:23 salameche systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
mai 26 09:37:23 salameche systemd[1]: Finished Save/Restore Sound Card State.
mai 26 09:37:23 salameche systemd[1]: Reached target Sound Card.
mai 26 09:37:23 salameche avahi-daemon[521]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
mai 26 09:37:23 salameche avahi-daemon[521]: Successfully dropped root privileges.
mai 26 09:37:23 salameche avahi-daemon[521]: avahi-daemon 0.8 starting up.
mai 26 09:37:23 salameche kernel: nct6775: Found NCT6793D or compatible chip at 0x2e:0x290
mai 26 09:37:23 salameche kernel: ACPI Warning: SystemIO range 0x0000000000000295-0x0000000000000296 conflicts with OpRegion 0x0000000000000290-0x0000000000000299 (\_GPE.HWM) (20221020/utaddress-204)
mai 26 09:37:23 salameche kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
mai 26 09:37:23 salameche avahi-daemon[521]: Successfully called chroot().
mai 26 09:37:23 salameche avahi-daemon[521]: Successfully dropped remaining capabilities.
mai 26 09:37:23 salameche avahi-daemon[521]: No service file found in /etc/avahi/services.
mai 26 09:37:23 salameche avahi-daemon[521]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
mai 26 09:37:23 salameche avahi-daemon[521]: New relevant interface lo.IPv6 for mDNS.
mai 26 09:37:23 salameche avahi-daemon[521]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
mai 26 09:37:23 salameche avahi-daemon[521]: New relevant interface lo.IPv4 for mDNS.
mai 26 09:37:23 salameche avahi-daemon[521]: Network interface enumeration completed.
mai 26 09:37:23 salameche avahi-daemon[521]: Registering new address record for ::1 on lo.*.
mai 26 09:37:23 salameche avahi-daemon[521]: Registering new address record for 127.0.0.1 on lo.IPv4.
mai 26 09:37:23 salameche systemd[1]: Started D-Bus System Message Bus.
mai 26 09:37:23 salameche systemd-logind[524]: New seat seat0.
mai 26 09:37:23 salameche systemd[1]: Starting Network Manager...
mai 26 09:37:23 salameche systemd[1]: Started Avahi mDNS/DNS-SD Stack.
mai 26 09:37:23 salameche systemd-logind[524]: Watching system buttons on /dev/input/event2 (Power Button)
mai 26 09:37:23 salameche systemd-logind[524]: Watching system buttons on /dev/input/event1 (Power Button)
mai 26 09:37:23 salameche systemd-logind[524]: Watching system buttons on /dev/input/event0 (Sleep Button)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.8465] NetworkManager (version 1.42.6-1) is starting... (boot:2f9e67e8-320e-4f05-8c75-a29f610bae0a)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.8466] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
mai 26 09:37:23 salameche systemd[1]: Finished Initialize hardware monitoring sensors.
mai 26 09:37:23 salameche systemd[1]: Started User Login Management.
mai 26 09:37:23 salameche systemd[1]: Started Network Manager.
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.8533] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
mai 26 09:37:23 salameche systemd[1]: Reached target Network.
mai 26 09:37:23 salameche systemd[1]: Reached target Network is Online.
mai 26 09:37:23 salameche systemd[1]: Starting APC UPS Power Control Daemon for Linux...
mai 26 09:37:23 salameche systemd[1]: Starting CUPS Scheduler...
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.8661] manager[0x55e45d325cc0]: monitoring kernel firmware directory '/lib/firmware'.
mai 26 09:37:23 salameche systemd[1]: Starting Samba SMB Daemon...
mai 26 09:37:23 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=527 comm="/usr/bin/NetworkManager --no-daemon")
mai 26 09:37:23 salameche systemd[1]: Started OpenSSH Daemon.
mai 26 09:37:23 salameche systemd[1]: Starting Permit User Sessions...
mai 26 09:37:23 salameche systemd[1]: Started APC UPS Power Control Daemon for Linux.
mai 26 09:37:23 salameche apcupsd[549]: apcupsd 3.14.14 (31 May 2016) unknown startup succeeded
mai 26 09:37:23 salameche apcupsd[549]: NIS server startup succeeded
mai 26 09:37:23 salameche systemd[1]: Starting Hostname Service...
mai 26 09:37:23 salameche sshd[547]: Server listening on 0.0.0.0 port 22.
mai 26 09:37:23 salameche sshd[547]: Server listening on :: port 22.
mai 26 09:37:23 salameche systemd[1]: Finished Permit User Sessions.
mai 26 09:37:23 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.hostname1'
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9515] hostname: hostname: using hostnamed
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9515] hostname: static hostname changed from (none) to "salameche"
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9518] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9521] manager[0x55e45d325cc0]: rfkill: Wi-Fi hardware radio set enabled
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9521] manager[0x55e45d325cc0]: rfkill: WWAN hardware radio set enabled
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9583] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9711] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
mai 26 09:37:23 salameche systemd[1]: Starting GNOME Display Manager...
mai 26 09:37:23 salameche systemd[1]: Started Hostname Service.
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9720] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9736] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9742] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9745] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9745] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9746] manager: Networking is enabled by state file
mai 26 09:37:23 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=527 comm="/usr/bin/NetworkManager --no-daemon")
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9749] settings: Loaded settings plugin: keyfile (internal)
mai 26 09:37:23 salameche systemd[1]: Starting Network Manager Script Dispatcher Service...
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9796] dhcp: init: Using DHCP client 'internal'
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9798] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9809] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9812] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9818] device (lo): Activation: starting connection 'lo' (fb249d92-3d66-470d-8aa9-c3220ac60d46)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9825] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
mai 26 09:37:23 salameche NetworkManager[527]: <info>  [1685086643.9827] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
mai 26 09:37:23 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 26 09:37:23 salameche systemd[1]: Started Network Manager Script Dispatcher Service.
mai 26 09:37:23 salameche systemd[1]: Started GNOME Display Manager.
mai 26 09:37:23 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.7' (uid=0 pid=553 comm="/usr/bin/gdm")
mai 26 09:37:23 salameche systemd[1]: Reached target User and Group Name Lookups.
mai 26 09:37:23 salameche systemd[1]: Starting Accounts Service...
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.8' (uid=0 pid=544 comm="/usr/bin/cupsd -l")
mai 26 09:37:24 salameche systemd[1]: Starting Manage, Install and Generate Color Profiles...
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.ColorManager'
mai 26 09:37:24 salameche systemd[1]: Started Manage, Install and Generate Color Profiles.
mai 26 09:37:24 salameche systemd[1]: Started CUPS Scheduler.
mai 26 09:37:24 salameche smbd[546]: [2023/05/26 09:37:24.170097,  0] ../../source3/smbd/server.c:1746(main)
mai 26 09:37:24 salameche smbd[546]:   smbd version 4.18.2 started.
mai 26 09:37:24 salameche smbd[546]:   Copyright Andrew Tridgell and the Samba Team 1992-2023
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1724] ovsdb: disconnected from ovsdb
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1725] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1727] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1728] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1733] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1748] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1750] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
mai 26 09:37:24 salameche NetworkManager[527]: <info>  [1685086644.1753] device (lo): Activation: successful, device activated.
mai 26 09:37:24 salameche systemd[1]: Started Make remote CUPS printers available locally.
mai 26 09:37:24 salameche systemd[1]: Started Samba SMB Daemon.
mai 26 09:37:24 salameche systemd[1]: Reached target Multi-User System.
mai 26 09:37:24 salameche systemd[1]: Reached target Graphical Interface.
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.12' (uid=0 pid=563 comm="/usr/lib/accounts-daemon")
mai 26 09:37:24 salameche systemd[1]: Starting Authorization Manager...
mai 26 09:37:24 salameche polkitd[587]: Started polkitd version 122
mai 26 09:37:24 salameche polkitd[587]: Loading rules from directory /etc/polkit-1/rules.d
mai 26 09:37:24 salameche polkitd[587]: Loading rules from directory /usr/share/polkit-1/rules.d
mai 26 09:37:24 salameche polkitd[587]: Finished loading, compiling and executing 13 rules
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
mai 26 09:37:24 salameche systemd[1]: Started Authorization Manager.
mai 26 09:37:24 salameche polkitd[587]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
mai 26 09:37:24 salameche accounts-daemon[563]: started daemon version 23.13.0
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.Accounts'
mai 26 09:37:24 salameche systemd[1]: Started Accounts Service.
mai 26 09:37:24 salameche systemd[1]: Startup finished in 20.518s (firmware) + 2.750s (loader) + 2.068s (kernel) + 1.632s (initrd) + 3.652s (userspace) = 30.621s.
mai 26 09:37:24 salameche systemd[1]: Created slice User Slice of UID 120.
mai 26 09:37:24 salameche systemd[1]: Starting User Runtime Directory /run/user/120...
mai 26 09:37:24 salameche systemd-logind[524]: New session 1 of user gdm.
mai 26 09:37:24 salameche systemd[1]: Finished User Runtime Directory /run/user/120.
mai 26 09:37:24 salameche systemd[1]: Starting User Manager for UID 120...
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=612 comm="(systemd)")
mai 26 09:37:24 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:24 salameche (systemd)[612]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:24 salameche (systemd)[612]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
mai 26 09:37:24 salameche (systemd)[612]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
mai 26 09:37:24 salameche systemd-xdg-autostart-generator[618]: Configuration file /etc/xdg/autostart/xerox-office-prtdrv-xhost-permissions.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
mai 26 09:37:24 salameche avahi-daemon[521]: Server startup complete. Host name is salameche.local. Local service cookie is 2895354571.
mai 26 09:37:24 salameche systemd[612]: Queued start job for default target Main User Target.
mai 26 09:37:24 salameche systemd[612]: Created slice User Application Slice.
mai 26 09:37:24 salameche systemd[612]: Reached target Paths.
mai 26 09:37:24 salameche systemd[612]: Reached target Timers.
mai 26 09:37:24 salameche systemd[612]: Starting D-Bus User Message Bus Socket...
mai 26 09:37:24 salameche systemd[612]: Listening on GnuPG network certificate management daemon.
mai 26 09:37:24 salameche systemd[612]: Listening on GCR ssh-agent wrapper.
mai 26 09:37:24 salameche systemd[612]: Listening on GNOME Keyring daemon.
mai 26 09:37:24 salameche systemd[612]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
mai 26 09:37:24 salameche systemd[612]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
mai 26 09:37:24 salameche systemd[612]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
mai 26 09:37:24 salameche systemd[612]: Listening on GnuPG cryptographic agent and passphrase cache.
mai 26 09:37:24 salameche systemd[612]: Listening on p11-kit server.
mai 26 09:37:24 salameche systemd[612]: Listening on PipeWire PulseAudio.
mai 26 09:37:24 salameche systemd[612]: Listening on PipeWire Multimedia System Socket.
mai 26 09:37:24 salameche systemd[612]: Listening on D-Bus User Message Bus Socket.
mai 26 09:37:24 salameche systemd[612]: Reached target Sockets.
mai 26 09:37:24 salameche systemd[612]: Reached target Basic System.
mai 26 09:37:24 salameche systemd[1]: Started User Manager for UID 120.
mai 26 09:37:24 salameche systemd[612]: Starting Update XDG user dir configuration...
mai 26 09:37:24 salameche systemd[1]: Started Session 1 of User gdm.
mai 26 09:37:24 salameche systemd[612]: Finished Update XDG user dir configuration.
mai 26 09:37:24 salameche systemd[612]: Reached target Main User Target.
mai 26 09:37:24 salameche systemd[612]: Startup finished in 248ms.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (--) Log file renamed from "/var/lib/gdm/.local/share/xorg/Xorg.pid-623.log" to "/var/lib/gdm/.local/share/xorg/Xorg.0.log"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: X.Org X Server 1.21.1.8
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: X Protocol Version 11, Revision 0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: Current Operating System: Linux salameche 6.3.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 24 May 2023 17:44:00 +0000 x86_64
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:  
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: Current version of pixman: 0.42.2
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Before reporting problems, check http://wiki.x.org
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         to make sure that you have the latest version.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: Markers: (--) probed, (**) from config file, (==) default setting,
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         (++) from command line, (!!) notice, (II) informational,
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Log file: "/var/lib/gdm/.local/share/xorg/Xorg.0.log", Time: Fri May 26 09:37:24 2023
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Using config directory: "/etc/X11/xorg.conf.d"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) No Layout section.  Using the first Screen section.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) No screen section available. Using defaults.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) |-->Screen "Default Screen Section" (0)
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) |   |-->Monitor "<default monitor>"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) No device specified for screen "Default Screen Section".
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Using the first device section listed.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) |   |-->Device "Dev0"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) No monitor specified for screen "Default Screen Section".
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Using a default monitor configuration.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Automatically adding devices
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Automatically enabling devices
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Automatically adding GPU devices
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Automatically binding GPU devices
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) Max clients allowed: 256, resource mask: 0x1fffff
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Entry deleted from font path.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Entry deleted from font path.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Entry deleted from font path.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) FontPath set to:
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         /usr/share/fonts/misc,
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         /usr/share/fonts/TTF,
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         /usr/share/fonts/OTF
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) ModulePath set to "/usr/lib/xorg/modules"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) The server relies on udev to provide the list of input devices.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Module ABI versions:
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         X.Org ANSI C Emulation: 0.4
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         X.Org Video Driver: 25.2
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         X.Org XInput driver : 24.4
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         X.Org Server Extension : 10.0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (++) using VT number 1
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) xfree86: Adding drm device (/dev/dri/card0)
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/card0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 14 paused 0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (--) PCI:*(2@0:0:0) 10de:1c82:1043:85d1 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "glx"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Module glx: vendor="X.Org Foundation"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         compiled for 1.21.1.8, module version = 1.0.0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         ABI class: X.Org Server Extension, version 10.0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "nvidia"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Module nvidia: vendor="NVIDIA Corporation"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         compiled for 1.6.99.901, module version = 1.0.0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         Module class: X.Org Video Driver
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 226:0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading sub module "fb"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "fb"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Module "fb" already built-in
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading sub module "wfb"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "wfb"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading /usr/lib/xorg/modules/libwfb.so
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Module wfb: vendor="X.Org Foundation"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         compiled for 1.21.1.8, module version = 1.0.0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         ABI class: X.Org ANSI C Emulation, version 0.4
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): Creating default Display subsection in Screen section
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]:         "Default Screen Section" for depth/fbbpp 24/32
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): RGB weight 888
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Default visual is TrueColor
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) NVIDIA(0): Option "RegistryDwords" "RMUseSwI2c=0x01; RMI2cSpeed=100"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (**) NVIDIA(0): Enabling 2D acceleration
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading sub module "glxserver_nvidia"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "glxserver_nvidia"
mai 26 09:37:24 salameche /usr/lib/gdm-x-session[623]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]:         compiled for 1.6.99.901, module version = 1.0.0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]:         Module class: X.Org Server Extension
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA: The X server supports PRIME Render Offload.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     DFP-0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     DFP-1
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     DFP-2 (boot)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     DFP-3
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     DFP-4
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:2:0:0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     (GPU-0)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0): Memory: 4194304 kBytes
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0): VideoBIOS: 86.07.2f.00.55
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0):     will be used as the requested mode.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0):
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): Validated MetaModes:
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0): DPI set to (139, 140); computed from "UseEdidDpi" X config
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(0):     option
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (WW) NVIDIA: Failed to bind sideband socket to
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (WW) NVIDIA:     '/var/run/nvidia-xdriver-69723a49' Permission denied
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA:     access.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0):     Config Options in the README.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Disabling shared memory pixmaps
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Backing store enabled
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): Silken mouse enabled
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (==) NVIDIA(0): DPMS enabled
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Loading sub module "dri2"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "dri2"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Module "dri2" already built-in
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): [DRI2] Setup complete
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension Generic Event Extension
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension SHAPE
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension MIT-SHM
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XInputExtension
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XTEST
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension BIG-REQUESTS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension SYNC
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XKEYBOARD
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XC-MISC
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension SECURITY
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XFIXES
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension RENDER
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension RANDR
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension COMPOSITE
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension DAMAGE
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension MIT-SCREEN-SAVER
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension DOUBLE-BUFFER
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension RECORD
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension DPMS
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension Present
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension DRI3
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension X-Resource
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XVideo
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XVideo-MotionCompensation
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension GLX
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension GLX
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Indirect GLX disabled.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) GLX: Another vendor is already registered for screen 0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XFree86-VidModeExtension
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XFree86-DGA
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XFree86-DRI
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension DRI2
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension NV-GLX
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension NV-CONTROL
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Initializing extension XINERAMA
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: Applying InputClass "system-keyboard"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) LoadModule: "libinput"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Module libinput: vendor="X.Org Foundation"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]:         compiled for 1.21.1.8, module version = 1.3.0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]:         Module class: X.Org XInput Driver
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]:         ABI class: X.Org XInput driver, version 24.4
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Power Button'
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 38 paused 0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: always reports core events
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event2"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: device removed
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: Applying InputClass "system-keyboard"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Power Button'
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 41 paused 0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Power Button: always reports core events
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event1"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: device removed
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Sleep Button: Applying InputClass "system-keyboard"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Sleep Button'
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 42 paused 0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Sleep Button: always reports core events
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event0"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: device removed
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 43 paused 0
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Eee PC WMI hotkeys: always reports core events
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event8"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: device removed
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event8"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 9)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: device is a keyboard
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:25 salameche systemd[612]: Created slice User Core Session Slice.
mai 26 09:37:25 salameche systemd[612]: Starting D-Bus User Message Bus...
mai 26 09:37:25 salameche systemd[612]: Started D-Bus User Message Bus.
mai 26 09:37:25 salameche dbus-daemon[628]: [session uid=120 pid=628] Successfully activated service 'org.freedesktop.systemd1'
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=120 pid=637 comm="/usr/lib/gnome-session-check-accelerated")
mai 26 09:37:25 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.a11y.Bus'
mai 26 09:37:25 salameche gnome-shell[652]: Running GNOME Shell (using mutter 44.1) as a X11 window and compositing manager
mai 26 09:37:25 salameche kernel: hid-generic 0003:0463:FFFF.0004: hiddev97,hidraw3: USB HID v10.10 Device [EATON Ellipse ECO] on usb-0000:00:14.0-10/input0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:26 salameche kernel: usb 1-11: new high-speed USB device number 6 using xhci_hcd
mai 26 09:37:26 salameche kernel: usb 1-11: New USB device found, idVendor=058f, idProduct=6362, bcdDevice= 1.00
mai 26 09:37:26 salameche kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
mai 26 09:37:26 salameche kernel: usb 1-11: Product: Mass Storage Device
mai 26 09:37:26 salameche kernel: usb 1-11: Manufacturer: Generic
mai 26 09:37:26 salameche kernel: usb 1-11: SerialNumber: 058F63626476
mai 26 09:37:26 salameche kernel: usb 1-12: new high-speed USB device number 7 using xhci_hcd
mai 26 09:37:26 salameche kernel: usb 1-12: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
mai 26 09:37:26 salameche kernel: usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
mai 26 09:37:26 salameche kernel: usb 1-12: Product: USB 2.0 Hub
mai 26 09:37:26 salameche kernel: hub 1-12:1.0: USB hub found
mai 26 09:37:26 salameche kernel: hub 1-12:1.0: 4 ports detected
mai 26 09:37:26 salameche kernel: usb 1-14: new full-speed USB device number 8 using xhci_hcd
mai 26 09:37:26 salameche kernel: usb 1-14: New USB device found, idVendor=28de, idProduct=1142, bcdDevice= 0.01
mai 26 09:37:26 salameche kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
mai 26 09:37:26 salameche kernel: usb 1-14: Product: Steam Controller
mai 26 09:37:26 salameche kernel: usb 1-14: Manufacturer: Valve Software
mai 26 09:37:26 salameche kernel: input: Valve Software Steam Controller Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input20
mai 26 09:37:26 salameche gnome-shell[652]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
mai 26 09:37:26 salameche gnome-shell[652]: Will monitor session 1
mai 26 09:37:26 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.26' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:26 salameche kernel: input: Valve Software Steam Controller Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input21
mai 26 09:37:26 salameche kernel: hid-generic 0003:28DE:1142.0005: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-14/input0
mai 26 09:37:26 salameche kernel: hid-generic 0003:28DE:1142.0006: hiddev98,hidraw5: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
mai 26 09:37:26 salameche kernel: hid-generic 0003:28DE:1142.0007: hiddev99,hidraw6: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
mai 26 09:37:26 salameche kernel: hid-generic 0003:28DE:1142.0008: hiddev100,hidraw7: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
mai 26 09:37:26 salameche kernel: hid-generic 0003:28DE:1142.0009: hiddev101,hidraw8: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
mai 26 09:37:26 salameche mtp-probe[683]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
mai 26 09:37:26 salameche kernel: usb-storage 1-11:1.0: USB Mass Storage device detected
mai 26 09:37:26 salameche kernel: scsi host6: usb-storage 1-11:1.0
mai 26 09:37:26 salameche kernel: usbcore: registered new interface driver usb-storage
mai 26 09:37:26 salameche kernel: usbcore: registered new interface driver uas
mai 26 09:37:26 salameche (udev-worker)[342]: hiddev1: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[681]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
mai 26 09:37:26 salameche (udev-worker)[320]: hiddev0: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[686]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
mai 26 09:37:26 salameche (udev-worker)[349]: hiddev3: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[684]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
mai 26 09:37:26 salameche systemd[1]: Starting Locale Service...
mai 26 09:37:26 salameche mtp-probe[684]: bus: 1, device: 6 was not an MTP device
mai 26 09:37:26 salameche (udev-worker)[322]: hiddev4: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[681]: bus: 1, device: 5 was not an MTP device
mai 26 09:37:26 salameche (udev-worker)[352]: hiddev5: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[686]: bus: 1, device: 8 was not an MTP device
mai 26 09:37:26 salameche (udev-worker)[326]: hiddev2: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:26 salameche mtp-probe[683]: bus: 1, device: 3 was not an MTP device
mai 26 09:37:26 salameche mtp-probe[691]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1"
mai 26 09:37:26 salameche mtp-probe[691]: bus: 1, device: 4 was not an MTP device
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.gnome.Shell.Screencast' requested by ':1.5' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:26 salameche mtp-probe[741]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
mai 26 09:37:26 salameche mtp-probe[741]: bus: 1, device: 5 was not an MTP device
mai 26 09:37:26 salameche mtp-probe[750]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
mai 26 09:37:26 salameche mtp-probe[750]: bus: 1, device: 6 was not an MTP device
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.5' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
mai 26 09:37:26 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.locale1'
mai 26 09:37:26 salameche systemd[1]: Started Locale Service.
mai 26 09:37:26 salameche systemd-logind[524]: Watching system buttons on /dev/input/event6 (ZSA Technology Labs ErgoDox EZ Keyboard)
mai 26 09:37:26 salameche systemd-logind[524]: Watching system buttons on /dev/input/event4 (ZSA Technology Labs ErgoDox EZ System Control)
mai 26 09:37:26 salameche systemd-logind[524]: Watching system buttons on /dev/input/event5 (ZSA Technology Labs ErgoDox EZ Consumer Control)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ Keyboard (/dev/input/event6)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: Applying InputClass "system-keyboard"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Keyboard'
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: always reports core events
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event6"
mai 26 09:37:26 salameche systemd-logind[524]: Watching system buttons on /dev/input/event3 (ZSA Technology Labs ErgoDox EZ)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device removed
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input6/event6"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Keyboard" (type: KEYBOARD, id 10)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ System Control (/dev/input/event4)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ System Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ System Control: Applying InputClass "system-keyboard"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ System Control'
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ System Control: always reports core events
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event4"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device removed
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input4/event4"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ System Control" (type: KEYBOARD, id 11)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ Consumer Control (/dev/input/event5)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Consumer Control'
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: always reports core events
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event5"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device removed
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) libinput: ZSA Technology Labs ErgoDox EZ Consumer Control: needs a virtual subdevice
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5/event5"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Consumer Control" (type: MOUSE, id 12)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "AccelerationScheme" "none"
mai 26 09:37:26 salameche kernel: usb 1-12.4: new full-speed USB device number 9 using xhci_hcd
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) selected scheme none/0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) acceleration factor: 2.000
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) acceleration threshold: 4
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Consumer Control'
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: always reports core events
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event5"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) libinput: ZSA Technology Labs ErgoDox EZ Consumer Control: is a virtual subdevice
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5/event5"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Consumer Control" (type: KEYBOARD, id 13)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ (/dev/input/event3)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ: Applying InputClass "system-keyboard"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ'
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 48 paused 0
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) ZSA Technology Labs ErgoDox EZ: always reports core events
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event3"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device is a keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device removed
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:3297:4974.0001/input/input3/event3"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ" (type: KEYBOARD, id 14)
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: is tagged by udev as: Keyboard
mai 26 09:37:26 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device is a keyboard
mai 26 09:37:26 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.26' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche systemd[1]: Starting Daemon for power management...
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0140] device (enp0s31f6): carrier: link connected
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0142] device (enp0s31f6): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
mai 26 09:37:27 salameche kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
mai 26 09:37:27 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0146] policy: auto-activating connection 'Connexion filaire 1' (b929231e-e739-38aa-8677-3c17cc09f2a1)
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0149] device (enp0s31f6): Activation: starting connection 'Connexion filaire 1' (b929231e-e739-38aa-8677-3c17cc09f2a1)
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0149] device (enp0s31f6): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0151] manager: NetworkManager state is now CONNECTING
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0152] device (enp0s31f6): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0157] device (enp0s31f6): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.0160] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
mai 26 09:37:27 salameche avahi-daemon[521]: Joining mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::c642:1f7f:5f4f:e153.
mai 26 09:37:27 salameche avahi-daemon[521]: New relevant interface enp0s31f6.IPv6 for mDNS.
mai 26 09:37:27 salameche avahi-daemon[521]: Registering new address record for fe80::c642:1f7f:5f4f:e153 on enp0s31f6.*.
mai 26 09:37:27 salameche systemd[612]: Started PipeWire Multimedia Service.
mai 26 09:37:27 salameche systemd[612]: Started Multimedia Service Session Manager.
mai 26 09:37:27 salameche systemd[612]: Started PipeWire PulseAudio.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.26' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche systemd[1]: Starting Location Lookup Service...
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.32' (uid=120 pid=808 comm="/usr/bin/pipewire")
mai 26 09:37:27 salameche kernel: usbcore: registered new interface driver snd-usb-audio
mai 26 09:37:27 salameche kernel: usb 1-6.1: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
mai 26 09:37:27 salameche systemd[1]: Starting RealtimeKit Scheduling Policy Service...
mai 26 09:37:27 salameche kernel: usbcore: registered new interface driver uvcvideo
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='net.hadess.PowerProfiles' unit='power-profiles-daemon.service' requested by ':1.26' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche systemd[1]: Starting Power Profiles daemon...
mai 26 09:37:27 salameche mtp-probe[824]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1"
mai 26 09:37:27 salameche mtp-probe[824]: bus: 1, device: 4 was not an MTP device
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully called chroot.
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully dropped privileges.
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully limited resources.
mai 26 09:37:27 salameche rtkit-daemon[818]: Running.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 0 threads of 0 processes of 0 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 0 threads of 0 processes of 0 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 0 threads of 0 processes of 0 users.
mai 26 09:37:27 salameche systemd[1]: Started RealtimeKit Scheduling Policy Service.
mai 26 09:37:27 salameche rtkit-daemon[818]: Canary thread running.
mai 26 09:37:27 salameche rtkit-daemon[818]: Watchdog thread running.
mai 26 09:37:27 salameche systemd[612]: Reached target Sound Card.
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 809 of process 809 owned by '120' high priority at nice level -11.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:37:27 salameche polkitd[587]: Registered Authentication Agent for unix-session:1 (system bus name :1.26 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 808 of process 808 owned by '120' high priority at nice level -11.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Successfully activated service 'net.hadess.PowerProfiles'
mai 26 09:37:27 salameche systemd[1]: Started Power Profiles daemon.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.26' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'packagekit.service': Unit packagekit.service is masked.
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 811 of process 811 owned by '120' high priority at nice level -11.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 3 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 3 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 3 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 3 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.gnome.Shell.Notifications' requested by ':1.5' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 3 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.39' (uid=988 pid=812 comm="/usr/lib/geoclue")
mai 26 09:37:27 salameche gnome-shell[652]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche kernel: input: Valve Software Steam Controller as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[872]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mai 26 09:37:27 salameche gnome-shell[652]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[645]: dbus-daemon[645]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[645]: dbus-daemon[645]: Successfully activated service 'org.a11y.atspi.Registry'
mai 26 09:37:27 salameche gnome-shell[652]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:27 salameche gnome-shell[652]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:27 salameche gnome-shell[652]: Extension pomodoro@arun.codito.in already installed in /usr/share/gnome-shell/extensions/pomodoro@arun.codito.in. /usr/share/gnome-shell/extensions/pomodoro@arun.codito.in will not be loaded
mai 26 09:37:27 salameche systemd[1]: Starting WPA supplicant...
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 856 of process 809 owned by '120' RT at priority 20.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 4 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 4 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 4 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[623]: (--) NVIDIA(GPU-0):
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 860 of process 811 owned by '120' RT at priority 20.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 5 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.gnome.Shell.Notifications'
mai 26 09:37:27 salameche rtkit-daemon[818]: Successfully made thread 870 of process 808 owned by '120' RT at priority 20.
mai 26 09:37:27 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
mai 26 09:37:27 salameche systemd[1]: Started WPA supplicant.
mai 26 09:37:27 salameche wpa_supplicant[859]: Successfully initialized wpa_supplicant
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
mai 26 09:37:27 salameche systemd[1]: Started Location Lookup Service.
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.39' (uid=988 pid=812 comm="/usr/lib/geoclue")
mai 26 09:37:27 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
mai 26 09:37:27 salameche geoclue[812]: Failed to connect to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: Unit dbus-org.freedesktop.ModemManager1.service not found.
mai 26 09:37:27 salameche kernel: hid-steam 0003:28DE:1142.0005: input,hidraw4: USB HID v1.11 Keyboard [Valve Software Steam Controller] on usb-0000:00:14.0-14/input0
mai 26 09:37:27 salameche kernel: usb 1-12.4: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
mai 26 09:37:27 salameche kernel: usb 1-12.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
mai 26 09:37:27 salameche wireplumber[809]: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
mai 26 09:37:27 salameche wireplumber[809]: [0:00:10.212922203] [809]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
mai 26 09:37:27 salameche org.gnome.Shell.desktop[652]: Window manager warning: Failed to parse saved session file: L’ouverture du fichier « /var/lib/gdm/.config/mutter/sessions/10d52b4e73f67b2ccb168508664579542800000006320000.ms » a échoué : Aucun fichier ou dossier de ce type
mai 26 09:37:27 salameche kernel: NET: Registered PF_BLUETOOTH protocol family
mai 26 09:37:27 salameche gnome-shell[652]: Erreur lors de l’appel de StartServiceByName pour org.freedesktop.PackageKit : Unit packagekit.service is masked.
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='ca.desrt.dconf' requested by ':1.5' (uid=120 pid=652 comm="/usr/bin/gnome-shell")
mai 26 09:37:27 salameche gnome-shell[652]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
mai 26 09:37:27 salameche kernel: rfkill: input handler disabled
mai 26 09:37:27 salameche kernel: usbcore: registered new interface driver btusb
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.freedesktop.systemd1' requested by ':1.11' (uid=120 pid=906 comm="/usr/lib/gsd-sharing")
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'ca.desrt.dconf'
mai 26 09:37:27 salameche gsd-sharing[906]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:27 salameche gsd-sharing[906]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.gtk.vfs.Daemon' requested by ':1.25' (uid=120 pid=937 comm="ibus-daemon --panel disable --xim")
mai 26 09:37:27 salameche systemd[1]: Starting Load/Save RF Kill Switch Status...
mai 26 09:37:27 salameche gnome-session-binary[632]: Entering running state
mai 26 09:37:27 salameche systemd[1]: Started Load/Save RF Kill Switch Status.
mai 26 09:37:27 salameche xbrlapi.desktop[1030]: openConnection: connect: Aucun fichier ou dossier de ce type
mai 26 09:37:27 salameche xbrlapi.desktop[1030]: Ne peut pas se connecter au démon des périphériques braille de brltty sur :0
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.gtk.vfs.Daemon'
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.freedesktop.portal.IBus' requested by ':1.25' (uid=120 pid=937 comm="ibus-daemon --panel disable --xim")
mai 26 09:37:27 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.freedesktop.portal.IBus'
mai 26 09:37:27 salameche NetworkManager[527]: <info>  [1685086647.3975] agent-manager: agent[cbed2a2a4d678d85,:1.26/org.gnome.Shell.NetworkAgent/120]: agent registered
mai 26 09:37:27 salameche kernel: NET: Registered PF_ALG protocol family
mai 26 09:37:27 salameche kernel: scsi 6:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0
mai 26 09:37:27 salameche kernel: scsi 6:0:0:1: Direct-Access     Generic- Compact Flash    1.01 PQ: 0 ANSI: 0
mai 26 09:37:27 salameche kernel: scsi 6:0:0:2: Direct-Access     Generic- SM/xD-Picture    1.02 PQ: 0 ANSI: 0
mai 26 09:37:27 salameche kernel: scsi 6:0:0:3: Direct-Access     Generic- MS/MS-Pro        1.03 PQ: 0 ANSI: 0 CCS
mai 26 09:37:27 salameche kernel: sd 6:0:0:0: Attached scsi generic sg5 type 0
mai 26 09:37:27 salameche kernel: sd 6:0:0:1: Attached scsi generic sg6 type 0
mai 26 09:37:27 salameche kernel: sd 6:0:0:2: Attached scsi generic sg7 type 0
mai 26 09:37:27 salameche kernel: sd 6:0:0:3: Attached scsi generic sg8 type 0
mai 26 09:37:27 salameche kernel: sd 6:0:0:0: [sdf] Media removed, stopped polling
mai 26 09:37:27 salameche kernel: sd 6:0:0:0: [sdf] Attached SCSI removable disk
mai 26 09:37:27 salameche kernel: sd 6:0:0:1: [sdg] Media removed, stopped polling
mai 26 09:37:27 salameche kernel: sd 6:0:0:1: [sdg] Attached SCSI removable disk
mai 26 09:37:27 salameche kernel: sd 6:0:0:2: [sdh] Media removed, stopped polling
mai 26 09:37:27 salameche kernel: sd 6:0:0:3: [sdi] Media removed, stopped polling
mai 26 09:37:27 salameche kernel: sd 6:0:0:3: [sdi] Attached SCSI removable disk
mai 26 09:37:27 salameche kernel: sd 6:0:0:2: [sdh] Attached SCSI removable disk
mai 26 09:37:28 salameche wireplumber[809]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
mai 26 09:37:28 salameche pipewire[808]: [0:00:11.056200024] [808]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
mai 26 09:37:28 salameche wireplumber[809]: <WpSiAudioAdapter:0x558544e45690> Object activation aborted: proxy destroyed
mai 26 09:37:28 salameche wireplumber[809]: <WpSiAudioAdapter:0x558544e45690> failed to activate item: Object activation aborted: proxy destroyed
mai 26 09:37:28 salameche dbus-daemon[628]: [session uid=120 pid=628] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=120 pid=809 comm="/usr/bin/wireplumber")
mai 26 09:37:28 salameche systemd[612]: Starting sandboxed app permission store...
mai 26 09:37:28 salameche dbus-daemon[628]: [session uid=120 pid=628] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
mai 26 09:37:28 salameche systemd[612]: Started sandboxed app permission store.
mai 26 09:37:28 salameche wireplumber[809]: <WpPortalPermissionStorePlugin:0x558544691940> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
mai 26 09:37:28 salameche wireplumber[809]: <WpPortalPermissionStorePlugin:0x558544691940> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
mai 26 09:37:28 salameche gnome-shell[652]: Registering session with GDM
mai 26 09:37:28 salameche NetworkManager[527]: <info>  [1685086648.2728] dhcp6 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
mai 26 09:37:28 salameche NetworkManager[527]: <info>  [1685086648.2731] policy: set 'Connexion filaire 1' (enp0s31f6) as default for IPv6 routing and DNS
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.freedesktop.systemd1' requested by ':1.11' (uid=120 pid=906 comm="/usr/lib/gsd-sharing")
mai 26 09:37:28 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=527 comm="/usr/bin/NetworkManager --no-daemon")
mai 26 09:37:28 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:28 salameche gsd-sharing[906]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:28 salameche gsd-sharing[906]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
mai 26 09:37:28 salameche avahi-daemon[521]: Leaving mDNS multicast group on interface enp0s31f6.IPv6 with address fe80::c642:1f7f:5f4f:e153.
mai 26 09:37:28 salameche avahi-daemon[521]: Joining mDNS multicast group on interface enp0s31f6.IPv6 with address fd87:84d8:a554:0:98a1:b60f:bbd5:a149.
mai 26 09:37:28 salameche avahi-daemon[521]: Registering new address record for fd87:84d8:a554:0:98a1:b60f:bbd5:a149 on enp0s31f6.*.
mai 26 09:37:28 salameche avahi-daemon[521]: Withdrawing address record for fe80::c642:1f7f:5f4f:e153 on enp0s31f6.
mai 26 09:37:28 salameche NetworkManager[527]: <info>  [1685086648.3028] dhcp6 (enp0s31f6): state changed new lease, address=fd87:84d8:a554::888 2a0c:e303:0:b00::888
mai 26 09:37:28 salameche avahi-daemon[521]: Registering new address record for 2a0c:e303:0:b00:a983:13a0:6e8e:71d1 on enp0s31f6.*.
mai 26 09:37:28 salameche avahi-daemon[521]: Registering new address record for 2a0c:e303:0:b00::888 on enp0s31f6.*.
mai 26 09:37:28 salameche avahi-daemon[521]: Registering new address record for fd87:84d8:a554::888 on enp0s31f6.*.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[804]: VST_PATH not set, defaulting to /var/lib/gdm/vst:/usr/local/lib/vst:/usr/lib/vst
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0006: hiddev98: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.000A: hidraw5: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input1
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0006: Steam wireless receiver connected
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0007: hiddev99: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.000B: hidraw6: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input2
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0007: Steam wireless receiver connected
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0008: hiddev100: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.000C: hidraw7: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input3
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0008: Steam wireless receiver connected
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0009: hiddev101: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.000D: hidraw8: USB HID v1.11 Device [Valve Software Steam Controller] on usb-0000:00:14.0-14/input4
mai 26 09:37:28 salameche kernel: hid-steam 0003:28DE:1142.0009: Steam wireless receiver connected
mai 26 09:37:28 salameche (udev-worker)[353]: input20::scrolllock: Process '/bin/chgrp video /sys/class/leds/input20::scrolllock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[308]: input20::numlock: Process '/bin/chgrp video /sys/class/leds/input20::numlock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[302]: input20::compose: Process '/bin/chgrp video /sys/class/leds/input20::compose/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[304]: input20::capslock: Process '/bin/chgrp video /sys/class/leds/input20::capslock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[353]: input20::scrolllock: Process '/bin/chmod g+w /sys/class/leds/input20::scrolllock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[306]: input20::kana: Process '/bin/chgrp video /sys/class/leds/input20::kana/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[308]: input20::numlock: Process '/bin/chmod g+w /sys/class/leds/input20::numlock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[302]: input20::compose: Process '/bin/chmod g+w /sys/class/leds/input20::compose/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[304]: input20::capslock: Process '/bin/chmod g+w /sys/class/leds/input20::capslock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[306]: input20::kana: Process '/bin/chmod g+w /sys/class/leds/input20::kana/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[353]: input20::scrolllock: Process '/bin/chgrp video /sys/class/leds/input20::scrolllock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[353]: input20::scrolllock: Process '/bin/chmod g+w /sys/class/leds/input20::scrolllock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[304]: input20::capslock: Process '/bin/chgrp video /sys/class/leds/input20::capslock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[302]: input20::compose: Process '/bin/chgrp video /sys/class/leds/input20::compose/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[308]: input20::numlock: Process '/bin/chgrp video /sys/class/leds/input20::numlock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche kernel: mousedev: PS/2 mouse device common for all mice
mai 26 09:37:28 salameche (udev-worker)[304]: input20::capslock: Process '/bin/chmod g+w /sys/class/leds/input20::capslock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[302]: input20::compose: Process '/bin/chmod g+w /sys/class/leds/input20::compose/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[306]: input20::kana: Process '/bin/chgrp video /sys/class/leds/input20::kana/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[308]: input20::numlock: Process '/bin/chmod g+w /sys/class/leds/input20::numlock/brightness' failed with exit code 1.
mai 26 09:37:28 salameche (udev-worker)[306]: input20::kana: Process '/bin/chmod g+w /sys/class/leds/input20::kana/brightness' failed with exit code 1.
mai 26 09:37:28 salameche mtp-probe[1198]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
mai 26 09:37:28 salameche mtp-probe[1198]: bus: 1, device: 8 was not an MTP device
mai 26 09:37:28 salameche (udev-worker)[306]: hiddev3: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:28 salameche (udev-worker)[303]: hiddev4: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:28 salameche (udev-worker)[302]: hiddev2: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:28 salameche (udev-worker)[342]: hiddev5: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
mai 26 09:37:28 salameche kernel: [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/event20)
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 56 paused 0
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: always reports core events
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event20"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device is a pointer
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device is a keyboard
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device removed
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: needs a virtual subdevice
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22/event20"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: MOUSE, id 15)
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "AccelerationScheme" "none"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: (accel) selected scheme none/0
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: (accel) acceleration factor: 2.000
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: (accel) acceleration threshold: 4
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device is a pointer
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device is a keyboard
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: always reports core events
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event20"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: is a virtual subdevice
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22/event20"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: KEYBOARD, id 16)
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/mouse0)
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) No input driver specified, ignoring this device.
mai 26 09:37:28 salameche /usr/lib/gdm-x-session[623]: (II) This device may have been added with another device file.
mai 26 09:37:28 salameche gnome-shell[652]: Property 'libinput Accel Profile Enabled Default' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:28 salameche gnome-shell[652]: Property 'libinput Accel Profiles Available' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:28 salameche gnome-shell[652]: Property 'libinput Accel Profile Enabled' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:28 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.UPower'
mai 26 09:37:28 salameche systemd[1]: Started Daemon for power management.
mai 26 09:37:29 salameche gsd-media-keys[927]: Failed to grab accelerator for keybinding settings:rotate-video-lock
mai 26 09:37:29 salameche gsd-media-keys[927]: Failed to grab accelerator for keybinding settings:playback-random
mai 26 09:37:29 salameche gsd-media-keys[927]: Failed to grab accelerator for keybinding settings:hibernate
mai 26 09:37:29 salameche gsd-media-keys[927]: Failed to grab accelerator for keybinding settings:magnifier-zoom-out
mai 26 09:37:29 salameche gsd-media-keys[927]: Failed to grab accelerator for keybinding settings:playback-repeat
mai 26 09:37:29 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Activating service name='org.gnome.ScreenSaver' requested by ':1.26' (uid=120 pid=953 comm="/usr/lib/gsd-power")
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0221] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.225
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0223] policy: set 'Connexion filaire 1' (enp0s31f6) as default for IPv4 routing and DNS
mai 26 09:37:29 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.gnome.ScreenSaver'
mai 26 09:37:29 salameche avahi-daemon[521]: Joining mDNS multicast group on interface enp0s31f6.IPv4 with address 192.168.0.225.
mai 26 09:37:29 salameche avahi-daemon[521]: New relevant interface enp0s31f6.IPv4 for mDNS.
mai 26 09:37:29 salameche avahi-daemon[521]: Registering new address record for 192.168.0.225 on enp0s31f6.IPv4.
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0720] device (enp0s31f6): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0732] device (enp0s31f6): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0733] device (enp0s31f6): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0735] manager: NetworkManager state is now CONNECTED_SITE
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0738] device (enp0s31f6): Activation: successful, device activated.
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.0742] manager: startup complete
mai 26 09:37:29 salameche NetworkManager[527]: <info>  [1685086649.2118] manager: NetworkManager state is now CONNECTED_GLOBAL
mai 26 09:37:30 salameche smbd[1258]: [2023/05/26 09:37:30.168616,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:30 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.65' (uid=0 pid=1259 comm="gdm-session-worker [pam/gdm-password]")
mai 26 09:37:30 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:30 salameche gdm-password][1259]: pam_systemd_home(gdm-password:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:31 salameche /usr/lib/gdm-x-session[631]: dbus-daemon[631]: [session uid=120 pid=631] Successfully activated service 'org.gnome.Shell.Screencast'
mai 26 09:37:32 salameche smbd[1258]: [2023/05/26 09:37:32.202482,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:32 salameche systemd[1]: systemd-rfkill.service: Deactivated successfully.
mai 26 09:37:32 salameche kernel: input: WH-1000XM3 (AVRCP) as /devices/virtual/input/input23
mai 26 09:37:32 salameche systemd-logind[524]: Watching system buttons on /dev/input/event21 (WH-1000XM3 (AVRCP))
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device WH-1000XM3 (AVRCP) (/dev/input/event21)
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) WH-1000XM3 (AVRCP): Applying InputClass "libinput keyboard catchall"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) WH-1000XM3 (AVRCP): Applying InputClass "system-keyboard"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'WH-1000XM3 (AVRCP)'
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 58 paused 0
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) WH-1000XM3 (AVRCP): always reports core events
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) Option "Device" "/dev/input/event21"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): device removed
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input23/event21"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) XINPUT: Adding extended input device "WH-1000XM3 (AVRCP)" (type: KEYBOARD, id 17)
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:32 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:33 salameche systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mai 26 09:37:34 salameche smbd[1258]: [2023/05/26 09:37:34.282490,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:34 salameche /usr/lib/gdm-x-session[623]: (II) event21 - WH-1000XM3 (AVRCP): device removed
mai 26 09:37:34 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: removing device WH-1000XM3 (AVRCP)
mai 26 09:37:34 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "58"
mai 26 09:37:34 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:34 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:85
mai 26 09:37:35 salameche gdm-password][1259]: gkr-pam: unable to locate daemon control file
mai 26 09:37:35 salameche gdm-password][1259]: gkr-pam: stashed password to try later in open session
mai 26 09:37:35 salameche gdm-password][1259]: pam_unix(gdm-password:session): session opened for user azmeuk(uid=1000) by azmeuk(uid=0)
mai 26 09:37:35 salameche systemd[1]: Created slice User Slice of UID 1000.
mai 26 09:37:35 salameche systemd[1]: Starting User Runtime Directory /run/user/1000...
mai 26 09:37:35 salameche systemd-logind[524]: New session 3 of user azmeuk.
mai 26 09:37:35 salameche systemd[1]: Finished User Runtime Directory /run/user/1000.
mai 26 09:37:35 salameche systemd[1]: Starting User Manager for UID 1000...
mai 26 09:37:35 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.69' (uid=0 pid=1293 comm="(systemd)")
mai 26 09:37:35 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:35 salameche (systemd)[1293]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:37:35 salameche (systemd)[1293]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[azmeuk] ruser=[<unknown>] rhost=[<unknown>]
mai 26 09:37:35 salameche (systemd)[1293]: pam_unix(systemd-user:session): session opened for user azmeuk(uid=1000) by azmeuk(uid=0)
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/discord.desktop:11: Key Path was defined multiple times, ignoring.
mai 26 09:37:35 salameche systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Configuration file /etc/xdg/autostart/xerox-office-prtdrv-xhost-permissions.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Exec binary 'gnome-todo' does not exist: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/org.gnome.Todo.desktop: not generating unit, error parsing Exec= line: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Exec binary '/usr/bin/riot-desktop' does not exist: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/riot.desktop: not generating unit, error parsing Exec= line: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Exec binary 'redshift-gtk' does not exist: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/redshift-gtk.desktop: not generating unit, error parsing Exec= line: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Exec binary 'gradio' does not exist: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/de.haeckerfelix.gradio.desktop: not generating unit, error parsing Exec= line: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: Exec binary '/usr/bin/owncloud' does not exist: No such file or directory
mai 26 09:37:35 salameche systemd-xdg-autostart-generator[1302]: /home/azmeuk/.config/autostart/ownCloud.desktop: not generating unit, error parsing Exec= line: No such file or directory
mai 26 09:37:35 salameche systemd[1293]: Queued start job for default target Main User Target.
mai 26 09:37:35 salameche systemd[1293]: Created slice User Application Slice.
mai 26 09:37:35 salameche systemd[1293]: Reached target Paths.
mai 26 09:37:35 salameche systemd[1293]: Reached target Timers.
mai 26 09:37:35 salameche systemd[1293]: Starting D-Bus User Message Bus Socket...
mai 26 09:37:35 salameche systemd[1293]: Listening on GnuPG network certificate management daemon.
mai 26 09:37:35 salameche systemd[1293]: Listening on GCR ssh-agent wrapper.
mai 26 09:37:35 salameche systemd[1293]: Listening on GNOME Keyring daemon.
mai 26 09:37:35 salameche systemd[1293]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
mai 26 09:37:35 salameche systemd[1293]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
mai 26 09:37:35 salameche systemd[1293]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
mai 26 09:37:35 salameche systemd[1293]: Listening on GnuPG cryptographic agent and passphrase cache.
mai 26 09:37:35 salameche systemd[1293]: Listening on p11-kit server.
mai 26 09:37:35 salameche systemd[1293]: Listening on PipeWire PulseAudio.
mai 26 09:37:35 salameche systemd[1293]: Listening on PipeWire Multimedia System Socket.
mai 26 09:37:35 salameche systemd[1293]: Listening on D-Bus User Message Bus Socket.
mai 26 09:37:35 salameche systemd[1293]: Reached target Sockets.
mai 26 09:37:35 salameche systemd[1293]: Reached target Basic System.
mai 26 09:37:35 salameche systemd[1]: Started User Manager for UID 1000.
mai 26 09:37:35 salameche systemd[1]: Started Session 3 of User azmeuk.
mai 26 09:37:35 salameche systemd[1293]: Starting Update XDG user dir configuration...
mai 26 09:37:35 salameche systemd[1293]: Finished Update XDG user dir configuration.
mai 26 09:37:35 salameche systemd[1293]: Reached target Main User Target.
mai 26 09:37:35 salameche systemd[1293]: Startup finished in 254ms.
mai 26 09:37:35 salameche systemd[1293]: Started GNOME Keyring daemon.
mai 26 09:37:35 salameche gnome-keyring-daemon[1309]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mai 26 09:37:35 salameche systemd[1293]: Created slice User Core Session Slice.
mai 26 09:37:35 salameche systemd[1293]: Starting D-Bus User Message Bus...
mai 26 09:37:35 salameche systemd[1293]: Started D-Bus User Message Bus.
mai 26 09:37:35 salameche gnome-keyring-daemon[1309]: keyring was in an invalid or unrecognized format: /home/azmeuk/.local/share/keyrings/default.keyring
mai 26 09:37:35 salameche gnome-keyring-d[1309]: keyring was in an invalid or unrecognized format: /home/azmeuk/.local/share/keyrings/default.keyring
mai 26 09:37:35 salameche gdm-password][1259]: gkr-pam: unlocked login keyring
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "38"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event2  - Power Button: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "41"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event1  - Power Button: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "42"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event0  - Sleep Button: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "43"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event8  - Eee PC WMI hotkeys: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "45"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "46"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "47"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "47"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "48"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "56"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (**) Option "fd" "56"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) event20 - Valve Software Steam Controller: device removed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:84
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:65
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:68
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:70
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:69
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:64
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:72
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:67
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got pause for 13:66
mai 26 09:37:35 salameche kernel: rfkill: input handler enabled
mai 26 09:37:35 salameche gnome-shell[652]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
mai 26 09:37:35 salameche gsd-media-keys[927]: Unable to get default source
mai 26 09:37:35 salameche gnome-shell[652]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
mai 26 09:37:35 salameche gsd-media-keys[927]: Unable to get default sink
mai 26 09:37:35 salameche gnome-shell[652]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
mai 26 09:37:35 salameche gnome-shell[652]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: _XSERVTransMakeAllCOTSServerListeners: server already running
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) Log file renamed from "/home/azmeuk/.local/share/xorg/Xorg.pid-1322.log" to "/home/azmeuk/.local/share/xorg/Xorg.1.log"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: X.Org X Server 1.21.1.8
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: X Protocol Version 11, Revision 0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: Current Operating System: Linux salameche 6.3.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 24 May 2023 17:44:00 +0000 x86_64
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/fedora_linux-root rw quiet nvidia-drm.modeset=1
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:  
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: Current version of pixman: 0.42.2
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Before reporting problems, check http://wiki.x.org
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         to make sure that you have the latest version.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: Markers: (--) probed, (**) from config file, (==) default setting,
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         (++) from command line, (!!) notice, (II) informational,
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Log file: "/home/azmeuk/.local/share/xorg/Xorg.1.log", Time: Fri May 26 09:37:35 2023
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Using config directory: "/etc/X11/xorg.conf.d"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) No Layout section.  Using the first Screen section.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) No screen section available. Using defaults.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) |-->Screen "Default Screen Section" (0)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) |   |-->Monitor "<default monitor>"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) No device specified for screen "Default Screen Section".
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Using the first device section listed.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) |   |-->Device "Dev0"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) No monitor specified for screen "Default Screen Section".
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Using a default monitor configuration.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Automatically adding devices
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Automatically enabling devices
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Automatically adding GPU devices
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Automatically binding GPU devices
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) Max clients allowed: 256, resource mask: 0x1fffff
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Entry deleted from font path.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Entry deleted from font path.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Entry deleted from font path.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) FontPath set to:
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         /usr/share/fonts/misc,
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         /usr/share/fonts/TTF,
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         /usr/share/fonts/OTF
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) ModulePath set to "/usr/lib/xorg/modules"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) The server relies on udev to provide the list of input devices.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module ABI versions:
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         X.Org ANSI C Emulation: 0.4
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         X.Org Video Driver: 25.2
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         X.Org XInput driver : 24.4
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         X.Org Server Extension : 10.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (++) using VT number 2
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) xfree86: Adding drm device (/dev/dri/card0)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/drm/card0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 15 paused 0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) PCI:*(2@0:0:0) 10de:1c82:1043:85d1 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "glx"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module glx: vendor="X.Org Foundation"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         compiled for 1.21.1.8, module version = 1.0.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         ABI class: X.Org Server Extension, version 10.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "nvidia"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module nvidia: vendor="NVIDIA Corporation"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         compiled for 1.6.99.901, module version = 1.0.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Module class: X.Org Video Driver
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA dlloader X Driver  530.41.03  Thu Mar 16 19:25:45 UTC 2023
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: releasing fd for 226:0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading sub module "fb"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "fb"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module "fb" already built-in
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading sub module "wfb"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "wfb"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading /usr/lib/xorg/modules/libwfb.so
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module wfb: vendor="X.Org Foundation"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         compiled for 1.21.1.8, module version = 1.0.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         ABI class: X.Org ANSI C Emulation, version 0.4
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): Creating default Display subsection in Screen section
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         "Default Screen Section" for depth/fbbpp 24/32
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): RGB weight 888
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Default visual is TrueColor
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Applying OutputClass "nvidia" options to /dev/dri/card0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) NVIDIA(0): Option "RegistryDwords" "RMUseSwI2c=0x01; RMI2cSpeed=100"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (**) NVIDIA(0): Enabling 2D acceleration
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading sub module "glxserver_nvidia"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "glxserver_nvidia"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         compiled for 1.6.99.901, module version = 1.0.0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]:         Module class: X.Org Server Extension
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA GLX Module  530.41.03  Thu Mar 16 19:27:05 UTC 2023
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA: The X server supports PRIME Render Offload.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     DFP-0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     DFP-1
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     DFP-2 (boot)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     DFP-3
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     DFP-4
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:2:0:0
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     (GPU-0)
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0): Memory: 4194304 kBytes
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0): VideoBIOS: 86.07.2f.00.55
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0):     will be used as the requested mode.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0):
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): Validated MetaModes:
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     "DFP-2:nvidia-auto-select"
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): Virtual screen size determined to be 3840 x 2160
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0): DPI set to (139, 140); computed from "UseEdidDpi" X config
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(0):     option
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) NVIDIA: Failed to bind sideband socket to
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (WW) NVIDIA:     '/var/run/nvidia-xdriver-16edc2b9' Permission denied
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA:     access.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0):     Config Options in the README.
mai 26 09:37:35 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Disabling shared memory pixmaps
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Backing store enabled
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): Silken mouse enabled
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (==) NVIDIA(0): DPMS enabled
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Loading sub module "dri2"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "dri2"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Module "dri2" already built-in
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): [DRI2] Setup complete
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension Generic Event Extension
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension SHAPE
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension MIT-SHM
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XInputExtension
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XTEST
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension BIG-REQUESTS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension SYNC
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XKEYBOARD
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XC-MISC
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension SECURITY
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XFIXES
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension RENDER
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension RANDR
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension COMPOSITE
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension DAMAGE
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension MIT-SCREEN-SAVER
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension DOUBLE-BUFFER
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension RECORD
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension DPMS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension Present
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension DRI3
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension X-Resource
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XVideo
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XVideo-MotionCompensation
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension GLX
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension GLX
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Indirect GLX disabled.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) GLX: Another vendor is already registered for screen 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XFree86-VidModeExtension
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XFree86-DGA
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XFree86-DRI
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension DRI2
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension NV-GLX
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension NV-CONTROL
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Initializing extension XINERAMA
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) LoadModule: "libinput"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Module libinput: vendor="X.Org Foundation"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]:         compiled for 1.21.1.8, module version = 1.3.0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]:         Module class: X.Org XInput Driver
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]:         ABI class: X.Org XInput driver, version 24.4
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Power Button'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event2"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event2  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event2  - Power Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event2  - Power Button: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event2  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event2  - Power Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Power Button'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 42 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Power Button: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event1"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event1  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event1  - Power Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event1  - Power Button: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event1  - Power Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event1  - Power Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Sleep Button: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Sleep Button'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 43 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Sleep Button: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event0"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event0  - Sleep Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event0  - Sleep Button: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event0  - Sleep Button: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/event20)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 44 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event20"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: device is a pointer
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: needs a virtual subdevice
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22/event20"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: MOUSE, id 9)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "AccelerationScheme" "none"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: (accel) selected scheme none/0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: (accel) acceleration factor: 2.000
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: (accel) acceleration threshold: 4
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: is tagged by udev as: Keyboard Mouse
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: device is a pointer
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event20 - Valve Software Steam Controller: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Valve Software Steam Controller (/dev/input/mouse0)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ (/dev/input/event3)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 45 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event3"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event3  - ZSA Technology Labs ErgoDox EZ: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:3297:4974.0001/input/input3/event3"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ" (type: KEYBOARD, id 10)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event3  - ZSA Technology Labs ErgoDox EZ: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event3  - ZSA Technology Labs ErgoDox EZ: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ System Control (/dev/input/event4)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ System Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ System Control: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ System Control'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ System Control: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event4"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input4/event4"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ System Control" (type: KEYBOARD, id 11)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event4  - ZSA Technology Labs ErgoDox EZ System Control: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ Consumer Control (/dev/input/event5)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Consumer Control'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event5"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: ZSA Technology Labs ErgoDox EZ Consumer Control: needs a virtual subdevice
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5/event5"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Consumer Control" (type: MOUSE, id 12)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "AccelerationScheme" "none"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) selected scheme none/0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) acceleration factor: 2.000
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: (accel) acceleration threshold: 4
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event5  - ZSA Technology Labs ErgoDox EZ Consumer Control: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device ZSA Technology Labs ErgoDox EZ Keyboard (/dev/input/event6)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Keyboard'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 48 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Keyboard: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event6"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input6/event6"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Keyboard" (type: KEYBOARD, id 13)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event6  - ZSA Technology Labs ErgoDox EZ Keyboard: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event14)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event15)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event16)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event17)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event18)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event19)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event8)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 49 paused 0
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Eee PC WMI hotkeys: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event8"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event8  - Eee PC WMI hotkeys: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event8  - Eee PC WMI hotkeys: device removed
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input8/event8"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event8  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) event8  - Eee PC WMI hotkeys: device is a keyboard
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "libinput pointer catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'Valve Software Steam Controller'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: returning pre-existing fd for /dev/input/event20 13:84
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Valve Software Steam Controller: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event20"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: is a virtual subdevice
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: Valve Software Steam Controller: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:28DE:1142.0005/input/input22/event20"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "Valve Software Steam Controller" (type: KEYBOARD, id 15)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: Applying InputClass "system-keyboard"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'ZSA Technology Labs ErgoDox EZ Consumer Control'
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) ZSA Technology Labs ErgoDox EZ Consumer Control: always reports core events
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event5"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: ZSA Technology Labs ErgoDox EZ Consumer Control: is a virtual subdevice
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.2/0003:3297:4974.0003/input/input5/event5"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "ZSA Technology Labs ErgoDox EZ Consumer Control" (type: KEYBOARD, id 16)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1332]: /etc/gdm/Xsession: Beginning session setup...
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1345]: localuser:azmeuk being added to access control list
mai 26 09:37:36 salameche smbd[1258]: [2023/05/26 09:37:36.362688,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1332]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
mai 26 09:37:36 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=1357 comm="/usr/lib/gnome-session-check-accelerated")
mai 26 09:37:36 salameche systemd[1293]: Starting Virtual filesystem service...
mai 26 09:37:36 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.Daemon'
mai 26 09:37:36 salameche systemd[1293]: Started Virtual filesystem service.
mai 26 09:37:36 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=1357 comm="/usr/lib/gnome-session-check-accelerated")
mai 26 09:37:36 salameche systemd[1293]: Starting Accessibility services bus...
mai 26 09:37:36 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.a11y.Bus'
mai 26 09:37:36 salameche systemd[1293]: Started Accessibility services bus.
mai 26 09:37:36 salameche systemd[1293]: Created slice Slice /app/gnome-session-manager.
mai 26 09:37:36 salameche systemd[1293]: Reached target GNOME X11 Session.
mai 26 09:37:36 salameche systemd[1293]: Reached target GNOME Shell.
mai 26 09:37:36 salameche systemd[1293]: GNOME Initial Setup Copy Worker was skipped because of an unmet condition check (ConditionPathExists=!/home/azmeuk/.config/gnome-initial-setup-done).
mai 26 09:37:36 salameche systemd[1293]: Reached target Session services which should run early before the graphical session is brought up.
mai 26 09:37:36 salameche systemd[1293]: Starting Monitor Session leader for GNOME Session...
mai 26 09:37:36 salameche systemd[1293]: Started Monitor Session leader for GNOME Session.
mai 26 09:37:36 salameche systemd[1293]: Reached target Tasks to be run before GNOME Session starts.
mai 26 09:37:36 salameche systemd[1293]: Starting GNOME Session Manager (session: gnome)...
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/ownCloud.desktop for application ownCloud.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/redshift-gtk.desktop for application redshift-gtk.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/ownCloud.desktop for application ownCloud.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/redshift-gtk.desktop for application redshift-gtk.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/org.gnome.Todo.desktop for application org.gnome.Todo.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/org.gnome.Todo.desktop for application org.gnome.Todo.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/riot.desktop for application riot.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/riot.desktop for application riot.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/de.haeckerfelix.gradio.desktop for application de.haeckerfelix.gradio.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-session-binary[1390]: WARNING: Desktop file /home/azmeuk/.config/autostart/de.haeckerfelix.gradio.desktop for application de.haeckerfelix.gradio.desktop could not be parsed or references a missing TryExec binary
mai 26 09:37:36 salameche gnome-keyring-daemon[1309]: The PKCS#11 component was already initialized
mai 26 09:37:36 salameche gnome-keyring-d[1309]: The PKCS#11 component was already initialized
mai 26 09:37:36 salameche gnome-keyring-pkcs11.desktop[1400]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mai 26 09:37:36 salameche gnome-keyring-daemon[1400]: discover_other_daemon: 1
mai 26 09:37:36 salameche gnome-keyring-daemon[1309]: The Secret Service was already initialized
mai 26 09:37:36 salameche gnome-keyring-daemon[1401]: discover_other_daemon: 1
mai 26 09:37:36 salameche gnome-keyring-ssh.desktop[1401]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mai 26 09:37:36 salameche gnome-keyring-ssh.desktop[1401]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
mai 26 09:37:36 salameche gnome-keyring-d[1309]: The Secret Service was already initialized
mai 26 09:37:36 salameche gnome-keyring-secrets.desktop[1402]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
mai 26 09:37:36 salameche gnome-keyring-secrets.desktop[1402]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
mai 26 09:37:36 salameche gnome-keyring-daemon[1402]: discover_other_daemon: 1
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1396.scope: Couldn't move process 1396 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1396.scope': No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1396.scope: Failed to add PIDs to scope's control group: No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1396.scope: Failed with result 'resources'.
mai 26 09:37:36 salameche systemd[1293]: Failed to start Application launched by gnome-session-binary.
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dsecrets-1399.scope: Couldn't move process 1399 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-1399.scope': No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dsecrets-1399.scope: Failed to add PIDs to scope's control group: No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dsecrets-1399.scope: Failed with result 'resources'.
mai 26 09:37:36 salameche systemd[1293]: Failed to start Application launched by gnome-session-binary.
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dssh-1398.scope: Couldn't move process 1398 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-1398.scope': No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dssh-1398.scope: Failed to add PIDs to scope's control group: No such process
mai 26 09:37:36 salameche systemd[1293]: app-gnome-gnome\x2dkeyring\x2dssh-1398.scope: Failed with result 'resources'.
mai 26 09:37:36 salameche systemd[1293]: Failed to start Application launched by gnome-session-binary.
mai 26 09:37:36 salameche systemd[1293]: Started GNOME Session Manager (session: gnome).
mai 26 09:37:36 salameche systemd[1293]: Reached target GNOME Session Manager is ready.
mai 26 09:37:36 salameche gnome-session[1390]: gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1404: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1404 does not exist.
mai 26 09:37:36 salameche gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1404: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1404 does not exist.
mai 26 09:37:36 salameche systemd[1293]: Starting GNOME Shell on Wayland...
mai 26 09:37:36 salameche systemd[1293]: Starting GNOME Shell on X11...
mai 26 09:37:36 salameche systemd[1293]: org.gnome.Shell@wayland.service: Skipped due to 'exec-condition'.
mai 26 09:37:36 salameche systemd[1293]: Condition check resulted in GNOME Shell on Wayland being skipped.
mai 26 09:37:36 salameche gnome-shell[1411]: Running GNOME Shell (using mutter 44.1) as a X11 window and compositing manager
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:36 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:37 salameche gnome-shell[1411]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
mai 26 09:37:37 salameche gnome-shell[1411]: Will monitor session 3
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Shell.Screencast' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:37 salameche systemd[1293]: Starting sandboxed app permission store...
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
mai 26 09:37:37 salameche systemd[1293]: Started sandboxed app permission store.
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.26' (uid=1000 pid=1470 comm="/usr/lib/gnome-shell-calendar-server")
mai 26 09:37:37 salameche systemd[1293]: Starting Evolution source registry...
mai 26 09:37:37 salameche systemd[1293]: Started PipeWire Multimedia Service.
mai 26 09:37:37 salameche systemd[1293]: Started Multimedia Service Session Manager.
mai 26 09:37:37 salameche systemd[1293]: Started PipeWire PulseAudio.
mai 26 09:37:37 salameche polkitd[587]: Registered Authentication Agent for unix-session:3 (system bus name :1.76 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8)
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.OnlineAccounts' requested by ':1.27' (uid=1000 pid=1483 comm="/usr/lib/evolution-source-registry")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.31' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:37 salameche wireplumber[1498]: [0:00:20.672331868] [1498]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
mai 26 09:37:37 salameche systemd[1293]: Starting Virtual filesystem service - disk device monitor...
mai 26 09:37:37 salameche goa-daemon[1513]: goa-daemon version 3.48.0 starting
mai 26 09:37:37 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.82' (uid=1000 pid=1519 comm="/usr/lib/gvfs-udisks2-volume-monitor")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Identity' requested by ':1.34' (uid=1000 pid=1513 comm="/usr/lib/goa-daemon")
mai 26 09:37:37 salameche systemd[1]: Starting Disk Manager...
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Identity'
mai 26 09:37:37 salameche goa-daemon[1513]: Unsupported account type telepathy/jabber for identity /org/freedesktop/Telepathy/Account/gabble/jabber/eloi_40yaal_2efr0 (no provider)
mai 26 09:37:37 salameche goa-daemon[1513]: Unsupported account type telepathy/jabber for identity /org/freedesktop/Telepathy/Account/gabble/jabber/azmeuk_40gmail_2ecom0 (no provider)
mai 26 09:37:37 salameche goa-daemon[1513]: Unsupported account type telepathy/irc for identity /org/freedesktop/Telepathy/Account/idle/irc/azmeuk0 (no provider)
mai 26 09:37:37 salameche goa-daemon[1513]: Unsupported account type telepathy/irc for identity /org/freedesktop/Telepathy/Account/idle/irc/azmeuk1 (no provider)
mai 26 09:37:37 salameche goa-daemon[1513]: Unsupported account type telepathy/irc for identity /org/freedesktop/Telepathy/Account/idle/irc/azmeuk2 (no provider)
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.OnlineAccounts'
mai 26 09:37:37 salameche udisksd[1536]: udisks daemon version 2.9.4 starting
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.27' (uid=1000 pid=1483 comm="/usr/lib/evolution-source-registry")
mai 26 09:37:37 salameche systemd[1293]: Starting Virtual filesystem metadata service...
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.Metadata'
mai 26 09:37:37 salameche systemd[1293]: Started Virtual filesystem metadata service.
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
mai 26 09:37:37 salameche systemd[1293]: Started Evolution source registry.
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.26' (uid=1000 pid=1470 comm="/usr/lib/gnome-shell-calendar-server")
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Shell.CalendarServer'
mai 26 09:37:37 salameche systemd[1293]: Starting Evolution calendar service...
mai 26 09:37:37 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
mai 26 09:37:37 salameche systemd[1293]: Started Evolution calendar service.
mai 26 09:37:38 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.UDisks2'
mai 26 09:37:38 salameche systemd[1]: Started Disk Manager.
mai 26 09:37:38 salameche udisksd[1536]: Acquired the name org.freedesktop.UDisks2 on the system message bus
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
mai 26 09:37:38 salameche systemd[1293]: Started Virtual filesystem service - disk device monitor.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche systemd[1293]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
mai 26 09:37:38 salameche systemd[1293]: Started Virtual filesystem service - GNOME Online Accounts monitor.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche systemd[1293]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
mai 26 09:37:38 salameche systemd[1293]: Started Virtual filesystem service - Media Transfer Protocol monitor.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche systemd[1293]: Starting Virtual filesystem service - Apple File Conduit monitor...
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
mai 26 09:37:38 salameche systemd[1293]: Started Virtual filesystem service - Apple File Conduit monitor.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche systemd[1293]: Starting Virtual filesystem service - digital camera monitor...
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
mai 26 09:37:38 salameche systemd[1293]: Started Virtual filesystem service - digital camera monitor.
mai 26 09:37:38 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.76' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'packagekit.service': Unit packagekit.service is masked.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Shell.Notifications' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche gnome-shell[1411]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Shell.Notifications'
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199e4e480 StBoxLayout ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199e50f00 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199e4e480 StBoxLayout ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199e946e0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199e4e480 StBoxLayout ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x558199eaafa0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init: 1685086658317#
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init tiling
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init navigator
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init keybindings
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init scratch
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init liveAltTab
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init utils
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init stackoverlay
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init app
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init kludges
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init topbar
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init settings
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm init gestures
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable 1685086658317#
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable tiling
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable navigator
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable keybindings
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable scratch
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable liveAltTab
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable utils
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable stackoverlay
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable app
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable kludges
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable topbar
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable settings
mai 26 09:37:38 salameche gnome-shell[1411]: #paperwm enable gestures
mai 26 09:37:38 salameche smbd[1258]: [2023/05/26 09:37:38.442529,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:38 salameche pipewire[1496]: [0:00:21.471178709] [1496]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
mai 26 09:37:38 salameche wireplumber[1498]: <WpSiAudioAdapter:0x557eab743560> Object activation aborted: proxy destroyed
mai 26 09:37:38 salameche wireplumber[1498]: <WpSiAudioAdapter:0x557eab743560> failed to activate item: Object activation aborted: proxy destroyed
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche systemd[1293]: Starting User preferences database...
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'ca.desrt.dconf'
mai 26 09:37:38 salameche systemd[1293]: Started User preferences database.
mai 26 09:37:38 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Reloaded configuration
mai 26 09:37:38 salameche kernel: [drm:drm_new_set_master] *ERROR* [nvidia-drm] [GPU ID 0x00000200] Failed to grab modeset ownership
mai 26 09:37:38 salameche gnome-shell[1726]: Error: open /dev/tty: no such device or address
mai 26 09:37:38 salameche at-spi-bus-launcher[1381]: dbus-daemon[1381]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:38 salameche at-spi-bus-launcher[1381]: dbus-daemon[1381]: Successfully activated service 'org.a11y.atspi.Registry'
mai 26 09:37:38 salameche at-spi-bus-launcher[1748]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: disconnected
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: disconnected
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): connected
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): Internal DisplayPort
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DELL U3219Q (DFP-2): 1440.0 MHz maximum pixel clock
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: disconnected
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: disconnected
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
mai 26 09:37:38 salameche /usr/lib/gdm-x-session[1322]: (--) NVIDIA(GPU-0):
mai 26 09:37:39 salameche systemd[1293]: Started GNOME Shell on X11.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME Session is initialized.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME session X11 services.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME Session (session: gnome).
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a592570 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5a5370 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5b59c0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5c7130 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5b28f0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5cb760 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5d7e90 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5e94d0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a5d8380 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a6024a0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a619840 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: st_widget_get_theme_node called on the widget [0x55819a62beb0 StLabel.monospace:insensitive ("100%")] which is not in the stage.
mai 26 09:37:39 salameche gnome-shell[1411]: Failed to load background 'resource:///org/gnome/shell/theme/noise-texture.png': La ressource dans « /org/gnome/shell/theme/noise-texture.png » n’existe pas
mai 26 09:37:39 salameche gnome-shell[1411]: Erreur lors de l’appel de StartServiceByName pour org.freedesktop.PackageKit : Unit packagekit.service is masked.
mai 26 09:37:39 salameche systemd[1293]: Starting Signal initialization done to GNOME Session Manager...
mai 26 09:37:39 salameche systemd[1293]: Starting IBus Daemon for GNOME...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME accessibility service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME color management service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME date & time service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME maintenance of expirable data service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME keyboard configuration service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME keyboard shortcuts service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME power management service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME printer notifications service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME RFKill support service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME FreeDesktop screensaver service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME file sharing service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME smartcard service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME sound sample caching service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME USB protection service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME Wacom tablet support service...
mai 26 09:37:39 salameche systemd[1293]: Starting GNOME XSettings service...
mai 26 09:37:39 salameche gnome-shell[1411]: Some code accessed the property 'Main' on the module 'messageTray'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Finished Signal initialization done to GNOME Session Manager.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME accessibility service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME accessibility target.
mai 26 09:37:39 salameche kernel: input: WH-1000XM3 (AVRCP) as /devices/virtual/input/input24
mai 26 09:37:39 salameche systemd[1293]: Started GNOME smartcard service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME smartcard target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME FreeDesktop screensaver service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME FreeDesktop screensaver target.
mai 26 09:37:39 salameche kernel: rfkill: input handler disabled
mai 26 09:37:39 salameche systemd[1293]: Started GNOME RFKill support service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME RFKill support target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME file sharing service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME file sharing target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME maintenance of expirable data service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME maintenance of expirable data target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME color management service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME color management target.
mai 26 09:37:39 salameche systemd-logind[524]: Watching system buttons on /dev/input/event21 (WH-1000XM3 (AVRCP))
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device WH-1000XM3 (AVRCP) (/dev/input/event21)
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (II) config/udev: Adding input device WH-1000XM3 (AVRCP) (/dev/input/event21)
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (**) WH-1000XM3 (AVRCP): Applying InputClass "libinput keyboard catchall"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (**) WH-1000XM3 (AVRCP): Applying InputClass "system-keyboard"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (II) Using input driver 'libinput' for 'WH-1000XM3 (AVRCP)'
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): Applying InputClass "libinput keyboard catchall"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): Applying InputClass "system-keyboard"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'WH-1000XM3 (AVRCP)'
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 59 paused 0
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): always reports core events
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event21"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 41 paused 1
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:85
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:39 salameche systemd[1293]: Started GNOME USB protection service.
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device removed
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input24/event21"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "WH-1000XM3 (AVRCP)" (type: KEYBOARD, id 17)
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME USB protection target.
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:39 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.freedesktop.portal.IBus' requested by ':1.50' (uid=1000 pid=1763 comm="/usr/bin/ibus-daemon --panel disable --xim")
mai 26 09:37:39 salameche systemd[1293]: Started IBus Daemon for GNOME.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.ScreenSaver' requested by ':1.59' (uid=1000 pid=1795 comm="/usr/lib/gsd-usb-protection")
mai 26 09:37:39 salameche systemd[1293]: Started GNOME sound sample caching service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME sound sample caching target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME power management service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME power management target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME printer notifications service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME printer notifications target.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.portal.IBus'
mai 26 09:37:39 salameche xerox-office-prtdrv-xhost-permissions.desktop[1927]: localgroup:lp being added to access control list
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Calendar' requested by ':1.20' (uid=1000 pid=1390 comm="/usr/lib/gnome-session-binary --systemd-service --")
mai 26 09:37:39 salameche gnome-session-binary[1390]: Entering running state
mai 26 09:37:39 salameche systemd[1293]: Started GNOME keyboard configuration service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME keyboard configuration target.
mai 26 09:37:39 salameche sm.puri.Chatty-daemon.desktop[1918]: /usr/bin/chatty: error while loading shared libraries: libebook-contacts-1.2.so.3: cannot open shared object file: No such file or directory
mai 26 09:37:39 salameche gnome-session[1390]: gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1890: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1890 does not exist.
mai 26 09:37:39 salameche gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1890: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1890 does not exist.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME Wacom tablet support service.
mai 26 09:37:39 salameche gnome-session[1390]: gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1918: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1918 does not exist.
mai 26 09:37:39 salameche gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1918: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1918 does not exist.
mai 26 09:37:39 salameche gnome-session[1390]: gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1927: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1927 does not exist.
mai 26 09:37:39 salameche gnome-session-binary[1390]: GnomeDesktop-WARNING: Could not create transient scope for PID 1927: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 1927 does not exist.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Started Application launched by gnome-session-binary.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME Wacom tablet support target.
mai 26 09:37:39 salameche systemd[1293]: Started GNOME keyboard shortcuts service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME keyboard shortcuts target.
mai 26 09:37:39 salameche NetworkManager[527]: <info>  [1685086659.3555] agent-manager: agent[932a2e7e24a3c1e2,:1.76/org.gnome.Shell.NetworkAgent/1000]: agent registered
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.ScreenSaver'
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.75' (uid=1000 pid=1931 comm="/usr/bin/zeitgeist-datahub")
mai 26 09:37:39 salameche systemd[1293]: Starting Zeitgeist activity log service...
mai 26 09:37:39 salameche cadence-session-start.desktop[1911]: JACK is set to NOT auto-start on login
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.74' (uid=1000 pid=1905 comm="/usr/bin/gnome-software --gapplication-service")
mai 26 09:37:39 salameche systemd[1293]: Starting Portal service...
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.76' (uid=1000 pid=2002 comm="/usr/bin/zeitgeist-daemon")
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.zeitgeist.Engine'
mai 26 09:37:39 salameche systemd[1293]: Started Zeitgeist activity log service.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.78' (uid=1000 pid=2011 comm="/usr/lib/xdg-desktop-portal")
mai 26 09:37:39 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.104' (uid=1000 pid=1940 comm="/usr/bin/gnome-calendar --gapplication-service")
mai 26 09:37:39 salameche zeitgeist-datah[2036]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
mai 26 09:37:39 salameche systemd[1293]: Starting Zeitgeist full-text search indexer...
mai 26 09:37:39 salameche systemd[1]: Starting Time & Date Service...
mai 26 09:37:39 salameche systemd[1293]: Starting flatpak document portal service...
mai 26 09:37:39 salameche gnome-shell[1411]: JS ERROR: Exception in callback for signal: changed: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:640:24
                                             _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42
                                             _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10
                                             AppFavorites/<@resource:///org/gnome/shell/ui/appFavorites.js:76:18
                                             _initializeManager@resource:///org/gnome/shell/misc/parentalControlsManager.js:95:14
                                             async*_init@resource:///org/gnome/shell/misc/parentalControlsManager.js:63:14
                                             ParentalControlsManager@resource:///org/gnome/shell/misc/parentalControlsManager.js:55:4
                                             getDefault@resource:///org/gnome/shell/misc/parentalControlsManager.js:42:22
                                             start@resource:///org/gnome/shell/ui/main.js:184:29
                                             @resource:///org/gnome/shell/ui/init.js:6:17
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.portal.Documents'
mai 26 09:37:39 salameche systemd[1293]: Started flatpak document portal service.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.78' (uid=1000 pid=2011 comm="/usr/lib/xdg-desktop-portal")
mai 26 09:37:39 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.timedate1'
mai 26 09:37:39 salameche systemd[1]: Started Time & Date Service.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
mai 26 09:37:39 salameche systemd[1293]: Started Zeitgeist full-text search indexer.
mai 26 09:37:39 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Calendar'
mai 26 09:37:39 salameche systemd[1293]: Started GNOME date & time service.
mai 26 09:37:39 salameche systemd[1293]: Reached target GNOME date & time target.
mai 26 09:37:39 salameche gnome-shell[1411]: JS ERROR: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:635:24
                                             _initializeManager@resource:///org/gnome/shell/misc/parentalControlsManager.js:95:14
                                             async*_init@resource:///org/gnome/shell/misc/parentalControlsManager.js:63:14
                                             ParentalControlsManager@resource:///org/gnome/shell/misc/parentalControlsManager.js:55:4
                                             getDefault@resource:///org/gnome/shell/misc/parentalControlsManager.js:42:22
                                             start@resource:///org/gnome/shell/ui/main.js:184:29
                                             @resource:///org/gnome/shell/ui/init.js:6:17
mai 26 09:37:40 salameche gsd-usb-protect[1795]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
mai 26 09:37:40 salameche gsd-media-keys[1776]: Failed to grab accelerator for keybinding settings:playback-random
mai 26 09:37:40 salameche gsd-media-keys[1776]: Failed to grab accelerator for keybinding settings:magnifier
mai 26 09:37:40 salameche gsd-media-keys[1776]: Failed to grab accelerator for keybinding settings:playback-repeat
mai 26 09:37:40 salameche gsd-media-keys[1776]: Failed to grab accelerator for keybinding settings:rotate-video-lock
mai 26 09:37:40 salameche gsd-media-keys[1776]: Failed to grab accelerator for keybinding settings:hibernate
mai 26 09:37:40 salameche systemd[1293]: Started GNOME XSettings service.
mai 26 09:37:40 salameche systemd[1293]: GNOME session X11 services is inactive.
mai 26 09:37:40 salameche systemd[1293]: Reached target GNOME XSettings target.
mai 26 09:37:40 salameche systemd[1293]: Reached target GNOME Session.
mai 26 09:37:40 salameche systemd[1293]: Reached target GNOME X11 Session (session: gnome).
mai 26 09:37:40 salameche systemd[1293]: Reached target Current graphical user session.
mai 26 09:37:40 salameche systemd[1293]: GNOME Initial Setup was skipped because of an unmet condition check (ConditionPathExists=!/home/azmeuk/.config/gnome-initial-setup-done).
mai 26 09:37:40 salameche systemd[1293]: Starting Portal service (GNOME implementation)...
mai 26 09:37:40 salameche gnome-shell[1411]: Failed to create color profile from colord profile: Erreur lors de l’ouverture du fichier /var/lib/gdm/.local/share/icc/edid-4b01469a6e4de61c1ef4f6a0d9fba4b2.icc : Permission non accordée
mai 26 09:37:40 salameche gnome-shell[1411]: Property 'libinput Accel Profile Enabled Default' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:40 salameche gnome-shell[1411]: Property 'libinput Accel Profiles Available' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:40 salameche gnome-shell[1411]: Property 'libinput Accel Profile Enabled' for device 'Valve Software Steam Controller' returned 3 items, expected 2
mai 26 09:37:40 salameche smbd[1258]: [2023/05/26 09:37:40.522653,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:40 salameche discord.desktop[1939]: Discord 0.0.27
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: /home/azmeuk/.config/Element exists: no
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: /home/azmeuk/.config/Riot exists: yes
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Using legacy user data path: /home/azmeuk/.config/Riot
mai 26 09:37:41 salameche discord.desktop[1939]: Starting app.
mai 26 09:37:41 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
mai 26 09:37:41 salameche systemd[1293]: Started Portal service (GNOME implementation).
mai 26 09:37:41 salameche discord.desktop[1939]: Starting updater.
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.313Z [Modules] Modules initializing
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.317Z [Modules] Distribution: remote
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.317Z [Modules] Host updates: enabled
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.317Z [Modules] Module updates: enabled
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.318Z [Modules] Module install path: /home/azmeuk/.config/discord/0.0.27/modules
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.318Z [Modules] Module installed file path: /home/azmeuk/.config/discord/0.0.27/modules/installed.json
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.319Z [Modules] Module download path: /home/azmeuk/.config/discord/0.0.27/modules/pending
mai 26 09:37:41 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:41 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:41 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:41 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.78' (uid=1000 pid=2011 comm="/usr/lib/xdg-desktop-portal")
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6e with keysym 6e (keycode 2f).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 2d (keycode 11).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff56 with keysym ff56 (keycode 75).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff57 with keysym ff57 (keycode 73).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2b with keysym 37 (keycode 10).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6f with keysym 6f (keycode 1b).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff50 with keysym ff50 (keycode 6e).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff55 with keysym ff55 (keycode 70).
mai 26 09:37:41 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff1b with keysym ff1b (keycode 9).
mai 26 09:37:41 salameche systemd[1293]: Starting Portal service (GTK/GNOME implementation)...
mai 26 09:37:41 salameche discord.desktop[2485]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: No update_base_url is defined: auto update is disabled
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Fetching translation json for locale: en_EN
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Changing application language to fr
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Fetching translation json for locale: fr
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Resetting the UI components after locale change
mai 26 09:37:41 salameche io.element.Element.desktop[1892]: Resetting the UI components after locale change
mai 26 09:37:41 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
mai 26 09:37:41 salameche systemd[1293]: Started Portal service (GTK/GNOME implementation).
mai 26 09:37:41 salameche io.element.Element.desktop[2565]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspaceThumbnail_ThumbnailsBox>:0x558199b43d10] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspaceThumbnail_WorkspaceThumbnail>:0x55819c3fcf10] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819a7c6f10] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c8096f0] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspaceThumbnail_WindowClone>:0x55819c3fed60] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c3fc8f0] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspacesView_WorkspacesDisplay>:0x558199be40e0] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspacesView_WorkspacesView>:0x55819c402310] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_workspace_Workspace>:0x55819c3fd740] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c407a40] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<Gjs_ui_windowPreview_WindowPreview>:0x55819c405270] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c403b10] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c4104c0] is on because it needs an allocation.
mai 26 09:37:41 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<StIcon>:0x55819c409fc0] is on because it needs an allocation.
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.908Z [Modules] No updates to install
mai 26 09:37:41 salameche discord.desktop[1939]: 2023-05-26T07:37:41.908Z [Modules] Checking for host updates.
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device removed
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: removing device WH-1000XM3 (AVRCP)
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[1322]: (**) Option "fd" "59"
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[1322]: (II) UnloadModule: "libinput"
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: releasing fd for 13:85
mai 26 09:37:42 salameche discord.desktop[1939]: 2023-05-26T07:37:42.147Z [Modules] Host is up to date.
mai 26 09:37:42 salameche discord.desktop[1939]: 2023-05-26T07:37:42.147Z [Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
mai 26 09:37:42 salameche discord.desktop[1939]: [1939:0526/093742.169772:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.179654:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche discord.desktop[1939]: 2023-05-26T07:37:42.183Z [Modules] No module updates available.
mai 26 09:37:42 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.freedesktop.portal.Desktop'
mai 26 09:37:42 salameche systemd[1293]: Started Portal service.
mai 26 09:37:42 salameche io.element.Element.desktop[1892]: Changing application language to fr
mai 26 09:37:42 salameche io.element.Element.desktop[1892]: Fetching translation json for locale: fr
mai 26 09:37:42 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.38' (uid=1000 pid=1586 comm="/usr/lib/evolution-calendar-factory")
mai 26 09:37:42 salameche io.element.Element.desktop[1892]: Resetting the UI components after locale change
mai 26 09:37:42 salameche systemd[1293]: Starting Evolution address book service...
mai 26 09:37:42 salameche discord.desktop[1939]: Optional module ./ElectronTestRpc was not included.
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.388916:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Epiphany.WebAppProvider' requested by ':1.74' (uid=1000 pid=1905 comm="/usr/bin/gnome-software --gapplication-service")
mai 26 09:37:42 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.124' (uid=1000 pid=1905 comm="/usr/bin/gnome-software --gapplication-service")
mai 26 09:37:42 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
mai 26 09:37:42 salameche systemd[1293]: Started Evolution address book service.
mai 26 09:37:42 salameche systemd[1]: Starting Firmware update daemon...
mai 26 09:37:42 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Epiphany.WebAppProvider'
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.549081:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche smbd[1258]: [2023/05/26 09:37:42.602725,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.609397:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.665069:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.665366:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche discord.desktop[2485]: [2485:0526/093742.668340:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:42 salameche gnome-shell[1411]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2a00004
mai 26 09:37:42 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'Anniversaires des contacts': Bad Request
mai 26 09:37:42 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'Gaby & Éloi': Bad Request
mai 26 09:37:42 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'IRL': Bad Request
mai 26 09:37:42 salameche gnome-shell[1411]: GNOME Shell started at Fri May 26 2023 09:37:38 GMT+0200 (heure d’été d’Europe centrale)
mai 26 09:37:42 salameche gnome-shell[1411]: Registering session with GDM
mai 26 09:37:42 salameche gnome-shell[652]: Shutting down GNOME Shell
mai 26 09:37:42 salameche gsd-sharing[906]: Error releasing name org.gnome.SettingsDaemon.Sharing: La connexion est fermée
mai 26 09:37:42 salameche gsd-rfkill[920]: Error releasing name org.gnome.SettingsDaemon.Rfkill: La connexion est fermée
mai 26 09:37:42 salameche pipewire[808]: mod.x11-bell: X11 I/O error handler called on display :0
mai 26 09:37:42 salameche org.gnome.Shell.desktop[652]: X connection to :0 broken (explicit kill or server shutdown).
mai 26 09:37:42 salameche pipewire[808]: mod.x11-bell: X11 display (:0) has encountered a fatal I/O error
mai 26 09:37:42 salameche gsd-screensaver[929]: Error releasing name org.freedesktop.ScreenSaver: La connexion est fermée
mai 26 09:37:42 salameche gsd-a11y-settin[939]: Error releasing name org.gnome.SettingsDaemon.A11ySettings: La connexion est fermée
mai 26 09:37:42 salameche gsd-housekeepin[947]: Error releasing name org.gnome.SettingsDaemon.Housekeeping: La connexion est fermée
mai 26 09:37:42 salameche gsd-smartcard[921]: Error releasing name org.gnome.SettingsDaemon.Smartcard: La connexion est fermée
mai 26 09:37:42 salameche gsd-datetime[922]: Error releasing name org.gnome.SettingsDaemon.Datetime: La connexion est fermée
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: not releasing fd for 13:84, still in use
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:84
mai 26 09:37:42 salameche gsd-sound[936]: Error releasing name org.gnome.SettingsDaemon.Sound: La connexion est fermée
mai 26 09:37:42 salameche gsd-print-notif[916]: Error releasing name org.gnome.SettingsDaemon.PrintNotifications: La connexion est fermée
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:42 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:67
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: not releasing fd for 13:69, still in use
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:69
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:68
mai 26 09:37:43 salameche polkitd[587]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.26, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale fr_FR.UTF-8) (disconnected from bus)
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:70
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:72
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:64
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:65
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) UnloadModule: "libinput"
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) systemd-logind: releasing fd for 13:66
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) NVIDIA(GPU-0): Deleting GPU-0
mai 26 09:37:43 salameche /usr/lib/gdm-x-session[623]: (II) Server terminated successfully (0). Closing log file.
mai 26 09:37:43 salameche systemd[1]: session-1.scope: Deactivated successfully.
mai 26 09:37:43 salameche gdm[553]: Gdm: Child process -621 was already dead.
mai 26 09:37:43 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Shell.Screencast'
mai 26 09:37:43 salameche systemd[1]: session-1.scope: Consumed 8.135s CPU time.
mai 26 09:37:43 salameche systemd-logind[524]: Session 1 logged out. Waiting for processes to exit.
mai 26 09:37:43 salameche systemd-logind[524]: Removed session 1.
mai 26 09:37:43 salameche fwupd[2795]: 07:37:43.296 FuPluginIntelMe      failed to get public key using /fpf/OemCred: generic failure [0xb]
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x00] = 0xfff0280
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x04] = 0x200e000
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x08] = 0x294a28
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x0c] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x10] = 0x52000532
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x14] = 0x2cef7d77
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x18] = 0x554cd06
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x1c] = 0x3482a5cd
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x20] = 0x20f0f99b
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x24] = 0xebc5a180
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x28] = 0x693aa14b
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x2c] = 0x4454910a
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x30] = 0x9010500
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x34] = 0x8300
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x38] = 0xff7f0000
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x3c] = 0x650004
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x40] = 0x1050000
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x44] = 0x820009
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x48] = 0x7f000000
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x4c] = 0x4ff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x50] = 0x4acf
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x54] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x58] = 0xfff0280
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x5c] = 0x27f0003
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x60] = 0x20001
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x64] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x68] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x6c] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x70] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x74] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x78] = 0x7fff
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x7c] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x80] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x84] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x88] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x8c] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x90] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x94] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x98] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0x9c] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xa0] = 0xfe000080
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xa4] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xa8] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xac] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xb0] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xb4] = 0x4
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xb8] = 0x40003
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xbc] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xc0] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xc4] = 0xf3d82005
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xc8] = 0x20252025
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xcc] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xd0] = 0x50444653
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xd4] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xd8] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xdc] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xe0] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xe4] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xe8] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xec] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xf0] = 0x1
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xf4] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xf8] = 0x0
mai 26 09:37:43 salameche fwupd[2795]: SPIBAR[0xfc] = 0x0
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche fwupd[2795]: 07:37:43.686 FuMain               Daemon ready for requests (locale fr_FR.UTF-8)
mai 26 09:37:43 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.fwupd'
mai 26 09:37:43 salameche systemd[1]: Started Firmware update daemon.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 6 threads of 3 processes of 1 users.
mai 26 09:37:43 salameche rtkit-daemon[818]: Successfully made thread 3030 of process 1954 owned by '1000' RT at priority 10.
mai 26 09:37:43 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:43 salameche discord.desktop[2485]: [2485:0526/093743.903511:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:44 salameche gnome-shell[1411]: JS ERROR: TypeError: clone is undefined
                                             isWindowAnimating@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:3336:5
                                             insertWindow@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:2906:26
                                             add_handler@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:2801:21
                                             dynamic_function_ref/<@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/utils.js:104:33
                                             _moveWindow@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:85:16
                                             _appWindowsChanged/<@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:102:18
                                             _appWindowsChanged@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:101:56
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5bb0 b   resource:///org/gnome/shell/ui/environment.js:220 (191b3af7c6a0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5c20 I   self-hosted:164 (191b3af91ab0 @ 272)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:220 (191b3af7c560 @ 499)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #6   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5bb0 b   resource:///org/gnome/shell/ui/environment.js:220 (191b3af7c6a0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5c20 I   self-hosted:164 (191b3af91ab0 @ 272)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:220 (191b3af7c560 @ 499)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #6   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:222 (191b3af7c560 @ 515)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5c20 b   resource:///org/gnome/gjs/modules/core/overrides/GObject.js:687 (191b3af9a150 @ 25)
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:223 (191b3af7c560 @ 566)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5c20 b   resource:///org/gnome/gjs/modules/core/overrides/GObject.js:687 (191b3af9a150 @ 25)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:223 (191b3af7c560 @ 566)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5c20 b   resource:///org/gnome/gjs/modules/core/overrides/GObject.js:687 (191b3af9a150 @ 25)
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:223 (191b3af7c560 @ 566)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:224 (191b3af7c560 @ 587)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #2   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5b90 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c6f0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5c20 I   self-hosted:180 (191b3af73ce0 @ 294)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c560 @ 607)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #6   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5b90 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c6f0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5c20 I   self-hosted:180 (191b3af73ce0 @ 294)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c560 @ 607)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #6   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: == Stack trace for context 0x5581981a0070 ==
mai 26 09:37:44 salameche gnome-shell[1411]: Object .MetaWindowActorX11 (0x5581a25ef4b0), has been already disposed — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
mai 26 09:37:44 salameche gnome-shell[1411]: #0   7ffd394e5b90 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c6f0 @ 15)
mai 26 09:37:44 salameche gnome-shell[1411]: #1   7ffd394e5c20 I   self-hosted:180 (191b3af73ce0 @ 294)
mai 26 09:37:44 salameche gnome-shell[1411]: #2   7ffd394e5d10 b   resource:///org/gnome/shell/ui/environment.js:227 (191b3af7c560 @ 607)
mai 26 09:37:44 salameche gnome-shell[1411]: #3   7ffd394e5de0 b   resource:///org/gnome/shell/ui/environment.js:365 (191b3af7cc90 @ 23)
mai 26 09:37:44 salameche gnome-shell[1411]: #4   55819934a420 i   resource:///org/gnome/shell/ui/windowManager.js:1487 (125541add240 @ 701)
mai 26 09:37:44 salameche gnome-shell[1411]: #5   55819934a378 i   self-hosted:1422 (26307eb7510 @ 30)
mai 26 09:37:44 salameche gnome-shell[1411]: #6   7ffd394e6690 b   self-hosted:632 (21a6add1f3d0 @ 15)
mai 26 09:37:44 salameche gnome-keyring-daemon[1309]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
mai 26 09:37:44 salameche gnome-keyring-d[1309]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
mai 26 09:37:44 salameche gnome-keyring-daemon[1309]: asked to register item /org/freedesktop/secrets/collection/login/121, but it's already registered
mai 26 09:37:44 salameche gnome-keyring-d[1309]: asked to register item /org/freedesktop/secrets/collection/login/121, but it's already registered
mai 26 09:37:44 salameche discord.desktop[2485]: [2485:0526/093744.361390:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:44 salameche discord.desktop[2485]: [2485:0526/093744.393427:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:44 salameche smbd[1258]: [2023/05/26 09:37:44.682845,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:44 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche gnome-shell[1411]: JS ERROR: TypeError: clone is undefined
                                             isWindowAnimating@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:3336:5
                                             insertWindow@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:2906:26
                                             add_handler@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/tiling.js:2801:21
                                             dynamic_function_ref/<@/home/azmeuk/.local/share/gnome-shell/extensions/paperwm@hedning:matrix.org/utils.js:104:33
                                             _moveWindow@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:85:16
                                             _appWindowsChanged/<@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:102:18
                                             _appWindowsChanged@/home/azmeuk/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com/extension.js:101:56
mai 26 09:37:45 salameche kernel: input: WH-1000XM3 (AVRCP) as /devices/virtual/input/input25
mai 26 09:37:45 salameche systemd-logind[524]: Watching system buttons on /dev/input/event21 (WH-1000XM3 (AVRCP))
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device WH-1000XM3 (AVRCP) (/dev/input/event21)
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): Applying InputClass "libinput keyboard catchall"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): Applying InputClass "system-keyboard"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'WH-1000XM3 (AVRCP)'
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event21 13:85 fd 94 paused 0
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) WH-1000XM3 (AVRCP): always reports core events
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event21"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device removed
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event21"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "WH-1000XM3 (AVRCP)" (type: KEYBOARD, id 17)
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
mai 26 09:37:45 salameche /usr/lib/gdm-x-session[1322]: (II) event21 - WH-1000XM3 (AVRCP): device is a keyboard
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: Set Windows Application User Model ID (AUMID) { appUserModelId: 'org.whispersystems.signal-desktop' }
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: NODE_ENV production
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: NODE_CONFIG_DIR /usr/lib/signal-desktop/resources/app.asar/config
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: NODE_CONFIG {}
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: ALLOW_CONFIG_MUTATIONS undefined
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: HOSTNAME undefined
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: NODE_APP_INSTANCE undefined
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: SUPPRESS_NO_CONFIG_WARNING undefined
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: SIGNAL_ENABLE_HTTP undefined
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: userData: /home/azmeuk/.config/Signal
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: config/get: Successfully read user config file
mai 26 09:37:45 salameche discord.desktop[2776]: WEIGHT /home/azmeuk/.config/discord/0.0.27/modules/discord_krisp/NC_small_8k.thw
mai 26 09:37:45 salameche discord.desktop[2776]: WEIGHT /home/azmeuk/.config/discord/0.0.27/modules/discord_krisp/NC_small_16k.thw
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6e with keysym 6e (keycode 2f).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 2d (keycode 11).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff56 with keysym ff56 (keycode 75).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff57 with keysym ff57 (keycode 73).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2b with keysym 37 (keycode 10).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6f with keysym 6f (keycode 1b).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff50 with keysym ff50 (keycode 6e).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff55 with keysym ff55 (keycode 70).
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff1b with keysym ff1b (keycode 9).
mai 26 09:37:45 salameche discord.desktop[2776]: WEIGHT /home/azmeuk/.config/discord/0.0.27/modules/discord_krisp/c6.f.s.ced125.thw
mai 26 09:37:45 salameche discord.desktop[2776]: WEIGHT /home/azmeuk/.config/discord/0.0.27/modules/discord_krisp/VAD_weight.thw
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche gnome-keyring-daemon[1309]: asked to register item /org/freedesktop/secrets/collection/login/370, but it's already registered
mai 26 09:37:45 salameche gnome-keyring-d[1309]: asked to register item /org/freedesktop/secrets/collection/login/370, but it's already registered
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche signal-desktop.desktop[1935]: config/get: Successfully read ephemeral config file
mai 26 09:37:45 salameche gnome-keyring-daemon[1309]: asked to register item /org/freedesktop/secrets/collection/login/267, but it's already registered
mai 26 09:37:45 salameche gnome-keyring-d[1309]: asked to register item /org/freedesktop/secrets/collection/login/267, but it's already registered
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x30000be
mai 26 09:37:45 salameche gnome-shell[1411]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x30000be
mai 26 09:37:45 salameche gnome-keyring-daemon[1309]: asked to register item /org/freedesktop/secrets/collection/login/280, but it's already registered
mai 26 09:37:45 salameche gnome-keyring-d[1309]: asked to register item /org/freedesktop/secrets/collection/login/280, but it's already registered
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:45 salameche rtkit-daemon[818]: Supervising 7 threads of 4 processes of 2 users.
mai 26 09:37:46 salameche gnome-shell[1411]: JS ERROR: Exception in callback for signal: changed: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:640:24
                                             _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42
                                             _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10
                                             AppFavorites/<@resource:///org/gnome/shell/ui/appFavorites.js:76:18
                                             _onAppFilterChanged@resource:///org/gnome/shell/misc/parentalControlsManager.js:109:18
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche signal-desktop.desktop[3532]: libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
mai 26 09:37:46 salameche gnome-shell[1411]: JS ERROR: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:635:24
                                             _onAppFilterChanged@resource:///org/gnome/shell/misc/parentalControlsManager.js:109:18
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche smbd[1258]: [2023/05/26 09:37:46.762775,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:46 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:47 salameche gnome-shell[1411]: JS ERROR: Exception in callback for signal: changed: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:640:24
                                             _callHandlers@resource:///org/gnome/gjs/modules/core/_signals.js:130:42
                                             _emit@resource:///org/gnome/gjs/modules/core/_signals.js:119:10
                                             AppFavorites/<@resource:///org/gnome/shell/ui/appFavorites.js:76:18
                                             _onAppFilterChanged@resource:///org/gnome/shell/misc/parentalControlsManager.js:109:18
mai 26 09:37:47 salameche discord.desktop[1939]: 2023-05-26T07:37:47.351Z [Modules] Checking for host updates.
mai 26 09:37:47 salameche firefox.desktop[1954]: [ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0))
mai 26 09:37:47 salameche gnome-shell[1411]: JS ERROR: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/<@resource:///org/gnome/shell/ui/appDisplay.js:635:24
                                             _onAppFilterChanged@resource:///org/gnome/shell/misc/parentalControlsManager.js:109:18
mai 26 09:37:47 salameche discord.desktop[1939]: 2023-05-26T07:37:47.478Z [Modules] Host is up to date.
mai 26 09:37:47 salameche discord.desktop[1939]: 2023-05-26T07:37:47.478Z [Modules] Checking for module updates at https://discord.com/api/modules/stable/versions.json
mai 26 09:37:47 salameche discord.desktop[1939]: 2023-05-26T07:37:47.482Z [Modules] No module updates available.
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.433404:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.433541:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.433626:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.433696:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.433772:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche discord.desktop[2485]: [2485:0526/093748.742453:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:48 salameche smbd[1258]: [2023/05/26 09:37:48.842670,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:49 salameche kernel: input: MX Master Keyboard as /devices/virtual/misc/uhid/0005:046D:B017.000E/input/input26
mai 26 09:37:49 salameche kernel: input: MX Master Mouse as /devices/virtual/misc/uhid/0005:046D:B017.000E/input/input27
mai 26 09:37:49 salameche kernel: hid-generic 0005:046D:B017.000E: input,hidraw9: BLUETOOTH HID v0.18 Keyboard [MX Master] on 00:1a:7d:da:71:15
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device MX Master Mouse (/dev/input/mouse1)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) No input driver specified, ignoring this device.
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) This device may have been added with another device file.
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device MX Master Mouse (/dev/input/event23)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Mouse: Applying InputClass "libinput pointer catchall"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'MX Master Mouse'
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event23 13:87 fd 101 paused 0
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Mouse: always reports core events
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event23"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event23 - MX Master Mouse: is tagged by udev as: Mouse
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event23 - MX Master Mouse: device is a pointer
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event23 - MX Master Mouse: device removed
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: MX Master Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: MX Master Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) libinput: MX Master Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B017.000E/input/input27/event23"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "MX Master Mouse" (type: MOUSE, id 18)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "AccelerationScheme" "none"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Mouse: (accel) selected scheme none/0
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Mouse: (accel) acceleration factor: 2.000
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Mouse: (accel) acceleration threshold: 4
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event23 - MX Master Mouse: is tagged by udev as: Mouse
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event23 - MX Master Mouse: device is a pointer
mai 26 09:37:49 salameche gnome-shell[1411]: Property 'libinput Accel Profile Enabled Default' for device 'MX Master Mouse' returned 3 items, expected 2
mai 26 09:37:49 salameche gnome-shell[1411]: Property 'libinput Accel Profiles Available' for device 'MX Master Mouse' returned 3 items, expected 2
mai 26 09:37:49 salameche gnome-shell[1411]: Property 'libinput Accel Profile Enabled' for device 'MX Master Mouse' returned 3 items, expected 2
mai 26 09:37:49 salameche systemd-logind[524]: Watching system buttons on /dev/input/event22 (MX Master Keyboard)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) config/udev: Adding input device MX Master Keyboard (/dev/input/event22)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Keyboard: Applying InputClass "libinput keyboard catchall"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Keyboard: Applying InputClass "system-keyboard"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) Using input driver 'libinput' for 'MX Master Keyboard'
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) systemd-logind: got fd for /dev/input/event22 13:86 fd 102 paused 0
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) MX Master Keyboard: always reports core events
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "Device" "/dev/input/event22"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event22 - MX Master Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event22 - MX Master Keyboard: device is a keyboard
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event22 - MX Master Keyboard: device removed
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "config_info" "udev:/sys/devices/virtual/misc/uhid/0005:046D:B017.000E/input/input26/event22"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) XINPUT: Adding extended input device "MX Master Keyboard" (type: KEYBOARD, id 19)
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_layout" "fr,fr"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (**) Option "xkb_variant" "bepo,oss"
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event22 - MX Master Keyboard: is tagged by udev as: Keyboard
mai 26 09:37:49 salameche /usr/lib/gdm-x-session[1322]: (II) event22 - MX Master Keyboard: device is a keyboard
mai 26 09:37:49 salameche discord.desktop[2485]: [2485:0526/093749.261167:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:49 salameche discord.desktop[2485]: [2485:0526/093749.261612:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:49 salameche discord.desktop[2485]: [2485:0526/093749.261788:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6e with keysym 6e (keycode 2f).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 2d (keycode 11).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff56 with keysym ff56 (keycode 75).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff57 with keysym ff57 (keycode 73).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2b with keysym 37 (keycode 10).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6f with keysym 6f (keycode 1b).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff50 with keysym ff50 (keycode 6e).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff55 with keysym ff55 (keycode 70).
mai 26 09:37:49 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff1b with keysym ff1b (keycode 9).
mai 26 09:37:49 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:49 salameche signal-desktop.desktop[3606]: (node:3606) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
mai 26 09:37:49 salameche signal-desktop.desktop[3606]: (Use `exe --trace-deprecation ...` to show where the warning was created)
mai 26 09:37:49 salameche io.element.Element.desktop[2642]: libpng warning: iCCP: known incorrect sRGB profile
mai 26 09:37:49 salameche discord.desktop[2485]: [2485:0526/093749.448737:ERROR:shared_image_factory.cc(575)] Could not find SharedImageBackingFactory with params: usage: Gles2|Raster|DisplayRead|Scanout, format: BGRA_8888, share_between_threads: 0, gmb_type: shared_memory
mai 26 09:37:50 salameche smbd[1258]: [2023/05/26 09:37:50.922657,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:53 salameche smbd[1258]: [2023/05/26 09:37:53.002572,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:53 salameche systemd[1]: Stopping User Manager for UID 120...
mai 26 09:37:53 salameche systemd[612]: Activating special unit Exit the Session...
mai 26 09:37:53 salameche systemd[612]: Stopped target Main User Target.
mai 26 09:37:53 salameche systemd[612]: Stopped target Sound Card.
mai 26 09:37:53 salameche systemd[612]: Stopping D-Bus User Message Bus...
mai 26 09:37:53 salameche systemd[612]: Stopping PipeWire PulseAudio...
mai 26 09:37:53 salameche systemd[612]: Stopping sandboxed app permission store...
mai 26 09:37:53 salameche systemd[612]: Stopped D-Bus User Message Bus.
mai 26 09:37:53 salameche systemd[612]: Stopped PipeWire PulseAudio.
mai 26 09:37:53 salameche systemd[612]: Stopped sandboxed app permission store.
mai 26 09:37:53 salameche systemd[612]: Stopping Multimedia Service Session Manager...
mai 26 09:37:53 salameche wireplumber[809]: stopped by signal: Complété
mai 26 09:37:53 salameche wireplumber[809]: disconnected from pipewire
mai 26 09:37:53 salameche systemd[612]: Stopped Multimedia Service Session Manager.
mai 26 09:37:53 salameche systemd[612]: Stopping PipeWire Multimedia Service...
mai 26 09:37:53 salameche systemd[612]: Stopped PipeWire Multimedia Service.
mai 26 09:37:53 salameche systemd[612]: Removed slice User Core Session Slice.
mai 26 09:37:53 salameche systemd[612]: Stopped target Basic System.
mai 26 09:37:53 salameche systemd[612]: Stopped target Paths.
mai 26 09:37:53 salameche systemd[612]: Stopped target Sockets.
mai 26 09:37:53 salameche systemd[612]: Stopped target Timers.
mai 26 09:37:53 salameche systemd[612]: Closed D-Bus User Message Bus Socket.
mai 26 09:37:53 salameche systemd[612]: Closed GnuPG network certificate management daemon.
mai 26 09:37:53 salameche systemd[612]: Closed GCR ssh-agent wrapper.
mai 26 09:37:53 salameche systemd[612]: Closed GNOME Keyring daemon.
mai 26 09:37:53 salameche systemd[612]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
mai 26 09:37:53 salameche systemd[612]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
mai 26 09:37:53 salameche systemd[612]: Closed GnuPG cryptographic agent (ssh-agent emulation).
mai 26 09:37:53 salameche systemd[612]: Closed GnuPG cryptographic agent and passphrase cache.
mai 26 09:37:53 salameche systemd[612]: Closed p11-kit server.
mai 26 09:37:53 salameche systemd[612]: Closed PipeWire PulseAudio.
mai 26 09:37:53 salameche systemd[612]: Closed PipeWire Multimedia System Socket.
mai 26 09:37:53 salameche systemd[612]: Removed slice User Application Slice.
mai 26 09:37:53 salameche systemd[612]: Reached target Shutdown.
mai 26 09:37:53 salameche systemd[612]: Finished Exit the Session.
mai 26 09:37:53 salameche systemd[612]: Reached target Exit the Session.
mai 26 09:37:53 salameche (sd-pam)[613]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
mai 26 09:37:53 salameche systemd[1]: user@120.service: Deactivated successfully.
mai 26 09:37:53 salameche systemd[1]: Stopped User Manager for UID 120.
mai 26 09:37:53 salameche systemd[1]: Stopping User Runtime Directory /run/user/120...
mai 26 09:37:53 salameche systemd[1]: run-user-120.mount: Deactivated successfully.
mai 26 09:37:53 salameche systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
mai 26 09:37:53 salameche systemd[1]: Stopped User Runtime Directory /run/user/120.
mai 26 09:37:53 salameche systemd[1]: Removed slice User Slice of UID 120.
mai 26 09:37:53 salameche systemd[1]: user-120.slice: Consumed 8.898s CPU time.
mai 26 09:37:53 salameche systemd-timesyncd[515]: Contacted time server [2a01:4f8:200:1216::2]:123 (2.arch.pool.ntp.org).
mai 26 09:37:53 salameche systemd-timesyncd[515]: Initial clock synchronization to Fri 2023-05-26 09:37:54.270310 CEST.
mai 26 09:37:55 salameche smbd[1258]: [2023/05/26 09:37:55.130926,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6e with keysym 6e (keycode 2f).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 2d (keycode 11).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff56 with keysym ff56 (keycode 75).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff57 with keysym ff57 (keycode 73).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff53 with keysym ff53 (keycode 72).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff51 with keysym ff51 (keycode 71).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2b with keysym 37 (keycode 10).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff52 with keysym ff52 (keycode 6f).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff54 with keysym ff54 (keycode 74).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 2f7259c9 with keysym 2f7259c9 (keycode 31).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym 6f with keysym 6f (keycode 1b).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff50 with keysym ff50 (keycode 6e).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff55 with keysym ff55 (keycode 70).
mai 26 09:37:55 salameche gnome-shell[1411]: Window manager warning: Overwriting existing binding of keysym ff1b with keysym ff1b (keycode 9).
mai 26 09:37:55 salameche gnome-software[1905]: Tried to set invalid release date: 2022
mai 26 09:37:56 salameche gnome-software[1905]: Tried to set invalid release date: 2022
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Documents' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Nautilus' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='com.belmoussaoui.Authenticator.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Characters' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='app.drey.Dialect.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.clocks' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.seahorse.Application' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Notes.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Settings.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Photos' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche systemd[1293]: Created slice Slice /app/org.gnome.Terminal.
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Boxes.SearchProvider'
mai 26 09:37:56 salameche systemd[1293]: Starting GNOME Terminal Server...
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Settings.SearchProvider'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.seahorse.Application'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.clocks'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Calculator.SearchProvider'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Characters'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Contacts.SearchProvider'
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.714339Z  INFO authenticator::application: Authenticator (com.belmoussaoui.Authenticator)
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.715879Z  INFO authenticator::application: Version: 4.2.0 ()
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.715888Z  INFO authenticator::application: Datadir: /usr/share/authenticator
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.124' (uid=1000 pid=3991 comm="/usr/lib/gnome-contacts-search-provider")
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Terminal'
mai 26 09:37:56 salameche systemd[1293]: Started GNOME Terminal Server.
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Documents'
mai 26 09:37:56 salameche gnome-shell[1411]: Could not load a pixbuf from icon theme.
                                             This may indicate that pixbuf loaders or the mime database could not be found.
mai 26 09:37:56 salameche obexd[4139]: OBEX daemon 5.66
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.bluez.obex'
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.879946Z  INFO authenticator::models::providers: Loading providers
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.908118Z  INFO authenticator::models::database: Running DB Migrations...
mai 26 09:37:56 salameche gnome-character[4001]: JS LOG: Characters Application started
mai 26 09:37:56 salameche com.belmoussaoui.Authenticator.SearchProvider[3997]: 2023-05-26T07:37:56.914686Z  INFO authenticator::models::database: Database pool initialized.
mai 26 09:37:56 salameche nautilus[3995]: Connecting to org.freedesktop.Tracker3.Miner.Files
mai 26 09:37:56 salameche systemd[1293]: Started GnuPG cryptographic agent and passphrase cache.
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Nautilus'
mai 26 09:37:56 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.seahorse.Application' requested by ':1.21' (uid=1000 pid=1411 comm="/usr/bin/gnome-shell")
mai 26 09:37:56 salameche gpg-agent[4209]: gpg-agent (GnuPG) 2.2.41 starting in supervised mode.
mai 26 09:37:56 salameche gpg-agent[4209]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
mai 26 09:37:56 salameche gpg-agent[4209]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
mai 26 09:37:56 salameche gpg-agent[4209]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
mai 26 09:37:56 salameche gpg-agent[4209]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
mai 26 09:37:56 salameche gpg-agent[4209]: listening on: std=3 extra=5 browser=4 ssh=6
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
mai 26 09:37:57 salameche gnome-documents[3993]: cannot register existing type 'TrackerSparqlConnection'
mai 26 09:37:57 salameche gnome-documents[3993]: g_once_init_leave: assertion 'result != 0' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_type_register_static: assertion 'parent_type > 0' failed
mai 26 09:37:57 salameche gnome-documents[3993]: cannot add private field to invalid (non-instantiatable) type '<invalid>'
mai 26 09:37:57 salameche gnome-documents[3993]: g_once_init_leave: assertion 'result != 0' failed
mai 26 09:37:57 salameche gnome-documents[3993]: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
mai 26 09:37:57 salameche gnome-documents[3993]: tracker_sparql_backend_load_plugins: assertion 'self != NULL' failed
mai 26 09:37:57 salameche kernel: gnome-documents[3993]: segfault at 20 ip 00007f49b11adbd2 sp 00007ffed614ae90 error 4 in libtracker-sparql-2.0.so.0.306.0[7f49b11a4000+1c000] likely on CPU 0 (core 0, socket 0)
mai 26 09:37:57 salameche kernel: Code: 40 48 85 f6 0f 84 ba 02 00 00 4c 89 ff ff 15 7d 0d 02 00 4c 89 f7 ff 15 8c 07 02 00 48 8b 4c 24 38 48 85 c9 0f 85 bd fd ff ff <48> 8b 43 20 c7 00 01 00 00 00 48 83 7c 24 30 00 0f 84 b8 00 00 00
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Photos'
mai 26 09:37:57 salameche systemd[1]: Created slice Slice /system/systemd-coredump.
mai 26 09:37:57 salameche systemd[1]: Started Process Core Dump (PID 4265/UID 0).
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.seahorse.Application'
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'com.belmoussaoui.Authenticator.SearchProvider'
mai 26 09:37:57 salameche bijiben-shell-s[4011]: Loading account account_1682609811_0
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
mai 26 09:37:57 salameche org.gnome.Nautilus[3995]: Initializing nautilus-image-converter extension
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.126' (uid=1000 pid=3995 comm="/usr/bin/nautilus --gapplication-service")
mai 26 09:37:57 salameche systemd[1293]: Created slice User Background Tasks Slice.
mai 26 09:37:57 salameche smbd[1258]: [2023/05/26 09:37:57.287700,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:37:57 salameche systemd[1293]: Starting Tracker file system data miner...
mai 26 09:37:57 salameche tracker-miner-fs-3[4308]: /usr/local/libexec/tracker-miner-fs-3: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Main process exited, code=exited, status=127/n/a
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:57 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.DiskUtility' requested by ':1.126' (uid=1000 pid=3995 comm="/usr/bin/nautilus --gapplication-service")
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='org.gnome.Console' requested by ':1.126' (uid=1000 pid=3995 comm="/usr/bin/nautilus --gapplication-service")
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.DiskUtility'
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Console'
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 1.
mai 26 09:37:57 salameche systemd[1293]: Stopped Tracker file system data miner.
mai 26 09:37:57 salameche systemd[1293]: Starting Tracker file system data miner...
mai 26 09:37:57 salameche tracker-miner-fs-3[4369]: /usr/local/libexec/tracker-miner-fs-3: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Main process exited, code=exited, status=127/n/a
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:57 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:57 salameche nautilus[3995]: Source ID 134 was not found when attempting to remove it
mai 26 09:37:57 salameche systemd-coredump[4274]: Process 3993 (gnome-documents) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 3993:
                                                  #0  0x00007f49b11adbd2 n/a (libtracker-sparql-2.0.so.0 + 0x14bd2)
                                                  #1  0x00007f49b11ae720 tracker_sparql_connection_get (libtracker-sparql-2.0.so.0 + 0x15720)
                                                  #2  0x00007f49c6ed54f6 n/a (libffi.so.8 + 0x74f6)
                                                  #3  0x00007f49c6ed1f5e n/a (libffi.so.8 + 0x3f5e)
                                                  #4  0x00007f49c6ed4b73 ffi_call (libffi.so.8 + 0x6b73)
                                                  #5  0x00007f49c72f8399 n/a (libgjs.so.0 + 0x52399)
                                                  #6  0x00007f49c72f8d69 n/a (libgjs.so.0 + 0x52d69)
                                                  #7  0x00007f49c5eb42b6 n/a (libmozjs-102.so + 0x12b42b6)
                                                  #8  0x00007f49c5ea53b5 n/a (libmozjs-102.so + 0x12a53b5)
                                                  #9  0x00007f49c65270ab _Z20JS_CallFunctionValueP9JSContextN2JS6HandleIP8JSObjectEENS2_INS1_5ValueEEERKNS1_16HandleValueArrayENS1_13MutableHandleIS6_EE (libmozjs-102.so + 0x19270ab)
                                                  #10 0x00007f49c72eda89 n/a (libgjs.so.0 + 0x47a89)
                                                  #11 0x00007f49c72f9f4c n/a (libgjs.so.0 + 0x53f4c)
                                                  #12 0x00007f49c72fb4c0 n/a (libgjs.so.0 + 0x554c0)
                                                  #13 0x00007f49c6ed50d2 n/a (libffi.so.8 + 0x70d2)
                                                  #14 0x00007f49c6ed5718 n/a (libffi.so.8 + 0x7718)
                                                  #15 0x00007f49c712dbc9 g_signal_emit_valist (libgobject-2.0.so.0 + 0x33bc9)
                                                  #16 0x00007f49c712dd34 g_signal_emit (libgobject-2.0.so.0 + 0x33d34)
                                                  #17 0x00007f49c7001575 g_application_register (libgio-2.0.so.0 + 0xdd575)
                                                  #18 0x00007f49c7001b30 n/a (libgio-2.0.so.0 + 0xddb30)
                                                  #19 0x00007f49c7001e6c g_application_run (libgio-2.0.so.0 + 0xdde6c)
                                                  #20 0x00007f49c6ed54f6 n/a (libffi.so.8 + 0x74f6)
                                                  #21 0x00007f49c6ed1f5e n/a (libffi.so.8 + 0x3f5e)
                                                  #22 0x00007f49c6ed4b73 ffi_call (libffi.so.8 + 0x6b73)
                                                  #23 0x00007f49c72f8399 n/a (libgjs.so.0 + 0x52399)
                                                  #24 0x00007f49c72f8d69 n/a (libgjs.so.0 + 0x52d69)
                                                  #25 0x00007f49c5eb42b6 n/a (libmozjs-102.so + 0x12b42b6)
                                                  #26 0x00007f49c6204315 n/a (libmozjs-102.so + 0x1604315)
                                                  #27 0x00007f49c62dda78 n/a (libmozjs-102.so + 0x16dda78)
                                                  #28 0x00007f49c652fae7 n/a (libmozjs-102.so + 0x192fae7)
                                                  #29 0x00007f49c733639a n/a (libgjs.so.0 + 0x9039a)
                                                  #30 0x00007f49c7338943 gjs_context_eval (libgjs.so.0 + 0x92943)
                                                  #31 0x0000561ddf878d0e n/a (gjs-console + 0x2d0e)
                                                  #32 0x00007f49c6a39850 n/a (libc.so.6 + 0x23850)
                                                  #33 0x00007f49c6a3990a __libc_start_main (libc.so.6 + 0x2390a)
                                                  #34 0x0000561ddf8793c5 n/a (gjs-console + 0x33c5)
                                                  
                                                  Stack trace of thread 4027:
                                                  #0  0x00007f49c6b192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f49c720bb85 g_cond_wait (libglib-2.0.so.0 + 0xafb85)
                                                  #2  0x00007f49c7181094 n/a (libglib-2.0.so.0 + 0x25094)
                                                  #3  0x00007f49c71eb24e n/a (libglib-2.0.so.0 + 0x8f24e)
                                                  #4  0x00007f49c71e8cc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4029:
                                                  #0  0x00007f49c6b13c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f49c7213a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f49c71b4032 g_main_context_iteration (libglib-2.0.so.0 + 0x58032)
                                                  #3  0x00007f49c71b4082 n/a (libglib-2.0.so.0 + 0x58082)
                                                  #4  0x00007f49c71e8cc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4050:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4217:
                                                  #0  0x00007f49c6b13c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f49c7213a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f49c71b4032 g_main_context_iteration (libglib-2.0.so.0 + 0x58032)
                                                  #3  0x00007f49b1bf6fde n/a (libdconfsettings.so + 0x5fde)
                                                  #4  0x00007f49c71e8cc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4044:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4045:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4046:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4047:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4048:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4049:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4051:
                                                  #0  0x00007f49c6a99f0e n/a (libc.so.6 + 0x83f0e)
                                                  #1  0x00007f49c6a9c7a0 pthread_cond_wait (libc.so.6 + 0x867a0)
                                                  #2  0x00007f49c6195291 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (libmozjs-102.so + 0x1595291)
                                                  #3  0x00007f49c6195192 n/a (libmozjs-102.so + 0x1595192)
                                                  #4  0x00007f49c634e4be n/a (libmozjs-102.so + 0x174e4be)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4038:
                                                  #0  0x00007f49c6b13c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f49c7213a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f49c71b5f3f g_main_loop_run (libglib-2.0.so.0 + 0x59f3f)
                                                  #3  0x00007f49c703428c n/a (libgio-2.0.so.0 + 0x11028c)
                                                  #4  0x00007f49c71e8cc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f49c6a9d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f49c6b20e40 n/a (libc.so.6 + 0x10ae40)
                                                  ELF object binary architecture: AMD x86-64
mai 26 09:37:57 salameche systemd[1]: systemd-coredump@0-4265-0.service: Deactivated successfully.
mai 26 09:37:57 salameche gnome-shell[1411]: Received error from D-Bus search provider org.gnome.Documents.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 2.
mai 26 09:37:57 salameche systemd[1293]: Stopped Tracker file system data miner.
mai 26 09:37:57 salameche systemd[1293]: Starting Tracker file system data miner...
mai 26 09:37:57 salameche tracker-miner-fs-3[4394]: /usr/local/libexec/tracker-miner-fs-3: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Main process exited, code=exited, status=127/n/a
mai 26 09:37:57 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:57 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'app.drey.Dialect.SearchProvider'
mai 26 09:37:58 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Activating service name='com.intel.dleyna-renderer' requested by ':1.129' (uid=1000 pid=4015 comm="/usr/bin/gnome-photos --gapplication-service")
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: dLeyna core version 0.8.2
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: dleyna-renderer-service version 0.8.2
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Load file [/home/azmeuk/.config/dleyna-renderer-service.conf]
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: [General settings]
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Never Quit: F
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Connector Name: dbus
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Port: 0
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Push host port: 0
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: [Logging settings]
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Log Type : 0
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Log Level: 0x13
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: [Network filtering settings]
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Enabled : F
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Entries: (null)
mai 26 09:37:58 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'com.intel.dleyna-renderer'
mai 26 09:37:58 salameche dleyna-renderer-service[4420]: Calling GetRenderers method
mai 26 09:37:58 salameche gnome-shell[1411]: JS ERROR: Error: Cannot add [0x55819b123780 Gjs_ui_appDisplay_AppIcon.app-well-app ("Mots de passe et clés")] to page 10
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:833:19
                                             addItem@resource:///org/gnome/shell/ui/iconGrid.js:1283:29
                                             _addItem@resource:///org/gnome/shell/ui/appDisplay.js:1078:20
                                             _redisplay/<@resource:///org/gnome/shell/ui/appDisplay.js:1129:26
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1121:17
                                             _redisplay@resource:///org/gnome/shell/ui/appDisplay.js:1410:15
                                             _init/this._redisplayWorkId<@resource:///org/gnome/shell/ui/appDisplay.js:1366:18
                                             _runDeferredWork@resource:///org/gnome/shell/ui/main.js:802:31
                                             _runAllDeferredWork@resource:///org/gnome/shell/ui/main.js:811:25
                                             queueDeferredWork/_deferredTimeoutId<@resource:///org/gnome/shell/ui/main.js:895:13
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 3.
mai 26 09:37:58 salameche systemd[1293]: Stopped Tracker file system data miner.
mai 26 09:37:58 salameche systemd[1293]: Starting Tracker file system data miner...
mai 26 09:37:58 salameche tracker-miner-fs-3[4432]: /usr/local/libexec/tracker-miner-fs-3: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Main process exited, code=exited, status=127/n/a
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:58 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:58 salameche zeitgeist-datah[1931]: zeitgeist-datahub.vala:207: Error during inserting events: GDBus.Error:org.gnome.zeitgeist.EngineError.InvalidArgument: Incomplete event: interpretation, manifestation and actor are required
mai 26 09:37:58 salameche systemd[1293]: Started Application launched by gnome-shell.
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 4.
mai 26 09:37:58 salameche systemd[1293]: Stopped Tracker file system data miner.
mai 26 09:37:58 salameche systemd[1293]: Starting Tracker file system data miner...
mai 26 09:37:58 salameche tracker-miner-fs-3[4444]: /usr/local/libexec/tracker-miner-fs-3: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Main process exited, code=exited, status=127/n/a
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:58 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 5.
mai 26 09:37:58 salameche systemd[1293]: Stopped Tracker file system data miner.
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Start request repeated too quickly.
mai 26 09:37:58 salameche systemd[1293]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
mai 26 09:37:58 salameche systemd[1293]: Failed to start Tracker file system data miner.
mai 26 09:37:58 salameche gnome-shell[1411]: Can't update stage views actor <clone-container>[<StWidget>:0x55819a165250] is on because it needs an allocation.
mai 26 09:37:58 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c52e2c0] is on because it needs an allocation.
mai 26 09:37:58 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c77bbc0] is on because it needs an allocation.
mai 26 09:37:58 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819b919950] is on because it needs an allocation.
mai 26 09:37:58 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55819b949a50] is on because it needs an allocation.
mai 26 09:37:59 salameche gnome-shell[1411]: Can't update stage views actor <clone-container>[<StWidget>:0x55819a165250] is on because it needs an allocation.
mai 26 09:37:59 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c52e2c0] is on because it needs an allocation.
mai 26 09:37:59 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c77bbc0] is on because it needs an allocation.
mai 26 09:37:59 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819b919950] is on because it needs an allocation.
mai 26 09:37:59 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55819b949a50] is on because it needs an allocation.
mai 26 09:37:59 salameche smbd[1258]: [2023/05/26 09:37:59.422820,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:01 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:01 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:01 salameche smbd[1258]: [2023/05/26 09:38:01.545662,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:02 salameche bijiben-shell-s[4011]: Loading account account_1682610398_0
mai 26 09:38:02 salameche firefox.desktop[3187]: [Child 3187, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:02 salameche firefox.desktop[3187]: [Child 3187, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:03 salameche firefox.desktop[3196]: [Child 3196, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:03 salameche firefox.desktop[3196]: [Child 3196, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:03 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:03 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:03 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'lebeatcheese@gmail.com': Impossible d’obtenir un jeton d’accès pour « lebeatcheese@gmail.com » : Le délai d’attente est dépassé
mai 26 09:38:03 salameche smbd[1258]: [2023/05/26 09:38:03.657983,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:03 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'test': Le délai d’attente est dépassé
mai 26 09:38:04 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'Contacts': Le délai d’attente est dépassé
mai 26 09:38:05 salameche smbd[1258]: [2023/05/26 09:38:05.762241,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:06 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.156' (uid=0 pid=4783 comm="sudo systemctl start gitlab-runner.service")
mai 26 09:38:06 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:38:06 salameche sudo[4783]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:38:06 salameche gnome-character[4001]: JS LOG: Characters Application exiting
mai 26 09:38:07 salameche smbd[1258]: [2023/05/26 09:38:07.860505,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:08 salameche sudo[4783]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/systemctl start gitlab-runner.service
mai 26 09:38:08 salameche sudo[4783]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:38:08 salameche systemd[1]: Started GitLab Runner.
mai 26 09:38:08 salameche sudo[4783]: pam_unix(sudo:session): session closed for user root
mai 26 09:38:09 salameche gitlab-runner[4821]: Runtime platform                                    arch=amd64 os=linux pid=4821 revision=79704081 version=16.0.1
mai 26 09:38:09 salameche gitlab-runner[4821]: Starting multi-runner from /etc/gitlab-runner/config.toml...  builds=0
mai 26 09:38:09 salameche gitlab-runner[4821]: Running in system-mode.                           
mai 26 09:38:09 salameche gitlab-runner[4821]:                                                   
mai 26 09:38:09 salameche gitlab-runner[4821]: Configuration loaded                                builds=0
mai 26 09:38:09 salameche gitlab-runner[4821]: listen_address not defined, metrics & debug endpoints disabled  builds=0
mai 26 09:38:09 salameche gitlab-runner[4821]: [session_server].listen_address not defined, session endpoints disabled  builds=0
mai 26 09:38:09 salameche gitlab-runner[4821]: Initializing executor providers                     builds=0
mai 26 09:38:09 salameche systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mai 26 09:38:09 salameche systemd[1]: systemd-timedated.service: Deactivated successfully.
mai 26 09:38:09 salameche smbd[1258]: [2023/05/26 09:38:09.954767,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:12 salameche smbd[1258]: [2023/05/26 09:38:12.044871,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:13 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:14 salameche smbd[1258]: [2023/05/26 09:38:14.132836,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:15 salameche gitlab-runner[4821]: Checking for jobs... received                       job=4356279114 repo_url=https://gitlab.com/azmeuk/canaille.git runner=jcEJptyjH
mai 26 09:38:15 salameche gitlab-runner[4821]: ERROR: Failed to remove network for build           error=networksManager is undefined job=4356279114 network= project=22181445 runner=jcEJptyjH
mai 26 09:38:15 salameche gitlab-runner[4821]: WARNING: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:779:0s)  job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:15 salameche gitlab-runner[4821]: Will be retried in 3s ...                           job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:16 salameche smbd[1258]: [2023/05/26 09:38:16.218790,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:18 salameche smbd[1258]: [2023/05/26 09:38:18.303121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:18 salameche gitlab-runner[4821]: ERROR: Failed to remove network for build           error=networksManager is undefined job=4356279114 network= project=22181445 runner=jcEJptyjH
mai 26 09:38:18 salameche gitlab-runner[4821]: WARNING: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:779:0s)  job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:18 salameche gitlab-runner[4821]: Will be retried in 3s ...                           job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:19 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356279114 job-log=0-462 job-status=running runner=jcEJptyjH sent-log=0-461 status=202 Accepted update-interval=3s
mai 26 09:38:19 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:19 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:19 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:19 salameche rtkit-daemon[818]: Supervising 1 threads of 1 processes of 1 users.
mai 26 09:38:19 salameche rtkit-daemon[818]: Successfully made thread 4988 of process 3347 owned by '1000' RT at priority 10.
mai 26 09:38:19 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:38:20 salameche smbd[1258]: [2023/05/26 09:38:20.386679,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:21 salameche gitlab-runner[4821]: ERROR: Failed to remove network for build           error=networksManager is undefined job=4356279114 network= project=22181445 runner=jcEJptyjH
mai 26 09:38:21 salameche gitlab-runner[4821]: WARNING: Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:779:0s)  job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:21 salameche gitlab-runner[4821]: Will be retried in 3s ...                           job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:22 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356279114 job-log=0-958 job-status=running runner=jcEJptyjH sent-log=462-957 status=202 Accepted update-interval=3s
mai 26 09:38:22 salameche smbd[1258]: [2023/05/26 09:38:22.472177,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:24 salameche smbd[1258]: [2023/05/26 09:38:24.551192,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:24 salameche gitlab-runner[4821]: ERROR: Job failed (system failure): Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:779:0s)  duration_s=9.004226313 job=4356279114 project=22181445 runner=jcEJptyjH
mai 26 09:38:24 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356279114 job-log=0-1167 job-status=running runner=jcEJptyjH sent-log=958-1166 status=202 Accepted update-interval=3s
mai 26 09:38:24 salameche gitlab-runner[4821]: Updating job...                                     bytesize=1167 checksum=crc32:9b017da5 job=4356279114 runner=jcEJptyjH
mai 26 09:38:25 salameche gitlab-runner[4821]: Submitting job to coordinator...accepted, but not yet completed  bytesize=1167 checksum=crc32:9b017da5 code=202 job=4356279114 job-status= runner=jcEJptyjH update-interval=1s
mai 26 09:38:26 salameche systemd[1]: systemd-localed.service: Deactivated successfully.
mai 26 09:38:26 salameche gitlab-runner[4821]: Updating job...                                     bytesize=1167 checksum=crc32:9b017da5 job=4356279114 runner=jcEJptyjH
mai 26 09:38:26 salameche gitlab-runner[4821]: Submitting job to coordinator...ok                  bytesize=1167 checksum=crc32:9b017da5 code=200 job=4356279114 job-status= runner=jcEJptyjH update-interval=0s
mai 26 09:38:26 salameche gitlab-runner[4821]: WARNING: Failed to process runner                   builds=0 error=Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? (docker.go:779:0s) executor=docker runner=jcEJptyjH
mai 26 09:38:26 salameche smbd[1258]: [2023/05/26 09:38:26.634382,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:27 salameche bijiben-shell-s[4011]: Loading account account_1649355941_2
mai 26 09:38:28 salameche smbd[1258]: [2023/05/26 09:38:28.714827,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:30 salameche smbd[1258]: [2023/05/26 09:38:30.798437,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:32 salameche smbd[1258]: [2023/05/26 09:38:32.877981,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:34 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.160' (uid=0 pid=5105 comm="sudo systemctl start docker redis docker")
mai 26 09:38:34 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:38:34 salameche sudo[5105]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:38:34 salameche sudo[5105]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/systemctl start docker redis docker
mai 26 09:38:34 salameche sudo[5105]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:38:34 salameche systemd[1]: Starting Docker Socket for the API...
mai 26 09:38:34 salameche systemd[1]: Starting containerd container runtime...
mai 26 09:38:34 salameche systemd[1]: Starting Advanced key-value store...
mai 26 09:38:34 salameche systemd[1]: Listening on Docker Socket for the API.
mai 26 09:38:34 salameche redis-server[5112]: 5112:C 26 May 2023 09:38:34.369 * Supervised by systemd. Please make sure you set appropriate values for TimeoutStartSec and TimeoutStopSec in your service unit.
mai 26 09:38:34 salameche redis-server[5112]: 5112:C 26 May 2023 09:38:34.369 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
mai 26 09:38:34 salameche redis-server[5112]: 5112:C 26 May 2023 09:38:34.369 # Redis version=7.0.10, bits=64, commit=00000000, modified=0, pid=5112, just started
mai 26 09:38:34 salameche redis-server[5112]: 5112:C 26 May 2023 09:38:34.369 # Configuration loaded
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.369 * monotonic clock: POSIX clock_gettime
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.371 * Running mode=standalone, port=6379.
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.371 # Server initialized
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.371 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * Loading RDB produced by version 7.0.10
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * RDB age 110 seconds
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * RDB memory usage when created 0.86 Mb
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * Done loading RDB, keys loaded: 5, keys expired: 0.
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * DB loaded from disk: 0.001 seconds
mai 26 09:38:34 salameche redis-server[5112]: 5112:M 26 May 2023 09:38:34.372 * Ready to accept connections
mai 26 09:38:34 salameche systemd[1]: Started Advanced key-value store.
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.457387568+02:00" level=info msg="starting containerd" revision=1677a17964311325ed1c31e2c0a3589ce6d5c30d.m version=v1.7.1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.474699579+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476377799+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.3.4-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476397069+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476513759+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476525520+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476784238+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.476948234+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477717680+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477729361+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477737478+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477820129+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477830952+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477846406+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.477853391+02:00" level=info msg="metadata content store policy set" policy=shared
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479306744+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479324819+02:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479339109+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479375449+02:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479388752+02:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479400660+02:00" level=info msg="NRI interface is disabled by configuration."
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479414647+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479481764+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479498232+02:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479508683+02:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479518001+02:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479526784+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479535223+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479543506+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479551475+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479696797+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479708220+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479716323+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479723459+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.479771856+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.480789572+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.480812053+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.480825189+02:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.480844324+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481768889+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481784711+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481798338+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481810052+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481825849+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481846272+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481863905+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481878990+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.481888133+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482758984+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482779585+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482796920+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482813071+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482822092+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482830896+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482839507+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482847882+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482902443+02:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:1m0s DrainExecSyncIOTimeout:0s} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482938992+02:00" level=info msg="Connect containerd service"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482960294+02:00" level=info msg="using legacy CRI server"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.482965787+02:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.483539486+02:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.485821466+02:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486240399+02:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486258631+02:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486267132+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486274638+02:00" level=info msg="skipping tracing processor initialization (no tracing plugin)" error="no OpenTelemetry endpoint: skip plugin"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486280500+02:00" level=info msg="Start subscribing containerd event"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487112219+02:00" level=info msg="Start recovering state"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.486964999+02:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487152297+02:00" level=info msg="Start event monitor"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487196715+02:00" level=info msg="Start snapshots syncer"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487208367+02:00" level=info msg=serving... address=/run/containerd/containerd.sock
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487211526+02:00" level=info msg="Start cni network conf syncer for default"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487250770+02:00" level=info msg="Start streaming server"
mai 26 09:38:34 salameche containerd[5111]: time="2023-05-26T09:38:34.487260042+02:00" level=info msg="containerd successfully booted in 0.030884s"
mai 26 09:38:34 salameche systemd[1]: Started containerd container runtime.
mai 26 09:38:34 salameche systemd[1]: Starting Docker Application Container Engine...
mai 26 09:38:34 salameche dockerd[5130]: time="2023-05-26T09:38:34.750975317+02:00" level=info msg="Starting up"
mai 26 09:38:34 salameche dockerd[5130]: time="2023-05-26T09:38:34.888440442+02:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
mai 26 09:38:34 salameche dockerd[5130]: time="2023-05-26T09:38:34.908277824+02:00" level=info msg="Loading containers: start."
mai 26 09:38:34 salameche kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
mai 26 09:38:34 salameche kernel: Bridge firewalling registered
mai 26 09:38:34 salameche smbd[1258]: [2023/05/26 09:38:34.960671,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0068] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)
mai 26 09:38:35 salameche avahi-daemon[521]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
mai 26 09:38:35 salameche avahi-daemon[521]: New relevant interface docker0.IPv4 for mDNS.
mai 26 09:38:35 salameche avahi-daemon[521]: Registering new address record for 172.17.0.1 on docker0.IPv4.
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0401] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0405] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0410] device (docker0): Activation: starting connection 'docker0' (9bd365b7-6ea9-4a61-afef-4e662be858ed)
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0412] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0414] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0415] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.0418] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=527 comm="/usr/bin/NetworkManager --no-daemon")
mai 26 09:38:35 salameche systemd[1]: Starting Network Manager Script Dispatcher Service...
mai 26 09:38:35 salameche dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
mai 26 09:38:35 salameche systemd[1]: Started Network Manager Script Dispatcher Service.
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.1104] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.1106] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
mai 26 09:38:35 salameche NetworkManager[527]: <info>  [1685086715.1110] device (docker0): Activation: successful, device activated.
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.113997339+02:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.167893038+02:00" level=info msg="Loading containers: done."
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.230870270+02:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.231052347+02:00" level=info msg="Docker daemon" commit=1331b8c39a graphdriver=overlay2 version=24.0.0
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.231305677+02:00" level=info msg="Daemon has completed initialization"
mai 26 09:38:35 salameche systemd[1]: Started Docker Application Container Engine.
mai 26 09:38:35 salameche dockerd[5130]: time="2023-05-26T09:38:35.280461355+02:00" level=info msg="API listen on /run/docker.sock"
mai 26 09:38:35 salameche sudo[5105]: pam_unix(sudo:session): session closed for user root
mai 26 09:38:35 salameche systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck1957079843-merged.mount: Deactivated successfully.
mai 26 09:38:37 salameche smbd[1258]: [2023/05/26 09:38:37.040663,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:39 salameche smbd[1258]: [2023/05/26 09:38:39.123029,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:39 salameche gitlab-runner[4821]: Checking for jobs... received                       job=4356281721 repo_url=https://gitlab.com/azmeuk/canaille.git runner=jcEJptyjH
mai 26 09:38:39 salameche systemd[1]: var-lib-docker-overlay2-8eb40ad533fbd944df7bde65290a2a152319119e7c6c6fee84e112a75a0df2a0\x2dinit-merged.mount: Deactivated successfully.
mai 26 09:38:39 salameche NetworkManager[527]: <info>  [1685086719.7629] manager: (veth3d75694): new Veth device (/org/freedesktop/NetworkManager/Devices/4)
mai 26 09:38:39 salameche kernel: docker0: port 1(veth26ba17f) entered blocking state
mai 26 09:38:39 salameche kernel: docker0: port 1(veth26ba17f) entered disabled state
mai 26 09:38:39 salameche kernel: veth26ba17f: entered allmulticast mode
mai 26 09:38:39 salameche kernel: veth26ba17f: entered promiscuous mode
mai 26 09:38:39 salameche kernel: docker0: port 1(veth26ba17f) entered blocking state
mai 26 09:38:39 salameche kernel: docker0: port 1(veth26ba17f) entered forwarding state
mai 26 09:38:39 salameche kernel: docker0: port 1(veth26ba17f) entered disabled state
mai 26 09:38:39 salameche NetworkManager[527]: <info>  [1685086719.7638] manager: (veth26ba17f): new Veth device (/org/freedesktop/NetworkManager/Devices/5)
mai 26 09:38:39 salameche containerd[5111]: time="2023-05-26T09:38:39.916552749+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:38:39 salameche containerd[5111]: time="2023-05-26T09:38:39.916599999+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:38:39 salameche containerd[5111]: time="2023-05-26T09:38:39.916614708+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:38:39 salameche containerd[5111]: time="2023-05-26T09:38:39.916625747+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:38:39 salameche systemd[1]: Started libcontainer container d63ea2c2bd9e17544aa6896c99538796695e3302ddeb60195805ee6c62f8862b.
mai 26 09:38:40 salameche kernel: eth0: renamed from veth3d75694
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.0503] device (veth26ba17f): carrier: link connected
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.0505] device (docker0): carrier: link connected
mai 26 09:38:40 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth26ba17f: link becomes ready
mai 26 09:38:40 salameche kernel: docker0: port 1(veth26ba17f) entered blocking state
mai 26 09:38:40 salameche kernel: docker0: port 1(veth26ba17f) entered forwarding state
mai 26 09:38:40 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche firefox.desktop[3345]: [Child 3345, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:38:40 salameche systemd[1]: docker-d63ea2c2bd9e17544aa6896c99538796695e3302ddeb60195805ee6c62f8862b.scope: Deactivated successfully.
mai 26 09:38:40 salameche dockerd[5130]: time="2023-05-26T09:38:40.233765295+02:00" level=info msg="ignoring event" container=d63ea2c2bd9e17544aa6896c99538796695e3302ddeb60195805ee6c62f8862b module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.233895842+02:00" level=info msg="shim disconnected" id=d63ea2c2bd9e17544aa6896c99538796695e3302ddeb60195805ee6c62f8862b namespace=moby
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.233972806+02:00" level=warning msg="cleaning up after shim disconnected" id=d63ea2c2bd9e17544aa6896c99538796695e3302ddeb60195805ee6c62f8862b namespace=moby
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.233984965+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:38:40 salameche kernel: docker0: port 1(veth26ba17f) entered disabled state
mai 26 09:38:40 salameche kernel: veth3d75694: renamed from eth0
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.3256] manager: (veth3d75694): new Veth device (/org/freedesktop/NetworkManager/Devices/6)
mai 26 09:38:40 salameche kernel: docker0: port 1(veth26ba17f) entered disabled state
mai 26 09:38:40 salameche kernel: veth26ba17f (unregistering): left allmulticast mode
mai 26 09:38:40 salameche kernel: veth26ba17f (unregistering): left promiscuous mode
mai 26 09:38:40 salameche kernel: docker0: port 1(veth26ba17f) entered disabled state
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered blocking state
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered disabled state
mai 26 09:38:40 salameche kernel: vethf866257: entered allmulticast mode
mai 26 09:38:40 salameche kernel: vethf866257: entered promiscuous mode
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered blocking state
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered forwarding state
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.5682] manager: (vethf7c6beb): new Veth device (/org/freedesktop/NetworkManager/Devices/7)
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.5697] manager: (vethf866257): new Veth device (/org/freedesktop/NetworkManager/Devices/8)
mai 26 09:38:40 salameche systemd[1]: var-lib-docker-overlay2-8eb40ad533fbd944df7bde65290a2a152319119e7c6c6fee84e112a75a0df2a0-merged.mount: Deactivated successfully.
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.685927393+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.685983775+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.686001735+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.686014334+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:38:40 salameche systemd[1]: Started libcontainer container 9a202e522e4ed9beb19576eace41670f5cd0a01bed81956db20df0edc3683781.
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered disabled state
mai 26 09:38:40 salameche kernel: eth0: renamed from vethf7c6beb
mai 26 09:38:40 salameche NetworkManager[527]: <info>  [1685086720.8627] device (vethf866257): carrier: link connected
mai 26 09:38:40 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethf866257: link becomes ready
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered blocking state
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered forwarding state
mai 26 09:38:40 salameche systemd[1]: docker-9a202e522e4ed9beb19576eace41670f5cd0a01bed81956db20df0edc3683781.scope: Deactivated successfully.
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.949666226+02:00" level=info msg="shim disconnected" id=9a202e522e4ed9beb19576eace41670f5cd0a01bed81956db20df0edc3683781 namespace=moby
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.949861143+02:00" level=warning msg="cleaning up after shim disconnected" id=9a202e522e4ed9beb19576eace41670f5cd0a01bed81956db20df0edc3683781 namespace=moby
mai 26 09:38:40 salameche containerd[5111]: time="2023-05-26T09:38:40.949876949+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:38:40 salameche dockerd[5130]: time="2023-05-26T09:38:40.949835026+02:00" level=info msg="ignoring event" container=9a202e522e4ed9beb19576eace41670f5cd0a01bed81956db20df0edc3683781 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:38:40 salameche kernel: docker0: port 1(vethf866257) entered disabled state
mai 26 09:38:40 salameche kernel: vethf7c6beb: renamed from eth0
mai 26 09:38:41 salameche NetworkManager[527]: <info>  [1685086721.0359] manager: (vethf7c6beb): new Veth device (/org/freedesktop/NetworkManager/Devices/9)
mai 26 09:38:41 salameche kernel: docker0: port 1(vethf866257) entered disabled state
mai 26 09:38:41 salameche kernel: vethf866257 (unregistering): left allmulticast mode
mai 26 09:38:41 salameche kernel: vethf866257 (unregistering): left promiscuous mode
mai 26 09:38:41 salameche kernel: docker0: port 1(vethf866257) entered disabled state
mai 26 09:38:41 salameche systemd[1]: run-docker-netns-9afb3a3061c7.mount: Deactivated successfully.
mai 26 09:38:41 salameche systemd[1]: var-lib-docker-overlay2-fe44b53ebb6087ded7b59417050f33b0262428702f07bddc372afb7b30eae82a-merged.mount: Deactivated successfully.
mai 26 09:38:41 salameche smbd[1258]: [2023/05/26 09:38:41.202541,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:41 salameche avahi-daemon[521]: Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:3ff:fe90:be6f.
mai 26 09:38:41 salameche avahi-daemon[521]: New relevant interface docker0.IPv6 for mDNS.
mai 26 09:38:41 salameche avahi-daemon[521]: Registering new address record for fe80::42:3ff:fe90:be6f on docker0.*.
mai 26 09:38:42 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-318 job-status=running runner=jcEJptyjH sent-log=0-317 status=202 Accepted update-interval=3s
mai 26 09:38:43 salameche smbd[1258]: [2023/05/26 09:38:43.286547,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:43 salameche gnome-calendar[1940]: source_credentials_required_cb: Failed to authenticate 'test': Le délai d’attente est dépassé
mai 26 09:38:45 salameche systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mai 26 09:38:45 salameche smbd[1258]: [2023/05/26 09:38:45.364470,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:47 salameche smbd[1258]: [2023/05/26 09:38:47.446276,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:47 salameche systemd[1]: var-lib-docker-overlay2-1e0fd2459b8d3d1b3af849fe560b211519080a7a4958cb06a9ea32146a864d8b-merged.mount: Deactivated successfully.
mai 26 09:38:49 salameche smbd[1258]: [2023/05/26 09:38:49.525633,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:51 salameche smbd[1258]: [2023/05/26 09:38:51.607524,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:52 salameche bijiben-shell-s[4011]: invalid (NULL) pointer instance
mai 26 09:38:52 salameche bijiben-shell-s[4011]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
mai 26 09:38:52 salameche bijiben-shell-s[4011]: invalid (NULL) pointer instance
mai 26 09:38:52 salameche bijiben-shell-s[4011]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
mai 26 09:38:52 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Successfully activated service 'org.gnome.Notes.SearchProvider'
mai 26 09:38:52 salameche kernel: bijiben-shell-s[4011]: segfault at 7f8fdc80ca0d ip 00007f8842e55f61 sp 00007ffc02b7d128 error 4 in libgobject-2.0.so.0.7600.3[7f8842e2a000+35000] likely on CPU 2 (core 2, socket 0)
mai 26 09:38:52 salameche kernel: Code: c0 0f 95 c0 48 83 c4 08 0f b6 c0 c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 48 85 ff 74 47 48 8b 07 48 85 c0 74 3f <48> 8b 00 48 3d fc 03 00 00 77 2c 48 8d 15 cd 61 02 00 48 c1 e8 02
mai 26 09:38:52 salameche systemd[1]: Started Process Core Dump (PID 5613/UID 0).
mai 26 09:38:52 salameche systemd[1]: var-lib-docker-overlay2-44a1cb812c0e2a6c89395076d31282a48992a9e3600dd7d810848be5c5c1451d-merged.mount: Deactivated successfully.
mai 26 09:38:52 salameche systemd-coredump[5614]: Process 4011 (bijiben-shell-s) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 4011:
                                                  #0  0x00007f8842e55f61 g_type_check_instance_is_fundamentally_a (libgobject-2.0.so.0 + 0x3af61)
                                                  #1  0x00007f8842e3d69e g_object_unref (libgobject-2.0.so.0 + 0x2269e)
                                                  #2  0x00007f8842d2564d n/a (libglib-2.0.so.0 + 0x5464d)
                                                  #3  0x00007f8842d29e70 n/a (libglib-2.0.so.0 + 0x58e70)
                                                  #4  0x00007f8842d2ba89 g_main_context_dispatch (libglib-2.0.so.0 + 0x5aa89)
                                                  #5  0x00007f8842d88b39 n/a (libglib-2.0.so.0 + 0xb7b39)
                                                  #6  0x00007f8842d29032 g_main_context_iteration (libglib-2.0.so.0 + 0x58032)
                                                  #7  0x00007f8842f5aed6 g_application_run (libgio-2.0.so.0 + 0xdded6)
                                                  #8  0x000055f5f2e7acdf main (bijiben-shell-search-provider + 0xdcdf)
                                                  #9  0x00007f883c839850 n/a (libc.so.6 + 0x23850)
                                                  #10 0x00007f883c83990a __libc_start_main (libc.so.6 + 0x2390a)
                                                  #11 0x000055f5f2e7ad25 _start (bijiben-shell-search-provider + 0xdd25)
                                                  
                                                  Stack trace of thread 4079:
                                                  #0  0x00007f883c9192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f8842d80b85 g_cond_wait (libglib-2.0.so.0 + 0xafb85)
                                                  #2  0x00007f8842cf6094 n/a (libglib-2.0.so.0 + 0x25094)
                                                  #3  0x00007f8842d6024e n/a (libglib-2.0.so.0 + 0x8f24e)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 5608:
                                                  #0  0x00007f883c913c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f8842d88a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f8842d2af3f g_main_loop_run (libglib-2.0.so.0 + 0x59f3f)
                                                  #3  0x00007f884217fa3a n/a (libecal-2.0.so.2 + 0x1aa3a)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4127:
                                                  #0  0x00007f883c9192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f8842d80b85 g_cond_wait (libglib-2.0.so.0 + 0xafb85)
                                                  #2  0x00007f8842cf6094 n/a (libglib-2.0.so.0 + 0x25094)
                                                  #3  0x00007f8842d60b9c n/a (libglib-2.0.so.0 + 0x8fb9c)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4174:
                                                  #0  0x00007f883c9192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f8842d80b85 g_cond_wait (libglib-2.0.so.0 + 0xafb85)
                                                  #2  0x00007f8842cf6094 n/a (libglib-2.0.so.0 + 0x25094)
                                                  #3  0x00007f8842d60b9c n/a (libglib-2.0.so.0 + 0x8fb9c)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 5612:
                                                  #0  0x00007f883c9192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f8842d813a3 g_cond_wait_until (libglib-2.0.so.0 + 0xb03a3)
                                                  #2  0x00007f8842cf6065 n/a (libglib-2.0.so.0 + 0x25065)
                                                  #3  0x00007f8842d60cfb n/a (libglib-2.0.so.0 + 0x8fcfb)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4081:
                                                  #0  0x00007f883c913c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f8842d88a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f8842d2af3f g_main_loop_run (libglib-2.0.so.0 + 0x59f3f)
                                                  #3  0x00007f8842f8d28c n/a (libgio-2.0.so.0 + 0x11028c)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4287:
                                                  #0  0x00007f883c913c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f8842d88a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f8842d29032 g_main_context_iteration (libglib-2.0.so.0 + 0x58032)
                                                  #3  0x00007f882dfadfde n/a (libdconfsettings.so + 0x5fde)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 4080:
                                                  #0  0x00007f883c913c0f __poll (libc.so.6 + 0xfdc0f)
                                                  #1  0x00007f8842d88a9f n/a (libglib-2.0.so.0 + 0xb7a9f)
                                                  #2  0x00007f8842d29032 g_main_context_iteration (libglib-2.0.so.0 + 0x58032)
                                                  #3  0x00007f8842d29082 n/a (libglib-2.0.so.0 + 0x58082)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  
                                                  Stack trace of thread 5611:
                                                  #0  0x00007f883c9192ed syscall (libc.so.6 + 0x1032ed)
                                                  #1  0x00007f8842d813a3 g_cond_wait_until (libglib-2.0.so.0 + 0xb03a3)
                                                  #2  0x00007f8842cf6065 n/a (libglib-2.0.so.0 + 0x25065)
                                                  #3  0x00007f8842d60cfb n/a (libglib-2.0.so.0 + 0x8fcfb)
                                                  #4  0x00007f8842d5dcc5 n/a (libglib-2.0.so.0 + 0x8ccc5)
                                                  #5  0x00007f883c89d44b n/a (libc.so.6 + 0x8744b)
                                                  #6  0x00007f883c920e40 n/a (libc.so.6 + 0x10ae40)
                                                  ELF object binary architecture: AMD x86-64
mai 26 09:38:52 salameche systemd[1]: systemd-coredump@1-5613-0.service: Deactivated successfully.
mai 26 09:38:53 salameche smbd[1258]: [2023/05/26 09:38:53.687019,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:55 salameche smbd[1258]: [2023/05/26 09:38:55.768662,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:57 salameche smbd[1258]: [2023/05/26 09:38:57.847641,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:38:58 salameche dleyna-renderer-service[4420]: Client :1.129 lost
mai 26 09:38:58 salameche dleyna-renderer-service[4420]: dLeyna: Exit
mai 26 09:38:59 salameche smbd[1258]: [2023/05/26 09:38:59.931198,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:01 salameche systemd[1]: var-lib-docker-overlay2-96355e3f8526e9eb7a2a490dc55f42c95c26c565ed5e5ff537a3cca1e5005234-merged.mount: Deactivated successfully.
mai 26 09:39:01 salameche kernel: overlayfs: lowerdir is in-use as upperdir/workdir of another mount, accessing files from both mounts will result in undefined behavior.
mai 26 09:39:01 salameche systemd[1]: var-lib-docker-overlay2-64e87f6cf1122a8e6b5a7e8466f302cf4dc05de75f848c6cfc70d5eccd548705-merged.mount: Deactivated successfully.
mai 26 09:39:02 salameche smbd[1258]: [2023/05/26 09:39:02.008842,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:03 salameche systemd[1]: var-lib-docker-overlay2-859b8a56f0e8e61953aec51ad8e06cf3f38b5671ff404257154c16dd37a7b454-merged.mount: Deactivated successfully.
mai 26 09:39:04 salameche systemd[1]: var-lib-docker-overlay2-d10d52f5cb9e6135e13421e09cb708b25d09211d2319284c7dea4bc6d9a7b230-merged.mount: Deactivated successfully.
mai 26 09:39:04 salameche smbd[1258]: [2023/05/26 09:39:04.091208,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:04 salameche systemd[1]: var-lib-docker-overlay2-d4ff6846bcde7727f34fe7041a0b6eea9af4a600d93535a68ac073138ba87885-merged.mount: Deactivated successfully.
mai 26 09:39:04 salameche NetworkManager[527]: <info>  [1685086744.7605] manager: (veth37d4245): new Veth device (/org/freedesktop/NetworkManager/Devices/10)
mai 26 09:39:04 salameche kernel: docker0: port 1(veth9db2678) entered blocking state
mai 26 09:39:04 salameche kernel: docker0: port 1(veth9db2678) entered disabled state
mai 26 09:39:04 salameche kernel: veth9db2678: entered allmulticast mode
mai 26 09:39:04 salameche kernel: veth9db2678: entered promiscuous mode
mai 26 09:39:04 salameche NetworkManager[527]: <info>  [1685086744.7613] manager: (veth9db2678): new Veth device (/org/freedesktop/NetworkManager/Devices/11)
mai 26 09:39:04 salameche containerd[5111]: time="2023-05-26T09:39:04.896484561+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:39:04 salameche containerd[5111]: time="2023-05-26T09:39:04.896538069+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:04 salameche containerd[5111]: time="2023-05-26T09:39:04.896555626+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:39:04 salameche containerd[5111]: time="2023-05-26T09:39:04.896568915+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:04 salameche systemd[1]: Started libcontainer container b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.
mai 26 09:39:05 salameche kernel: eth0: renamed from veth37d4245
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.0326] device (veth9db2678): carrier: link connected
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.0335] device (docker0): carrier: link connected
mai 26 09:39:05 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth9db2678: link becomes ready
mai 26 09:39:05 salameche kernel: docker0: port 1(veth9db2678) entered blocking state
mai 26 09:39:05 salameche kernel: docker0: port 1(veth9db2678) entered forwarding state
mai 26 09:39:05 salameche systemd[1]: var-lib-docker-overlay2-4562dddbf3ed4d8999c3b59fda46c9ce7d26b006b54cf68959adf99172786741\x2dinit-merged.mount: Deactivated successfully.
mai 26 09:39:05 salameche systemd[1]: docker-b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.scope: Deactivated successfully.
mai 26 09:39:05 salameche dockerd[5130]: time="2023-05-26T09:39:05.149647183+02:00" level=info msg="ignoring event" container=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.149717836+02:00" level=info msg="shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.149764460+02:00" level=warning msg="cleaning up after shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.149777630+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:39:05 salameche kernel: docker0: port 1(veth9db2678) entered disabled state
mai 26 09:39:05 salameche kernel: veth37d4245: renamed from eth0
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.2428] manager: (veth37d4245): new Veth device (/org/freedesktop/NetworkManager/Devices/12)
mai 26 09:39:05 salameche kernel: docker0: port 1(veth9db2678) entered disabled state
mai 26 09:39:05 salameche kernel: veth9db2678 (unregistering): left allmulticast mode
mai 26 09:39:05 salameche kernel: veth9db2678 (unregistering): left promiscuous mode
mai 26 09:39:05 salameche kernel: docker0: port 1(veth9db2678) entered disabled state
mai 26 09:39:05 salameche systemd[1]: run-docker-netns-3a8c14c8cbce.mount: Deactivated successfully.
mai 26 09:39:05 salameche systemd[1]: var-lib-docker-overlay2-4562dddbf3ed4d8999c3b59fda46c9ce7d26b006b54cf68959adf99172786741-merged.mount: Deactivated successfully.
mai 26 09:39:05 salameche kernel: docker0: port 1(veth3ac55c0) entered blocking state
mai 26 09:39:05 salameche kernel: docker0: port 1(veth3ac55c0) entered disabled state
mai 26 09:39:05 salameche kernel: veth3ac55c0: entered allmulticast mode
mai 26 09:39:05 salameche kernel: veth3ac55c0: entered promiscuous mode
mai 26 09:39:05 salameche kernel: docker0: port 1(veth3ac55c0) entered blocking state
mai 26 09:39:05 salameche kernel: docker0: port 1(veth3ac55c0) entered forwarding state
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.4418] manager: (veth33ada2b): new Veth device (/org/freedesktop/NetworkManager/Devices/13)
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.4428] manager: (veth3ac55c0): new Veth device (/org/freedesktop/NetworkManager/Devices/14)
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.579665504+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.579712221+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.579729431+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:39:05 salameche containerd[5111]: time="2023-05-26T09:39:05.579741674+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:05 salameche systemd[1]: Started libcontainer container b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.
mai 26 09:39:05 salameche kernel: eth0: renamed from veth33ada2b
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.7427] device (veth3ac55c0): carrier: link connected
mai 26 09:39:05 salameche NetworkManager[527]: <info>  [1685086745.7430] device (docker0): carrier: link connected
mai 26 09:39:05 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth3ac55c0: link becomes ready
mai 26 09:39:06 salameche smbd[1258]: [2023/05/26 09:39:06.174298,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:06 salameche avahi-daemon[521]: Joining mDNS multicast group on interface veth3ac55c0.IPv6 with address fe80::442f:84ff:fee6:b70c.
mai 26 09:39:06 salameche avahi-daemon[521]: New relevant interface veth3ac55c0.IPv6 for mDNS.
mai 26 09:39:06 salameche avahi-daemon[521]: Registering new address record for fe80::442f:84ff:fee6:b70c on veth3ac55c0.*.
mai 26 09:39:07 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-1035 job-status=running runner=jcEJptyjH sent-log=318-1034 status=202 Accepted update-interval=3s
mai 26 09:39:07 salameche systemd[1]: docker-b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.scope: Deactivated successfully.
mai 26 09:39:07 salameche dockerd[5130]: time="2023-05-26T09:39:07.493094781+02:00" level=info msg="ignoring event" container=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.493093146+02:00" level=info msg="shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.493134455+02:00" level=warning msg="cleaning up after shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.493146183+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:39:07 salameche kernel: docker0: port 1(veth3ac55c0) entered disabled state
mai 26 09:39:07 salameche kernel: veth33ada2b: renamed from eth0
mai 26 09:39:07 salameche NetworkManager[527]: <info>  [1685086747.5761] manager: (veth33ada2b): new Veth device (/org/freedesktop/NetworkManager/Devices/15)
mai 26 09:39:07 salameche avahi-daemon[521]: Interface veth3ac55c0.IPv6 no longer relevant for mDNS.
mai 26 09:39:07 salameche avahi-daemon[521]: Leaving mDNS multicast group on interface veth3ac55c0.IPv6 with address fe80::442f:84ff:fee6:b70c.
mai 26 09:39:07 salameche kernel: docker0: port 1(veth3ac55c0) entered disabled state
mai 26 09:39:07 salameche kernel: veth3ac55c0 (unregistering): left allmulticast mode
mai 26 09:39:07 salameche kernel: veth3ac55c0 (unregistering): left promiscuous mode
mai 26 09:39:07 salameche kernel: docker0: port 1(veth3ac55c0) entered disabled state
mai 26 09:39:07 salameche avahi-daemon[521]: Withdrawing address record for fe80::442f:84ff:fee6:b70c on veth3ac55c0.
mai 26 09:39:07 salameche systemd[1]: run-docker-netns-4ec09df934b5.mount: Deactivated successfully.
mai 26 09:39:07 salameche systemd[1]: var-lib-docker-overlay2-4562dddbf3ed4d8999c3b59fda46c9ce7d26b006b54cf68959adf99172786741-merged.mount: Deactivated successfully.
mai 26 09:39:07 salameche systemd[1]: var-lib-docker-overlay2-c12823bffedf6c008c34d22adc2a2ac6b685c6ce90cc92fed28208fd14a6bdd8\x2dinit-merged.mount: Deactivated successfully.
mai 26 09:39:07 salameche NetworkManager[527]: <info>  [1685086747.8430] manager: (vethae17818): new Veth device (/org/freedesktop/NetworkManager/Devices/16)
mai 26 09:39:07 salameche NetworkManager[527]: <info>  [1685086747.8439] manager: (veth61e7433): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
mai 26 09:39:07 salameche kernel: docker0: port 1(veth61e7433) entered blocking state
mai 26 09:39:07 salameche kernel: docker0: port 1(veth61e7433) entered disabled state
mai 26 09:39:07 salameche kernel: veth61e7433: entered allmulticast mode
mai 26 09:39:07 salameche kernel: veth61e7433: entered promiscuous mode
mai 26 09:39:07 salameche kernel: docker0: port 1(veth61e7433) entered blocking state
mai 26 09:39:07 salameche kernel: docker0: port 1(veth61e7433) entered forwarding state
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.964923107+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.964970345+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.964981464+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:39:07 salameche containerd[5111]: time="2023-05-26T09:39:07.964988696+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:39:08 salameche systemd[1]: Started libcontainer container 6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485.
mai 26 09:39:08 salameche kernel: eth0: renamed from vethae17818
mai 26 09:39:08 salameche NetworkManager[527]: <info>  [1685086748.1262] device (veth61e7433): carrier: link connected
mai 26 09:39:08 salameche NetworkManager[527]: <info>  [1685086748.1264] device (docker0): carrier: link connected
mai 26 09:39:08 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth61e7433: link becomes ready
mai 26 09:39:08 salameche smbd[1258]: [2023/05/26 09:39:08.251159,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:09 salameche avahi-daemon[521]: Joining mDNS multicast group on interface veth61e7433.IPv6 with address fe80::d096:33ff:fe73:8602.
mai 26 09:39:09 salameche avahi-daemon[521]: New relevant interface veth61e7433.IPv6 for mDNS.
mai 26 09:39:09 salameche avahi-daemon[521]: Registering new address record for fe80::d096:33ff:fe73:8602 on veth61e7433.*.
mai 26 09:39:10 salameche smbd[1258]: [2023/05/26 09:39:10.330384,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:10 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-2481 job-status=running runner=jcEJptyjH sent-log=1035-2480 status=202 Accepted update-interval=3s
mai 26 09:39:12 salameche smbd[1258]: [2023/05/26 09:39:12.412060,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:14 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-7516 job-status=running runner=jcEJptyjH sent-log=2481-7515 status=202 Accepted update-interval=3s
mai 26 09:39:14 salameche smbd[1258]: [2023/05/26 09:39:14.490886,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:16 salameche smbd[1258]: [2023/05/26 09:39:16.572375,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:17 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-8921 job-status=running runner=jcEJptyjH sent-log=7516-8920 status=202 Accepted update-interval=3s
mai 26 09:39:18 salameche smbd[1258]: [2023/05/26 09:39:18.651360,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:20 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-9870 job-status=running runner=jcEJptyjH sent-log=8921-9869 status=202 Accepted update-interval=3s
mai 26 09:39:20 salameche smbd[1258]: [2023/05/26 09:39:20.732996,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:22 salameche smbd[1258]: [2023/05/26 09:39:22.813667,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:23 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-11613 job-status=running runner=jcEJptyjH sent-log=9870-11612 status=202 Accepted update-interval=3s
mai 26 09:39:24 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:24 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:24 salameche smbd[1258]: [2023/05/26 09:39:24.892355,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:26 salameche smbd[1258]: [2023/05/26 09:39:26.972506,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:26 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-16838 job-status=running runner=jcEJptyjH sent-log=11613-16837 status=202 Accepted update-interval=3s
mai 26 09:39:29 salameche smbd[1258]: [2023/05/26 09:39:29.054327,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:30 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-20904 job-status=running runner=jcEJptyjH sent-log=16838-20903 status=202 Accepted update-interval=3s
mai 26 09:39:31 salameche smbd[1258]: [2023/05/26 09:39:31.134553,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:33 salameche smbd[1258]: [2023/05/26 09:39:33.212718,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:33 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-23494 job-status=running runner=jcEJptyjH sent-log=20904-23493 status=202 Accepted update-interval=3s
mai 26 09:39:34 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:34 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:35 salameche smbd[1258]: [2023/05/26 09:39:35.292550,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:36 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-24684 job-status=running runner=jcEJptyjH sent-log=23494-24683 status=202 Accepted update-interval=3s
mai 26 09:39:37 salameche smbd[1258]: [2023/05/26 09:39:37.372280,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:38 salameche firefox.desktop[3321]: [Child 3321, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche firefox.desktop[6794]: [Child 6794, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:39:38 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:38 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:39 salameche smbd[1258]: [2023/05/26 09:39:39.452307,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:40 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-25922 job-status=running runner=jcEJptyjH sent-log=24684-25921 status=202 Accepted update-interval=3s
mai 26 09:39:41 salameche smbd[1258]: [2023/05/26 09:39:41.533278,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:43 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-26914 job-status=running runner=jcEJptyjH sent-log=25922-26913 status=202 Accepted update-interval=3s
mai 26 09:39:43 salameche smbd[1258]: [2023/05/26 09:39:43.612176,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:45 salameche smbd[1258]: [2023/05/26 09:39:45.691629,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:46 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-27797 job-status=running runner=jcEJptyjH sent-log=26914-27796 status=202 Accepted update-interval=3s
mai 26 09:39:47 salameche smbd[1258]: [2023/05/26 09:39:47.771691,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:49 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-27929 job-status=running runner=jcEJptyjH sent-log=27797-27928 status=202 Accepted update-interval=3s
mai 26 09:39:49 salameche smbd[1258]: [2023/05/26 09:39:49.851574,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:51 salameche smbd[1258]: [2023/05/26 09:39:51.931494,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:39:54 salameche smbd[1258]: [2023/05/26 09:39:54.022163,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:56 salameche smbd[1258]: [2023/05/26 09:39:56.092676,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:57 salameche dbus-daemon[1317]: [session uid=1000 pid=1317] Failed to activate service 'org.freedesktop.Tracker3.Miner.Files': timed out (service_start_timeout=120000ms)
mai 26 09:39:58 salameche smbd[1258]: [2023/05/26 09:39:58.171196,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:39:59 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-28917 job-status=running runner=jcEJptyjH sent-log=27929-28916 status=202 Accepted update-interval=3s
mai 26 09:40:00 salameche smbd[1258]: [2023/05/26 09:40:00.253521,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:00 salameche kernel: __vm_enough_memory: pid: 7205, comm: slapd, not enough memory for the allocation
mai 26 09:40:00 salameche kernel: __vm_enough_memory: pid: 7205, comm: slapd, not enough memory for the allocation
mai 26 09:40:00 salameche kernel: __vm_enough_memory: pid: 7205, comm: slapd, not enough memory for the allocation
mai 26 09:40:00 salameche systemd[1]: Started Process Core Dump (PID 7207/UID 0).
mai 26 09:40:00 salameche systemd-coredump[7208]: Process 7205 (slapd) of user 0 dumped core.
                                                  
                                                  Stack trace of thread 831:
                                                  #0  0x00007f68651ccce1 n/a (/lib/x86_64-linux-gnu/libc-2.31.so + 0x38ce1)
                                                  ELF object binary architecture: AMD x86-64
mai 26 09:40:00 salameche systemd[1]: systemd-coredump@2-7207-0.service: Deactivated successfully.
mai 26 09:40:01 salameche systemd[1]: docker-6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485.scope: Deactivated successfully.
mai 26 09:40:01 salameche systemd[1]: docker-6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485.scope: Consumed 45.021s CPU time.
mai 26 09:40:01 salameche dockerd[5130]: time="2023-05-26T09:40:01.126416708+02:00" level=info msg="ignoring event" container=6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:40:01 salameche containerd[5111]: time="2023-05-26T09:40:01.126584150+02:00" level=info msg="shim disconnected" id=6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485 namespace=moby
mai 26 09:40:01 salameche containerd[5111]: time="2023-05-26T09:40:01.126626988+02:00" level=warning msg="cleaning up after shim disconnected" id=6ee199bd2a59b39efd44481ca36742cd41b12ec60d66965fb8426f6dcca06485 namespace=moby
mai 26 09:40:01 salameche containerd[5111]: time="2023-05-26T09:40:01.126639090+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:40:01 salameche kernel: docker0: port 1(veth61e7433) entered disabled state
mai 26 09:40:01 salameche kernel: vethae17818: renamed from eth0
mai 26 09:40:01 salameche NetworkManager[527]: <info>  [1685086801.2061] manager: (vethae17818): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
mai 26 09:40:01 salameche avahi-daemon[521]: Interface veth61e7433.IPv6 no longer relevant for mDNS.
mai 26 09:40:01 salameche avahi-daemon[521]: Leaving mDNS multicast group on interface veth61e7433.IPv6 with address fe80::d096:33ff:fe73:8602.
mai 26 09:40:01 salameche kernel: docker0: port 1(veth61e7433) entered disabled state
mai 26 09:40:01 salameche kernel: veth61e7433 (unregistering): left allmulticast mode
mai 26 09:40:01 salameche kernel: veth61e7433 (unregistering): left promiscuous mode
mai 26 09:40:01 salameche kernel: docker0: port 1(veth61e7433) entered disabled state
mai 26 09:40:01 salameche avahi-daemon[521]: Withdrawing address record for fe80::d096:33ff:fe73:8602 on veth61e7433.
mai 26 09:40:01 salameche systemd[1]: run-docker-netns-6cd460682c77.mount: Deactivated successfully.
mai 26 09:40:01 salameche systemd[1]: var-lib-docker-overlay2-c12823bffedf6c008c34d22adc2a2ac6b685c6ce90cc92fed28208fd14a6bdd8-merged.mount: Deactivated successfully.
mai 26 09:40:02 salameche smbd[1258]: [2023/05/26 09:40:02.331328,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:02 salameche NetworkManager[527]: <info>  [1685086802.3639] manager: (veth4a9ba78): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered blocking state
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered disabled state
mai 26 09:40:02 salameche kernel: veth3b91825: entered allmulticast mode
mai 26 09:40:02 salameche kernel: veth3b91825: entered promiscuous mode
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered blocking state
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered forwarding state
mai 26 09:40:02 salameche NetworkManager[527]: <info>  [1685086802.3686] manager: (veth3b91825): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered disabled state
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.479742459+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.479776729+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.479786789+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.479793894+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
mai 26 09:40:02 salameche systemd[1]: Started libcontainer container b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.
mai 26 09:40:02 salameche kernel: eth0: renamed from veth4a9ba78
mai 26 09:40:02 salameche NetworkManager[527]: <info>  [1685086802.6328] device (veth3b91825): carrier: link connected
mai 26 09:40:02 salameche NetworkManager[527]: <info>  [1685086802.6330] device (docker0): carrier: link connected
mai 26 09:40:02 salameche kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth3b91825: link becomes ready
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered blocking state
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered forwarding state
mai 26 09:40:02 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-86100 job-status=running runner=jcEJptyjH sent-log=28917-86099 status=202 Accepted update-interval=3s
mai 26 09:40:02 salameche systemd[1]: docker-b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd.scope: Deactivated successfully.
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.726545200+02:00" level=info msg="shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.726591818+02:00" level=warning msg="cleaning up after shim disconnected" id=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd namespace=moby
mai 26 09:40:02 salameche containerd[5111]: time="2023-05-26T09:40:02.726603406+02:00" level=info msg="cleaning up dead shim" namespace=moby
mai 26 09:40:02 salameche dockerd[5130]: time="2023-05-26T09:40:02.726635698+02:00" level=info msg="ignoring event" container=b76cbef5263acc4afe8f846da77750b5e6d31f2e3a974c58cc65029e4042dadd module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered disabled state
mai 26 09:40:02 salameche kernel: veth4a9ba78: renamed from eth0
mai 26 09:40:02 salameche NetworkManager[527]: <info>  [1685086802.8071] manager: (veth4a9ba78): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered disabled state
mai 26 09:40:02 salameche kernel: veth3b91825 (unregistering): left allmulticast mode
mai 26 09:40:02 salameche kernel: veth3b91825 (unregistering): left promiscuous mode
mai 26 09:40:02 salameche kernel: docker0: port 1(veth3b91825) entered disabled state
mai 26 09:40:02 salameche systemd[1]: run-docker-netns-ba1c73b55574.mount: Deactivated successfully.
mai 26 09:40:03 salameche gitlab-runner[4821]: WARNING: Job failed: exit code 1
mai 26 09:40:03 salameche gitlab-runner[4821]:                    duration_s=83.505939675 job=4356281721 project=22181445 runner=jcEJptyjH
mai 26 09:40:03 salameche systemd[1]: var-lib-docker-overlay2-4562dddbf3ed4d8999c3b59fda46c9ce7d26b006b54cf68959adf99172786741-merged.mount: Deactivated successfully.
mai 26 09:40:03 salameche gitlab-runner[4821]: Appending trace to coordinator...ok                 code=202 job=4356281721 job-log=0-86361 job-status=running runner=jcEJptyjH sent-log=86100-86360 status=202 Accepted update-interval=3s
mai 26 09:40:03 salameche gitlab-runner[4821]: Updating job...                                     bytesize=86361 checksum=crc32:53227ef9 job=4356281721 runner=jcEJptyjH
mai 26 09:40:03 salameche gitlab-runner[4821]: Submitting job to coordinator...accepted, but not yet completed  bytesize=86361 checksum=crc32:53227ef9 code=202 job=4356281721 job-status= runner=jcEJptyjH update-interval=1s
mai 26 09:40:04 salameche smbd[1258]: [2023/05/26 09:40:04.411262,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:04 salameche gitlab-runner[4821]: Updating job...                                     bytesize=86361 checksum=crc32:53227ef9 job=4356281721 runner=jcEJptyjH
mai 26 09:40:05 salameche gitlab-runner[4821]: Submitting job to coordinator...ok                  bytesize=86361 checksum=crc32:53227ef9 code=200 job=4356281721 job-status= runner=jcEJptyjH update-interval=0s
mai 26 09:40:05 salameche gitlab-runner[4821]: WARNING: Failed to process runner                   builds=0 error=exit code 1 executor=docker runner=jcEJptyjH
mai 26 09:40:06 salameche smbd[1258]: [2023/05/26 09:40:06.491242,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:08 salameche smbd[1258]: [2023/05/26 09:40:08.571337,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:10 salameche smbd[1258]: [2023/05/26 09:40:10.651345,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:12 salameche smbd[1258]: [2023/05/26 09:40:12.731506,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:14 salameche smbd[1258]: [2023/05/26 09:40:14.811704,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:16 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:16 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:16 salameche smbd[1258]: [2023/05/26 09:40:16.891712,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:17 salameche firefox.desktop[3321]: [Child 3321, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:18 salameche smbd[1258]: [2023/05/26 09:40:18.971586,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche firefox.desktop[7487]: [Child 7487, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:19 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:19 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:20 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:20 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:20 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:20 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:20 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:21 salameche smbd[1258]: [2023/05/26 09:40:21.051814,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:23 salameche smbd[1258]: [2023/05/26 09:40:23.131750,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:24 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:25 salameche smbd[1258]: [2023/05/26 09:40:25.214867,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:25 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:25 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:25 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:25 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:25 salameche firefox.desktop[7544]: [Child 7544, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:26 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:26 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:27 salameche smbd[1258]: [2023/05/26 09:40:27.293354,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:29 salameche smbd[1258]: [2023/05/26 09:40:29.377681,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:31 salameche smbd[1258]: [2023/05/26 09:40:31.453481,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:33 salameche smbd[1258]: [2023/05/26 09:40:33.532286,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:35 salameche smbd[1258]: [2023/05/26 09:40:35.613736,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:37 salameche smbd[1258]: [2023/05/26 09:40:37.693884,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:39 salameche smbd[1258]: [2023/05/26 09:40:39.773778,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:41 salameche smbd[1258]: [2023/05/26 09:40:41.852834,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:43 salameche smbd[1258]: [2023/05/26 09:40:43.935891,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:46 salameche smbd[1258]: [2023/05/26 09:40:46.013220,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:47 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:47 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:40:48 salameche smbd[1258]: [2023/05/26 09:40:48.094343,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:50 salameche smbd[1258]: [2023/05/26 09:40:50.173524,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:52 salameche smbd[1258]: [2023/05/26 09:40:52.254792,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:52 salameche firefox.desktop[7670]: [Child 7670, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:40:54 salameche smbd[1258]: [2023/05/26 09:40:54.333888,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:56 salameche smbd[1258]: [2023/05/26 09:40:56.414967,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:40:58 salameche smbd[1258]: [2023/05/26 09:40:58.493934,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:00 salameche smbd[1258]: [2023/05/26 09:41:00.575314,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:02 salameche smbd[1258]: [2023/05/26 09:41:02.654161,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:04 salameche smbd[1258]: [2023/05/26 09:41:04.735536,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:06 salameche smbd[1258]: [2023/05/26 09:41:06.814626,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:08 salameche smbd[1258]: [2023/05/26 09:41:08.895977,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:10 salameche smbd[1258]: [2023/05/26 09:41:10.974792,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:13 salameche smbd[1258]: [2023/05/26 09:41:13.056223,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:15 salameche smbd[1258]: [2023/05/26 09:41:15.135129,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:17 salameche smbd[1258]: [2023/05/26 09:41:17.216856,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:19 salameche smbd[1258]: [2023/05/26 09:41:19.296910,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:21 salameche smbd[1258]: [2023/05/26 09:41:21.376883,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:22 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:23 salameche smbd[1258]: [2023/05/26 09:41:23.455886,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:25 salameche smbd[1258]: [2023/05/26 09:41:25.535918,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:27 salameche smbd[1258]: [2023/05/26 09:41:27.616062,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:29 salameche smbd[1258]: [2023/05/26 09:41:29.696168,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:31 salameche smbd[1258]: [2023/05/26 09:41:31.776349,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:31 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:32 salameche firefox.desktop[7593]: (/usr/lib/firefox/firefox:7593): dconf-WARNING **: 09:41:32.007: Unable to open /var/lib/flatpak/exports/share/dconf/profile/user: Permission non accordée
mai 26 09:41:33 salameche smbd[1258]: [2023/05/26 09:41:33.857837,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:34 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819b8c7a80] is on because it needs an allocation.
mai 26 09:41:34 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x558198de3b90] is on because it needs an allocation.
mai 26 09:41:34 salameche gnome-shell[1411]: NOTE: Not using GLX TFP!
mai 26 09:41:35 salameche smbd[1258]: [2023/05/26 09:41:35.936790,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:36 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819a2aa690] is on because it needs an allocation.
mai 26 09:41:37 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x558198e23210] is on because it needs an allocation.
mai 26 09:41:37 salameche gnome-shell[1411]: NOTE: Not using GLX TFP!
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:37 salameche firefox.desktop[7593]: [Child 7593, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:41:38 salameche smbd[1258]: [2023/05/26 09:41:38.018211,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:40 salameche smbd[1258]: [2023/05/26 09:41:40.096769,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:42 salameche smbd[1258]: [2023/05/26 09:41:42.177993,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:43 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:41:43 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:41:44 salameche smbd[1258]: [2023/05/26 09:41:44.257248,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:46 salameche smbd[1258]: [2023/05/26 09:41:46.337442,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:48 salameche smbd[1258]: [2023/05/26 09:41:48.416072,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:50 salameche smbd[1258]: [2023/05/26 09:41:50.495923,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:52 salameche smbd[1258]: [2023/05/26 09:41:52.575945,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:54 salameche smbd[1258]: [2023/05/26 09:41:54.655587,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:56 salameche smbd[1258]: [2023/05/26 09:41:56.735382,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:41:58 salameche smbd[1258]: [2023/05/26 09:41:58.815448,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:00 salameche smbd[1258]: [2023/05/26 09:42:00.895167,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:02 salameche smbd[1258]: [2023/05/26 09:42:02.975044,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:05 salameche smbd[1258]: [2023/05/26 09:42:05.054904,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:07 salameche smbd[1258]: [2023/05/26 09:42:07.134871,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:09 salameche smbd[1258]: [2023/05/26 09:42:09.216045,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:11 salameche smbd[1258]: [2023/05/26 09:42:11.294680,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:12 salameche systemd-journald[263]: Data hash table of /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal has a fill level at 75.0 (8533 of 11377 items, 6553600 file size, 768 bytes per hash table item), suggesting rotation.
mai 26 09:42:12 salameche systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal: Journal header limits reached or header out-of-date, rotating.
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:42:13 salameche smbd[1258]: [2023/05/26 09:42:13.377445,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:15 salameche smbd[1258]: [2023/05/26 09:42:15.454441,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:17 salameche smbd[1258]: [2023/05/26 09:42:17.536677,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:19 salameche smbd[1258]: [2023/05/26 09:42:19.614588,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:21 salameche smbd[1258]: [2023/05/26 09:42:21.699470,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:23 salameche smbd[1258]: [2023/05/26 09:42:23.774200,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:25 salameche smbd[1258]: [2023/05/26 09:42:25.855765,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:27 salameche smbd[1258]: [2023/05/26 09:42:27.935904,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:30 salameche smbd[1258]: [2023/05/26 09:42:30.014219,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:32 salameche smbd[1258]: [2023/05/26 09:42:32.094126,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:34 salameche smbd[1258]: [2023/05/26 09:42:34.174180,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:36 salameche smbd[1258]: [2023/05/26 09:42:36.254338,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:38 salameche smbd[1258]: [2023/05/26 09:42:38.334406,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:38 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:42:38 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:42:40 salameche smbd[1258]: [2023/05/26 09:42:40.414268,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:42 salameche smbd[1258]: [2023/05/26 09:42:42.494686,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:44 salameche smbd[1258]: [2023/05/26 09:42:44.574537,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:46 salameche smbd[1258]: [2023/05/26 09:42:46.654495,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:48 salameche smbd[1258]: [2023/05/26 09:42:48.734710,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:50 salameche smbd[1258]: [2023/05/26 09:42:50.815102,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:52 salameche smbd[1258]: [2023/05/26 09:42:52.894813,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:54 salameche smbd[1258]: [2023/05/26 09:42:54.974815,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:55 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:42:55 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:42:57 salameche smbd[1258]: [2023/05/26 09:42:57.061147,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:42:59 salameche smbd[1258]: [2023/05/26 09:42:59.134929,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:01 salameche smbd[1258]: [2023/05/26 09:43:01.215077,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:03 salameche smbd[1258]: [2023/05/26 09:43:03.296585,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:05 salameche smbd[1258]: [2023/05/26 09:43:05.375121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:07 salameche smbd[1258]: [2023/05/26 09:43:07.456377,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:09 salameche smbd[1258]: [2023/05/26 09:43:09.535139,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:11 salameche smbd[1258]: [2023/05/26 09:43:11.616548,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:13 salameche smbd[1258]: [2023/05/26 09:43:13.695326,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:15 salameche smbd[1258]: [2023/05/26 09:43:15.776654,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:17 salameche smbd[1258]: [2023/05/26 09:43:17.855397,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:19 salameche smbd[1258]: [2023/05/26 09:43:19.936783,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:22 salameche smbd[1258]: [2023/05/26 09:43:22.015875,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:24 salameche smbd[1258]: [2023/05/26 09:43:24.097504,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:26 salameche smbd[1258]: [2023/05/26 09:43:26.175787,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:28 salameche smbd[1258]: [2023/05/26 09:43:28.256114,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:30 salameche smbd[1258]: [2023/05/26 09:43:30.335594,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:32 salameche smbd[1258]: [2023/05/26 09:43:32.417151,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:33 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:43:33 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:43:34 salameche smbd[1258]: [2023/05/26 09:43:34.495868,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:36 salameche smbd[1258]: [2023/05/26 09:43:36.578840,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:38 salameche smbd[1258]: [2023/05/26 09:43:38.656121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:40 salameche smbd[1258]: [2023/05/26 09:43:40.736551,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:42 salameche smbd[1258]: [2023/05/26 09:43:42.815547,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:44 salameche smbd[1258]: [2023/05/26 09:43:44.896601,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:46 salameche smbd[1258]: [2023/05/26 09:43:46.975749,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:49 salameche smbd[1258]: [2023/05/26 09:43:49.056901,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:49 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:51 salameche smbd[1258]: [2023/05/26 09:43:51.137025,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:53 salameche smbd[1258]: [2023/05/26 09:43:53.217344,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:55 salameche smbd[1258]: [2023/05/26 09:43:55.297330,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:57 salameche smbd[1258]: [2023/05/26 09:43:57.377465,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:58 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:43:59 salameche smbd[1258]: [2023/05/26 09:43:59.456114,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:01 salameche smbd[1258]: [2023/05/26 09:44:01.537677,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:03 salameche smbd[1258]: [2023/05/26 09:44:03.616287,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:05 salameche smbd[1258]: [2023/05/26 09:44:05.697570,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:07 salameche smbd[1258]: [2023/05/26 09:44:07.776452,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:09 salameche smbd[1258]: [2023/05/26 09:44:09.857768,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:11 salameche smbd[1258]: [2023/05/26 09:44:11.936631,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:14 salameche smbd[1258]: [2023/05/26 09:44:14.018115,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:14 salameche firefox.desktop[7955]: [Child 7955, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:16 salameche smbd[1258]: [2023/05/26 09:44:16.096884,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:18 salameche smbd[1258]: [2023/05/26 09:44:18.178195,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:20 salameche smbd[1258]: [2023/05/26 09:44:20.257005,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:22 salameche smbd[1258]: [2023/05/26 09:44:22.338471,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:24 salameche smbd[1258]: [2023/05/26 09:44:24.418674,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:26 salameche smbd[1258]: [2023/05/26 09:44:26.498525,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:28 salameche smbd[1258]: [2023/05/26 09:44:28.577460,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:30 salameche smbd[1258]: [2023/05/26 09:44:30.657550,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:32 salameche smbd[1258]: [2023/05/26 09:44:32.737706,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:34 salameche smbd[1258]: [2023/05/26 09:44:34.817792,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:37 salameche smbd[1258]: [2023/05/26 09:44:36.897856,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:39 salameche smbd[1258]: [2023/05/26 09:44:39.299640,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:41 salameche smbd[1258]: [2023/05/26 09:44:41.378150,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:43 salameche smbd[1258]: [2023/05/26 09:44:43.458178,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:45 salameche smbd[1258]: [2023/05/26 09:44:45.538473,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:47 salameche smbd[1258]: [2023/05/26 09:44:47.618498,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:49 salameche smbd[1258]: [2023/05/26 09:44:49.698569,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:51 salameche smbd[1258]: [2023/05/26 09:44:51.778695,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:53 salameche smbd[1258]: [2023/05/26 09:44:53.860254,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:54 salameche firefox.desktop[3321]: [Child 3321, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche firefox.desktop[8373]: [Child 8373, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:54 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:54 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:55 salameche smbd[1258]: [2023/05/26 09:44:55.938848,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:56 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:56 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:44:58 salameche smbd[1258]: [2023/05/26 09:44:58.018851,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:58 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:59 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:59 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:59 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:59 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:44:59 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:45:00 salameche smbd[1258]: [2023/05/26 09:45:00.099109,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:02 salameche smbd[1258]: [2023/05/26 09:45:02.179265,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:02 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:02 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:04 salameche smbd[1258]: [2023/05/26 09:45:04.259667,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:06 salameche smbd[1258]: [2023/05/26 09:45:06.339563,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:08 salameche smbd[1258]: [2023/05/26 09:45:08.419695,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:10 salameche smbd[1258]: [2023/05/26 09:45:10.499667,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:12 salameche smbd[1258]: [2023/05/26 09:45:12.579755,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:14 salameche smbd[1258]: [2023/05/26 09:45:14.659840,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:16 salameche smbd[1258]: [2023/05/26 09:45:16.740079,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:18 salameche smbd[1258]: [2023/05/26 09:45:18.820068,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:20 salameche smbd[1258]: [2023/05/26 09:45:20.901524,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:22 salameche smbd[1258]: [2023/05/26 09:45:22.980426,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:23 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:23 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:25 salameche smbd[1258]: [2023/05/26 09:45:25.061855,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:27 salameche smbd[1258]: [2023/05/26 09:45:27.140644,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:29 salameche smbd[1258]: [2023/05/26 09:45:29.222570,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:31 salameche smbd[1258]: [2023/05/26 09:45:31.300993,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:33 salameche smbd[1258]: [2023/05/26 09:45:33.382703,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:35 salameche smbd[1258]: [2023/05/26 09:45:35.461129,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:37 salameche smbd[1258]: [2023/05/26 09:45:37.559206,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:39 salameche smbd[1258]: [2023/05/26 09:45:39.621429,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:41 salameche smbd[1258]: [2023/05/26 09:45:41.701420,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:41 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:41 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:45:43 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.205' (uid=0 pid=8734 comm="sudo grep -RIi mkinitcpio /var/log")
mai 26 09:45:43 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:45:43 salameche sudo[8734]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:45:43 salameche smbd[1258]: [2023/05/26 09:45:43.781631,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:45 salameche sudo[8734]: pam_unix(sudo:auth): authentication failure; logname=azmeuk uid=1000 euid=0 tty=/dev/pts/0 ruser=azmeuk rhost=  user=azmeuk
mai 26 09:45:45 salameche smbd[1258]: [2023/05/26 09:45:45.863015,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:47 salameche smbd[1258]: [2023/05/26 09:45:47.941871,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:49 salameche sudo[8734]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/grep -RIi mkinitcpio /var/log
mai 26 09:45:49 salameche sudo[8734]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:45:49 salameche sudo[8734]: pam_unix(sudo:session): session closed for user root
mai 26 09:45:50 salameche smbd[1258]: [2023/05/26 09:45:50.022016,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:50 salameche gnome-shell[1411]: Can't update stage views actor <clone-container>[<StWidget>:0x55819a165250] is on because it needs an allocation.
mai 26 09:45:50 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c52e2c0] is on because it needs an allocation.
mai 26 09:45:50 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c77bbc0] is on because it needs an allocation.
mai 26 09:45:50 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819b919950] is on because it needs an allocation.
mai 26 09:45:50 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55819b949a50] is on because it needs an allocation.
mai 26 09:45:51 salameche gnome-shell[1411]: Can't update stage views actor <clone-container>[<StWidget>:0x55819a165250] is on because it needs an allocation.
mai 26 09:45:51 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterActor>:0x55819c52e2c0] is on because it needs an allocation.
mai 26 09:45:51 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<ClutterClone>:0x55819c77bbc0] is on because it needs an allocation.
mai 26 09:45:51 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaWindowActorX11>:0x55819b919950] is on because it needs an allocation.
mai 26 09:45:51 salameche gnome-shell[1411]: Can't update stage views actor <unnamed>[<MetaSurfaceActorX11>:0x55819b949a50] is on because it needs an allocation.
mai 26 09:45:52 salameche smbd[1258]: [2023/05/26 09:45:52.103536,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:54 salameche smbd[1258]: [2023/05/26 09:45:54.182251,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:56 salameche smbd[1258]: [2023/05/26 09:45:56.262202,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:45:58 salameche smbd[1258]: [2023/05/26 09:45:58.342022,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:00 salameche smbd[1258]: [2023/05/26 09:46:00.422172,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:02 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.206' (uid=0 pid=8782 comm="sudo grep -RIi mkinitcpio /var/log")
mai 26 09:46:02 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:46:02 salameche sudo[8782]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:46:02 salameche sudo[8782]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/grep -RIi mkinitcpio /var/log
mai 26 09:46:02 salameche sudo[8782]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:46:02 salameche sudo[8782]: pam_unix(sudo:session): session closed for user root
mai 26 09:46:02 salameche smbd[1258]: [2023/05/26 09:46:02.503014,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:04 salameche smbd[1258]: [2023/05/26 09:46:04.581638,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:06 salameche smbd[1258]: [2023/05/26 09:46:06.662613,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:08 salameche smbd[1258]: [2023/05/26 09:46:08.741336,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:10 salameche smbd[1258]: [2023/05/26 09:46:10.822424,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:12 salameche smbd[1258]: [2023/05/26 09:46:12.900957,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:14 salameche smbd[1258]: [2023/05/26 09:46:14.982038,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:17 salameche smbd[1258]: [2023/05/26 09:46:17.060671,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:19 salameche smbd[1258]: [2023/05/26 09:46:19.141842,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:21 salameche smbd[1258]: [2023/05/26 09:46:21.220750,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:23 salameche smbd[1258]: [2023/05/26 09:46:23.303573,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:25 salameche smbd[1258]: [2023/05/26 09:46:25.679019,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:27 salameche smbd[1258]: [2023/05/26 09:46:27.700114,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:29 salameche smbd[1258]: [2023/05/26 09:46:29.779962,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:31 salameche smbd[1258]: [2023/05/26 09:46:31.859893,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:33 salameche smbd[1258]: [2023/05/26 09:46:33.939650,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:36 salameche smbd[1258]: [2023/05/26 09:46:36.061036,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:38 salameche smbd[1258]: [2023/05/26 09:46:38.099505,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:39 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.207' (uid=0 pid=8872 comm="sudo mkinitcpio -P")
mai 26 09:46:39 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:46:39 salameche sudo[8872]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:46:39 salameche sudo[8872]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/mkinitcpio -P
mai 26 09:46:39 salameche sudo[8872]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:46:40 salameche smbd[1258]: [2023/05/26 09:46:40.179320,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:42 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:46:42 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:46:42 salameche smbd[1258]: [2023/05/26 09:46:42.259320,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:44 salameche gnome-shell[1411]: Spurious clutter_actor_allocate called for actor 0x55819a4a2d90/<unnamed>[<ClutterClone>:0x55819a4a2d90] which isn't a descendent of the stage!
mai 26 09:46:44 salameche smbd[1258]: [2023/05/26 09:46:44.339462,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:45 salameche systemd-journald[263]: Data hash table of /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal has a fill level at 75.0 (8533 of 11377 items, 6553600 file size, 768 bytes per hash table item), suggesting rotation.
mai 26 09:46:45 salameche systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal: Journal header limits reached or header out-of-date, rotating.
mai 26 09:46:46 salameche smbd[1258]: [2023/05/26 09:46:46.419202,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:48 salameche smbd[1258]: [2023/05/26 09:46:48.499078,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:50 salameche smbd[1258]: [2023/05/26 09:46:50.578971,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:52 salameche smbd[1258]: [2023/05/26 09:46:52.658946,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:54 salameche smbd[1258]: [2023/05/26 09:46:54.739020,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:56 salameche smbd[1258]: [2023/05/26 09:46:56.819230,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:46:57 salameche sudo[8872]: pam_unix(sudo:session): session closed for user root
mai 26 09:46:58 salameche smbd[1258]: [2023/05/26 09:46:58.898981,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:00 salameche smbd[1258]: [2023/05/26 09:47:00.978692,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:03 salameche smbd[1258]: [2023/05/26 09:47:03.058648,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:05 salameche smbd[1258]: [2023/05/26 09:47:05.139925,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:07 salameche smbd[1258]: [2023/05/26 09:47:07.218787,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:09 salameche smbd[1258]: [2023/05/26 09:47:09.299760,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:11 salameche smbd[1258]: [2023/05/26 09:47:11.378494,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:13 salameche smbd[1258]: [2023/05/26 09:47:13.459614,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:13 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:47:13 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:47:15 salameche smbd[1258]: [2023/05/26 09:47:15.538363,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:17 salameche smbd[1258]: [2023/05/26 09:47:17.619655,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:20 salameche smbd[1258]: [2023/05/26 09:47:20.018481,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:20 salameche gnome-shell[1411]: Spurious clutter_actor_allocate called for actor 0x55819b955b60/<unnamed>[<ClutterClone>:0x55819b955b60] which isn't a descendent of the stage!
mai 26 09:47:22 salameche smbd[1258]: [2023/05/26 09:47:22.099441,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:24 salameche smbd[1258]: [2023/05/26 09:47:24.178255,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:26 salameche smbd[1258]: [2023/05/26 09:47:26.258466,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:28 salameche smbd[1258]: [2023/05/26 09:47:28.338123,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:30 salameche smbd[1258]: [2023/05/26 09:47:30.419721,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:32 salameche smbd[1258]: [2023/05/26 09:47:32.498064,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:34 salameche smbd[1258]: [2023/05/26 09:47:34.579370,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:36 salameche smbd[1258]: [2023/05/26 09:47:36.658044,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:38 salameche smbd[1258]: [2023/05/26 09:47:38.739310,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:40 salameche smbd[1258]: [2023/05/26 09:47:40.818839,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:42 salameche smbd[1258]: [2023/05/26 09:47:42.899245,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:44 salameche smbd[1258]: [2023/05/26 09:47:44.977887,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:45 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:47:45 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:47:47 salameche smbd[1258]: [2023/05/26 09:47:47.059170,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:49 salameche smbd[1258]: [2023/05/26 09:47:49.137835,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:51 salameche smbd[1258]: [2023/05/26 09:47:51.219250,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:53 salameche smbd[1258]: [2023/05/26 09:47:53.297934,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:55 salameche smbd[1258]: [2023/05/26 09:47:55.382813,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:57 salameche smbd[1258]: [2023/05/26 09:47:57.457682,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:58 salameche firefox.desktop[6860]: [Child 6860, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:47:59 salameche smbd[1258]: [2023/05/26 09:47:59.539014,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:01 salameche smbd[1258]: [2023/05/26 09:48:01.618070,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:03 salameche smbd[1258]: [2023/05/26 09:48:03.699000,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:05 salameche smbd[1258]: [2023/05/26 09:48:05.777925,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:07 salameche smbd[1258]: [2023/05/26 09:48:07.859166,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:09 salameche smbd[1258]: [2023/05/26 09:48:09.937832,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:12 salameche smbd[1258]: [2023/05/26 09:48:12.019070,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:14 salameche smbd[1258]: [2023/05/26 09:48:14.097756,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:16 salameche smbd[1258]: [2023/05/26 09:48:16.179126,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:18 salameche smbd[1258]: [2023/05/26 09:48:18.257965,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:20 salameche smbd[1258]: [2023/05/26 09:48:20.340823,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:22 salameche smbd[1258]: [2023/05/26 09:48:22.417886,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:24 salameche smbd[1258]: [2023/05/26 09:48:24.497862,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:26 salameche smbd[1258]: [2023/05/26 09:48:26.577902,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:28 salameche smbd[1258]: [2023/05/26 09:48:28.657934,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:30 salameche smbd[1258]: [2023/05/26 09:48:30.738031,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:32 salameche smbd[1258]: [2023/05/26 09:48:32.819594,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:34 salameche smbd[1258]: [2023/05/26 09:48:34.899570,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:36 salameche smbd[1258]: [2023/05/26 09:48:36.979682,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:39 salameche smbd[1258]: [2023/05/26 09:48:39.058035,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:41 salameche smbd[1258]: [2023/05/26 09:48:41.138058,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:43 salameche smbd[1258]: [2023/05/26 09:48:43.218004,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:45 salameche smbd[1258]: [2023/05/26 09:48:45.298121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:47 salameche smbd[1258]: [2023/05/26 09:48:47.378121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:47 salameche firefox.desktop[8503]: [Child 8503, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:49 salameche smbd[1258]: [2023/05/26 09:48:49.458204,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:51 salameche smbd[1258]: [2023/05/26 09:48:51.538229,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:53 salameche smbd[1258]: [2023/05/26 09:48:53.618222,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, RuntimeMessage) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:54 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche firefox.desktop[8418]: [Child 8418, Main Thread] WARNING: JSWindowActorChild::SendRawMessage (Conduits, ConduitClosed) not sent: !CanSend() || !mManager || !mManager->CanSend(): file /build/firefox/src/firefox-113.0.2/dom/ipc/jsactor/JSWindowActorChild.cpp:57
mai 26 09:48:55 salameche smbd[1258]: [2023/05/26 09:48:55.699159,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:55 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:48:55 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:48:57 salameche smbd[1258]: [2023/05/26 09:48:57.778273,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:48:59 salameche smbd[1258]: [2023/05/26 09:48:59.858479,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:01 salameche smbd[1258]: [2023/05/26 09:49:01.938393,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:03 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:49:03 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:49:04 salameche smbd[1258]: [2023/05/26 09:49:04.019759,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:05 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.213' (uid=0 pid=15255 comm="sudo ls /var/log/journal")
mai 26 09:49:05 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:05 salameche sudo[15255]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:05 salameche sudo[15255]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/ls /var/log/journal
mai 26 09:49:05 salameche sudo[15255]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:49:05 salameche sudo[15255]: pam_unix(sudo:session): session closed for user root
mai 26 09:49:06 salameche smbd[1258]: [2023/05/26 09:49:06.098487,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:08 salameche smbd[1258]: [2023/05/26 09:49:08.178699,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:10 salameche smbd[1258]: [2023/05/26 09:49:10.258516,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:12 salameche smbd[1258]: [2023/05/26 09:49:12.338624,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:12 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.214' (uid=0 pid=15279 comm="sudo ls /var/log/journal/edfb4bf28c5346d0a39969d1f")
mai 26 09:49:12 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:12 salameche sudo[15279]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:12 salameche sudo[15279]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/ls /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal
mai 26 09:49:12 salameche sudo[15279]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:49:12 salameche sudo[15279]: pam_unix(sudo:session): session closed for user root
mai 26 09:49:14 salameche smbd[1258]: [2023/05/26 09:49:14.420039,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:16 salameche smbd[1258]: [2023/05/26 09:49:16.498800,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:18 salameche smbd[1258]: [2023/05/26 09:49:18.578677,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:20 salameche smbd[1258]: [2023/05/26 09:49:20.658631,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:22 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.215' (uid=0 pid=15321 comm="sudo lcat /var/log/journal/edfb4bf28c5346d0a39969d")
mai 26 09:49:22 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:22 salameche sudo[15321]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:22 salameche smbd[1258]: [2023/05/26 09:49:22.738898,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:24 salameche smbd[1258]: [2023/05/26 09:49:24.820192,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:26 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.216' (uid=0 pid=15339 comm="sudo cat /var/log/journal/edfb4bf28c5346d0a39969d1")
mai 26 09:49:26 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:26 salameche sudo[15339]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:26 salameche sudo[15339]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/cat /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal
mai 26 09:49:26 salameche sudo[15339]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:49:26 salameche sudo[15339]: pam_unix(sudo:session): session closed for user root
mai 26 09:49:26 salameche smbd[1258]: [2023/05/26 09:49:26.899034,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:28 salameche smbd[1258]: [2023/05/26 09:49:28.980342,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:31 salameche smbd[1258]: [2023/05/26 09:49:31.059250,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:33 salameche smbd[1258]: [2023/05/26 09:49:33.140555,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:35 salameche smbd[1258]: [2023/05/26 09:49:35.222683,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:37 salameche smbd[1258]: [2023/05/26 09:49:37.300908,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:39 salameche smbd[1258]: [2023/05/26 09:49:39.379586,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:41 salameche smbd[1258]: [2023/05/26 09:49:41.460892,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:43 salameche smbd[1258]: [2023/05/26 09:49:43.539965,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:45 salameche smbd[1258]: [2023/05/26 09:49:45.621284,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:47 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.217' (uid=0 pid=15396 comm="sudo journalctl -b")
mai 26 09:49:47 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:47 salameche sudo[15396]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:49:47 salameche sudo[15396]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/journalctl -b
mai 26 09:49:47 salameche sudo[15396]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:49:47 salameche smbd[1258]: [2023/05/26 09:49:47.699996,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:49 salameche smbd[1258]: [2023/05/26 09:49:49.781495,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:51 salameche smbd[1258]: [2023/05/26 09:49:51.861544,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:53 salameche smbd[1258]: [2023/05/26 09:49:53.942015,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:56 salameche smbd[1258]: [2023/05/26 09:49:56.020290,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:49:58 salameche smbd[1258]: [2023/05/26 09:49:58.101786,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:00 salameche smbd[1258]: [2023/05/26 09:50:00.180540,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:02 salameche smbd[1258]: [2023/05/26 09:50:02.261890,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:03 salameche sudo[15396]: pam_unix(sudo:session): session closed for user root
mai 26 09:50:04 salameche smbd[1258]: [2023/05/26 09:50:04.340680,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:06 salameche smbd[1258]: [2023/05/26 09:50:06.422228,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:08 salameche smbd[1258]: [2023/05/26 09:50:08.500864,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:09 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:50:09 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:50:10 salameche smbd[1258]: [2023/05/26 09:50:10.582045,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:12 salameche smbd[1258]: [2023/05/26 09:50:12.660839,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:13 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.219' (uid=0 pid=15502 comm="sudo journalctl -b --grep=nvidia")
mai 26 09:50:13 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:50:13 salameche sudo[15502]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:50:13 salameche sudo[15502]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/journalctl -b --grep=nvidia
mai 26 09:50:13 salameche sudo[15502]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)
mai 26 09:50:14 salameche smbd[1258]: [2023/05/26 09:50:14.742297,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:16 salameche smbd[1258]: [2023/05/26 09:50:16.822661,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:18 salameche smbd[1258]: [2023/05/26 09:50:18.902412,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:20 salameche smbd[1258]: [2023/05/26 09:50:20.981074,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:23 salameche smbd[1258]: [2023/05/26 09:50:23.061160,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:25 salameche smbd[1258]: [2023/05/26 09:50:25.144274,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:27 salameche smbd[1258]: [2023/05/26 09:50:27.221321,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:29 salameche smbd[1258]: [2023/05/26 09:50:29.300550,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:31 salameche smbd[1258]: [2023/05/26 09:50:31.381645,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:33 salameche smbd[1258]: [2023/05/26 09:50:33.460618,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:35 salameche smbd[1258]: [2023/05/26 09:50:35.540656,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:37 salameche smbd[1258]: [2023/05/26 09:50:37.624101,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:39 salameche smbd[1258]: [2023/05/26 09:50:39.700839,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:41 salameche smbd[1258]: [2023/05/26 09:50:41.781121,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:43 salameche smbd[1258]: [2023/05/26 09:50:43.860924,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:45 salameche smbd[1258]: [2023/05/26 09:50:45.941026,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:46 salameche systemd-journald[263]: Data hash table of /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal has a fill level at 75.0 (8533 of 11377 items, 6553600 file size, 768 bytes per hash table item), suggesting rotation.
mai 26 09:50:46 salameche systemd-journald[263]: /var/log/journal/edfb4bf28c5346d0a39969d1f155893b/system.journal: Journal header limits reached or header out-of-date, rotating.
mai 26 09:50:48 salameche smbd[1258]: [2023/05/26 09:50:48.022690,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:48 salameche sudo[15502]: pam_unix(sudo:session): session closed for user root
mai 26 09:50:50 salameche smbd[1258]: [2023/05/26 09:50:50.101176,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:52 salameche smbd[1258]: [2023/05/26 09:50:52.182468,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:50:53 salameche rtkit-daemon[818]: Supervising 2 threads of 2 processes of 1 users.
mai 26 09:50:54 salameche smbd[1258]: [2023/05/26 09:50:54.261479,  0] ../../source3/smbd/smb2_service.c:746(make_connection_snum)
mai 26 09:50:55 salameche dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.221' (uid=0 pid=15646 comm="sudo journalctl -b")
mai 26 09:50:55 salameche dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:50:55 salameche sudo[15646]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
mai 26 09:50:55 salameche sudo[15646]:   azmeuk : TTY=pts/0 ; PWD=/home/azmeuk ; USER=root ; COMMAND=/usr/bin/journalctl -b
mai 26 09:50:55 salameche sudo[15646]: pam_unix(sudo:session): session opened for user root(uid=0) by azmeuk(uid=1000)

Offline

#11 2023-05-26 08:10:12

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

Yeah, but these variables are supposed to be arrays these days (I had forgotton that they were once not and am not even 100% if they ever were not…)
But since mkinitcpio doesn't error out it's not an immediate problem.

GDM immediately starts (on) X11, do you maybe https://wiki.archlinux.org/title/GDM#Use_Xorg_backend ?

Offline

#12 2023-05-26 10:08:24

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

GDM immediately starts on X11, and the settings menu does not show an option "GNOME on Wayland" nor "GNOME" but only "GNOME on X11"

$ sudo cat /etc/gdm/custom.conf
[daemon]
#WaylandEnable=false

Last edited by azmeuk (2023-05-26 10:56:55)

Offline

#13 2023-05-26 12:08:23

Argolo
Member
Registered: 2023-05-26
Posts: 2

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

I'm having identical issues, down to the weird modesetting errors, on a fresh installation with my RTX 3060 Ti.

Last edited by Argolo (2023-05-26 12:52:10)

Offline

#14 2023-05-26 13:29:55

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

Note this part on my system log posted earlier:

mai 26 09:37:36 salameche systemd[1293]: Starting GNOME Shell on Wayland...
mai 26 09:37:36 salameche systemd[1293]: Starting GNOME Shell on X11...
mai 26 09:37:36 salameche systemd[1293]: org.gnome.Shell@wayland.service: Skipped due to 'exec-condition'.
mai 26 09:37:36 salameche systemd[1293]: Condition check resulted in GNOME Shell on Wayland being skipped.

Offline

#15 2023-05-26 15:00:51

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

Solved with

ln -s /dev/null /etc/udev/rules.d/61-gdm.rules

https://wiki.archlinux.org/title/GDM#Wa … DIA_driver

Offline

#16 2023-05-26 15:10:48

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

The OP wrote:

There is no potential conflicting /etc/udev/rules.d/61-gdm.rules file

???

Offline

#17 2023-05-26 16:19:24

Argolo
Member
Registered: 2023-05-26
Posts: 2

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

azmeuk wrote:

Solved with

ln -s /dev/null /etc/udev/rules.d/61-gdm.rules

https://wiki.archlinux.org/title/GDM#Wa … DIA_driver

That does seems to work for me aswell. Although enabling nvidia-resume.service does help too. But now GDM is crashing at random.

Last edited by Argolo (2023-05-26 16:23:00)

Offline

#18 2023-05-26 17:57:49

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

seth wrote:
The OP wrote:

There is no potential conflicting /etc/udev/rules.d/61-gdm.rules file

???

I meant that there was no file /etc/udev/rules.d/61-gdm.rules who would have conflicted with /usr/lib/udev/rules.d/61-gdm.rules

Offline

#19 2023-05-26 19:32:56

seth
Member
Registered: 2012-09-03
Posts: 49,951

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

Yeah, it occurred to me…

This was actually my first guess when I saw the subject (since the rules and nvidia are a known issue), but then read that you had addressed the gdm rules and somehow in my head constructed that you had taken care of that. Parsing the line, this is actually not at all what you said.

At least there's no mystery here smile

Offline

#20 2023-05-27 12:58:33

azmeuk
Member
Registered: 2012-06-30
Posts: 27
Website

Re: [SOLVED] No wayland option in GDM with nvidia proprietary drivers

I could have been clearer. Thank you for your help anyways!

Offline

Board footer

Powered by FluxBB