You are not logged in.

#1 2025-06-20 14:51:12

lt.daniel
Member
Registered: 2018-06-28
Posts: 12

Starting wine in 32-bit mode

Hello,

any ideas how I could run wine in 32-bit mode?
The problem arose with wine 10.9-1:



$ env WINEPREFIX=~/newprefix WINEARCH=win32 winecfg
wine: WINEARCH is set to 'win32' but this is not supported in wow64 mode.
$ pacman -Qi wine
Name            : wine
Version         : 10.9-1
Description     : A compatibility layer for running Windows programs
Architecture    : x86_64
URL             : https://www.winehq.org
Licenses        : LGPL-2.1-or-later
Groups          : None
Provides        : None
Depends On      : desktop-file-utils  fontconfig  freetype2  gcc-libs  gettext  libpcap  libunwind  libxcursor  libxkbcommon  libxi  libxrandr  wayland
Optional Deps   : alsa-lib [installed]
                  alsa-plugins
                  cups [installed]
                  dosbox
                  gnutls [installed]
                  gst-plugins-bad [installed]
                  gst-plugins-base [installed]
                  gst-plugins-base-libs [installed]
                  gst-plugins-good [installed]
                  gst-plugins-ugly
                  libgphoto2 [installed]
                  libpulse [installed]
                  libxcomposite [installed]
                  libxinerama [installed]
                  opencl-icd-loader [installed]
                  pcsclite [installed]
                  samba
                  sane [installed]
                  sdl2 [installed]
                  unixodbc
                  v4l-utils [installed]
                  wine-gecko
                  wine-mono
Required By     : winetricks
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 1489,54 MiB
Packager        : Peter Jung <ptr1337@archlinux.org>
Build Date      : 2025-06-03T16:47:49 CEST
Install Date    : 2025-06-18T10:35:18 CEST
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature
$ pacman -Qi lib32-vulkan-intel
Name            : lib32-vulkan-intel
Version         : 1:25.1.4-1
Description     : Open-source Vulkan driver for Intel GPUs - 32-bit
Architecture    : x86_64
URL             : https://www.mesa3d.org/
Licenses        : MIT AND BSD-3-Clause AND SGI-B-2.0
Groups          : None
Provides        : lib32-vulkan-driver
Depends On      : lib32-expat  lib32-gcc-libs  lib32-glibc  lib32-libdrm  lib32-libx11  lib32-libxcb
                  lib32-libxshmfence  lib32-spirv-tools  lib32-systemd  lib32-vulkan-icd-loader  lib32-wayland
                  lib32-xcb-util-keysyms  lib32-zlib  lib32-zstd  vulkan-intel
Optional Deps   : lib32-vulkan-mesa-layers: additional vulkan layers
Required By     : None
Optional For    : lib32-vulkan-icd-loader
Conflicts With  : None
Replaces        : None
Installed Size  : 34,89 MiB
Packager        : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date      : 2025-06-19T00:48:18 CEST
Install Date    : 2025-06-20T15:52:38 CEST
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature
$ lspci -s 00:02.0 -v
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
	Subsystem: Lenovo ThinkPad T440p
	Flags: bus master, fast devsel, latency 0, IRQ 33
	Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
	Memory at e0000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 3000 [size=64]
	Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915
$ lscpu
Architecture:                x86_64
  CPU op-mode(s):            32-bit, 64-bit
  Address sizes:             39 bits physical, 48 bits virtual
  Byte Order:                Little Endian
CPU(s):                      4
  On-line CPU(s) list:       0-3
Vendor ID:                   GenuineIntel
  Model name:                Intel(R) Core(TM) i5-4300M CPU @ 2.60GHz
    CPU family:              6
    Model:                   60
    Thread(s) per core:      2
    Core(s) per socket:      2
    Socket(s):               1
    Stepping:                3
    CPU(s) scaling MHz:      77%
    CPU max MHz:             2600,0000
    CPU min MHz:             800,0000
    BogoMIPS:                5188,22
    Flags:                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acp
                             i mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon
                              pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 mon
                             itor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic mov
                             be popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti 
                             ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 a
                             vx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d
$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
$ journalctl -b 0 
Jun 20 16:30:13 t440p kernel: Linux version 6.15.2-arch1-1 (linux@archlinux) (gcc (GCC) 15.1.1 20250425, GNU ld (GNU Binutils) 2.44.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Jun 2025 21:32:33 +0000
Jun 20 16:30:13 t440p kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c2a8445e-b3a7-488a-af37-afb99be5ed4c rw loglevel=3 quiet
Jun 20 16:30:13 t440p kernel: BIOS-provided physical RAM map:
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009bfff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x000000000009c000-0x000000000009cfff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x000000000009d000-0x000000000009dfff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000bffff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ceef0fff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000ceef1000-0x00000000cf0f2fff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000cf0f3000-0x00000000da3cdfff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000da3ce000-0x00000000dccb4fff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000dccb5000-0x00000000dce7efff] ACPI NVS
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000dce7f000-0x00000000dcefefff] ACPI data
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000dceff000-0x00000000dcefffff] usable
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000dcf00000-0x00000000df9fffff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 20 16:30:13 t440p kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011e5fffff] usable
Jun 20 16:30:13 t440p kernel: NX (Execute Disable) protection: active
Jun 20 16:30:13 t440p kernel: APIC: Static calls initialized
Jun 20 16:30:13 t440p kernel: efi: EFI v2.3.1 by Lenovo
Jun 20 16:30:13 t440p kernel: efi: ACPI=0xdcefe000 ACPI 2.0=0xdcefe014 SMBIOS=0xdccb4000 ESRT=0xdabcc000 INITRD=0xd04a1e18 RNG=0xdced2f98 
Jun 20 16:30:13 t440p kernel: random: crng init done
Jun 20 16:30:13 t440p kernel: efi: [Firmware Bug]: Invalid EFI memory map entries:
Jun 20 16:30:13 t440p kernel: efi: mem41: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem42: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem43: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem44: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem45: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem46: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: mem47: [Reserved    |   |  |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
Jun 20 16:30:13 t440p kernel: efi: Removing 7 invalid memory map entries.
Jun 20 16:30:13 t440p kernel: efi: Not removing mem39: MMIO range=[0xf80f8000-0xf80f8fff] (4KB) from e820 map
Jun 20 16:30:13 t440p kernel: efi: Not removing mem40: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jun 20 16:30:13 t440p kernel: SMBIOS 2.7 present.
Jun 20 16:30:13 t440p kernel: DMI: LENOVO 20AWA02SMB/20AWA02SMB, BIOS GLETA1WW (2.55 ) 04/20/2020
Jun 20 16:30:13 t440p kernel: DMI: Memory slots populated: 1/2
Jun 20 16:30:13 t440p kernel: tsc: Fast TSC calibration using PIT
Jun 20 16:30:13 t440p kernel: tsc: Detected 2594.187 MHz processor
Jun 20 16:30:13 t440p kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 20 16:30:13 t440p kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 20 16:30:13 t440p kernel: last_pfn = 0x11e600 max_arch_pfn = 0x400000000
Jun 20 16:30:13 t440p kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Jun 20 16:30:13 t440p kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 20 16:30:13 t440p kernel: last_pfn = 0xdcf00 max_arch_pfn = 0x400000000
Jun 20 16:30:13 t440p kernel: esrt: Reserving ESRT space from 0x00000000dabcc000 to 0x00000000dabcc060.
Jun 20 16:30:13 t440p kernel: Using GB pages for direct mapping
Jun 20 16:30:13 t440p kernel: Secure boot disabled
Jun 20 16:30:13 t440p kernel: RAMDISK: [mem 0xc96a6000-0xca4fcfff]
Jun 20 16:30:13 t440p kernel: ACPI: Early table checksum verification disabled
Jun 20 16:30:13 t440p kernel: ACPI: RSDP 0x00000000DCEFE014 000024 (v02 LENOVO)
Jun 20 16:30:13 t440p kernel: ACPI: XSDT 0x00000000DCEFE170 0000E4 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: FACP 0x00000000DCEF8000 00010C (v05 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: DSDT 0x00000000DCEE1000 0119A7 (v01 LENOVO TP-GL    00002550 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: FACS 0x00000000DCD7A000 000040
Jun 20 16:30:13 t440p kernel: ACPI: SLIC 0x00000000DCEFD000 000176 (v01 LENOVO TP-GL    00002550 PTEC 00000001)
Jun 20 16:30:13 t440p kernel: ACPI: DBGP 0x00000000DCEFB000 000034 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: ECDT 0x00000000DCEFA000 000052 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: HPET 0x00000000DCEF7000 000038 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: APIC 0x00000000DCEF6000 000098 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: MCFG 0x00000000DCEF5000 00003C (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEF4000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEF3000 000486 (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEE0000 000B75 (v01 LENOVO SataAhci 00001000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEDF000 00076F (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEDE000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEDC000 00125C (v01 LENOVO SaSsdt   00003000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCEDB000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: PCCT 0x00000000DCEDA000 00006E (v05 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0x00000000DCED9000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: UEFI 0x00000000DCED8000 000042 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: MSDM 0x00000000DCD72000 000055 (v03 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: ASF! 0x00000000DCEFC000 0000A5 (v32 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: BATB 0x00000000DCED7000 000046 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: FPDT 0x00000000DCED6000 000064 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: UEFI 0x00000000DCED5000 0002E2 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: BGRT 0x00000000DCED4000 000038 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: DMAR 0x00000000DCED3000 0000B8 (v01 LENOVO TP-GL    00002550 PTEC 00000002)
Jun 20 16:30:13 t440p kernel: ACPI: Reserving FACP table memory at [mem 0xdcef8000-0xdcef810b]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving DSDT table memory at [mem 0xdcee1000-0xdcef29a6]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving FACS table memory at [mem 0xdcd7a000-0xdcd7a03f]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SLIC table memory at [mem 0xdcefd000-0xdcefd175]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving DBGP table memory at [mem 0xdcefb000-0xdcefb033]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving ECDT table memory at [mem 0xdcefa000-0xdcefa051]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving HPET table memory at [mem 0xdcef7000-0xdcef7037]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving APIC table memory at [mem 0xdcef6000-0xdcef6097]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving MCFG table memory at [mem 0xdcef5000-0xdcef503b]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcef4000-0xdcef4032]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcef3000-0xdcef3485]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcee0000-0xdcee0b74]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcedf000-0xdcedf76e]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcede000-0xdcedead7]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcedc000-0xdcedd25b]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdcedb000-0xdcedb378]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving PCCT table memory at [mem 0xdceda000-0xdceda06d]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving SSDT table memory at [mem 0xdced9000-0xdced9ac3]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving UEFI table memory at [mem 0xdced8000-0xdced8041]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving MSDM table memory at [mem 0xdcd72000-0xdcd72054]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving ASF! table memory at [mem 0xdcefc000-0xdcefc0a4]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving BATB table memory at [mem 0xdced7000-0xdced7045]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving FPDT table memory at [mem 0xdced6000-0xdced6063]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving UEFI table memory at [mem 0xdced5000-0xdced52e1]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving BGRT table memory at [mem 0xdced4000-0xdced4037]
Jun 20 16:30:13 t440p kernel: ACPI: Reserving DMAR table memory at [mem 0xdced3000-0xdced30b7]
Jun 20 16:30:13 t440p kernel: No NUMA configuration found
Jun 20 16:30:13 t440p kernel: Faking a node at [mem 0x0000000000000000-0x000000011e5fffff]
Jun 20 16:30:13 t440p kernel: NODE_DATA(0) allocated [mem 0x11e5d5280-0x11e5fffff]
Jun 20 16:30:13 t440p kernel: Zone ranges:
Jun 20 16:30:13 t440p kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 20 16:30:13 t440p kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 20 16:30:13 t440p kernel:   Normal   [mem 0x0000000100000000-0x000000011e5fffff]
Jun 20 16:30:13 t440p kernel:   Device   empty
Jun 20 16:30:13 t440p kernel: Movable zone start for each node
Jun 20 16:30:13 t440p kernel: Early memory node ranges
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x0000000000059000-0x000000000009bfff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x000000000009d000-0x000000000009dfff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x0000000000100000-0x00000000ceef0fff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x00000000cf0f3000-0x00000000da3cdfff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x00000000dceff000-0x00000000dcefffff]
Jun 20 16:30:13 t440p kernel:   node   0: [mem 0x0000000100000000-0x000000011e5fffff]
Jun 20 16:30:13 t440p kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000011e5fffff]
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA32: 514 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone DMA32: 11057 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone Normal: 12544 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: On node 0, zone Normal: 6656 pages in unavailable ranges
Jun 20 16:30:13 t440p kernel: Reserving Intel graphics memory at [mem 0xdda00000-0xdf9fffff]
Jun 20 16:30:13 t440p kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 20 16:30:13 t440p kernel: CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
Jun 20 16:30:13 t440p kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jun 20 16:30:13 t440p kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 20 16:30:13 t440p kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 20 16:30:13 t440p kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 20 16:30:13 t440p kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 20 16:30:13 t440p kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 20 16:30:13 t440p kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Jun 20 16:30:13 t440p kernel: e820: update [mem 0xd2b88000-0xd2bccfff] usable ==> reserved
Jun 20 16:30:13 t440p kernel: TSC deadline timer available
Jun 20 16:30:13 t440p kernel: CPU topo: Max. logical packages:   1
Jun 20 16:30:13 t440p kernel: CPU topo: Max. logical dies:       1
Jun 20 16:30:13 t440p kernel: CPU topo: Max. dies per package:   1
Jun 20 16:30:13 t440p kernel: CPU topo: Max. threads per core:   2
Jun 20 16:30:13 t440p kernel: CPU topo: Num. cores per package:     2
Jun 20 16:30:13 t440p kernel: CPU topo: Num. threads per package:   4
Jun 20 16:30:13 t440p kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Jun 20 16:30:13 t440p kernel: CPU topo: Rejected CPUs 4
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0xceef1000-0xcf0f2fff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0xd2b88000-0xd2bccfff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0xda3ce000-0xdcefefff]
Jun 20 16:30:13 t440p kernel: PM: hibernation: Registered nosave memory: [mem 0xdcf00000-0xffffffff]
Jun 20 16:30:13 t440p kernel: [mem 0xdfa00000-0xf80f7fff] available for PCI devices
Jun 20 16:30:13 t440p kernel: Booting paravirtualized kernel on bare hardware
Jun 20 16:30:13 t440p kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Jun 20 16:30:13 t440p kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Jun 20 16:30:13 t440p kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u524288
Jun 20 16:30:13 t440p kernel: pcpu-alloc: s217088 r8192 d28672 u524288 alloc=1*2097152
Jun 20 16:30:13 t440p kernel: pcpu-alloc: [0] 0 1 2 3 
Jun 20 16:30:13 t440p kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c2a8445e-b3a7-488a-af37-afb99be5ed4c rw loglevel=3 quiet
Jun 20 16:30:13 t440p kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 20 16:30:13 t440p kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Jun 20 16:30:13 t440p kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jun 20 16:30:13 t440p kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 20 16:30:13 t440p kernel: software IO TLB: area num 4.
Jun 20 16:30:13 t440p kernel: Fallback order for Node 0: 0 
Jun 20 16:30:13 t440p kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1017704
Jun 20 16:30:13 t440p kernel: Policy zone: Normal
Jun 20 16:30:13 t440p kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 20 16:30:13 t440p kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jun 20 16:30:13 t440p kernel: Kernel/User page tables isolation: enabled
Jun 20 16:30:13 t440p kernel: ftrace: allocating 55562 entries in 220 pages
Jun 20 16:30:13 t440p kernel: ftrace: allocated 220 pages with 5 groups
Jun 20 16:30:13 t440p kernel: Dynamic Preempt: full
Jun 20 16:30:13 t440p kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 20 16:30:13 t440p kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Jun 20 16:30:13 t440p kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 20 16:30:13 t440p kernel:         Trampoline variant of Tasks RCU enabled.
Jun 20 16:30:13 t440p kernel:         Rude variant of Tasks RCU enabled.
Jun 20 16:30:13 t440p kernel:         Tracing variant of Tasks RCU enabled.
Jun 20 16:30:13 t440p kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Jun 20 16:30:13 t440p kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jun 20 16:30:13 t440p kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Jun 20 16:30:13 t440p kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Jun 20 16:30:13 t440p kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Jun 20 16:30:13 t440p kernel: NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
Jun 20 16:30:13 t440p kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 20 16:30:13 t440p kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 20 16:30:13 t440p kernel: Console: colour dummy device 80x25
Jun 20 16:30:13 t440p kernel: printk: legacy console [tty0] enabled
Jun 20 16:30:13 t440p kernel: ACPI: Core revision 20240827
Jun 20 16:30:13 t440p kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 20 16:30:13 t440p kernel: APIC: Switch to symmetric I/O mode setup
Jun 20 16:30:13 t440p kernel: DMAR: Host address width 39
Jun 20 16:30:13 t440p kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jun 20 16:30:13 t440p kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jun 20 16:30:13 t440p kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jun 20 16:30:13 t440p kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Jun 20 16:30:13 t440p kernel: DMAR: RMRR base: 0x000000db28e000 end: 0x000000db2a4fff
Jun 20 16:30:13 t440p kernel: DMAR: RMRR base: 0x000000dd800000 end: 0x000000df9fffff
Jun 20 16:30:13 t440p kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jun 20 16:30:13 t440p kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jun 20 16:30:13 t440p kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 20 16:30:13 t440p kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 20 16:30:13 t440p kernel: x2apic enabled
Jun 20 16:30:13 t440p kernel: APIC: Switched APIC routing to: cluster x2apic
Jun 20 16:30:13 t440p kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 20 16:30:13 t440p kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2564c8c97ef, max_idle_ns: 440795319414 ns
Jun 20 16:30:13 t440p kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5188.37 BogoMIPS (lpj=2594187)
Jun 20 16:30:13 t440p kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 20 16:30:13 t440p kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jun 20 16:30:13 t440p kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jun 20 16:30:13 t440p kernel: process: using mwait in idle threads
Jun 20 16:30:13 t440p kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 20 16:30:13 t440p kernel: Spectre V2 : Mitigation: Retpolines
Jun 20 16:30:13 t440p kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Jun 20 16:30:13 t440p kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 20 16:30:13 t440p kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 20 16:30:13 t440p kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jun 20 16:30:13 t440p kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 20 16:30:13 t440p kernel: MDS: Mitigation: Clear CPU buffers
Jun 20 16:30:13 t440p kernel: MMIO Stale Data: Unknown: No mitigations
Jun 20 16:30:13 t440p kernel: SRBDS: Mitigation: Microcode
Jun 20 16:30:13 t440p kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 20 16:30:13 t440p kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 20 16:30:13 t440p kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 20 16:30:13 t440p kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 20 16:30:13 t440p kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun 20 16:30:13 t440p kernel: Freeing SMP alternatives memory: 52K
Jun 20 16:30:13 t440p kernel: pid_max: default: 32768 minimum: 301
Jun 20 16:30:13 t440p kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 20 16:30:13 t440p kernel: landlock: Up and running.
Jun 20 16:30:13 t440p kernel: Yama: becoming mindful.
Jun 20 16:30:13 t440p kernel: LSM support for eBPF active
Jun 20 16:30:13 t440p kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 20 16:30:13 t440p kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jun 20 16:30:13 t440p kernel: smpboot: CPU0: Intel(R) Core(TM) i5-4300M CPU @ 2.60GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Jun 20 16:30:13 t440p kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun 20 16:30:13 t440p kernel: ... version:                3
Jun 20 16:30:13 t440p kernel: ... bit width:              48
Jun 20 16:30:13 t440p kernel: ... generic registers:      4
Jun 20 16:30:13 t440p kernel: ... value mask:             0000ffffffffffff
Jun 20 16:30:13 t440p kernel: ... max period:             00007fffffffffff
Jun 20 16:30:13 t440p kernel: ... fixed-purpose events:   3
Jun 20 16:30:13 t440p kernel: ... event mask:             000000070000000f
Jun 20 16:30:13 t440p kernel: signal: max sigframe size: 1776
Jun 20 16:30:13 t440p kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1260
Jun 20 16:30:13 t440p kernel: rcu: Hierarchical SRCU implementation.
Jun 20 16:30:13 t440p kernel: rcu:         Max phase no-delay instances is 400.
Jun 20 16:30:13 t440p kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jun 20 16:30:13 t440p kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 20 16:30:13 t440p kernel: smp: Bringing up secondary CPUs ...
Jun 20 16:30:13 t440p kernel: smpboot: x86: Booting SMP configuration:
Jun 20 16:30:13 t440p kernel: .... node  #0, CPUs:      #2 #1 #3
Jun 20 16:30:13 t440p 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.
Jun 20 16:30:13 t440p kernel: smp: Brought up 1 node, 4 CPUs
Jun 20 16:30:13 t440p kernel: smpboot: Total of 4 processors activated (20753.49 BogoMIPS)
Jun 20 16:30:13 t440p kernel: Memory: 3845204K/4070816K available (19680K kernel code, 2940K rwdata, 16512K rodata, 4636K init, 5036K bss, 214640K reserved, 0K cma-reserved)
Jun 20 16:30:13 t440p kernel: devtmpfs: initialized
Jun 20 16:30:13 t440p kernel: x86/mm: Memory block size: 128MB
Jun 20 16:30:13 t440p kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdccb5000-0xdce7efff] (1875968 bytes)
Jun 20 16:30:13 t440p kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jun 20 16:30:13 t440p kernel: posixtimers hash table entries: 2048 (order: 3, 32768 bytes, linear)
Jun 20 16:30:13 t440p kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jun 20 16:30:13 t440p kernel: pinctrl core: initialized pinctrl subsystem
Jun 20 16:30:13 t440p kernel: PM: RTC time: 14:30:10, date: 2025-06-20
Jun 20 16:30:13 t440p kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 20 16:30:13 t440p kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Jun 20 16:30:13 t440p kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 20 16:30:13 t440p kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 20 16:30:13 t440p kernel: audit: initializing netlink subsys (disabled)
Jun 20 16:30:13 t440p kernel: audit: type=2000 audit(1750429810.043:1): state=initialized audit_enabled=0 res=1
Jun 20 16:30:13 t440p kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 20 16:30:13 t440p kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 20 16:30:13 t440p kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 20 16:30:13 t440p kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 20 16:30:13 t440p kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 20 16:30:13 t440p kernel: cpuidle: using governor ladder
Jun 20 16:30:13 t440p kernel: cpuidle: using governor menu
Jun 20 16:30:13 t440p kernel: Detected 1 PCC Subspaces
Jun 20 16:30:13 t440p kernel: Registering PCC driver as Mailbox controller
Jun 20 16:30:13 t440p kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 20 16:30:13 t440p kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 20 16:30:13 t440p kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Jun 20 16:30:13 t440p kernel: PCI: Using configuration type 1 for base access
Jun 20 16:30:13 t440p kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun 20 16:30:13 t440p kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 20 16:30:13 t440p kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=1
Jun 20 16:30:13 t440p kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 20 16:30:13 t440p kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 20 16:30:13 t440p kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 20 16:30:13 t440p kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 20 16:30:13 t440p kernel: raid6: skipped pq benchmark and selected avx2x4
Jun 20 16:30:13 t440p kernel: raid6: using avx2x2 recovery algorithm
Jun 20 16:30:13 t440p kernel: ACPI: Added _OSI(Module Device)
Jun 20 16:30:13 t440p kernel: ACPI: Added _OSI(Processor Device)
Jun 20 16:30:13 t440p kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 20 16:30:13 t440p kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 20 16:30:13 t440p kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Jun 20 16:30:13 t440p kernel: ACPI: EC: EC started
Jun 20 16:30:13 t440p kernel: ACPI: EC: interrupt blocked
Jun 20 16:30:13 t440p kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 20 16:30:13 t440p kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 20 16:30:13 t440p kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 20 16:30:13 t440p kernel: ACPI: Dynamic OEM Table Load:
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0xFFFF8C8E015BB800 000436 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: Dynamic OEM Table Load:
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0xFFFF8C8E015B8000 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: Dynamic OEM Table Load:
Jun 20 16:30:13 t440p kernel: ACPI: SSDT 0xFFFF8C8E015B5800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
Jun 20 16:30:13 t440p kernel: ACPI: Interpreter enabled
Jun 20 16:30:13 t440p kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 20 16:30:13 t440p kernel: ACPI: Using IOAPIC for interrupt routing
Jun 20 16:30:13 t440p kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 20 16:30:13 t440p kernel: PCI: Using E820 reservations for host bridge windows
Jun 20 16:30:13 t440p kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Jun 20 16:30:13 t440p kernel: ACPI: \_SB_.PCI0.LPC_.EC__.PUBS: New power resource
Jun 20 16:30:13 t440p kernel: ACPI: \_SB_.PCI0.PEG_.NVP3: New power resource
Jun 20 16:30:13 t440p kernel: ACPI: \_SB_.PCI0.PEG_.NVP2: New power resource
Jun 20 16:30:13 t440p kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 1)
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKA disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKB disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKC disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKD disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKE disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKF disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKG disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 20 16:30:13 t440p kernel: ACPI: PCI: Interrupt link LNKH disabled
Jun 20 16:30:13 t440p kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR DPC]
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
Jun 20 16:30:13 t440p kernel: acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
Jun 20 16:30:13 t440p kernel: PCI host bridge to bus 0000:00
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: root bus resource [bus 00-3f]
Jun 20 16:30:13 t440p kernel: pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: [8086:0416] type 00 class 0x030000 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: BAR 0 [mem 0xf0000000-0xf03fffff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: BAR 4 [io  0x3000-0x303f]
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:03.0: BAR 0 [mem 0xf0630000-0xf0633fff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:14.0: BAR 0 [mem 0xf0620000-0xf062ffff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:16.0: BAR 0 [mem 0xf0639000-0xf063900f 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:19.0: BAR 0 [mem 0xf0600000-0xf061ffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:19.0: BAR 1 [mem 0xf063f000-0xf063ffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:19.0: BAR 2 [io  0x3080-0x309f]
Jun 20 16:30:13 t440p kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1a.0: BAR 0 [mem 0xf063e000-0xf063e3ff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1b.0: BAR 0 [mem 0xf0634000-0xf0637fff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 PCIe Root Port
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0:   bridge window [mem 0xf0500000-0xf05fffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 PCIe Root Port
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf04fffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1d.0: BAR 0 [mem 0xf063d000-0xf063d3ff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.0: [8086:8c4f] type 00 class 0x060100 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 0 [io  0x30a8-0x30af]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 1 [io  0x30b4-0x30b7]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 2 [io  0x30a0-0x30a7]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 3 [io  0x30b0-0x30b3]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 4 [io  0x3060-0x307f]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: BAR 5 [mem 0xf063c000-0xf063c7ff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.3: BAR 0 [mem 0xf0638000-0xf06380ff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1f.3: BAR 4 [io  0xefa0-0xefbf]
Jun 20 16:30:13 t440p kernel: pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000 PCIe Endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:02:00.0: BAR 0 [mem 0xf0500000-0xf0500fff]
Jun 20 16:30:13 t440p kernel: pci 0000:02:00.0: supports D1 D2
Jun 20 16:30:13 t440p kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 20 16:30:13 t440p kernel: pci 0000:03:00.0: [8086:08b2] type 00 class 0x028000 PCIe Endpoint
Jun 20 16:30:13 t440p kernel: pci 0000:03:00.0: BAR 0 [mem 0xf0400000-0xf0401fff 64bit]
Jun 20 16:30:13 t440p kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 20 16:30:13 t440p kernel: ACPI: EC: interrupt unblocked
Jun 20 16:30:13 t440p kernel: ACPI: EC: event unblocked
Jun 20 16:30:13 t440p kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 20 16:30:13 t440p kernel: ACPI: EC: GPE=0x11
Jun 20 16:30:13 t440p kernel: ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
Jun 20 16:30:13 t440p kernel: ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
Jun 20 16:30:13 t440p kernel: iommu: Default domain type: Translated
Jun 20 16:30:13 t440p kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 20 16:30:13 t440p kernel: SCSI subsystem initialized
Jun 20 16:30:13 t440p kernel: libata version 3.00 loaded.
Jun 20 16:30:13 t440p kernel: ACPI: bus type USB registered
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver usbfs
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver hub
Jun 20 16:30:13 t440p kernel: usbcore: registered new device driver usb
Jun 20 16:30:13 t440p kernel: EDAC MC: Ver: 3.0.0
Jun 20 16:30:13 t440p kernel: efivars: Registered efivars operations
Jun 20 16:30:13 t440p kernel: NetLabel: Initializing
Jun 20 16:30:13 t440p kernel: NetLabel:  domain hash size = 128
Jun 20 16:30:13 t440p kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 20 16:30:13 t440p kernel: NetLabel:  unlabeled traffic allowed by default
Jun 20 16:30:13 t440p kernel: mctp: management component transport protocol core
Jun 20 16:30:13 t440p kernel: NET: Registered PF_MCTP protocol family
Jun 20 16:30:13 t440p kernel: PCI: Using ACPI for IRQ routing
Jun 20 16:30:13 t440p kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0x0009c000-0x0009ffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0xceef1000-0xcfffffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0xd2b88000-0xd3ffffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0xda3ce000-0xdbffffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0xdcf00000-0xdfffffff]
Jun 20 16:30:13 t440p kernel: e820: reserve RAM buffer [mem 0x11e600000-0x11fffffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 20 16:30:13 t440p kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Jun 20 16:30:13 t440p kernel: vgaarb: loaded
Jun 20 16:30:13 t440p kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 20 16:30:13 t440p kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 20 16:30:13 t440p kernel: clocksource: Switched to clocksource tsc-early
Jun 20 16:30:13 t440p kernel: VFS: Disk quotas dquot_6.6.0
Jun 20 16:30:13 t440p kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 20 16:30:13 t440p kernel: pnp: PnP ACPI init
Jun 20 16:30:13 t440p kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:00: [mem 0xfec00000-0xffffffff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [io  0x1800-0x187f] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [io  0x15e0-0x15ef] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [io  0x1600-0x167f] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [io  0x1640-0x165f] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Jun 20 16:30:13 t440p kernel: system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
Jun 20 16:30:13 t440p kernel: pnp: PnP ACPI: found 5 devices
Jun 20 16:30:13 t440p kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 20 16:30:13 t440p kernel: NET: Registered PF_INET protocol family
Jun 20 16:30:13 t440p kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 20 16:30:13 t440p kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Jun 20 16:30:13 t440p kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 20 16:30:13 t440p kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 20 16:30:13 t440p kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 20 16:30:13 t440p kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jun 20 16:30:13 t440p kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Jun 20 16:30:13 t440p kernel: UDP hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jun 20 16:30:13 t440p kernel: UDP-Lite hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jun 20 16:30:13 t440p kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 20 16:30:13 t440p kernel: NET: Registered PF_XDP protocol family
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.0:   bridge window [mem 0xf0500000-0xf05fffff]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Jun 20 16:30:13 t440p kernel: pci 0000:00:1c.1:   bridge window [mem 0xf0400000-0xf04fffff]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000effff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:02: resource 1 [mem 0xf0500000-0xf05fffff]
Jun 20 16:30:13 t440p kernel: pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf04fffff]
Jun 20 16:30:13 t440p kernel: PCI: CLS 64 bytes, default 64
Jun 20 16:30:13 t440p kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 20 16:30:13 t440p kernel: software IO TLB: mapped [mem 0x00000000c56a6000-0x00000000c96a6000] (64MB)
Jun 20 16:30:13 t440p kernel: Trying to unpack rootfs image as initramfs...
Jun 20 16:30:13 t440p kernel: Initialise system trusted keyrings
Jun 20 16:30:13 t440p kernel: Key type blacklist registered
Jun 20 16:30:13 t440p kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
Jun 20 16:30:13 t440p kernel: fuse: init (API version 7.43)
Jun 20 16:30:13 t440p kernel: integrity: Platform Keyring initialized
Jun 20 16:30:13 t440p kernel: integrity: Machine keyring initialized
Jun 20 16:30:13 t440p kernel: xor: automatically using best checksumming function   avx       
Jun 20 16:30:13 t440p kernel: Key type asymmetric registered
Jun 20 16:30:13 t440p kernel: Asymmetric key parser 'x509' registered
Jun 20 16:30:13 t440p kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 20 16:30:13 t440p kernel: io scheduler mq-deadline registered
Jun 20 16:30:13 t440p kernel: io scheduler kyber registered
Jun 20 16:30:13 t440p kernel: io scheduler bfq registered
Jun 20 16:30:13 t440p kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 20 16:30:13 t440p kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jun 20 16:30:13 t440p kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jun 20 16:30:13 t440p kernel: ACPI: button: Lid Switch [LID]
Jun 20 16:30:13 t440p kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jun 20 16:30:13 t440p kernel: ACPI: button: Sleep Button [SLPB]
Jun 20 16:30:13 t440p kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jun 20 16:30:13 t440p kernel: ACPI: button: Power Button [PWRF]
Jun 20 16:30:13 t440p kernel: ACPI: thermal: [Firmware Bug]: Invalid critical threshold (-274000)
Jun 20 16:30:13 t440p kernel: ACPI: thermal: [Firmware Bug]: No valid trip points!
Jun 20 16:30:13 t440p kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 20 16:30:13 t440p kernel: ACPI: thermal: Thermal Zone [THM0] (58 C)
Jun 20 16:30:13 t440p kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 20 16:30:13 t440p kernel: Non-volatile memory driver v1.3
Jun 20 16:30:13 t440p kernel: Linux agpgart interface v0.103
Jun 20 16:30:13 t440p kernel: ACPI: bus type drm_connector registered
Jun 20 16:30:13 t440p kernel: ahci 0000:00:1f.2: version 3.0
Jun 20 16:30:13 t440p kernel: ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
Jun 20 16:30:13 t440p kernel: ahci 0000:00:1f.2: 2/6 ports implemented (port mask 0x21)
Jun 20 16:30:13 t440p kernel: ahci 0000:00:1f.2: flags: 64bit ncq ilck pm led clo pio slum part ems apst 
Jun 20 16:30:13 t440p kernel: scsi host0: ahci
Jun 20 16:30:13 t440p kernel: Freeing initrd memory: 14684K
Jun 20 16:30:13 t440p kernel: scsi host1: ahci
Jun 20 16:30:13 t440p kernel: scsi host2: ahci
Jun 20 16:30:13 t440p kernel: scsi host3: ahci
Jun 20 16:30:13 t440p kernel: scsi host4: ahci
Jun 20 16:30:13 t440p kernel: scsi host5: ahci
Jun 20 16:30:13 t440p kernel: ata1: SATA max UDMA/133 abar m2048@0xf063c000 port 0xf063c100 irq 26 lpm-pol 3
Jun 20 16:30:13 t440p kernel: ata2: DUMMY
Jun 20 16:30:13 t440p kernel: ata3: DUMMY
Jun 20 16:30:13 t440p kernel: ata4: DUMMY
Jun 20 16:30:13 t440p kernel: ata5: DUMMY
Jun 20 16:30:13 t440p kernel: ata6: SATA max UDMA/133 abar m2048@0xf063c000 port 0xf063c380 irq 26 lpm-pol 0
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 20 16:30:13 t440p kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1d.0: debug port 2
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jun 20 16:30:13 t440p kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 20 16:30:13 t440p kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jun 20 16:30:13 t440p kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 16:30:13 t440p kernel: usb usb1: Product: xHCI Host Controller
Jun 20 16:30:13 t440p kernel: usb usb1: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
Jun 20 16:30:13 t440p kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 20 16:30:13 t440p kernel: hub 1-0:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: hub 1-0:1.0: 15 ports detected
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf063d000
Jun 20 16:30:13 t440p kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Jun 20 16:30:13 t440p kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 16:30:13 t440p kernel: usb usb3: Product: xHCI Host Controller
Jun 20 16:30:13 t440p kernel: usb usb3: Manufacturer: Linux 6.15.2-arch1-1 xhci-hcd
Jun 20 16:30:13 t440p kernel: usb usb3: SerialNumber: 0000:00:14.0
Jun 20 16:30:13 t440p kernel: hub 3-0:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: hub 3-0:1.0: 6 ports detected
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver usbserial_generic
Jun 20 16:30:13 t440p kernel: usbserial: USB Serial support registered for generic
Jun 20 16:30:13 t440p kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jun 20 16:30:13 t440p kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 20 16:30:13 t440p kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 20 16:30:13 t440p kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 20 16:30:13 t440p kernel: rtc_cmos 00:02: registered as rtc0
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jun 20 16:30:13 t440p kernel: rtc_cmos 00:02: setting system clock to 2025-06-20T14:30:10 UTC (1750429810)
Jun 20 16:30:13 t440p kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
Jun 20 16:30:13 t440p kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jun 20 16:30:13 t440p kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 16:30:13 t440p kernel: usb usb2: Product: EHCI Host Controller
Jun 20 16:30:13 t440p kernel: usb usb2: Manufacturer: Linux 6.15.2-arch1-1 ehci_hcd
Jun 20 16:30:13 t440p kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jun 20 16:30:13 t440p kernel: hub 2-0:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: intel_pstate: Intel P-state driver initializing
Jun 20 16:30:13 t440p kernel: hub 2-0:1.0: 3 ports detected
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 4
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1a.0: debug port 2
Jun 20 16:30:13 t440p kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Jun 20 16:30:13 t440p kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Jun 20 16:30:13 t440p kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Jun 20 16:30:13 t440p kernel: fbcon: Deferring console take-over
Jun 20 16:30:13 t440p kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 20 16:30:13 t440p kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver usbhid
Jun 20 16:30:13 t440p kernel: usbhid: USB HID core driver
Jun 20 16:30:13 t440p kernel: drop_monitor: Initializing network drop monitor service
Jun 20 16:30:13 t440p kernel: NET: Registered PF_INET6 protocol family
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf063e000
Jun 20 16:30:13 t440p kernel: Segment Routing with IPv6
Jun 20 16:30:13 t440p kernel: RPL Segment Routing with IPv6
Jun 20 16:30:13 t440p kernel: In-situ OAM (IOAM) with IPv6
Jun 20 16:30:13 t440p kernel: NET: Registered PF_PACKET protocol family
Jun 20 16:30:13 t440p kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 20 16:30:13 t440p kernel: microcode: Current revision: 0x00000028
Jun 20 16:30:13 t440p kernel: IPI shorthand broadcast: enabled
Jun 20 16:30:13 t440p kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jun 20 16:30:13 t440p kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Jun 20 16:30:13 t440p kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 20 16:30:13 t440p kernel: usb usb4: Product: EHCI Host Controller
Jun 20 16:30:13 t440p kernel: usb usb4: Manufacturer: Linux 6.15.2-arch1-1 ehci_hcd
Jun 20 16:30:13 t440p kernel: usb usb4: SerialNumber: 0000:00:1a.0
Jun 20 16:30:13 t440p kernel: hub 4-0:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: hub 4-0:1.0: 3 ports detected
Jun 20 16:30:13 t440p kernel: sched_clock: Marking stable (307001542, 1385160)->(334610240, -26223538)
Jun 20 16:30:13 t440p kernel: registered taskstats version 1
Jun 20 16:30:13 t440p kernel: Loading compiled-in X.509 certificates
Jun 20 16:30:13 t440p kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 5ab55bb3f12135d57a5f786e88940cf89ec11704'
Jun 20 16:30:13 t440p kernel: zswap: loaded using pool zstd/zsmalloc
Jun 20 16:30:13 t440p kernel: Demotion targets for Node 0: null
Jun 20 16:30:13 t440p kernel: Key type .fscrypt registered
Jun 20 16:30:13 t440p kernel: Key type fscrypt-provisioning registered
Jun 20 16:30:13 t440p kernel: Btrfs loaded, zoned=yes, fsverity=yes
Jun 20 16:30:13 t440p kernel: Key type big_key registered
Jun 20 16:30:13 t440p kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 20 16:30:13 t440p kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jun 20 16:30:13 t440p kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 20 16:30:13 t440p kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jun 20 16:30:13 t440p kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 20 16:30:13 t440p kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Jun 20 16:30:13 t440p kernel: PM:   Magic number: 13:465:536
Jun 20 16:30:13 t440p kernel: tty ttyS16: hash matches
Jun 20 16:30:13 t440p kernel: port serial8250:0.15: hash matches
Jun 20 16:30:13 t440p kernel: RAS: Correctable Errors collector initialized.
Jun 20 16:30:13 t440p kernel: clk: Disabling unused clocks
Jun 20 16:30:13 t440p kernel: PM: genpd: Disabling unused power domains
Jun 20 16:30:13 t440p kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jun 20 16:30:13 t440p kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Jun 20 16:30:13 t440p kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
Jun 20 16:30:13 t440p kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 20 16:30:13 t440p kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jun 20 16:30:13 t440p kernel: ata1.00: Model 'INTEL SSDSA2CW120G3', rev '4PC10362', applying quirks: zeroaftertrim
Jun 20 16:30:13 t440p kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
Jun 20 16:30:13 t440p kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 20 16:30:13 t440p kernel: ata1.00: ATA-8: INTEL SSDSA2CW120G3, 4PC10362, max UDMA/133
Jun 20 16:30:13 t440p kernel: ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32)
Jun 20 16:30:13 t440p kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0(SECURITY FREEZE LOCK) filtered out
Jun 20 16:30:13 t440p kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 20 16:30:13 t440p kernel: ata1.00: configured for UDMA/133
Jun 20 16:30:13 t440p kernel: ata6.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 20 16:30:13 t440p kernel: ata6.00: ATAPI: HL-DT-ST DVDRAM GU90N, LU20, max UDMA/133
Jun 20 16:30:13 t440p kernel: scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2CW12 0362 PQ: 0 ANSI: 5
Jun 20 16:30:13 t440p kernel: ata1.00: Enabling discard_zeroes_data
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jun 20 16:30:13 t440p kernel: ata1.00: Enabling discard_zeroes_data
Jun 20 16:30:13 t440p kernel: ata6.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jun 20 16:30:13 t440p kernel: ata6.00: configured for UDMA/133
Jun 20 16:30:13 t440p kernel: scsi 5:0:0:0: CD-ROM            HL-DT-ST DVDRAM GU90N     LU20 PQ: 0 ANSI: 5
Jun 20 16:30:13 t440p kernel:  sda: sda1 sda2 sda3
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 20 16:30:13 t440p kernel: Freeing unused decrypted memory: 2028K
Jun 20 16:30:13 t440p kernel: Freeing unused kernel image (initmem) memory: 4636K
Jun 20 16:30:13 t440p kernel: Write protecting the kernel read-only data: 38912k
Jun 20 16:30:13 t440p kernel: Freeing unused kernel image (text/rodata gap) memory: 796K
Jun 20 16:30:13 t440p kernel: Freeing unused kernel image (rodata/data gap) memory: 1920K
Jun 20 16:30:13 t440p kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
Jun 20 16:30:13 t440p kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 16:30:13 t440p kernel: hub 2-1:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: hub 2-1:1.0: 8 ports detected
Jun 20 16:30:13 t440p kernel: usb 4-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
Jun 20 16:30:13 t440p kernel: usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 16:30:13 t440p kernel: hub 4-1:1.0: USB hub found
Jun 20 16:30:13 t440p kernel: hub 4-1:1.0: 6 ports detected
Jun 20 16:30:13 t440p kernel: usb 1-1: New USB device found, idVendor=18a5, idProduct=0302, bcdDevice= 1.00
Jun 20 16:30:13 t440p kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 20 16:30:13 t440p kernel: usb 1-1: Product: STORE N GO
Jun 20 16:30:13 t440p kernel: usb 1-1: Manufacturer: Verbatim
Jun 20 16:30:13 t440p kernel: usb 1-1: SerialNumber: 35C47DCC
Jun 20 16:30:13 t440p kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 16:30:13 t440p kernel: rodata_test: all tests were successful
Jun 20 16:30:13 t440p kernel: x86/mm: Checking user space page tables
Jun 20 16:30:13 t440p kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 20 16:30:13 t440p kernel: Run /init as init process
Jun 20 16:30:13 t440p kernel:   with arguments:
Jun 20 16:30:13 t440p kernel:     /init
Jun 20 16:30:13 t440p kernel:   with environment:
Jun 20 16:30:13 t440p kernel:     HOME=/
Jun 20 16:30:13 t440p kernel:     TERM=linux
Jun 20 16:30:13 t440p kernel:     BOOT_IMAGE=/vmlinuz-linux
Jun 20 16:30:13 t440p kernel: usb 1-2: new low-speed USB device number 3 using xhci_hcd
Jun 20 16:30:13 t440p kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
Jun 20 16:30:13 t440p kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 20 16:30:13 t440p kernel: usb 1-2: Product: USB Optical Mouse
Jun 20 16:30:13 t440p kernel: usb 1-2: Manufacturer: Logitech
Jun 20 16:30:13 t440p kernel: input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C077.0001/input/input5
Jun 20 16:30:13 t440p kernel: hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-2/input0
Jun 20 16:30:13 t440p kernel: sr 5:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Jun 20 16:30:13 t440p kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: ThinkPad BIOS GLETA1WW (2.55 ), EC GLHT30WW
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: Lenovo ThinkPad T440p, model 20AWA02SMB
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: radio switch found; radios are enabled
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Jun 20 16:30:13 t440p kernel: sr 5:0:0:0: Attached scsi CD-ROM sr0
Jun 20 16:30:13 t440p kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0x7)
Jun 20 16:30:13 t440p kernel: ACPI: battery: new hook: ThinkPad Battery Extension
Jun 20 16:30:13 t440p kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
Jun 20 16:30:13 t440p kernel: usb 1-11: new full-speed USB device number 4 using xhci_hcd
Jun 20 16:30:13 t440p kernel: usb 1-11: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
Jun 20 16:30:13 t440p kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 20 16:30:13 t440p kernel: usb 1-12: new high-speed USB device number 5 using xhci_hcd
Jun 20 16:30:13 t440p kernel: tsc: Refined TSC clocksource calibration: 2593.991 MHz
Jun 20 16:30:13 t440p kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x25640fc6114, max_idle_ns: 440795275253 ns
Jun 20 16:30:13 t440p kernel: clocksource: Switched to clocksource tsc
Jun 20 16:30:13 t440p kernel: usb 1-12: New USB device found, idVendor=04f2, idProduct=b39a, bcdDevice=26.03
Jun 20 16:30:13 t440p kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 20 16:30:13 t440p kernel: usb 1-12: Product: Integrated Camera
Jun 20 16:30:13 t440p kernel: usb 1-12: Manufacturer: SunplusIT INC.
Jun 20 16:30:13 t440p kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Jun 20 16:30:13 t440p kernel: i915 0000:00:02.0: [drm] Found haswell (device ID 0416) integrated display version 7.00 stepping N/A
Jun 20 16:30:13 t440p kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 20 16:30:13 t440p kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=mem
Jun 20 16:30:13 t440p kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
Jun 20 16:30:13 t440p kernel: scsi host6: usb-storage 1-1:1.0
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver usb-storage
Jun 20 16:30:13 t440p kernel: usbcore: registered new interface driver uas
Jun 20 16:30:13 t440p kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Jun 20 16:30:13 t440p kernel: ACPI: video: Video Device [VID] (multi-head: yes  rom: no  post: no)
Jun 20 16:30:13 t440p kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Jun 20 16:30:13 t440p kernel: mmc0: cannot verify signal voltage switch
Jun 20 16:30:13 t440p kernel: fbcon: i915drmfb (fb0) is primary device
Jun 20 16:30:13 t440p kernel: fbcon: Deferring console take-over
Jun 20 16:30:13 t440p kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 20 16:30:13 t440p kernel: mmc0: new UHS-I speed SDR104 SDXC card at address aaaa
Jun 20 16:30:13 t440p kernel: mmcblk0: mmc0:aaaa SR64G 59.5 GiB
Jun 20 16:30:13 t440p kernel:  mmcblk0: p1
Jun 20 16:30:13 t440p kernel: fbcon: Taking over console
Jun 20 16:30:13 t440p kernel: EXT4-fs (sda3): mounted filesystem c2a8445e-b3a7-488a-af37-afb99be5ed4c r/w with ordered data mode. Quota mode: none.
Jun 20 16:30:13 t440p kernel: scsi 6:0:0:0: Direct-Access     Verbatim STORE N GO       8.07 PQ: 0 ANSI: 4
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: [sdb] 30535680 512-byte logical blocks: (15.6 GB/14.6 GiB)
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: [sdb] Write Protect is off
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jun 20 16:30:13 t440p kernel:  sdb: sdb1
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Jun 20 16:30:13 t440p kernel: Console: switching to colour frame buffer device 240x67
Jun 20 16:30:13 t440p systemd[1]: systemd 257.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jun 20 16:30:13 t440p systemd[1]: Detected architecture x86-64.
Jun 20 16:30:13 t440p systemd[1]: Hostname set to <t440p>.
Jun 20 16:30:13 t440p systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jun 20 16:30:13 t440p systemd[1]: Queued start job for default target Graphical Interface.
Jun 20 16:30:13 t440p systemd[1]: Created slice CUPS Slice.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/dirmngr.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/getty.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/gpg-agent.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/keyboxd.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/modprobe.
Jun 20 16:30:13 t440p systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 20 16:30:13 t440p systemd[1]: Created slice User and Session Slice.
Jun 20 16:30:13 t440p systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 20 16:30:13 t440p systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 20 16:30:13 t440p systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 20 16:30:13 t440p systemd[1]: Expecting device /dev/disk/by-uuid/0FF4-D99D...
Jun 20 16:30:13 t440p systemd[1]: Expecting device /dev/disk/by-uuid/6a22e332-6bc4-41f7-910e-6df4824549ab...
Jun 20 16:30:13 t440p systemd[1]: Reached target Local Encrypted Volumes.
Jun 20 16:30:13 t440p systemd[1]: Reached target Login Prompts.
Jun 20 16:30:13 t440p systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 20 16:30:13 t440p systemd[1]: Reached target Remote File Systems.
Jun 20 16:30:13 t440p systemd[1]: Reached target Slice Units.
Jun 20 16:30:13 t440p systemd[1]: Reached target Local Verity Protected Volumes.
Jun 20 16:30:13 t440p systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 20 16:30:13 t440p systemd[1]: Listening on LVM2 poll daemon socket.
Jun 20 16:30:13 t440p systemd[1]: Listening on Process Core Dump Socket.
Jun 20 16:30:13 t440p systemd[1]: Listening on Credential Encryption/Decryption.
Jun 20 16:30:13 t440p systemd[1]: Listening on Journal Socket (/dev/log).
Jun 20 16:30:13 t440p systemd[1]: Listening on Journal Sockets.
Jun 20 16:30:13 t440p systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:13 t440p systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:13 t440p systemd[1]: Listening on udev Control Socket.
Jun 20 16:30:13 t440p systemd[1]: Listening on udev Kernel Socket.
Jun 20 16:30:13 t440p systemd[1]: Listening on User Database Manager Socket.
Jun 20 16:30:13 t440p systemd[1]: Mounting Huge Pages File System...
Jun 20 16:30:13 t440p systemd[1]: Mounting POSIX Message Queue File System...
Jun 20 16:30:13 t440p systemd[1]: Mounting Kernel Debug File System...
Jun 20 16:30:13 t440p systemd[1]: Mounting Kernel Trace File System...
Jun 20 16:30:13 t440p systemd[1]: Starting Create List of Static Device Nodes...
Jun 20 16:30:13 t440p systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Module configfs...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Module dm_mod...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Module drm...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Module fuse...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Module loop...
Jun 20 16:30:13 t440p systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 20 16:30:13 t440p systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jun 20 16:30:13 t440p systemd[1]: Starting Journal Service...
Jun 20 16:30:13 t440p systemd[1]: Starting Load Kernel Modules...
Jun 20 16:30:13 t440p systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:13 t440p systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 20 16:30:13 t440p systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:13 t440p systemd[1]: Starting Load udev Rules from Credentials...
Jun 20 16:30:13 t440p systemd[1]: Starting Coldplug All udev Devices...
Jun 20 16:30:13 t440p systemd[1]: Mounted Huge Pages File System.
Jun 20 16:30:13 t440p systemd[1]: Mounted POSIX Message Queue File System.
Jun 20 16:30:13 t440p kernel: device-mapper: uevent: version 1.0.3
Jun 20 16:30:13 t440p kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
Jun 20 16:30:13 t440p systemd[1]: Mounted Kernel Debug File System.
Jun 20 16:30:13 t440p systemd[1]: Mounted Kernel Trace File System.
Jun 20 16:30:13 t440p systemd[1]: Finished Create List of Static Device Nodes.
Jun 20 16:30:13 t440p systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Module configfs.
Jun 20 16:30:13 t440p systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Module dm_mod.
Jun 20 16:30:13 t440p kernel: loop: module loaded
Jun 20 16:30:13 t440p systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Module drm.
Jun 20 16:30:13 t440p systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Module fuse.
Jun 20 16:30:13 t440p systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Module loop.
Jun 20 16:30:13 t440p systemd[1]: Mounting FUSE Control File System...
Jun 20 16:30:13 t440p systemd[1]: Mounting Kernel Configuration File System...
Jun 20 16:30:13 t440p systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 20 16:30:13 t440p kernel: EXT4-fs (sda3): re-mounted c2a8445e-b3a7-488a-af37-afb99be5ed4c.
Jun 20 16:30:13 t440p systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 20 16:30:13 t440p systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 20 16:30:13 t440p systemd[1]: Finished Load udev Rules from Credentials.
Jun 20 16:30:13 t440p systemd[1]: Mounted FUSE Control File System.
Jun 20 16:30:13 t440p systemd[1]: Mounted Kernel Configuration File System.
Jun 20 16:30:13 t440p systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 20 16:30:13 t440p systemd-journald[280]: Collecting audit messages is disabled.
Jun 20 16:30:13 t440p kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jun 20 16:30:13 t440p kernel: sr 5:0:0:0: Attached scsi generic sg1 type 5
Jun 20 16:30:13 t440p kernel: sd 6:0:0:0: Attached scsi generic sg2 type 0
Jun 20 16:30:13 t440p systemd[1]: Starting Load/Save OS Random Seed...
Jun 20 16:30:13 t440p systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:13 t440p kernel: vboxdrv: loading out-of-tree module taints kernel.
Jun 20 16:30:13 t440p kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Jun 20 16:30:13 t440p systemd[1]: Finished Load/Save OS Random Seed.
Jun 20 16:30:13 t440p kernel: vboxdrv: Found 4 processor cores/threads
Jun 20 16:30:13 t440p systemd[1]: Starting User Database Manager...
Jun 20 16:30:13 t440p systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 20 16:30:13 t440p systemd-journald[280]: Journal started
Jun 20 16:30:13 t440p systemd-journald[280]: Runtime Journal (/run/log/journal/db3f944355f044fe823084212eba8e75) is 8M, max 189.4M, 181.4M free.
Jun 20 16:30:13 t440p kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2593990580 Hz
Jun 20 16:30:13 t440p kernel: vboxdrv: Successfully loaded version 7.1.10 r169112 (interface 0x00340001)
Jun 20 16:30:13 t440p systemd-modules-load[281]: Inserted module 'crypto_user'
Jun 20 16:30:13 t440p systemd-modules-load[281]: Inserted module 'sg'
Jun 20 16:30:13 t440p systemd-modules-load[281]: Inserted module 'vboxdrv'
Jun 20 16:30:13 t440p systemd[1]: Started Journal Service.
Jun 20 16:30:13 t440p systemd-modules-load[281]: Inserted module 'vboxnetadp'
Jun 20 16:30:13 t440p kernel: VBoxNetAdp: Successfully started.
Jun 20 16:30:13 t440p systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 20 16:30:13 t440p systemd-modules-load[281]: Inserted module 'vboxnetflt'
Jun 20 16:30:13 t440p kernel: VBoxNetFlt: Successfully started.
Jun 20 16:30:13 t440p systemd[1]: Finished Load Kernel Modules.
Jun 20 16:30:13 t440p systemd[1]: Starting Apply Kernel Variables...
Jun 20 16:30:13 t440p systemd-journald[280]: Time spent on flushing to /var/log/journal/db3f944355f044fe823084212eba8e75 is 106.183ms for 873 entries.
Jun 20 16:30:13 t440p systemd-journald[280]: System Journal (/var/log/journal/db3f944355f044fe823084212eba8e75) is 1.4G, max 4G, 2.5G free.
Jun 20 16:30:14 t440p systemd-journald[280]: Received client request to flush runtime journal.
Jun 20 16:30:13 t440p systemd[1]: Started User Database Manager.
Jun 20 16:30:13 t440p systemd[1]: Finished Apply Kernel Variables.
Jun 20 16:30:13 t440p systemd[1]: Finished Coldplug All udev Devices.
Jun 20 16:30:13 t440p systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 20 16:30:13 t440p systemd[1]: Starting Create System Users...
Jun 20 16:30:14 t440p systemd[1]: Finished Create System Users.
Jun 20 16:30:14 t440p systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 20 16:30:14 t440p systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 20 16:30:14 t440p systemd[1]: Reached target Preparation for Local File Systems.
Jun 20 16:30:14 t440p systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 20 16:30:14 t440p systemd-udevd[328]: Using default interface naming scheme 'v257'.
Jun 20 16:30:14 t440p systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 20 16:30:14 t440p systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 20 16:30:14 t440p mtp-probe[368]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Jun 20 16:30:14 t440p mtp-probe[370]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jun 20 16:30:14 t440p mtp-probe[368]: bus: 1, device: 2 was not an MTP device
Jun 20 16:30:14 t440p mtp-probe[370]: bus: 1, device: 3 was not an MTP device
Jun 20 16:30:14 t440p systemd[1]: Found device INTEL_SSDSA2CW120G3 efi.
Jun 20 16:30:14 t440p kernel: EDAC ie31200: No ECC support
Jun 20 16:30:14 t440p kernel: EDAC ie31200: No ECC support
Jun 20 16:30:14 t440p systemd[1]: Found device INTEL_SSDSA2CW120G3 swap.
Jun 20 16:30:14 t440p systemd[1]: Activating swap /dev/disk/by-uuid/6a22e332-6bc4-41f7-910e-6df4824549ab...
Jun 20 16:30:14 t440p mtp-probe[411]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jun 20 16:30:14 t440p systemd[1]: Starting File System Check on /dev/disk/by-uuid/0FF4-D99D...
Jun 20 16:30:14 t440p mtp-probe[411]: bus: 1, device: 5 was not an MTP device
Jun 20 16:30:14 t440p systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 20 16:30:14 t440p kernel: Adding 8388604k swap on /dev/sda1.  Priority:-2 extents:1 across:8388604k SS
Jun 20 16:30:14 t440p kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 20 16:30:14 t440p kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 20 16:30:14 t440p systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 20 16:30:14 t440p systemd[1]: Activated swap /dev/disk/by-uuid/6a22e332-6bc4-41f7-910e-6df4824549ab.
Jun 20 16:30:14 t440p systemd[1]: Reached target Swaps.
Jun 20 16:30:14 t440p kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\_SB.PCI0.LPC.PMIO) (20240827/utaddress-204)
Jun 20 16:30:14 t440p kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 16:30:14 t440p kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20240827/utaddress-204)
Jun 20 16:30:14 t440p kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 16:30:14 t440p kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20240827/utaddress-204)
Jun 20 16:30:14 t440p kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 16:30:14 t440p kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20240827/utaddress-204)
Jun 20 16:30:14 t440p kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jun 20 16:30:14 t440p kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 20 16:30:14 t440p systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 20 16:30:14 t440p systemd-fsck[439]: fsck.fat 4.2 (2021-01-31)
Jun 20 16:30:14 t440p systemd-fsck[439]: /dev/sda2: 372 files, 47776/261627 clusters
Jun 20 16:30:14 t440p systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Jun 20 16:30:14 t440p systemd[1]: Finished File System Check on /dev/disk/by-uuid/0FF4-D99D.
Jun 20 16:30:14 t440p kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Jun 20 16:30:14 t440p kernel: mousedev: PS/2 mouse device common for all mice
Jun 20 16:30:14 t440p kernel: PTP clock support registered
Jun 20 16:30:14 t440p kernel: mc: Linux media interface: v0.10
Jun 20 16:30:14 t440p kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 20 16:30:14 t440p systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Jun 20 16:30:14 t440p kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 20 16:30:14 t440p kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jun 20 16:30:14 t440p kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 20 16:30:14 t440p kernel: cfg80211: failed to load regulatory.db
Jun 20 16:30:14 t440p systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 20 16:30:14 t440p systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 20 16:30:14 t440p systemd[1]: Starting Virtual Console Setup...
Jun 20 16:30:14 t440p systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 20 16:30:14 t440p kernel: Bluetooth: Core ver 2.22
Jun 20 16:30:14 t440p kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 20 16:30:14 t440p kernel: Bluetooth: HCI device and connection manager initialized
Jun 20 16:30:14 t440p kernel: Bluetooth: HCI socket layer initialized
Jun 20 16:30:14 t440p kernel: Bluetooth: L2CAP socket layer initialized
Jun 20 16:30:14 t440p kernel: Bluetooth: SCO socket layer initialized
Jun 20 16:30:14 t440p kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jun 20 16:30:14 t440p kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 20 16:30:14 t440p kernel: iTCO_vendor_support: vendor-support=0
Jun 20 16:30:14 t440p kernel: videodev: Linux video capture interface: v2.00
Jun 20 16:30:14 t440p kernel: Intel(R) Wireless WiFi driver for Linux
Jun 20 16:30:14 t440p kernel: ACPI: \: failed to evaluate _DSM 2c176672-0b22-294b-814f-75e4dd26b5fd rev:0 func:0 (0x1001)
Jun 20 16:30:14 t440p kernel: ACPI: \: failed to evaluate _DSM 2c176672-0b22-294b-814f-75e4dd26b5fd rev:0 func:0 (0x1001)
Jun 20 16:30:14 t440p kernel: iwlwifi 0000:03:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
Jun 20 16:30:14 t440p kernel: iwlwifi 0000:03:00.0: PCI dev 08b2/c270, rev=0x144, rfid=0xd55555d5
Jun 20 16:30:14 t440p kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 7260
Jun 20 16:30:14 t440p kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Jun 20 16:30:14 t440p kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 20 16:30:14 t440p kernel: i2c i2c-9: Successfully instantiated SPD at 0x51
Jun 20 16:30:14 t440p kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jun 20 16:30:14 t440p kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 20 16:30:14 t440p kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 20 16:30:14 t440p kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 20 16:30:14 t440p kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jun 20 16:30:14 t440p kernel: iwlwifi 0000:03:00.0: loaded firmware version 17.bfb58538.0 7260-17.ucode op_mode iwlmvm
Jun 20 16:30:14 t440p systemd[1]: Finished Virtual Console Setup.
Jun 20 16:30:14 t440p kernel: cryptd: max_cpu_qlen set to 1000
Jun 20 16:30:14 t440p kernel: at24 9-0051: supply vcc not found, using dummy regulator
Jun 20 16:30:14 t440p kernel: at24 9-0051: 256 byte spd EEPROM, read-only
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun 20 16:30:14 t440p kernel: iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
Jun 20 16:30:14 t440p kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Jun 20 16:30:14 t440p kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Jun 20 16:30:14 t440p systemd[1]: Mounting /boot...
Jun 20 16:30:14 t440p systemd[1]: Mounting Temporary Directory /tmp...
Jun 20 16:30:14 t440p systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 20 16:30:14 t440p systemd[1]: Listening on Disk Image Download Service Socket.
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 28:d2:44:79:bb:1d
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: 1000FF-0FF
Jun 20 16:30:14 t440p systemd[1]: Mounted Temporary Directory /tmp.
Jun 20 16:30:14 t440p kernel: usb 1-12: Found UVC 1.00 device Integrated Camera (04f2:b39a)
Jun 20 16:30:14 t440p kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
Jun 20 16:30:14 t440p kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
Jun 20 16:30:14 t440p kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
Jun 20 16:30:14 t440p kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Jun 20 16:30:14 t440p kernel: usbcore: registered new interface driver btusb
Jun 20 16:30:14 t440p systemd[1]: Mounted /boot.
Jun 20 16:30:14 t440p kernel: Bluetooth: hci0: Legacy ROM 2.5 revision 8.0 build 2 week 3 2013
Jun 20 16:30:14 t440p kernel: Bluetooth: hci0: Intel device is already patched. patch num: 57
Jun 20 16:30:14 t440p kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Jun 20 16:30:14 t440p systemd[1]: Reached target Sound Card.
Jun 20 16:30:14 t440p kernel: usbcore: registered new interface driver uvcvideo
Jun 20 16:30:14 t440p systemd[1]: Starting Load Kernel Module dm_mod...
Jun 20 16:30:14 t440p kernel: Creating 1 MTD partitions on "intel-spi":
Jun 20 16:30:14 t440p kernel: 0x000000000000-0x000000800000 : "BIOS"
Jun 20 16:30:14 t440p kernel: spi-nor spi0.1: supply vcc not found, using dummy regulator
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0: ALC3232: picked fixup  for PCI SSID 17aa:220e
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3232: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=2 (0x16/0x15/0x0/0x0/0x0)
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:      Dock Mic=0x19
Jun 20 16:30:14 t440p kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1a
Jun 20 16:30:14 t440p kernel: Creating 1 MTD partitions on "intel-spi-chip1":
Jun 20 16:30:14 t440p kernel: 0x000000000000-0x000000400000 : "BIOS1"
Jun 20 16:30:14 t440p systemd[1]: Starting Load Kernel Module loop...
Jun 20 16:30:14 t440p systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 20 16:30:14 t440p systemd[1]: Reached target Local File Systems.
Jun 20 16:30:14 t440p systemd[1]: Listening on Boot Entries Service Socket.
Jun 20 16:30:14 t440p systemd[1]: Listening on System Extension Image Management.
Jun 20 16:30:14 t440p kernel: iwlwifi 0000:03:00.0: base HW address: 7c:7a:91:c5:e9:e1, OTP minor version: 0x0
Jun 20 16:30:14 t440p systemd[1]: Starting Set Up Additional Binary Formats...
Jun 20 16:30:14 t440p systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 20 16:30:14 t440p systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jun 20 16:30:14 t440p systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 20 16:30:14 t440p systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:14 t440p systemd[1]: Starting Create System Files and Directories...
Jun 20 16:30:14 t440p systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:14 t440p systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:14 t440p systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 20 16:30:14 t440p systemd[1]: Finished Load Kernel Module dm_mod.
Jun 20 16:30:14 t440p systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 20 16:30:14 t440p systemd[1]: Finished Load Kernel Module loop.
Jun 20 16:30:14 t440p systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 514 (systemd-binfmt)
Jun 20 16:30:14 t440p kernel: psmouse serio1: synaptics: queried max coordinates: x [..5112], y [..3834]
Jun 20 16:30:15 t440p systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 20 16:30:15 t440p systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 20 16:30:15 t440p kernel: psmouse serio1: synaptics: queried min coordinates: x [1024..], y [1024..]
Jun 20 16:30:15 t440p kernel: psmouse serio1: synaptics: Trying to set up SMBus access
Jun 20 16:30:15 t440p kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
Jun 20 16:30:15 t440p kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
Jun 20 16:30:15 t440p kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
Jun 20 16:30:15 t440p kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
Jun 20 16:30:15 t440p systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 20 16:30:15 t440p systemd[1]: Finished Set Up Additional Binary Formats.
Jun 20 16:30:15 t440p kernel: intel_rapl_common: Found RAPL domain package
Jun 20 16:30:15 t440p kernel: intel_rapl_common: Found RAPL domain core
Jun 20 16:30:15 t440p kernel: intel_rapl_common: Found RAPL domain uncore
Jun 20 16:30:15 t440p kernel: intel_rapl_common: Found RAPL domain dram
Jun 20 16:30:15 t440p kernel: rmi4_smbus 9-002c: registering SMbus-connected sensor
Jun 20 16:30:15 t440p systemd[1]: Finished Create System Files and Directories.
Jun 20 16:30:15 t440p systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 20 16:30:15 t440p systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 16:30:15 t440p systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 20 16:30:15 t440p systemd[1]: Starting Rebuild Journal Catalog...
Jun 20 16:30:15 t440p systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 20 16:30:15 t440p systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 20 16:30:15 t440p systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 20 16:30:15 t440p kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Jun 20 16:30:15 t440p kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Jun 20 16:30:15 t440p kernel: rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM2722-001, fw id: 0
Jun 20 16:30:15 t440p systemd[1]: Finished Rebuild Journal Catalog.
Jun 20 16:30:15 t440p kernel: input: Synaptics TM2722-001 as /devices/pci0000:00/0000:00:1f.3/i2c-9/9-002c/rmi4-00/input/input17
Jun 20 16:30:15 t440p kernel: serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
Jun 20 16:30:15 t440p systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 20 16:30:15 t440p systemd[1]: Starting Update is Completed...
Jun 20 16:30:15 t440p systemd[1]: Finished Update is Completed.
Jun 20 16:30:15 t440p systemd[1]: Reached target System Initialization.
Jun 20 16:30:15 t440p systemd[1]: Started CUPS Scheduler.
Jun 20 16:30:15 t440p systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 20 16:30:15 t440p systemd[1]: Started Daily man-db regeneration.
Jun 20 16:30:15 t440p systemd[1]: Started Daily verification of password and group files.
Jun 20 16:30:15 t440p systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 20 16:30:15 t440p systemd[1]: Reached target Path Units.
Jun 20 16:30:15 t440p systemd[1]: Reached target Timer Units.
Jun 20 16:30:15 t440p systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jun 20 16:30:15 t440p systemd[1]: Listening on CUPS Scheduler.
Jun 20 16:30:15 t440p systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 20 16:30:15 t440p systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jun 20 16:30:15 t440p systemd[1]: Listening on Hostname Service Socket.
Jun 20 16:30:15 t440p systemd[1]: Reached target Socket Units.
Jun 20 16:30:15 t440p systemd[1]: Starting D-Bus System Message Bus...
Jun 20 16:30:15 t440p systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:15 t440p dbus-broker-launch[544]: Looking up NSS user entry for 'pulse'...
Jun 20 16:30:15 t440p dbus-broker-launch[544]: NSS returned no entry for 'pulse'
Jun 20 16:30:15 t440p dbus-broker-launch[544]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jun 20 16:30:15 t440p systemd[1]: Started D-Bus System Message Bus.
Jun 20 16:30:15 t440p systemd[1]: Reached target Basic System.
Jun 20 16:30:15 t440p systemd[1]: Starting Network Manager...
Jun 20 16:30:15 t440p systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jun 20 16:30:15 t440p systemd[1]: Starting Bluetooth service...
Jun 20 16:30:15 t440p dbus-broker-launch[544]: Ready
Jun 20 16:30:15 t440p systemd[1]: Starting NTP client/server...
Jun 20 16:30:15 t440p systemd[1]: Started Disable Turbo Boost on Intel CPU.
Jun 20 16:30:15 t440p systemd[1]: Starting Initialize hardware monitoring sensors...
Jun 20 16:30:15 t440p systemd[1]: Starting User Login Management...
Jun 20 16:30:15 t440p systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 20 16:30:15 t440p avahi-daemon[548]: Found user 'avahi' (UID 971) and group 'avahi' (GID 971).
Jun 20 16:30:15 t440p avahi-daemon[548]: Successfully dropped root privileges.
Jun 20 16:30:15 t440p avahi-daemon[548]: avahi-daemon 0.8 starting up.
Jun 20 16:30:15 t440p avahi-daemon[548]: Successfully called chroot().
Jun 20 16:30:15 t440p systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jun 20 16:30:15 t440p avahi-daemon[548]: Successfully dropped remaining capabilities.
Jun 20 16:30:15 t440p avahi-daemon[548]: No service file found in /etc/avahi/services.
Jun 20 16:30:15 t440p avahi-daemon[548]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jun 20 16:30:15 t440p avahi-daemon[548]: New relevant interface lo.IPv6 for mDNS.
Jun 20 16:30:15 t440p avahi-daemon[548]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jun 20 16:30:15 t440p avahi-daemon[548]: New relevant interface lo.IPv4 for mDNS.
Jun 20 16:30:15 t440p avahi-daemon[548]: Network interface enumeration completed.
Jun 20 16:30:15 t440p avahi-daemon[548]: Registering new address record for ::1 on lo.*.
Jun 20 16:30:15 t440p avahi-daemon[548]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jun 20 16:30:15 t440p (modprobe)[553]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jun 20 16:30:15 t440p bluetoothd[549]: Bluetooth daemon 5.83
Jun 20 16:30:15 t440p systemd[1]: Started Bluetooth service.
Jun 20 16:30:15 t440p systemd[1]: Reached target Bluetooth Support.
Jun 20 16:30:15 t440p bluetoothd[549]: Starting SDP server
Jun 20 16:30:15 t440p kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Jun 20 16:30:15 t440p (chronyd)[551]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Jun 20 16:30:15 t440p kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 20 16:30:15 t440p kernel: Bluetooth: BNEP filters: protocol multicast
Jun 20 16:30:15 t440p kernel: Bluetooth: BNEP socket layer initialized
Jun 20 16:30:15 t440p bluetoothd[549]: Bluetooth management interface 1.23 initialized
Jun 20 16:30:15 t440p bluetoothd[549]: Battery Provider Manager created
Jun 20 16:30:15 t440p kernel: Bluetooth: MGMT ver 1.23
Jun 20 16:30:15 t440p systemd[1]: Starting Hostname Service...
Jun 20 16:30:15 t440p systemd-logind[554]: New seat seat0.
Jun 20 16:30:15 t440p kernel: NET: Registered PF_ALG protocol family
Jun 20 16:30:15 t440p systemd-logind[554]: Watching system buttons on /dev/input/event2 (Power Button)
Jun 20 16:30:15 t440p systemd-logind[554]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 20 16:30:15 t440p systemd-logind[554]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jun 20 16:30:15 t440p systemd-logind[554]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Jun 20 16:30:15 t440p systemd-logind[554]: Watching system buttons on /dev/input/event5 (ThinkPad Extra Buttons)
Jun 20 16:30:15 t440p systemd[1]: Finished Initialize hardware monitoring sensors.
Jun 20 16:30:15 t440p systemd[1]: Started User Login Management.
Jun 20 16:30:15 t440p kernel: input: TPPS/2 IBM TrackPoint as /devices/pci0000:00/0000:00:1f.3/i2c-9/9-002c/rmi4-00/rmi4-00.fn03/serio2/input/input18
Jun 20 16:30:15 t440p chronyd[592]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Jun 20 16:30:15 t440p chronyd[592]: Using leap second list /usr/share/zoneinfo/leap-seconds.list
Jun 20 16:30:15 t440p chronyd[592]: Frequency -4.111 +/- 0.167 ppm read from /var/lib/chrony/drift
Jun 20 16:30:15 t440p systemd[1]: Started NTP client/server.
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6706] NetworkManager (version 1.52.0-1) is starting... (boot:7683ef61-4973-4ad8-ab71-8afef0e83bda)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6706] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6853] manager[0x55c3f1863bc0]: monitoring kernel firmware directory '/lib/firmware'.
Jun 20 16:30:15 t440p systemd[1]: Started Hostname Service.
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6945] hostname: hostname: using hostnamed
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6945] hostname: static hostname changed from (none) to "t440p"
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6955] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6972] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6974] manager[0x55c3f1863bc0]: rfkill: Wi-Fi hardware radio set enabled
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.6975] manager[0x55c3f1863bc0]: rfkill: WWAN hardware radio set enabled
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7233] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-wifi.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7590] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-team.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7694] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-bluetooth.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7708] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-adsl.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7727] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-ovs.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7740] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.52.0-1/libnm-device-plugin-wwan.so)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7743] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7744] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7744] manager: Networking is enabled by state file
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7759] settings: Loaded settings plugin: keyfile (internal)
Jun 20 16:30:15 t440p systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7867] dhcp: init: Using DHCP client 'internal'
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7870] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7880] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7896] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7902] device (lo): Activation: starting connection 'lo' (26a92eea-038d-470a-b108-8bef1d68fbb3)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7908] manager: (enp0s25): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.7911] device (enp0s25): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jun 20 16:30:15 t440p systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.9704] device (wlp3s0): driver supports Access Point (AP) mode
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.9709] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jun 20 16:30:15 t440p NetworkManager[547]: <info>  [1750429815.9712] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:1 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:6 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:7 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:8 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:3 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:9 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:10 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:12 (0x1001)
Jun 20 16:30:16 t440p kernel: iwlwifi 0000:03:00.0: Registered PHC clock: iwlwifi-PTP, with index: 1
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.2485] device (wlp3s0): set-hw-addr: set MAC address to 6A:E3:E2:30:E6:1B (scanning)
Jun 20 16:30:16 t440p avahi-daemon[548]: Server startup complete. Host name is t440p.local. Local service cookie is 1969057738.
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:1 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:6 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:7 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:8 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:3 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:9 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:10 (0x1001)
Jun 20 16:30:16 t440p kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade rev:0 func:12 (0x1001)
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5033] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 20 16:30:16 t440p systemd[1]: Started Network Manager.
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5066] ovsdb: disconnected from ovsdb
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5067] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5072] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5074] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p systemd[1]: Starting Network Manager Wait Online...
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5084] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p systemd[1]: Starting WPA supplicant...
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5108] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5110] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.5115] device (lo): Activation: successful, device activated.
Jun 20 16:30:16 t440p systemd[1]: Started WPA supplicant.
Jun 20 16:30:16 t440p systemd[1]: Reached target Network.
Jun 20 16:30:16 t440p wpa_supplicant[611]: Successfully initialized wpa_supplicant
Jun 20 16:30:16 t440p systemd[1]: Starting CUPS Scheduler...
Jun 20 16:30:16 t440p systemd[1]: Starting Permit User Sessions...
Jun 20 16:30:16 t440p systemd[1]: Finished Permit User Sessions.
Jun 20 16:30:16 t440p systemd[1]: Starting Light Display Manager...
Jun 20 16:30:16 t440p systemd[1]: Started Light Display Manager.
Jun 20 16:30:16 t440p systemd[1]: Reached target User and Group Name Lookups.
Jun 20 16:30:16 t440p systemd[1]: Starting Accounts Service...
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6132] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6133] Wi-Fi P2P device controlled by interface wlp3s0 created
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6136] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6138] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6147] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Jun 20 16:30:16 t440p NetworkManager[547]: <info>  [1750429816.6154] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Jun 20 16:30:16 t440p systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 20 16:30:16 t440p systemd[1]: Starting Authorization Manager...
Jun 20 16:30:16 t440p systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 20 16:30:16 t440p polkitd[639]: Started polkitd version 126
Jun 20 16:30:16 t440p polkitd[639]: Loading rules from directory /etc/polkit-1/rules.d
Jun 20 16:30:16 t440p polkitd[639]: Loading rules from directory /run/polkit-1/rules.d
Jun 20 16:30:16 t440p polkitd[639]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jun 20 16:30:16 t440p polkitd[639]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Jun 20 16:30:16 t440p polkitd[639]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Jun 20 16:30:16 t440p polkitd[639]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 20 16:30:16 t440p polkitd[639]: Finished loading, compiling and executing 5 rules
Jun 20 16:30:16 t440p systemd[1]: Started Authorization Manager.
Jun 20 16:30:16 t440p polkitd[639]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 20 16:30:16 t440p accounts-daemon[629]: started daemon version 23.13.0
Jun 20 16:30:16 t440p systemd[1]: Started Accounts Service.
Jun 20 16:30:16 t440p systemd[1]: Started CUPS Scheduler.
Jun 20 16:30:18 t440p lightdm[670]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
Jun 20 16:30:18 t440p systemd-logind[554]: New session c1 of user lightdm.
Jun 20 16:30:18 t440p systemd[1]: Created slice User Slice of UID 969.
Jun 20 16:30:18 t440p systemd[1]: Starting User Runtime Directory /run/user/969...
Jun 20 16:30:18 t440p systemd[1]: Finished User Runtime Directory /run/user/969.
Jun 20 16:30:18 t440p systemd[1]: Starting User Manager for UID 969...
Jun 20 16:30:18 t440p dbus-broker-launch[544]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 20 16:30:18 t440p (systemd)[677]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 16:30:18 t440p (systemd)[677]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by lightdm(uid=0)
Jun 20 16:30:18 t440p systemd-logind[554]: New session 1 of user lightdm.
Jun 20 16:30:18 t440p systemd[677]: Queued start job for default target Main User Target.
Jun 20 16:30:18 t440p systemd[677]: Created slice User Application Slice.
Jun 20 16:30:18 t440p systemd[677]: Reached target Paths.
Jun 20 16:30:18 t440p systemd[677]: Reached target Timers.
Jun 20 16:30:18 t440p systemd[677]: Starting D-Bus User Message Bus Socket...
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG network certificate management daemon.
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 16:30:18 t440p systemd[677]: Listening on GnuPG public key management service.
Jun 20 16:30:18 t440p systemd[677]: Listening on p11-kit server.
Jun 20 16:30:18 t440p systemd[677]: Listening on Sound System.
Jun 20 16:30:18 t440p systemd[677]: Listening on D-Bus User Message Bus Socket.
Jun 20 16:30:18 t440p systemd[677]: Reached target Sockets.
Jun 20 16:30:18 t440p systemd[677]: Reached target Basic System.
Jun 20 16:30:18 t440p systemd[677]: Reached target Main User Target.
Jun 20 16:30:18 t440p systemd[677]: Startup finished in 214ms.
Jun 20 16:30:18 t440p systemd[1]: Started User Manager for UID 969.
Jun 20 16:30:18 t440p systemd[1]: Started Session c1 of User lightdm.
Jun 20 16:30:18 t440p systemd[677]: Created slice User Core Session Slice.
Jun 20 16:30:18 t440p systemd[677]: Starting D-Bus User Message Bus...
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Service file '/usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 20 16:30:18 t440p systemd[677]: Started D-Bus User Message Bus.
Jun 20 16:30:18 t440p dbus-broker-launch[689]: Ready
Jun 20 16:30:18 t440p systemd[677]: Starting Accessibility services bus...
Jun 20 16:30:18 t440p systemd[677]: Started Accessibility services bus.
Jun 20 16:30:18 t440p dbus-broker-launch[697]: Ready
Jun 20 16:30:18 t440p systemd[677]: Starting Virtual filesystem service...
Jun 20 16:30:18 t440p systemd[677]: Started Virtual filesystem service.
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8557] device (enp0s25): carrier: link connected
Jun 20 16:30:18 t440p kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8559] device (enp0s25): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8565] policy: auto-activating connection 'bsz-drucker' (b3343a03-a08a-4713-b095-0f07faf02e23)
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8570] device (enp0s25): Activation: starting connection 'bsz-drucker' (b3343a03-a08a-4713-b095-0f07faf02e23)
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8571] device (enp0s25): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8573] manager: NetworkManager state is now CONNECTING
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8578] device (enp0s25): set-hw-addr: set-cloned MAC address to 00:C0:EE:6D:C6:C6 (00:C0:EE:6D:C6:C6)
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8579] device (enp0s25): state change: prepare -> config (reason 'none', managed-type: 'full')
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8584] device (enp0s25): state change: config -> ip-config (reason 'none', managed-type: 'full')
Jun 20 16:30:18 t440p NetworkManager[547]: <info>  [1750429818.8588] dhcp4 (enp0s25): activation: beginning transaction (timeout in 45 seconds)
Jun 20 16:30:18 t440p avahi-daemon[548]: Joining mDNS multicast group on interface enp0s25.IPv6 with address fe80::b20a:48bb:6427:b8d5.
Jun 20 16:30:18 t440p avahi-daemon[548]: New relevant interface enp0s25.IPv6 for mDNS.
Jun 20 16:30:18 t440p avahi-daemon[548]: Registering new address record for fe80::b20a:48bb:6427:b8d5 on enp0s25.*.
Jun 20 16:30:19 t440p systemd[677]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Jun 20 16:30:19 t440p systemd[677]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Jun 20 16:30:19 t440p at-spi2-registryd[723]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 20 16:30:20 t440p systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 20 16:30:20 t440p dbus-broker-launch[544]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 20 16:30:20 t440p NetworkManager[547]: <info>  [1750429820.8609] dhcp4 (enp0s25): state changed new lease, address=192.168.1.184, acd pending
Jun 20 16:30:20 t440p NetworkManager[547]: <info>  [1750429820.9921] dhcp4 (enp0s25): state changed new lease, address=192.168.1.184
Jun 20 16:30:20 t440p avahi-daemon[548]: Joining mDNS multicast group on interface enp0s25.IPv4 with address 192.168.1.184.
Jun 20 16:30:20 t440p avahi-daemon[548]: New relevant interface enp0s25.IPv4 for mDNS.
Jun 20 16:30:20 t440p avahi-daemon[548]: Registering new address record for 192.168.1.184 on enp0s25.IPv4.
Jun 20 16:30:20 t440p NetworkManager[547]: <info>  [1750429820.9942] policy: set 'bsz-drucker' (enp0s25) as default for IPv4 routing and DNS
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0016] device (enp0s25): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0031] device (enp0s25): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0033] device (enp0s25): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0036] manager: NetworkManager state is now CONNECTED_SITE
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0038] device (enp0s25): Activation: successful, device activated.
Jun 20 16:30:21 t440p NetworkManager[547]: <info>  [1750429821.0829] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 20 16:30:22 t440p NetworkManager[547]: <info>  [1750429822.6076] manager: startup complete
Jun 20 16:30:22 t440p systemd[1]: Finished Network Manager Wait Online.
Jun 20 16:30:22 t440p systemd[1]: Reached target Network is Online.
Jun 20 16:30:22 t440p systemd[1]: Started Make remote CUPS printers available locally.
Jun 20 16:30:22 t440p systemd[1]: Reached target Multi-User System.
Jun 20 16:30:22 t440p systemd[1]: Reached target Graphical Interface.
Jun 20 16:30:22 t440p systemd[1]: Startup finished in 5.666s (firmware) + 5.487s (loader) + 2.051s (kernel) + 10.358s (userspace) = 23.563s.
Jun 20 16:30:25 t440p systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 20 16:30:45 t440p systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 20 16:30:48 t440p chronyd[592]: Selected source 90.187.112.137 (2.arch.pool.ntp.org)
Jun 20 16:30:48 t440p chronyd[592]: System clock TAI offset set to 37 seconds
Jun 20 16:31:55 t440p chronyd[592]: Selected source 77.90.40.94 (2.arch.pool.ntp.org)
Jun 20 16:37:06 t440p NetworkManager[547]: <info>  [1750430226.2153] device (wlp3s0): set-hw-addr: set MAC address to E6:15:91:08:E4:CC (scanning)
Jun 20 16:37:06 t440p NetworkManager[547]: <info>  [1750430226.2309] device (wlp3s0): supplicant interface state: disconnected -> inactive
Jun 20 16:37:06 t440p NetworkManager[547]: <info>  [1750430226.2310] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
Jun 20 16:38:24 t440p chronyd[592]: Selected source 178.215.228.24 (2.arch.pool.ntp.org)
Jun 20 16:43:03 t440p systemd[1]: Stopping Session c1 of User lightdm...
Jun 20 16:43:03 t440p lightdm[670]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jun 20 16:43:03 t440p systemd[1]: session-c1.scope: Deactivated successfully.
Jun 20 16:43:03 t440p systemd[1]: Stopped Session c1 of User lightdm.
Jun 20 16:43:03 t440p systemd[1]: session-c1.scope: Consumed 492ms CPU time, 101.8M memory peak.
Jun 20 16:43:03 t440p systemd-logind[554]: Removed session c1.
Jun 20 16:43:03 t440p lightdm[722]: pam_unix(lightdm:session): session opened for user YYYYYYYYY(uid=1000) by YYYYYYYYY(uid=0)
Jun 20 16:43:03 t440p systemd-logind[554]: New session 2 of user YYYYYYYYY.
Jun 20 16:43:03 t440p systemd[1]: Created slice User Slice of UID 1000.
Jun 20 16:43:03 t440p systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 20 16:43:03 t440p systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 20 16:43:03 t440p systemd[1]: Starting User Manager for UID 1000...
Jun 20 16:43:03 t440p (systemd)[1022]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[YYYYYYYYY] ruser=[<unknown>] rhost=[<unknown>]
Jun 20 16:43:03 t440p (systemd)[1022]: pam_unix(systemd-user:session): session opened for user YYYYYYYYY(uid=1000) by YYYYYYYYY(uid=0)
Jun 20 16:43:03 t440p systemd-logind[554]: New session 3 of user YYYYYYYYY.
Jun 20 16:43:03 t440p systemd[1022]: Queued start job for default target Main User Target.
Jun 20 16:43:03 t440p systemd[1022]: Created slice User Application Slice.
Jun 20 16:43:03 t440p systemd[1022]: Reached target Paths.
Jun 20 16:43:03 t440p systemd[1022]: Reached target Timers.
Jun 20 16:43:03 t440p systemd[1022]: Starting D-Bus User Message Bus Socket...
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG network certificate management daemon.
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 20 16:43:03 t440p systemd[1022]: Listening on GnuPG public key management service.
Jun 20 16:43:03 t440p systemd[1022]: Listening on p11-kit server.
Jun 20 16:43:03 t440p systemd[1022]: Listening on Sound System.
Jun 20 16:43:03 t440p systemd[1022]: Listening on D-Bus User Message Bus Socket.
Jun 20 16:43:03 t440p systemd[1022]: Reached target Sockets.
Jun 20 16:43:03 t440p systemd[1022]: Reached target Basic System.
Jun 20 16:43:03 t440p systemd[1022]: Reached target Main User Target.
Jun 20 16:43:03 t440p systemd[1022]: Startup finished in 194ms.
Jun 20 16:43:03 t440p systemd[1]: Started User Manager for UID 1000.
Jun 20 16:43:03 t440p systemd[1]: Started Session 2 of User YYYYYYYYY.
Jun 20 16:43:03 t440p systemd[1022]: Created slice User Core Session Slice.
Jun 20 16:43:03 t440p systemd[1022]: Starting D-Bus User Message Bus...
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Service file '/usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Jun 20 16:43:03 t440p systemd[1022]: Started D-Bus User Message Bus.
Jun 20 16:43:03 t440p dbus-broker-launch[1047]: Ready
Jun 20 16:43:04 t440p systemd[1022]: Starting Virtual filesystem service...
Jun 20 16:43:04 t440p systemd[1022]: Started Virtual filesystem service.
Jun 20 16:43:04 t440p systemd[1022]: Starting Accessibility services bus...
Jun 20 16:43:04 t440p systemd[1022]: Started Accessibility services bus.
Jun 20 16:43:04 t440p dbus-broker-launch[1083]: Ready
Jun 20 16:43:04 t440p systemd[1022]: Starting Xfce configuration service...
Jun 20 16:43:04 t440p systemd[1022]: Started Xfce configuration service.
Jun 20 16:43:04 t440p systemd[1022]: Created slice Slice /app/dbus-:1.10-org.a11y.atspi.Registry.
Jun 20 16:43:04 t440p systemd[1022]: Started dbus-:1.10-org.a11y.atspi.Registry@0.service.
Jun 20 16:43:04 t440p at-spi2-registryd[1091]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 20 16:43:04 t440p systemd[1022]: Started GnuPG cryptographic agent and passphrase cache.
Jun 20 16:43:04 t440p gpg-agent[1101]: gpg-agent (GnuPG) 2.4.7 starting in supervised mode.
Jun 20 16:43:04 t440p gpg-agent[1101]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jun 20 16:43:04 t440p gpg-agent[1101]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jun 20 16:43:04 t440p gpg-agent[1101]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jun 20 16:43:04 t440p gpg-agent[1101]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jun 20 16:43:04 t440p gpg-agent[1101]: listening on: std=3 extra=4 browser=6 ssh=5
Jun 20 16:43:04 t440p systemd[1022]: Started GnuPG cryptographic agent and passphrase cache.
Jun 20 16:43:04 t440p gpg-agent[1105]: gpg-agent (GnuPG) 2.4.7 starting in supervised mode.
Jun 20 16:43:04 t440p gpg-agent[1105]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jun 20 16:43:04 t440p gpg-agent[1105]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jun 20 16:43:04 t440p gpg-agent[1105]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jun 20 16:43:04 t440p gpg-agent[1105]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jun 20 16:43:04 t440p gpg-agent[1105]: listening on: std=3 extra=4 browser=6 ssh=5
Jun 20 16:43:04 t440p systemd[1022]: Starting Sound Service...
Jun 20 16:43:04 t440p systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 20 16:43:04 t440p systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully called chroot.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully dropped privileges.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully limited resources.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Running.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Canary thread running.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Watchdog thread running.
Jun 20 16:43:04 t440p systemd[1022]: Starting User preferences database...
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully made thread 1120 of process 1120 owned by '1000' high priority at nice level -11.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Supervising 1 threads of 1 processes of 1 users.
Jun 20 16:43:04 t440p systemd[1022]: Started User preferences database.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Supervising 1 threads of 1 processes of 1 users.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully made thread 1130 of process 1120 owned by '1000' RT at priority 5.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Supervising 2 threads of 1 processes of 1 users.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Supervising 2 threads of 1 processes of 1 users.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Successfully made thread 1132 of process 1120 owned by '1000' RT at priority 5.
Jun 20 16:43:04 t440p rtkit-daemon[1121]: Supervising 3 threads of 1 processes of 1 users.
Jun 20 16:43:05 t440p pulseaudio[1134]: MESA-INTEL: warning: Haswell Vulkan support is incomplete
Jun 20 16:43:05 t440p systemd[1022]: Started Sound Service.
Jun 20 16:43:05 t440p systemd[1]: Starting Daemon for power management...
Jun 20 16:43:05 t440p kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 20 16:43:05 t440p kernel: Bluetooth: RFCOMM socket layer initialized
Jun 20 16:43:05 t440p kernel: Bluetooth: RFCOMM ver 1.11
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/ldac_hq
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/ldac_sq
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/ldac_mq
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/aptx_hd
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/aptx_hd
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/aptx
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/aptx
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/sbc
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/sbc
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSink/faststream
Jun 20 16:43:05 t440p bluetoothd[549]: Endpoint registered: sender=:1.114 path=/MediaEndpoint/A2DPSource/faststream
Jun 20 16:43:05 t440p systemd[1022]: Starting Thunar file manager...
Jun 20 16:43:05 t440p systemd[1022]: Starting Thumbnailing service...
Jun 20 16:43:05 t440p tumblerd[1182]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: cannot open shared object file: No such file or directory
Jun 20 16:43:05 t440p systemd[1]: Started Daemon for power management.
Jun 20 16:43:05 t440p systemd[1022]: Started Thunar file manager.
Jun 20 16:43:05 t440p tumblerd[1182]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Jun 20 16:43:05 t440p tumblerd[1182]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Jun 20 16:43:05 t440p tumblerd[1182]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: cannot open shared object file: No such file or directory
Jun 20 16:43:05 t440p systemd[1022]: Starting Virtual filesystem service - disk device monitor...
Jun 20 16:43:05 t440p systemd[1]: Starting Disk Manager...
Jun 20 16:43:05 t440p udisksd[1207]: udisks daemon version 2.10.1 starting
Jun 20 16:43:05 t440p systemd[1]: Started Disk Manager.
Jun 20 16:43:05 t440p udisksd[1207]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 20 16:43:05 t440p systemd[1022]: Started Virtual filesystem service - disk device monitor.
Jun 20 16:43:05 t440p systemd[1022]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Jun 20 16:43:05 t440p systemd[1022]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Jun 20 16:43:05 t440p systemd[1022]: Started Thumbnailing service.
Jun 20 16:43:05 t440p systemd[1022]: Starting Virtual filesystem metadata service...
Jun 20 16:43:05 t440p systemd[1022]: Started Virtual filesystem metadata service.
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:05 t440p gvfsd-trash[1237]: GFileInfo created without standard::name
Jun 20 16:43:05 t440p gvfsd-trash[1237]: file ../glib/gio/gfileinfo.c: line 1713 (g_file_info_get_name): should not be reached
Jun 20 16:43:06 t440p systemd[1022]: Starting XFCE notifications service...
Jun 20 16:43:06 t440p systemd[1022]: Started XFCE notifications service.
Jun 20 16:43:07 t440p pkexec[1304]: pam_unix(polkit-1:session): session opened for user root(uid=0) by YYYYYYYYY(uid=1000)
Jun 20 16:43:07 t440p pkexec[1304]: YYYYYYYYY: Executing command [USER=root] [TTY=unknown] [CWD=/home/YYYYYYYYY] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jun 20 16:43:13 t440p systemd[1]: Stopping User Manager for UID 969...
Jun 20 16:43:13 t440p systemd[677]: Activating special unit Exit the Session...
Jun 20 16:43:13 t440p systemd[677]: Stopped target Main User Target.
Jun 20 16:43:13 t440p dbus-broker[698]: Dispatched 20 messages @ 9(±8)μs / message.
Jun 20 16:43:13 t440p systemd[677]: Stopping Accessibility services bus...
Jun 20 16:43:13 t440p systemd[677]: Stopping dbus-:1.4-org.a11y.atspi.Registry@0.service...
Jun 20 16:43:13 t440p systemd[677]: Stopping Virtual filesystem service...
Jun 20 16:43:13 t440p systemd[1]: run-user-969-gvfs.mount: Deactivated successfully.
Jun 20 16:43:13 t440p systemd[677]: Stopped Accessibility services bus.
Jun 20 16:43:13 t440p systemd[677]: gvfs-daemon.service: Killing process 713 (gmain) with signal SIGKILL.
Jun 20 16:43:13 t440p systemd[677]: Stopped dbus-:1.4-org.a11y.atspi.Registry@0.service.
Jun 20 16:43:13 t440p systemd[677]: Stopped Virtual filesystem service.
Jun 20 16:43:13 t440p systemd[677]: Removed slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Jun 20 16:43:13 t440p systemd[677]: Stopped target Basic System.
Jun 20 16:43:13 t440p systemd[677]: Stopped target Paths.
Jun 20 16:43:13 t440p systemd[677]: Stopped target Sockets.
Jun 20 16:43:13 t440p systemd[677]: Stopped target Timers.
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG network certificate management daemon.
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 20 16:43:13 t440p systemd[677]: Closed GnuPG public key management service.
Jun 20 16:43:13 t440p systemd[677]: Closed p11-kit server.
Jun 20 16:43:13 t440p systemd[677]: Closed Sound System.
Jun 20 16:43:13 t440p dbus-broker[690]: Dispatched 449 messages @ 3(±5)μs / message.
Jun 20 16:43:13 t440p systemd[677]: Stopping D-Bus User Message Bus...
Jun 20 16:43:13 t440p systemd[677]: Stopped D-Bus User Message Bus.
Jun 20 16:43:13 t440p systemd[677]: Removed slice User Core Session Slice.
Jun 20 16:43:13 t440p systemd[677]: Closed D-Bus User Message Bus Socket.
Jun 20 16:43:13 t440p systemd[677]: Removed slice User Application Slice.
Jun 20 16:43:13 t440p systemd[677]: Reached target Shutdown.
Jun 20 16:43:13 t440p systemd[677]: Finished Exit the Session.
Jun 20 16:43:13 t440p systemd[677]: Reached target Exit the Session.
Jun 20 16:43:13 t440p systemd-logind[554]: Removed session 1.
Jun 20 16:43:13 t440p (sd-pam)[679]: pam_unix(systemd-user:session): session closed for user lightdm
Jun 20 16:43:13 t440p systemd[1]: user@969.service: Deactivated successfully.
Jun 20 16:43:13 t440p systemd[1]: Stopped User Manager for UID 969.
Jun 20 16:43:13 t440p systemd[1]: Stopping User Runtime Directory /run/user/969...
Jun 20 16:43:13 t440p systemd[1]: run-user-969.mount: Deactivated successfully.
Jun 20 16:43:13 t440p systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Jun 20 16:43:13 t440p systemd[1]: Stopped User Runtime Directory /run/user/969.
Jun 20 16:43:13 t440p systemd[1]: Removed slice User Slice of UID 969.
Jun 20 16:43:13 t440p systemd[1]: user-969.slice: Consumed 858ms CPU time, 117.5M memory peak.
Jun 20 16:43:15 t440p polkitd[639]: Registered Authentication Agent for unix-session:2 (system bus name :1.126 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_DK.UTF-8)
Jun 20 16:43:15 t440p NetworkManager[547]: <info>  [1750430595.2874] agent-manager: agent[379ce6e664912922,:1.127/org.freedesktop.nm-applet/1000]: agent registered

Offline

#2 2025-06-20 14:52:29

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,725

Re: Starting wine in 32-bit mode

You don't. You make a 64 bit prefix and run your 32 bit programs in that.

Offline

#3 2025-06-20 15:16:56

lt.daniel
Member
Registered: 2018-06-28
Posts: 12

Re: Starting wine in 32-bit mode

Thanks.
In ArchWiki/wine it says

Standard (64-bit) libraries can be used for 64-bit applications, or for any application if you are running a version of Wine with the new WoW64 mode

You need to install the 32-bit version of your graphics driver. Please install the package that is listed in the OpenGL (multilib) column in the table in Xorg#Driver installation.

Would you recommend to keep the 32-bit version of the graphics driver installed even if I am only using the WoW64 mode?

Offline

#4 2025-06-21 12:59:49

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,967

Re: Starting wine in 32-bit mode

If you use Steam : keep them

I only used multlib for wine and have removed all packages from multilib repo.


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

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB