You are not logged in.
$ git bisect bad
43a707ae58406200597b03a5be782e726b3c175b is the first bad commit
commit 43a707ae58406200597b03a5be782e726b3c175b
Author: Ivan Orlov <ivan.orlov0322@gmail.com>
Date: Thu Aug 10 21:49:05 2023 +0400
leds: Make leds_class a static const structure
Now that the driver core allows for struct class to be in read-only
memory, move the leds_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.
Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Link: https://lore.kernel.org/r/20230810174905.7997-1-ivan.orlov0322@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/led-class.c | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
$ git bisect log
git bisect start
# status: waiting for both good and bad commits
# good: [2dde18cd1d8fac735875f2e4987f11817cc0bc2c] Linux 6.5
git bisect good 2dde18cd1d8fac735875f2e4987f11817cc0bc2c
# bad: [ffc253263a1375a65fa6c9f62a893e9767fbebfa] Linux 6.6
git bisect bad ffc253263a1375a65fa6c9f62a893e9767fbebfa
# good: [a1c19328a160c80251868dbd80066dce23d07995] Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
git bisect good a1c19328a160c80251868dbd80066dce23d07995
# good: [e4f1b8202fb59c56a3de7642d50326923670513f] Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
git bisect good e4f1b8202fb59c56a3de7642d50326923670513f
# bad: [9608c7b729e29c177525006711966ae0fd399b11] Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drm
git bisect bad 9608c7b729e29c177525006711966ae0fd399b11
# bad: [0c02183427b4d2002992f26d4917c1263c5d4a7f] Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
git bisect bad 0c02183427b4d2002992f26d4917c1263c5d4a7f
# bad: [9e310ea5c8f6f20c1b2ac50736bcd3e189931610] Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
git bisect bad 9e310ea5c8f6f20c1b2ac50736bcd3e189931610
# bad: [3d904704c8a23cda6423f82aadea1336df31b864] Merge tag 'rpmsg-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
git bisect bad 3d904704c8a23cda6423f82aadea1336df31b864
# good: [e3b85b07650c0c9d4d2fab82a21fa3dfbfbb9b63] Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
git bisect good e3b85b07650c0c9d4d2fab82a21fa3dfbfbb9b63
# good: [b1da99664b51c0538bec271e9d9924a3d92e3bd4] mfd: max77541: Fix Wvoid-pointer-to-enum-cast warning
git bisect good b1da99664b51c0538bec271e9d9924a3d92e3bd4
# good: [3d590af89b1e61568395ab37e9b5f88fd711f638] leds: Remove redundant of_match_ptr()
git bisect good 3d590af89b1e61568395ab37e9b5f88fd711f638
# bad: [2be6bc48df59c99d35aab16a51d4a814e9bb8c35] Merge tag 'leds-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds
git bisect bad 2be6bc48df59c99d35aab16a51d4a814e9bb8c35
# good: [d8723062a26b17080d89e6b4d360ba50d1e453dd] Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
git bisect good d8723062a26b17080d89e6b4d360ba50d1e453dd
# bad: [74cd23e87d7b5ebd5185d3930a7d95fbd859a256] leds: trigger: netdev: Use module_led_trigger macro to simplify the code
git bisect bad 74cd23e87d7b5ebd5185d3930a7d95fbd859a256
# bad: [72a29725b6f2577fa447ca9059cdcd17100043b4] leds: turris-omnia: Use sysfs_emit() instead of sprintf()
git bisect bad 72a29725b6f2577fa447ca9059cdcd17100043b4
# bad: [43a707ae58406200597b03a5be782e726b3c175b] leds: Make leds_class a static const structure
git bisect bad 43a707ae58406200597b03a5be782e726b3c175b
# first bad commit: [43a707ae58406200597b03a5be782e726b3c175b] leds: Make leds_class a static const structure
6.6 with 43a707ae58406200597b03a5be782e726b3c175b reverted
https://drive.google.com/file/d/1RS_Tzv … sp=sharing linux-6.6-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1FYXQVH … sp=sharing linux-headers-6.6-1.1-x86_64.pkg.tar.zst
Offline
6.6 with 43a707ae58406200597b03a5be782e726b3c175b reverted
https://drive.google.com/file/d/1RS_Tzv … sp=sharing linux-6.6-1.1-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1FYXQVH … sp=sharing linux-headers-6.6-1.1-x86_64.pkg.tar.zst
Failed (?)
Nov 15 09:41:38 SYSNAM kernel: sysfs_warn_dup+0x5a/0x70
Offline
Were you able to remove the out of tree asus_wmi_sensors module?
Offline
Were you able to remove the out of tree asus_wmi_sensors module?
With and without... no difference.
BTW, how do you activate the kernel based version???... never mind found it...
Last edited by W54J04S07T (2023-11-15 16:07:19)
Offline
Please post the full system journal from a boot with the issue without the of tree asus_wmi_sensors module.
Offline
Please post the full system journal from a boot with the issue without the of tree asus_wmi_sensors module.
sudo journalctl -b
Nov 15 13:40:37 SYSNAM kernel: Linux version 6.6.0-1.1-dirty (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 14 Nov 2023 23:28:32 +0000
Nov 15 13:40:37 SYSNAM kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 15 13:40:37 SYSNAM kernel: BIOS-provided physical RAM map:
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000c3499fff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349a000-0x00000000c349afff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349b000-0x00000000ca27dfff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca27e000-0x00000000ca5cffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca5d0000-0x00000000ca610fff] ACPI data
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca611000-0x00000000cacb5fff] ACPI NVS
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000cacb6000-0x00000000cbbfefff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x0000000100000000-0x000000082f37ffff] usable
Nov 15 13:40:37 SYSNAM kernel: BIOS-e820: [mem 0x000000082f380000-0x000000082fffffff] reserved
Nov 15 13:40:37 SYSNAM kernel: NX (Execute Disable) protection: active
Nov 15 13:40:37 SYSNAM kernel: APIC: Static calls initialized
Nov 15 13:40:37 SYSNAM kernel: SMBIOS 3.3.0 present.
Nov 15 13:40:37 SYSNAM kernel: DMI: System manufacturer System Product Name/PRIME X470-PRO, BIOS 5843 03/11/2021
Nov 15 13:40:37 SYSNAM kernel: tsc: Fast TSC calibration using PIT
Nov 15 13:40:37 SYSNAM kernel: tsc: Detected 3194.106 MHz processor
Nov 15 13:40:37 SYSNAM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 15 13:40:37 SYSNAM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 15 13:40:37 SYSNAM kernel: last_pfn = 0x82f380 max_arch_pfn = 0x400000000
Nov 15 13:40:37 SYSNAM kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Nov 15 13:40:37 SYSNAM kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Nov 15 13:40:37 SYSNAM kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Nov 15 13:40:37 SYSNAM kernel: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
Nov 15 13:40:37 SYSNAM kernel: Using GB pages for direct mapping
Nov 15 13:40:37 SYSNAM kernel: RAMDISK: [mem 0x36d9f000-0x376c6fff]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Early table checksum verification disabled
Nov 15 13:40:37 SYSNAM kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Nov 15 13:40:37 SYSNAM kernel: ACPI: XSDT 0x00000000CA60F728 0000A4 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: FACP 0x00000000CA600000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: DSDT 0x00000000CA5F1000 00EF38 (v02 ALASKA A M I 01072009 INTL 20120913)
Nov 15 13:40:37 SYSNAM kernel: ACPI: FACS 0x00000000CAC9A000 000040
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA606000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA602000 003BD7 (v01 AMD AMD AOD 00000001 INTL 20120913)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA601000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Nov 15 13:40:37 SYSNAM kernel: ACPI: FIDT 0x00000000CA5F0000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: FPDT 0x00000000CA5DD000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: MCFG 0x00000000CA5EE000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: HPET 0x00000000CA5ED000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA5EC000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Nov 15 13:40:37 SYSNAM kernel: ACPI: IVRS 0x00000000CA5E9000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E6000 002314 (v02 AMD AmdTable 00000001 AMD 00000001)
Nov 15 13:40:37 SYSNAM kernel: ACPI: CRAT 0x00000000CA5E5000 000F50 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 15 13:40:37 SYSNAM kernel: ACPI: CDIT 0x00000000CA5E4000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E0000 00381A (v01 AMD MYRTLE 00000001 INTL 20120913)
Nov 15 13:40:37 SYSNAM kernel: ACPI: SSDT 0x00000000CA5DF000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Nov 15 13:40:37 SYSNAM kernel: ACPI: APIC 0x00000000CA5DE000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving FACP table memory at [mem 0xca600000-0xca600113]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving DSDT table memory at [mem 0xca5f1000-0xca5fff37]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving FACS table memory at [mem 0xcac9a000-0xcac9a03f]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca606000-0xca60ec97]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca602000-0xca605bd6]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca601000-0xca6010fb]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving FIDT table memory at [mem 0xca5f0000-0xca5f009b]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving FPDT table memory at [mem 0xca5dd000-0xca5dd043]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving MCFG table memory at [mem 0xca5ee000-0xca5ee03b]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving HPET table memory at [mem 0xca5ed000-0xca5ed037]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5ec000-0xca5ec023]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving IVRS table memory at [mem 0xca5e9000-0xca5e90cf]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e6000-0xca5e8313]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving CRAT table memory at [mem 0xca5e5000-0xca5e5f4f]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving CDIT table memory at [mem 0xca5e4000-0xca5e4028]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e0000-0xca5e3819]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5df000-0xca5df0be]
Nov 15 13:40:37 SYSNAM kernel: ACPI: Reserving APIC table memory at [mem 0xca5de000-0xca5de15d]
Nov 15 13:40:37 SYSNAM kernel: system APIC only can use physical flat
Nov 15 13:40:37 SYSNAM kernel: APIC: Switched APIC routing to: physical flat
Nov 15 13:40:37 SYSNAM kernel: No NUMA configuration found
Nov 15 13:40:37 SYSNAM kernel: Faking a node at [mem 0x0000000000000000-0x000000082f37ffff]
Nov 15 13:40:37 SYSNAM kernel: NODE_DATA(0) allocated [mem 0x82f37b000-0x82f37ffff]
Nov 15 13:40:37 SYSNAM kernel: Zone ranges:
Nov 15 13:40:37 SYSNAM kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Nov 15 13:40:37 SYSNAM kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Nov 15 13:40:37 SYSNAM kernel: Normal [mem 0x0000000100000000-0x000000082f37ffff]
Nov 15 13:40:37 SYSNAM kernel: Device empty
Nov 15 13:40:37 SYSNAM kernel: Movable zone start for each node
Nov 15 13:40:37 SYSNAM kernel: Early memory node ranges
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x0000000000100000-0x0000000009bfefff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x000000000b020000-0x00000000c3499fff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x00000000c349b000-0x00000000ca27dfff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x00000000cbbff000-0x00000000ccffffff]
Nov 15 13:40:37 SYSNAM kernel: node 0: [mem 0x0000000100000000-0x000000082f37ffff]
Nov 15 13:40:37 SYSNAM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000082f37ffff]
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA32: 1025 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone DMA32: 6529 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone Normal: 12288 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Nov 15 13:40:37 SYSNAM kernel: ACPI: PM-Timer IO Port: 0x808
Nov 15 13:40:37 SYSNAM kernel: system APIC only can use physical flat
Nov 15 13:40:37 SYSNAM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 15 13:40:37 SYSNAM kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Nov 15 13:40:37 SYSNAM kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Nov 15 13:40:37 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 15 13:40:37 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 15 13:40:37 SYSNAM kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 15 13:40:37 SYSNAM kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xc349a000-0xc349afff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca27e000-0xca5cffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca5d0000-0xca610fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca611000-0xcacb5fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcacb6000-0xcbbfefff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Nov 15 13:40:37 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 15 13:40:37 SYSNAM kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Nov 15 13:40:37 SYSNAM kernel: Booting paravirtualized kernel on bare hardware
Nov 15 13:40:37 SYSNAM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 15 13:40:37 SYSNAM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Nov 15 13:40:37 SYSNAM kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Nov 15 13:40:37 SYSNAM kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Nov 15 13:40:37 SYSNAM kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Nov 15 13:40:37 SYSNAM kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Nov 15 13:40:37 SYSNAM kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 15 13:40:37 SYSNAM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 15 13:40:37 SYSNAM kernel: random: crng init done
Nov 15 13:40:37 SYSNAM kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Nov 15 13:40:37 SYSNAM kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Nov 15 13:40:37 SYSNAM kernel: printk: log_buf_len min size: 131072 bytes
Nov 15 13:40:37 SYSNAM kernel: printk: log_buf_len: 262144 bytes
Nov 15 13:40:37 SYSNAM kernel: printk: early log buf free: 117904(89%)
Nov 15 13:40:37 SYSNAM kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: Fallback order for Node 0: 0
Nov 15 13:40:37 SYSNAM kernel: Built 1 zonelists, mobility grouping on. Total pages: 8234554
Nov 15 13:40:37 SYSNAM kernel: Policy zone: Normal
Nov 15 13:40:37 SYSNAM kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 15 13:40:37 SYSNAM kernel: software IO TLB: area num 32.
Nov 15 13:40:37 SYSNAM kernel: Memory: 32754536K/33461688K available (16384K kernel code, 2131K rwdata, 13060K rodata, 3404K init, 3852K bss, 706892K reserved, 0K cma-reserved)
Nov 15 13:40:37 SYSNAM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Nov 15 13:40:37 SYSNAM kernel: ftrace: allocating 48780 entries in 191 pages
Nov 15 13:40:37 SYSNAM kernel: ftrace: allocated 191 pages with 7 groups
Nov 15 13:40:37 SYSNAM kernel: Dynamic Preempt: full
Nov 15 13:40:37 SYSNAM kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 15 13:40:37 SYSNAM kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Nov 15 13:40:37 SYSNAM kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Nov 15 13:40:37 SYSNAM kernel: Trampoline variant of Tasks RCU enabled.
Nov 15 13:40:37 SYSNAM kernel: Rude variant of Tasks RCU enabled.
Nov 15 13:40:37 SYSNAM kernel: Tracing variant of Tasks RCU enabled.
Nov 15 13:40:37 SYSNAM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 15 13:40:37 SYSNAM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Nov 15 13:40:37 SYSNAM kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Nov 15 13:40:37 SYSNAM kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 15 13:40:37 SYSNAM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 15 13:40:37 SYSNAM kernel: spurious 8259A interrupt: IRQ7.
Nov 15 13:40:37 SYSNAM kernel: Console: colour dummy device 80x25
Nov 15 13:40:37 SYSNAM kernel: printk: console [tty0] enabled
Nov 15 13:40:37 SYSNAM kernel: ACPI: Core revision 20230628
Nov 15 13:40:37 SYSNAM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 15 13:40:37 SYSNAM kernel: APIC: Switch to symmetric I/O mode setup
Nov 15 13:40:37 SYSNAM kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Nov 15 13:40:37 SYSNAM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 15 13:40:37 SYSNAM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a89b975c, max_idle_ns: 440795210621 ns
Nov 15 13:40:37 SYSNAM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.38 BogoMIPS (lpj=10647020)
Nov 15 13:40:37 SYSNAM kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Nov 15 13:40:37 SYSNAM kernel: LVT offset 1 assigned for vector 0xf9
Nov 15 13:40:37 SYSNAM kernel: LVT offset 2 assigned for vector 0xf4
Nov 15 13:40:37 SYSNAM kernel: process: using mwait in idle threads
Nov 15 13:40:37 SYSNAM kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 15 13:40:37 SYSNAM kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 15 13:40:37 SYSNAM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 15 13:40:37 SYSNAM kernel: Spectre V2 : Mitigation: Retpolines
Nov 15 13:40:37 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 15 13:40:37 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 15 13:40:37 SYSNAM kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 15 13:40:37 SYSNAM kernel: RETBleed: Mitigation: untrained return thunk
Nov 15 13:40:37 SYSNAM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 15 13:40:37 SYSNAM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 15 13:40:37 SYSNAM kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Nov 15 13:40:37 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 15 13:40:37 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 15 13:40:37 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 15 13:40:37 SYSNAM kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Nov 15 13:40:37 SYSNAM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 15 13:40:37 SYSNAM kernel: Freeing SMP alternatives memory: 40K
Nov 15 13:40:37 SYSNAM kernel: pid_max: default: 32768 minimum: 301
Nov 15 13:40:37 SYSNAM kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 15 13:40:37 SYSNAM kernel: landlock: Up and running.
Nov 15 13:40:37 SYSNAM kernel: Yama: becoming mindful.
Nov 15 13:40:37 SYSNAM kernel: LSM support for eBPF active
Nov 15 13:40:37 SYSNAM kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: smpboot: CPU0: AMD Ryzen 7 2700 Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
Nov 15 13:40:37 SYSNAM kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 13:40:37 SYSNAM kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 13:40:37 SYSNAM kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 15 13:40:37 SYSNAM kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 15 13:40:37 SYSNAM kernel: ... version: 0
Nov 15 13:40:37 SYSNAM kernel: ... bit width: 48
Nov 15 13:40:37 SYSNAM kernel: ... generic registers: 6
Nov 15 13:40:37 SYSNAM kernel: ... value mask: 0000ffffffffffff
Nov 15 13:40:37 SYSNAM kernel: ... max period: 00007fffffffffff
Nov 15 13:40:37 SYSNAM kernel: ... fixed-purpose events: 0
Nov 15 13:40:37 SYSNAM kernel: ... event mask: 000000000000003f
Nov 15 13:40:37 SYSNAM kernel: signal: max sigframe size: 1776
Nov 15 13:40:37 SYSNAM kernel: rcu: Hierarchical SRCU implementation.
Nov 15 13:40:37 SYSNAM kernel: rcu: Max phase no-delay instances is 1000.
Nov 15 13:40:37 SYSNAM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 15 13:40:37 SYSNAM kernel: smp: Bringing up secondary CPUs ...
Nov 15 13:40:37 SYSNAM kernel: smpboot: x86: Booting SMP configuration:
Nov 15 13:40:37 SYSNAM kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Nov 15 13:40:37 SYSNAM kernel: smp: Brought up 1 node, 16 CPUs
Nov 15 13:40:37 SYSNAM kernel: smpboot: Max logical packages: 2
Nov 15 13:40:37 SYSNAM kernel: smpboot: Total of 16 processors activated (102252.20 BogoMIPS)
Nov 15 13:40:37 SYSNAM kernel: devtmpfs: initialized
Nov 15 13:40:37 SYSNAM kernel: x86/mm: Memory block size: 128MB
Nov 15 13:40:37 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Nov 15 13:40:37 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xca611000-0xcacb5fff] (6967296 bytes)
Nov 15 13:40:37 SYSNAM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 15 13:40:37 SYSNAM kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: pinctrl core: initialized pinctrl subsystem
Nov 15 13:40:37 SYSNAM kernel: PM: RTC time: 18:40:30, date: 2023-11-15
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 15 13:40:37 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Nov 15 13:40:37 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 15 13:40:37 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 15 13:40:37 SYSNAM kernel: audit: initializing netlink subsys (disabled)
Nov 15 13:40:37 SYSNAM kernel: audit: type=2000 audit(1700073630.199:1): state=initialized audit_enabled=0 res=1
Nov 15 13:40:37 SYSNAM kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 15 13:40:37 SYSNAM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 15 13:40:37 SYSNAM kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 15 13:40:37 SYSNAM kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 15 13:40:37 SYSNAM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 15 13:40:37 SYSNAM kernel: cpuidle: using governor ladder
Nov 15 13:40:37 SYSNAM kernel: cpuidle: using governor menu
Nov 15 13:40:37 SYSNAM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 15 13:40:37 SYSNAM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 15 13:40:37 SYSNAM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
Nov 15 13:40:37 SYSNAM kernel: PCI: Using configuration type 1 for base access
Nov 15 13:40:37 SYSNAM kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Nov 15 13:40:37 SYSNAM kernel: mtrr: probably your BIOS does not setup all CPUs.
Nov 15 13:40:37 SYSNAM kernel: mtrr: corrected configuration.
Nov 15 13:40:37 SYSNAM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 15 13:40:37 SYSNAM kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 15 13:40:37 SYSNAM kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 15 13:40:37 SYSNAM kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 15 13:40:37 SYSNAM kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 15 13:40:37 SYSNAM kernel: ACPI: Added _OSI(Module Device)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Added _OSI(Processor Device)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 15 13:40:37 SYSNAM kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Nov 15 13:40:37 SYSNAM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 15 13:40:37 SYSNAM kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: EC started
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: interrupt blocked
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Nov 15 13:40:37 SYSNAM kernel: ACPI: Interpreter enabled
Nov 15 13:40:37 SYSNAM kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 15 13:40:37 SYSNAM kernel: ACPI: Using IOAPIC for interrupt routing
Nov 15 13:40:37 SYSNAM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 15 13:40:37 SYSNAM kernel: PCI: Using E820 reservations for host bridge windows
Nov 15 13:40:37 SYSNAM kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 15 13:40:37 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 15 13:40:37 SYSNAM kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 15 13:40:37 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 15 13:40:37 SYSNAM kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 15 13:40:37 SYSNAM kernel: PCI host bridge to bus 0000:00
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.0: [1022:43d0] type 00 class 0x0c0330
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: [1022:43c7] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: [1022:43c7] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: [1022:43c7] type 01 class 0x060400
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
Nov 15 13:40:37 SYSNAM kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfcc00000-0xfcc07fff 64bit]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:04:00.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: [8086:1539] type 00 class 0x020000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: reg 0x18: [io 0xe000-0xe01f]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: [1002:67df] type 00 class 0x030000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: reg 0x20: [io 0xd000-0xd0ff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: supports D1 D2
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.1: [1002:aaf0] type 00 class 0x040300
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.1: supports D1 D2
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfca00000-0xfca01fff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.2: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.3: [1022:145f] type 00 class 0x0c0330
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.3: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.0: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xfce08000-0xfce08fff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.2: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.2: PME# supported from D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xfce00000-0xfce07fff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.3: enabling Extended Tags
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: interrupt unblocked
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: event unblocked
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 15 13:40:37 SYSNAM kernel: ACPI: EC: GPE=0x2
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 15 13:40:37 SYSNAM kernel: iommu: Default domain type: Translated
Nov 15 13:40:37 SYSNAM kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 15 13:40:37 SYSNAM kernel: SCSI subsystem initialized
Nov 15 13:40:37 SYSNAM kernel: libata version 3.00 loaded.
Nov 15 13:40:37 SYSNAM kernel: ACPI: bus type USB registered
Nov 15 13:40:37 SYSNAM kernel: usbcore: registered new interface driver usbfs
Nov 15 13:40:37 SYSNAM kernel: usbcore: registered new interface driver hub
Nov 15 13:40:37 SYSNAM kernel: usbcore: registered new device driver usb
Nov 15 13:40:37 SYSNAM kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 15 13:40:37 SYSNAM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 15 13:40:37 SYSNAM kernel: PTP clock support registered
Nov 15 13:40:37 SYSNAM kernel: EDAC MC: Ver: 3.0.0
Nov 15 13:40:37 SYSNAM kernel: NetLabel: Initializing
Nov 15 13:40:37 SYSNAM kernel: NetLabel: domain hash size = 128
Nov 15 13:40:37 SYSNAM kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Nov 15 13:40:37 SYSNAM kernel: NetLabel: unlabeled traffic allowed by default
Nov 15 13:40:37 SYSNAM kernel: mctp: management component transport protocol core
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_MCTP protocol family
Nov 15 13:40:37 SYSNAM kernel: PCI: Using ACPI for IRQ routing
Nov 15 13:40:37 SYSNAM kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0xc349a000-0xc3ffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0xca27e000-0xcbffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
Nov 15 13:40:37 SYSNAM kernel: e820: reserve RAM buffer [mem 0x82f380000-0x82fffffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: vgaarb: setting as boot VGA device
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: vgaarb: bridge control possible
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 15 13:40:37 SYSNAM kernel: vgaarb: loaded
Nov 15 13:40:37 SYSNAM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 15 13:40:37 SYSNAM kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 15 13:40:37 SYSNAM kernel: clocksource: Switched to clocksource tsc-early
Nov 15 13:40:37 SYSNAM kernel: VFS: Disk quotas dquot_6.6.0
Nov 15 13:40:37 SYSNAM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 15 13:40:37 SYSNAM kernel: pnp: PnP ACPI init
Nov 15 13:40:37 SYSNAM kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:02: [io 0x0300-0x030f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: pnp 00:03: [dma 0 disabled]
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x040b] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x04d6] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c14] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c52] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c6c] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0c6f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 15 13:40:37 SYSNAM kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 15 13:40:37 SYSNAM kernel: pnp: PnP ACPI: found 5 devices
Nov 15 13:40:37 SYSNAM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_INET protocol family
Nov 15 13:40:37 SYSNAM kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: TCP: Hash tables configured (established 262144 bind 65536)
Nov 15 13:40:37 SYSNAM kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_XDP protocol family
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:01: resource 1 [mem 0xfcb00000-0xfcdfffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:06: resource 1 [mem 0xfcb00000-0xfcbfffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:08: resource 1 [mem 0xfcf00000-0xfcffffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:09: resource 1 [mem 0xfc800000-0xfcafffff]
Nov 15 13:40:37 SYSNAM kernel: pci_bus 0000:0a: resource 1 [mem 0xfce00000-0xfcefffff]
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
Nov 15 13:40:37 SYSNAM kernel: PCI: CLS 64 bytes, default 64
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 15 13:40:37 SYSNAM kernel: Trying to unpack rootfs image as initramfs...
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.0: Adding to iommu group 3
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:03.1: Adding to iommu group 4
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:04.0: Adding to iommu group 5
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.0: Adding to iommu group 6
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:07.1: Adding to iommu group 7
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.0: Adding to iommu group 8
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:08.1: Adding to iommu group 9
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:14.0: Adding to iommu group 10
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.0: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.1: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.2: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.3: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.4: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.5: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.6: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:18.7: Adding to iommu group 11
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.1: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:01:00.2: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:00.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:04.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:06.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:07.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:02:09.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:04:00.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:06:00.0: Adding to iommu group 12
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.0: Adding to iommu group 13
Nov 15 13:40:37 SYSNAM kernel: pci 0000:08:00.1: Adding to iommu group 13
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.0: Adding to iommu group 14
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.2: Adding to iommu group 15
Nov 15 13:40:37 SYSNAM kernel: pci 0000:09:00.3: Adding to iommu group 16
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.0: Adding to iommu group 17
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.2: Adding to iommu group 18
Nov 15 13:40:37 SYSNAM kernel: pci 0000:0a:00.3: Adding to iommu group 19
Nov 15 13:40:37 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 15 13:40:37 SYSNAM kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 15 13:40:37 SYSNAM kernel: AMD-Vi: Interrupt remapping enabled
Nov 15 13:40:37 SYSNAM kernel: AMD-Vi: Virtual APIC enabled
Nov 15 13:40:37 SYSNAM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 15 13:40:37 SYSNAM kernel: software IO TLB: mapped [mem 0x00000000c627e000-0x00000000ca27e000] (64MB)
Nov 15 13:40:37 SYSNAM kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 15 13:40:37 SYSNAM kernel: Initialise system trusted keyrings
Nov 15 13:40:37 SYSNAM kernel: Key type blacklist registered
Nov 15 13:40:37 SYSNAM kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Nov 15 13:40:37 SYSNAM kernel: zbud: loaded
Nov 15 13:40:37 SYSNAM kernel: integrity: Platform Keyring initialized
Nov 15 13:40:37 SYSNAM kernel: integrity: Machine keyring initialized
Nov 15 13:40:37 SYSNAM kernel: Key type asymmetric registered
Nov 15 13:40:37 SYSNAM kernel: Asymmetric key parser 'x509' registered
Nov 15 13:40:37 SYSNAM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 15 13:40:37 SYSNAM kernel: io scheduler mq-deadline registered
Nov 15 13:40:37 SYSNAM kernel: io scheduler kyber registered
Nov 15 13:40:37 SYSNAM kernel: io scheduler bfq registered
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 28
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 28
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 29
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 30
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 30
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 31
Nov 15 13:40:37 SYSNAM kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Nov 15 13:40:37 SYSNAM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 15 13:40:37 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 15 13:40:37 SYSNAM kernel: ACPI: button: Power Button [PWRB]
Nov 15 13:40:37 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Nov 15 13:40:37 SYSNAM kernel: ACPI: button: Power Button [PWRF]
Nov 15 13:40:37 SYSNAM kernel: Monitor-Mwait will be used to enter C-1 state
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C000: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C002: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C004: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C006: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C008: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00A: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00C: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00E: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C001: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C003: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C005: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C007: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C009: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00B: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00D: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: ACPI: \_PR_.C00F: Found 2 idle states
Nov 15 13:40:37 SYSNAM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 15 13:40:37 SYSNAM kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 15 13:40:37 SYSNAM kernel: Non-volatile memory driver v1.3
Nov 15 13:40:37 SYSNAM kernel: Linux agpgart interface v0.103
Nov 15 13:40:37 SYSNAM kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 15 13:40:37 SYSNAM kernel: ACPI: bus type drm_connector registered
Nov 15 13:40:37 SYSNAM kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Nov 15 13:40:37 SYSNAM kernel: fbcon: Deferring console take-over
Nov 15 13:40:37 SYSNAM kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:01:00.1: version 3.0
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Nov 15 13:40:37 SYSNAM kernel: scsi host0: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host1: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host2: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host3: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host4: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host5: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host6: ahci
Nov 15 13:40:37 SYSNAM kernel: scsi host7: ahci
Nov 15 13:40:37 SYSNAM kernel: ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata3: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80200 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata4: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80280 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata7: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80400 irq 39
Nov 15 13:40:37 SYSNAM kernel: ata8: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80480 irq 39
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 15 13:40:37 SYSNAM kernel: ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Nov 15 13:40:37 SYSNAM kernel: scsi host8: ahci
Nov 15 13:40:37 SYSNAM kernel: ata9: SATA max UDMA/133 abar m4096@0xfce08000 port 0xfce08100 irq 41
Nov 15 13:40:37 SYSNAM kernel: usbcore: registered new interface driver usbserial_generic
Nov 15 13:40:37 SYSNAM kernel: usbserial: USB Serial support registered for generic
Nov 15 13:40:37 SYSNAM kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 15 13:40:37 SYSNAM kernel: rtc_cmos 00:01: registered as rtc0
Nov 15 13:40:37 SYSNAM kernel: rtc_cmos 00:01: setting system clock to 2023-11-15T18:40:31 UTC (1700073631)
Nov 15 13:40:37 SYSNAM kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 15 13:40:37 SYSNAM kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Nov 15 13:40:37 SYSNAM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 15 13:40:37 SYSNAM kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 15 13:40:37 SYSNAM kernel: drop_monitor: Initializing network drop monitor service
Nov 15 13:40:37 SYSNAM kernel: Freeing initrd memory: 9376K
Nov 15 13:40:37 SYSNAM kernel: Initializing XFRM netlink socket
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_INET6 protocol family
Nov 15 13:40:37 SYSNAM kernel: Segment Routing with IPv6
Nov 15 13:40:37 SYSNAM kernel: RPL Segment Routing with IPv6
Nov 15 13:40:37 SYSNAM kernel: In-situ OAM (IOAM) with IPv6
Nov 15 13:40:37 SYSNAM kernel: NET: Registered PF_PACKET protocol family
Nov 15 13:40:37 SYSNAM kernel: microcode: microcode updated early to new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU0: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU1: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU2: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU3: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU5: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU6: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU7: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU12: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU4: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU6: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU7: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU14: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU15: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU5: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU2: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU3: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU13: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU10: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU11: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU4: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU1: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU9: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU0: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU8: patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU14: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU15: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU13: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU10: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU12: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU11: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU9: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: CPU8: new patch_level=0x0800820d
Nov 15 13:40:37 SYSNAM kernel: microcode: Microcode Update Driver: v2.2.
Nov 15 13:40:37 SYSNAM kernel: IPI shorthand broadcast: enabled
Nov 15 13:40:37 SYSNAM kernel: sched_clock: Marking stable (602931656, 416699)->(751644244, -148295889)
Nov 15 13:40:37 SYSNAM kernel: registered taskstats version 1
Nov 15 13:40:37 SYSNAM kernel: Loading compiled-in X.509 certificates
Nov 15 13:40:37 SYSNAM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: e170a6d02ef7156cb4d2232a213085a4bf41aa5d'
Nov 15 13:40:37 SYSNAM kernel: zswap: loaded using pool zstd/zsmalloc
Nov 15 13:40:37 SYSNAM kernel: Key type .fscrypt registered
Nov 15 13:40:37 SYSNAM kernel: Key type fscrypt-provisioning registered
Nov 15 13:40:37 SYSNAM kernel: PM: Magic number: 15:201:696
Nov 15 13:40:37 SYSNAM kernel: acpi LNXCPU:0a: hash matches
Nov 15 13:40:37 SYSNAM kernel: RAS: Correctable Errors collector initialized.
Nov 15 13:40:37 SYSNAM kernel: clk: Disabling unused clocks
Nov 15 13:40:37 SYSNAM kernel: ata9: SATA link down (SStatus 0 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
Nov 15 13:40:37 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 15 13:40:37 SYSNAM kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 15 13:40:37 SYSNAM kernel: ata1.00: Features: Trust Dev-Sleep
Nov 15 13:40:37 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 15 13:40:37 SYSNAM kernel: ata1.00: configured for UDMA/133
Nov 15 13:40:37 SYSNAM kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Nov 15 13:40:37 SYSNAM kernel: sda: sda1 sda2 sda3 sda4
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 15 13:40:37 SYSNAM kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata2.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 15 13:40:37 SYSNAM kernel: ata2.00: configured for UDMA/100
Nov 15 13:40:37 SYSNAM kernel: tsc: Refined TSC clocksource calibration: 3193.998 MHz
Nov 15 13:40:37 SYSNAM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a244aeba, max_idle_ns: 440795290469 ns
Nov 15 13:40:37 SYSNAM kernel: clocksource: Switched to clocksource tsc
Nov 15 13:40:37 SYSNAM kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 15 13:40:37 SYSNAM kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata3.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 15 13:40:37 SYSNAM kernel: ata3.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 15 13:40:37 SYSNAM kernel: ata3.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 15 13:40:37 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata3.00: configured for UDMA/133
Nov 15 13:40:37 SYSNAM kernel: scsi 2:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 15 13:40:37 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] Write Protect is off
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Nov 15 13:40:37 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 15 13:40:37 SYSNAM kernel: sdb: sdb1
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Nov 15 13:40:37 SYSNAM kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata5.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 15 13:40:37 SYSNAM kernel: ata5.00: configured for UDMA/100
Nov 15 13:40:37 SYSNAM kernel: scsi 4:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 15 13:40:37 SYSNAM kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 15 13:40:37 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata6.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 15 13:40:37 SYSNAM kernel: ata6.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 15 13:40:37 SYSNAM kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 15 13:40:37 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 15 13:40:37 SYSNAM kernel: ata6.00: configured for UDMA/133
Nov 15 13:40:37 SYSNAM kernel: scsi 5:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 15 13:40:37 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] Write Protect is off
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Nov 15 13:40:37 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 15 13:40:37 SYSNAM kernel: sdc: sdc1
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] supports TCG Opal
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Nov 15 13:40:37 SYSNAM kernel: ata7: failed to resume link (SControl 0)
Nov 15 13:40:37 SYSNAM kernel: ata7: SATA link down (SStatus 0 SControl 0)
Nov 15 13:40:37 SYSNAM kernel: ata8: SATA link down (SStatus 0 SControl 330)
Nov 15 13:40:37 SYSNAM kernel: Freeing unused decrypted memory: 2028K
Nov 15 13:40:37 SYSNAM kernel: Freeing unused kernel image (initmem) memory: 3404K
Nov 15 13:40:37 SYSNAM kernel: Write protecting the kernel read-only data: 30720k
Nov 15 13:40:37 SYSNAM kernel: Freeing unused kernel image (rodata/data gap) memory: 1276K
Nov 15 13:40:37 SYSNAM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 15 13:40:37 SYSNAM kernel: rodata_test: all tests were successful
Nov 15 13:40:37 SYSNAM kernel: Run /init as init process
Nov 15 13:40:37 SYSNAM kernel: with arguments:
Nov 15 13:40:37 SYSNAM kernel: /init
Nov 15 13:40:37 SYSNAM kernel: with environment:
Nov 15 13:40:37 SYSNAM kernel: HOME=/
Nov 15 13:40:37 SYSNAM kernel: TERM=linux
Nov 15 13:40:37 SYSNAM kernel: BOOT_IMAGE=/vmlinuz-linux
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 15 13:40:37 SYSNAM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb1: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb1: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb1: SerialNumber: 0000:01:00.0
Nov 15 13:40:37 SYSNAM kernel: hub 1-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 1-0:1.0: 14 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 15 13:40:37 SYSNAM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb2: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb2: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb2: SerialNumber: 0000:01:00.0
Nov 15 13:40:37 SYSNAM kernel: hub 2-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 2-0:1.0: 8 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb: port power management may be unreliable
Nov 15 13:40:37 SYSNAM kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 15 13:40:37 SYSNAM kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Nov 15 13:40:37 SYSNAM kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 15 13:40:37 SYSNAM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb3: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb3: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb3: SerialNumber: 0000:04:00.0
Nov 15 13:40:37 SYSNAM kernel: hub 3-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 3-0:1.0: 2 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 15 13:40:37 SYSNAM kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb4: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb4: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb4: SerialNumber: 0000:04:00.0
Nov 15 13:40:37 SYSNAM kernel: hub 4-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 4-0:1.0: 2 ports detected
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 5
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 6
Nov 15 13:40:37 SYSNAM kernel: xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
Nov 15 13:40:37 SYSNAM kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb5: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb5: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb5: SerialNumber: 0000:09:00.3
Nov 15 13:40:37 SYSNAM kernel: hub 5-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 5-0:1.0: 4 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 15 13:40:37 SYSNAM kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 15 13:40:37 SYSNAM kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 15 13:40:37 SYSNAM kernel: usb usb6: Product: xHCI Host Controller
Nov 15 13:40:37 SYSNAM kernel: usb usb6: Manufacturer: Linux 6.6.0-1.1-dirty xhci-hcd
Nov 15 13:40:37 SYSNAM kernel: usb usb6: SerialNumber: 0000:09:00.3
Nov 15 13:40:37 SYSNAM kernel: hub 6-0:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 6-0:1.0: 4 ports detected
Nov 15 13:40:37 SYSNAM kernel: sr 4:0:0:0: [sr1] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 15 13:40:37 SYSNAM kernel: sr 4:0:0:0: Attached scsi CD-ROM sr1
Nov 15 13:40:37 SYSNAM kernel: usb 1-14: new high-speed USB device number 2 using xhci_hcd
Nov 15 13:40:37 SYSNAM kernel: usb 5-2: new high-speed USB device number 2 using xhci_hcd
Nov 15 13:40:37 SYSNAM kernel: usb 1-14: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Nov 15 13:40:37 SYSNAM kernel: usb 1-14: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 1-14: Product: USB 2.0 Hub
Nov 15 13:40:37 SYSNAM kernel: hub 1-14:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 1-14:1.0: 4 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb 5-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.29
Nov 15 13:40:37 SYSNAM kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 5-2: Product: USB2.1 Hub
Nov 15 13:40:37 SYSNAM kernel: usb 5-2: Manufacturer: Generic
Nov 15 13:40:37 SYSNAM kernel: hub 5-2:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 5-2:1.0: 5 ports detected
Nov 15 13:40:37 SYSNAM kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 15 13:40:37 SYSNAM kernel: fbcon: Taking over console
Nov 15 13:40:37 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 15 13:40:37 SYSNAM kernel: usb 6-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.29
Nov 15 13:40:37 SYSNAM kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 6-2: Product: USB3.2 Hub
Nov 15 13:40:37 SYSNAM kernel: usb 6-2: Manufacturer: Generic
Nov 15 13:40:37 SYSNAM kernel: hub 6-2:1.0: USB hub found
Nov 15 13:40:37 SYSNAM kernel: hub 6-2:1.0: 4 ports detected
Nov 15 13:40:37 SYSNAM kernel: EXT4-fs (sda4): mounted filesystem 1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 r/w with ordered data mode. Quota mode: none.
Nov 15 13:40:37 SYSNAM kernel: usb 5-3: new low-speed USB device number 3 using xhci_hcd
Nov 15 13:40:37 SYSNAM systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 15 13:40:37 SYSNAM systemd[1]: Detected architecture x86-64.
Nov 15 13:40:37 SYSNAM systemd[1]: Hostname set to <SYSNAM>.
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: new high-speed USB device number 3 using xhci_hcd
Nov 15 13:40:37 SYSNAM kernel: usb 5-3: New USB device found, idVendor=0458, idProduct=0024, bcdDevice= 1.01
Nov 15 13:40:37 SYSNAM kernel: usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 5-3: Product: Optica Mouse
Nov 15 13:40:37 SYSNAM kernel: usb 5-3: Manufacturer: KYE
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: new high-speed USB device number 4 using xhci_hcd
Nov 15 13:40:37 SYSNAM systemd[1]: bpf-lsm: LSM BPF program attached
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: New USB device found, idVendor=0bda, idProduct=0151, bcdDevice=51.95
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: Product: USB2.0-CRW
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: Manufacturer: Generic
Nov 15 13:40:37 SYSNAM kernel: usb 1-14.4: SerialNumber: 20060413092100000
Nov 15 13:40:37 SYSNAM systemd[1]: Queued start job for default target Graphical Interface.
Nov 15 13:40:37 SYSNAM systemd[1]: Created slice Slice /system/getty.
Nov 15 13:40:37 SYSNAM systemd[1]: Created slice Slice /system/modprobe.
Nov 15 13:40:37 SYSNAM systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 15 13:40:37 SYSNAM systemd[1]: Created slice User and Session Slice.
Nov 15 13:40:37 SYSNAM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 15 13:40:37 SYSNAM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 15 13:40:37 SYSNAM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Local Encrypted Volumes.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Login Prompts.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Slice Units.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target System Time Set.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Local Verity Protected Volumes.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on LVM2 poll daemon socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on RPCbind Server Activation Socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target RPC Port Mapper.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on Process Core Dump Socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on Journal Socket (/dev/log).
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on Journal Socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on udev Control Socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Listening on udev Kernel Socket.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting Huge Pages File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting POSIX Message Queue File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting Kernel Debug File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting Kernel Trace File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Create List of Static Device Nodes...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Module configfs...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Module drm...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Module fuse...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 15 13:40:37 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Journal Service...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load Kernel Modules...
Nov 15 13:40:37 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Coldplug All udev Devices...
Nov 15 13:40:37 SYSNAM kernel: loop: module loaded
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted Huge Pages File System.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted POSIX Message Queue File System.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted Kernel Debug File System.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted Kernel Trace File System.
Nov 15 13:40:37 SYSNAM kernel: EXT4-fs (sda4): re-mounted 1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 r/w. Quota mode: none.
Nov 15 13:40:37 SYSNAM kernel: device-mapper: uevent: version 1.0.3
Nov 15 13:40:37 SYSNAM kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Collecting audit messages is disabled.
Nov 15 13:40:37 SYSNAM kernel: fuse: init (API version 7.39)
Nov 15 13:40:37 SYSNAM kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 15 13:40:37 SYSNAM kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Nov 15 13:40:37 SYSNAM kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Nov 15 13:40:37 SYSNAM kernel: sr 4:0:0:0: Attached scsi generic sg3 type 5
Nov 15 13:40:37 SYSNAM kernel: sd 5:0:0:0: Attached scsi generic sg4 type 0
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Create List of Static Device Nodes.
Nov 15 13:40:37 SYSNAM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 15 13:40:37 SYSNAM kernel: i2c_dev: i2c /dev entries driver
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load Kernel Module configfs.
Nov 15 13:40:37 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Journal started
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Runtime Journal (/run/log/journal/d249546dfa1a46389125348c53e1d0c7) is 8.0M, max 1.5G, 1.5G free.
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Inserted module 'crypto_user'
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Inserted module 'sg'
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Inserted module 'i2c_dev'
Nov 15 13:40:37 SYSNAM systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 15 13:40:37 SYSNAM systemd[1]: Started Journal Service.
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Failed to insert module 'coretemp': No such device
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load Kernel Module drm.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 15 13:40:37 SYSNAM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Failed to insert module 'f71882fg': No such device
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load Kernel Module fuse.
Nov 15 13:40:37 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Inserted module 'usbip_core'
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: New USB device found, idVendor=0c45, idProduct=636b, bcdDevice= 1.00
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: Product: USB 2.0 Camera
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: Manufacturer: Sonix Technology Co., Ltd.
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.3: SerialNumber: SN0001
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 15 13:40:37 SYSNAM kernel: usb 5-4: new full-speed USB device number 5 using xhci_hcd
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Coldplug All udev Devices.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting FUSE Control File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Mounting Kernel Configuration File System...
Nov 15 13:40:37 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Load/Save OS Random Seed...
Nov 15 13:40:37 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted FUSE Control File System.
Nov 15 13:40:37 SYSNAM systemd[1]: Mounted Kernel Configuration File System.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Time spent on flushing to /var/log/journal/d249546dfa1a46389125348c53e1d0c7 is 71.171ms for 1056 entries.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: System Journal (/var/log/journal/d249546dfa1a46389125348c53e1d0c7) is 479.6M, max 4.0G, 3.5G free.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Received client request to flush runtime journal.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 15 13:40:37 SYSNAM systemd-journald[341]: Rotating system journal.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Load/Save OS Random Seed.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 15 13:40:37 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 15 13:40:37 SYSNAM kernel: usb 5-4: New USB device found, idVendor=046d, idProduct=c22d, bcdDevice= 1.65
Nov 15 13:40:37 SYSNAM kernel: usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 5-4: Product: G510 Gaming Keyboard
Nov 15 13:40:37 SYSNAM kernel: usb 5-4: Manufacturer: Logitech
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 15 13:40:37 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 15 13:40:37 SYSNAM systemd[1]: Reached target Preparation for Local File Systems.
Nov 15 13:40:37 SYSNAM systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.5: new high-speed USB device number 6 using xhci_hcd
Nov 15 13:40:37 SYSNAM systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 15 13:40:37 SYSNAM systemd-udevd[381]: Using default interface naming scheme 'v253'.
Nov 15 13:40:37 SYSNAM systemd-udevd[381]: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Unknown group 'uaccess', ignoring.
Nov 15 13:40:37 SYSNAM systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.5: Product: USB2.0 HID
Nov 15 13:40:37 SYSNAM kernel: usb 5-2.5: Manufacturer: Realtek
Nov 15 13:40:37 SYSNAM kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 15 13:40:37 SYSNAM kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 15 13:40:37 SYSNAM kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 15 13:40:37 SYSNAM kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 15 13:40:37 SYSNAM kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Nov 15 13:40:37 SYSNAM kernel: ccp 0000:09:00.2: ccp enabled
Nov 15 13:40:37 SYSNAM kernel: ccp 0000:09:00.2: psp enabled
Nov 15 13:40:37 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Swap.
Nov 15 13:40:37 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB Home.
Nov 15 13:40:37 SYSNAM kernel: dca service started, version 1.12.1
Nov 15 13:40:37 SYSNAM systemd-modules-load[342]: Inserted module 'usbip_host'
Nov 15 13:40:37 SYSNAM kernel: usbcore: registered new device driver usbip-host
Nov 15 13:40:37 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB DataWarehouse.
Nov 15 13:40:37 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Grub.
Nov 15 13:40:37 SYSNAM kernel: vboxdrv: loading out-of-tree module taints kernel.
Nov 15 13:40:37 SYSNAM kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Nov 15 13:40:37 SYSNAM kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 15 13:40:37 SYSNAM kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 15 13:40:37 SYSNAM kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Nov 15 13:40:37 SYSNAM kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 15 13:40:38 SYSNAM kernel: cryptd: max_cpu_qlen set to 1000
Nov 15 13:40:38 SYSNAM kernel: vboxdrv: Found 16 processor cores/threads
Nov 15 13:40:38 SYSNAM kernel: pps pps0: new PPS source ptp0
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0: added PHC on eth0
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:92:26:d8:a7:72
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0: eth0: PBA No: FFFFFF-0FF
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Nov 15 13:40:38 SYSNAM systemd[1]: Activating swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75...
Nov 15 13:40:38 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad...
Nov 15 13:40:38 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341...
Nov 15 13:40:38 SYSNAM kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3194000711 Hz
Nov 15 13:40:38 SYSNAM kernel: vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
Nov 15 13:40:38 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269...
Nov 15 13:40:38 SYSNAM systemd[1]: Starting Virtual Console Setup...
Nov 15 13:40:38 SYSNAM kernel: Adding 67515388k swap on /dev/sda3. Priority:-2 extents:1 across:67515388k SS
Nov 15 13:40:38 SYSNAM systemd[1]: Activated swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75.
Nov 15 13:40:38 SYSNAM systemd[1]: Reached target Swaps.
Nov 15 13:40:38 SYSNAM systemd[1]: Mounting Temporary Directory /tmp...
Nov 15 13:40:38 SYSNAM systemd-fsck[563]: /dev/sda2: clean, 512/32768 files, 35736/131072 blocks
Nov 15 13:40:38 SYSNAM systemd[1]: Mounted Temporary Directory /tmp.
Nov 15 13:40:38 SYSNAM systemd-fsck[562]: /dev/sdb1: clean, 12711/244195328 files, 85714909/976754176 blocks
Nov 15 13:40:38 SYSNAM systemd-fsck[561]: /dev/sdc1: clean, 2067140/244195328 files, 218766427/976754176 blocks
Nov 15 13:40:38 SYSNAM systemd-modules-load[342]: Inserted module 'vboxdrv'
Nov 15 13:40:38 SYSNAM kernel: asus-ec-sensors asus-ec-sensors: board has 8 EC sensors that span 10 registers
Nov 15 13:40:38 SYSNAM kernel: AVX2 version of gcm_enc/dec engaged.
Nov 15 13:40:38 SYSNAM systemd-modules-load[342]: Inserted module 'vboxnetadp'
Nov 15 13:40:38 SYSNAM kernel: AES CTR mode by8 optimization enabled
Nov 15 13:40:38 SYSNAM kernel: VBoxNetAdp: Successfully started.
Nov 15 13:40:38 SYSNAM systemd-modules-load[342]: Inserted module 'vboxnetflt'
Nov 15 13:40:38 SYSNAM kernel: VBoxNetFlt: Successfully started.
Nov 15 13:40:38 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269.
Nov 15 13:40:38 SYSNAM kernel: igb 0000:06:00.0 enp6s0: renamed from eth0
Nov 15 13:40:38 SYSNAM kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 15 13:40:38 SYSNAM kernel: asus_wmi: Initialization: 0x0
Nov 15 13:40:38 SYSNAM kernel: asus_wmi: BIOS WMI version: 0.9
Nov 15 13:40:38 SYSNAM kernel: asus_wmi: SFUN value: 0x0
Nov 15 13:40:38 SYSNAM kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 15 13:40:38 SYSNAM kernel: snd_hda_intel 0000:08:00.1: Force to non-snoop mode
Nov 15 13:40:38 SYSNAM kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input4
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input5
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input6
Nov 15 13:40:38 SYSNAM systemd[1]: Finished Load Kernel Modules.
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input7
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input8
Nov 15 13:40:38 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input9
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Nov 15 13:40:38 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input10
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input11
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input12
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input13
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input14
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input15
Nov 15 13:40:38 SYSNAM kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input16
Nov 15 13:40:38 SYSNAM kernel: snd_hda_intel 0000:0a:00.3: device 1043:8733 is on the power_save denylist, forcing power_save to 0
Nov 15 13:40:38 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad.
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: TSC scaling supported
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: Nested Virtualization enabled
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: Nested Paging enabled
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: SEV enabled (ASIDs 0 - 15)
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: SEV-ES enabled (ASIDs 0 - 4294967295)
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: Virtual GIF supported
Nov 15 13:40:38 SYSNAM kernel: kvm_amd: LBR virtualization supported
Nov 15 13:40:38 SYSNAM kernel: MCE: In-kernel MCE decoding enabled.
Nov 15 13:40:38 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341.
Nov 15 13:40:38 SYSNAM systemd[1]: Finished Virtual Console Setup.
Nov 15 13:40:38 SYSNAM systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 15 13:40:38 SYSNAM systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 15 13:40:38 SYSNAM kernel: intel_rapl_common: Found RAPL domain package
Nov 15 13:40:38 SYSNAM kernel: intel_rapl_common: Found RAPL domain core
Nov 15 13:40:38 SYSNAM systemd[1]: Mounting /boot...
Nov 15 13:40:38 SYSNAM systemd[1]: Mounting /home...
Nov 15 13:40:38 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 15 13:40:38 SYSNAM kernel: EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
Nov 15 13:40:38 SYSNAM kernel: EXT4-fs (sda2): mounted filesystem e789ecb2-471a-4542-bb6a-c1a386a58269 r/w without journal. Quota mode: none.
Nov 15 13:40:38 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 15 13:40:38 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 15 13:40:38 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 15 13:40:38 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 13:40:38 SYSNAM systemd[1]: Starting Apply Kernel Variables...
Nov 15 13:40:38 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 15 13:40:38 SYSNAM systemd[1]: Mounted /boot.
Nov 15 13:40:38 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 15 13:40:38 SYSNAM kernel: EXT4-fs (sdc1): mounted filesystem 17cd87b9-c4bb-480e-8379-989afd53f341 r/w with ordered data mode. Quota mode: none.
Nov 15 13:40:38 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 15 13:40:38 SYSNAM systemd[1]: Mounted /home.
Nov 15 13:40:38 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 15 13:40:38 SYSNAM mtp-probe[699]: checking bus 5, device 3: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3"
Nov 15 13:40:38 SYSNAM mtp-probe[692]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 15 13:40:38 SYSNAM mtp-probe[699]: bus: 5, device: 3 was not an MTP device
Nov 15 13:40:38 SYSNAM mtp-probe[692]: bus: 5, device: 5 was not an MTP device
Nov 15 13:40:38 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 15 13:40:38 SYSNAM systemd[1]: Finished Apply Kernel Variables.
Nov 15 13:40:39 SYSNAM systemd[1]: Mounting /home/DataWarehouse...
Nov 15 13:40:39 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 15 13:40:39 SYSNAM systemd[1]: Mounted /home/DataWarehouse.
Nov 15 13:40:39 SYSNAM systemd[1]: Reached target Local File Systems.
Nov 15 13:40:39 SYSNAM systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 15 13:40:39 SYSNAM kernel: EXT4-fs (sdb1): mounted filesystem 147d4cf4-cf86-4e42-8c2e-1990318ff0ad r/w with ordered data mode. Quota mode: none.
Nov 15 13:40:39 SYSNAM systemd[1]: Starting Set Up Additional Binary Formats...
Nov 15 13:40:39 SYSNAM systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 15 13:40:39 SYSNAM systemd[1]: Starting Create Volatile Files and Directories...
Nov 15 13:40:39 SYSNAM systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 770 (systemd-binfmt)
Nov 15 13:40:39 SYSNAM systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 15 13:40:39 SYSNAM systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 15 13:40:39 SYSNAM systemd[1]: Finished Set Up Additional Binary Formats.
Nov 15 13:40:39 SYSNAM systemd[1]: Finished Create Volatile Files and Directories.
Nov 15 13:40:39 SYSNAM systemd[1]: Mounting RPC Pipe File System...
Nov 15 13:40:39 SYSNAM systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 15 13:40:39 SYSNAM systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 15 13:40:39 SYSNAM systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 15 13:40:39 SYSNAM systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 15 13:40:40 SYSNAM kernel: [drm] amdgpu kernel modesetting enabled.
Nov 15 13:40:40 SYSNAM kernel: amdgpu: Virtual CRAT table created for CPU
Nov 15 13:40:40 SYSNAM kernel: amdgpu: Topology: Add CPU node
Nov 15 13:40:40 SYSNAM kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22FC 0xE7).
Nov 15 13:40:40 SYSNAM kernel: [drm] register mmio base: 0xFCF00000
Nov 15 13:40:40 SYSNAM kernel: [drm] register mmio size: 262144
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 0 <vi_common>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 1 <gmc_v8_0>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 2 <tonga_ih>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 3 <gfx_v8_0>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 4 <sdma_v3_0>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 5 <powerplay>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 6 <dm>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 7 <uvd_v6_0>
Nov 15 13:40:40 SYSNAM kernel: [drm] add ip block number 8 <vce_v3_0>
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: No more image in the PCI ROM
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from ROM BAR
Nov 15 13:40:40 SYSNAM kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
Nov 15 13:40:40 SYSNAM kernel: [drm] UVD is enabled in VM mode
Nov 15 13:40:40 SYSNAM kernel: [drm] UVD ENC is enabled in VM mode
Nov 15 13:40:40 SYSNAM kernel: [drm] VCE enabled in VM mode
Nov 15 13:40:40 SYSNAM kernel: Console: switching to colour dummy device 80x25
Nov 15 13:40:40 SYSNAM kernel: RPC: Registered named UNIX socket transport module.
Nov 15 13:40:40 SYSNAM kernel: RPC: Registered udp transport module.
Nov 15 13:40:40 SYSNAM kernel: RPC: Registered tcp transport module.
Nov 15 13:40:40 SYSNAM kernel: RPC: Registered tcp-with-tls transport module.
Nov 15 13:40:40 SYSNAM kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Network Time Synchronization...
Nov 15 13:40:40 SYSNAM systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 15 13:40:40 SYSNAM systemd[1]: Mounted RPC Pipe File System.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target rpc_pipefs.target.
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: vgaarb: deactivate vga console
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Nov 15 13:40:40 SYSNAM kernel: [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Nov 15 13:40:40 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Nov 15 13:40:40 SYSNAM kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Nov 15 13:40:40 SYSNAM kernel: [drm] RAM width 256bits GDDR5
Nov 15 13:40:40 SYSNAM kernel: [drm] amdgpu: 8192M of VRAM memory ready
Nov 15 13:40:40 SYSNAM kernel: [drm] amdgpu: 16001M of GTT memory ready.
Nov 15 13:40:40 SYSNAM kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Nov 15 13:40:40 SYSNAM kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F401300000).
Nov 15 13:40:40 SYSNAM kernel: [drm] Chained IB support enabled!
Nov 15 13:40:40 SYSNAM kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Nov 15 13:40:40 SYSNAM kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Nov 15 13:40:40 SYSNAM kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Nov 15 13:40:40 SYSNAM systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Network Time Synchronization.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target System Initialization.
Nov 15 13:40:40 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Daily atop restart.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Daily rotation of log files.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Daily man-db regeneration.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Monthly clean packages cache.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Weekly pkgstats submission.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Daily verification of password and group files.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Path Units.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Timer Units.
Nov 15 13:40:40 SYSNAM systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 15 13:40:40 SYSNAM systemd[1]: Listening on CUPS Scheduler.
Nov 15 13:40:40 SYSNAM systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Socket Units.
Nov 15 13:40:40 SYSNAM systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Basic System.
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Save/Restore Sound Card State...
Nov 15 13:40:40 SYSNAM systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 15 13:40:40 SYSNAM systemd[1]: Starting D-Bus System Message Bus...
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Initialize hardware monitoring sensors...
Nov 15 13:40:40 SYSNAM (modprobe)[867]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Nov 15 13:40:40 SYSNAM systemd[1]: Started Switch on numlock from tty1 to tty6.
Nov 15 13:40:40 SYSNAM systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Successfully dropped root privileges.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: avahi-daemon 0.8 starting up.
Nov 15 13:40:40 SYSNAM systemd[1]: Starting User Login Management...
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Watchdog Daemon...
Nov 15 13:40:40 SYSNAM watchdog[883]: starting daemon (5.16):
Nov 15 13:40:40 SYSNAM watchdog[883]: int=1s realtime=yes sync=no load=0,0,0 soft=no
Nov 15 13:40:40 SYSNAM watchdog[883]: memory not checked
Nov 15 13:40:40 SYSNAM watchdog[883]: ping: no machine to check
Nov 15 13:40:40 SYSNAM watchdog[883]: file: no file to check
Nov 15 13:40:40 SYSNAM watchdog[883]: pidfile: no server process to check
Nov 15 13:40:40 SYSNAM watchdog[883]: interface: no interface to check
Nov 15 13:40:40 SYSNAM watchdog[883]: temperature: no sensors to check
Nov 15 13:40:40 SYSNAM watchdog[883]: no test binary files
Nov 15 13:40:40 SYSNAM watchdog[883]: no repair binary files
Nov 15 13:40:40 SYSNAM watchdog[883]: error retry time-out = 60 seconds
Nov 15 13:40:40 SYSNAM watchdog[883]: repair attempts = 1
Nov 15 13:40:40 SYSNAM watchdog[883]: alive=[none] heartbeat=[none] to=root no_act=no force=no
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Successfully called chroot().
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Successfully dropped remaining capabilities.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Loading service file /services/NFS.service.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: New relevant interface lo.IPv6 for mDNS.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: New relevant interface lo.IPv4 for mDNS.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Network interface enumeration completed.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Registering new address record for ::1 on lo.*.
Nov 15 13:40:40 SYSNAM avahi-daemon[864]: Registering new address record for 127.0.0.1 on lo.IPv4.
Nov 15 13:40:40 SYSNAM systemd-logind[872]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 15 13:40:40 SYSNAM systemd-logind[872]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 15 13:40:40 SYSNAM systemd[1]: Finished Save/Restore Sound Card State.
Nov 15 13:40:40 SYSNAM systemd[1]: Started D-Bus System Message Bus.
Nov 15 13:40:40 SYSNAM systemd-logind[872]: New seat seat0.
Nov 15 13:40:40 SYSNAM systemd[1]: Started User Login Management.
Nov 15 13:40:40 SYSNAM systemd[1]: numlockon.service: Deactivated successfully.
Nov 15 13:40:40 SYSNAM kernel: [drm] Display Core v3.2.247 initialized on DCE 11.2
Nov 15 13:40:40 SYSNAM kernel: snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 15 13:40:40 SYSNAM systemd[1]: Started Watchdog Daemon.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Sound Card.
Nov 15 13:40:40 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Network Manager...
Nov 15 13:40:40 SYSNAM systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8328] NetworkManager (version 1.44.2-3) is starting... (boot:81efe8b6-fddd-43d9-8f35-85b4e509962f)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8328] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8400] manager[0x5652c04370e0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 15 13:40:40 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=962 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Hostname Service...
Nov 15 13:40:40 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8939] hostname: hostname: using hostnamed
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8939] hostname: static hostname changed from (none) to "SYSNAM"
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8943] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8946] manager[0x5652c04370e0]: rfkill: Wi-Fi hardware radio set enabled
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.8946] manager[0x5652c04370e0]: rfkill: WWAN hardware radio set enabled
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9244] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9263] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9268] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9276] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9318] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 15 13:40:40 SYSNAM systemd[1]: Finished Initialize hardware monitoring sensors.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Hostname Service.
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9337] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9339] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9340] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9341] manager: Networking is enabled by state file
Nov 15 13:40:40 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=962 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9345] settings: Loaded settings plugin: keyfile (internal)
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9371] dhcp: init: Using DHCP client 'internal'
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9373] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9381] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9384] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9388] device (lo): Activation: starting connection 'lo' (4949cc71-cf4c-4349-a2d2-7f45bb139c23)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9395] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9396] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 15 13:40:40 SYSNAM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 15 13:40:40 SYSNAM systemd[1]: Started Network Manager.
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9651] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Network.
Nov 15 13:40:40 SYSNAM systemd[1]: Reached target Network is Online.
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9668] ovsdb: disconnected from ovsdb
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9669] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM systemd[1]: Starting CUPS Scheduler...
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9672] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9674] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9680] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM systemd[1]: Starting GSSAPI Proxy Daemon...
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Network Time Service...
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9705] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9707] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 15 13:40:40 SYSNAM NetworkManager[962]: <info> [1700073640.9710] device (lo): Activation: successful, device activated.
Nov 15 13:40:40 SYSNAM systemd[1]: Starting Notify NFS peers of a restart...
Nov 15 13:40:40 SYSNAM systemd[1]: Started OpenSSH Daemon.
Nov 15 13:40:40 SYSNAM sm-notify[985]: Version 2.6.3 starting
Nov 15 13:40:40 SYSNAM sshd[987]: Server listening on 0.0.0.0 port 22.
Nov 15 13:40:40 SYSNAM sshd[987]: Server listening on :: port 22.
Nov 15 13:40:40 SYSNAM kernel: [drm] UVD and UVD ENC initialized successfully.
Nov 15 13:40:41 SYSNAM ntpd[979]: ntpd 4.2.8p17@1.4004-o Tue Jun 6 14:05:47 UTC 2023 (1): Starting
Nov 15 13:40:41 SYSNAM ntpd[979]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Nov 15 13:40:41 SYSNAM ntpd[979]: ----------------------------------------------------
Nov 15 13:40:41 SYSNAM ntpd[979]: ntp-4 is maintained by Network Time Foundation,
Nov 15 13:40:41 SYSNAM ntpd[979]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Nov 15 13:40:41 SYSNAM ntpd[979]: corporation. Support and training for ntp-4 are
Nov 15 13:40:41 SYSNAM ntpd[979]: available at https://www.nwtime.org/support
Nov 15 13:40:41 SYSNAM ntpd[979]: ----------------------------------------------------
Nov 15 13:40:41 SYSNAM ntpd[979]: DEBUG behavior is enabled - a violation of any
Nov 15 13:40:41 SYSNAM ntpd[979]: diagnostic assertion will cause ntpd to abort
Nov 15 13:40:41 SYSNAM ntpd[991]: proto: precision = 0.090 usec (-23)
Nov 15 13:40:41 SYSNAM ntpd[991]: basedate set to 2023-05-25
Nov 15 13:40:41 SYSNAM ntpd[991]: gps base set to 2023-05-28 (week 2264)
Nov 15 13:40:41 SYSNAM ntpd[991]: initial drift restored to 1.320000
Nov 15 13:40:41 SYSNAM ntpd[991]: Listen and drop on 0 v6wildcard [::]:123
Nov 15 13:40:41 SYSNAM ntpd[991]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 15 13:40:41 SYSNAM ntpd[991]: Listen normally on 2 lo 127.0.0.1:123
Nov 15 13:40:41 SYSNAM ntpd[991]: Listen normally on 3 lo [::1]:123
Nov 15 13:40:41 SYSNAM ntpd[991]: Listening on routing socket on fd #20 for interface updates
Nov 15 13:40:41 SYSNAM ntpd[991]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 15 13:40:41 SYSNAM ntpd[991]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 15 13:40:41 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.7' (uid=0 pid=977 comm="/usr/bin/cupsd -l")
Nov 15 13:40:41 SYSNAM systemd[1]: Started Notify NFS peers of a restart.
Nov 15 13:40:41 SYSNAM systemd[1]: Started GSSAPI Proxy Daemon.
Nov 15 13:40:41 SYSNAM systemd[1]: Started Network Time Service.
Nov 15 13:40:41 SYSNAM mtp-probe[1017]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3"
Nov 15 13:40:41 SYSNAM kernel: [drm] VCE initialized successfully.
Nov 15 13:40:41 SYSNAM kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 15 13:40:41 SYSNAM kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 15 13:40:41 SYSNAM kernel: amdgpu: Virtual CRAT table created for GPU
Nov 15 13:40:41 SYSNAM kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Nov 15 13:40:41 SYSNAM kernel: kfd kfd: amdgpu: added device 1002:67df
Nov 15 13:40:41 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
Nov 15 13:40:41 SYSNAM systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 15 13:40:41 SYSNAM mtp-probe[1017]: bus: 5, device: 4 was not an MTP device
Nov 15 13:40:41 SYSNAM systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 15 13:40:41 SYSNAM mtp-probe[1014]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 15 13:40:41 SYSNAM systemd[1]: Reached target NFS client services.
Nov 15 13:40:41 SYSNAM mtp-probe[1014]: bus: 5, device: 6 was not an MTP device
Nov 15 13:40:41 SYSNAM systemd[1]: Reached target Preparation for Remote File Systems.
Nov 15 13:40:41 SYSNAM mtp-probe[1062]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.4"
Nov 15 13:40:41 SYSNAM systemd[1]: Reached target Remote File Systems.
Nov 15 13:40:41 SYSNAM mtp-probe[1062]: bus: 1, device: 3 was not an MTP device
Nov 15 13:40:41 SYSNAM systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 15 13:40:41 SYSNAM systemd[1]: Starting Permit User Sessions...
Nov 15 13:40:41 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Using BACO for runtime pm
Nov 15 13:40:41 SYSNAM kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:08:00.0 on minor 1
Nov 15 13:40:41 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 15 13:40:41 SYSNAM kernel: input: KYE Optica Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3/5-3:1.0/0003:0458:0024.0001/input/input17
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:0458:0024.0001: input,hidraw0: USB HID v1.10 Mouse [KYE Optica Mouse] on usb-0000:09:00.3-3/input0
Nov 15 13:40:41 SYSNAM kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 15 13:40:41 SYSNAM systemd[1]: Finished Permit User Sessions.
Nov 15 13:40:41 SYSNAM systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 15 13:40:41 SYSNAM systemd[1]: Started Command Scheduler.
Nov 15 13:40:41 SYSNAM systemd[1]: Reached target Multi-User System.
Nov 15 13:40:41 SYSNAM systemd[1]: Started Simple Desktop Display Manager.
Nov 15 13:40:41 SYSNAM systemd[1]: Reached target Graphical Interface.
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input18
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input19
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:046D:C22D.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:0BDA:1100.0004: hiddev97,hidraw3: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:09:00.3-2.5/input0
Nov 15 13:40:41 SYSNAM kernel: usbcore: registered new interface driver usbhid
Nov 15 13:40:41 SYSNAM kernel: usbhid: USB HID core driver
Nov 15 13:40:41 SYSNAM mtp-probe[1141]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 15 13:40:41 SYSNAM mtp-probe[1141]: bus: 5, device: 5 was not an MTP device
Nov 15 13:40:41 SYSNAM kernel: mousedev: PS/2 mouse device common for all mice
Nov 15 13:40:41 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 15 13:40:41 SYSNAM kernel: amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 15 13:40:41 SYSNAM crond[1083]: (CRON) STARTUP (1.7.0)
Nov 15 13:40:41 SYSNAM crond[1083]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 15 13:40:41 SYSNAM crond[1083]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 30% if used.)
Nov 15 13:40:41 SYSNAM crond[1083]: (CRON) INFO (running with inotify support)
Nov 15 13:40:41 SYSNAM sddm[1084]: Initializing...
Nov 15 13:40:41 SYSNAM sddm[1084]: Starting...
Nov 15 13:40:41 SYSNAM sddm[1084]: Logind interface found
Nov 15 13:40:41 SYSNAM sddm[1084]: Adding new display...
Nov 15 13:40:41 SYSNAM sddm[1084]: Loaded empty theme configuration
Nov 15 13:40:41 SYSNAM sddm[1084]: Xauthority path: "/run/sddm/xauth_FfOBgM"
Nov 15 13:40:41 SYSNAM sddm[1084]: Using VT 2
Nov 15 13:40:41 SYSNAM sddm[1084]: Display server starting...
Nov 15 13:40:41 SYSNAM sddm[1084]: Writing cookie to "/run/sddm/xauth_FfOBgM"
Nov 15 13:40:41 SYSNAM sddm[1084]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_FfOBgM -noreset -displayfd 16
Nov 15 13:40:41 SYSNAM (udev-worker)[431]: hiddev0: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 15 13:40:41 SYSNAM avahi-daemon[864]: Server startup complete. Host name is SYSNAM.local. Local service cookie is 2211290527.
Nov 15 13:40:41 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 15 13:40:41 SYSNAM systemd[1]: Startup finished in 5.820s (kernel) + 4.878s (userspace) = 10.698s.
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input21
Nov 15 13:40:41 SYSNAM mtp-probe[1227]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 15 13:40:41 SYSNAM mtp-probe[1227]: bus: 5, device: 6 was not an MTP device
Nov 15 13:40:41 SYSNAM kernel: lg-g15 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 15 13:40:41 SYSNAM kernel: lg-g15 0003:046D:C22D.0003: input,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 15 13:40:41 SYSNAM (udev-worker)[394]: hiddev1: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 15 13:40:41 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input22
Nov 15 13:40:41 SYSNAM kernel: sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/leds/g15::kbd_backlight/color'
Nov 15 13:40:41 SYSNAM kernel: CPU: 4 PID: 413 Comm: (udev-worker) Tainted: G OE 6.6.0-1.1-dirty #1 34c24cdb7ecbcb77480824c280e85397374d7939
Nov 15 13:40:41 SYSNAM kernel: Hardware name: System manufacturer System Product Name/PRIME X470-PRO, BIOS 5843 03/11/2021
Nov 15 13:40:41 SYSNAM kernel: Call Trace:
Nov 15 13:40:41 SYSNAM kernel: <TASK>
Nov 15 13:40:41 SYSNAM kernel: dump_stack_lvl+0x47/0x60
Nov 15 13:40:41 SYSNAM kernel: sysfs_warn_dup+0x5a/0x70
Nov 15 13:40:41 SYSNAM kernel: sysfs_add_file_mode_ns+0x11a/0x130
Nov 15 13:40:41 SYSNAM kernel: internal_create_group+0x125/0x3b0
Nov 15 13:40:41 SYSNAM kernel: internal_create_groups+0x42/0xa0
Nov 15 13:40:41 SYSNAM kernel: device_add+0x5ad/0x8a0
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? kstrdup+0x4c/0x70
Nov 15 13:40:41 SYSNAM kernel: device_create_groups_vargs+0xce/0xf0
Nov 15 13:40:41 SYSNAM kernel: device_create_with_groups+0x4b/0x70
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? klist_add_tail+0x5c/0x90
Nov 15 13:40:41 SYSNAM kernel: led_classdev_register_ext+0x1d2/0x470
Nov 15 13:40:41 SYSNAM kernel: ? __kmem_cache_alloc_node+0x1a6/0x340
Nov 15 13:40:41 SYSNAM kernel: devm_led_classdev_register_ext+0x50/0x90
Nov 15 13:40:41 SYSNAM kernel: lg_g15_probe+0x667/0x770 [hid_lg_g15 80e5dce707ec7618ecc15d68c97a50fa91ded760]
Nov 15 13:40:41 SYSNAM kernel: hid_device_probe+0x111/0x1a0
Nov 15 13:40:41 SYSNAM kernel: really_probe+0x19e/0x3e0
Nov 15 13:40:41 SYSNAM kernel: ? __pfx___device_attach_driver+0x10/0x10
Nov 15 13:40:41 SYSNAM kernel: __driver_probe_device+0x78/0x160
Nov 15 13:40:41 SYSNAM kernel: driver_probe_device+0x1f/0x90
Nov 15 13:40:41 SYSNAM kernel: __device_attach_driver+0x89/0x110
Nov 15 13:40:41 SYSNAM kernel: bus_for_each_drv+0x95/0xf0
Nov 15 13:40:41 SYSNAM kernel: __device_attach+0xb2/0x1b0
Nov 15 13:40:41 SYSNAM kernel: ? __pfx___hid_bus_reprobe_drivers+0x10/0x10
Nov 15 13:40:41 SYSNAM kernel: device_reprobe+0x4e/0x90
Nov 15 13:40:41 SYSNAM kernel: ? __hid_bus_reprobe_drivers+0x3c/0x60
Nov 15 13:40:41 SYSNAM kernel: bus_for_each_dev+0x88/0xd0
Nov 15 13:40:41 SYSNAM kernel: ? __pfx___hid_bus_driver_added+0x10/0x10
Nov 15 13:40:41 SYSNAM kernel: __hid_bus_driver_added+0x2c/0x40
Nov 15 13:40:41 SYSNAM kernel: bus_for_each_drv+0x95/0xf0
Nov 15 13:40:41 SYSNAM kernel: __hid_register_driver+0x74/0x80
Nov 15 13:40:41 SYSNAM kernel: ? __pfx_lg_g15_driver_init+0x10/0x10 [hid_lg_g15 80e5dce707ec7618ecc15d68c97a50fa91ded760]
Nov 15 13:40:41 SYSNAM kernel: do_one_initcall+0x5d/0x320
Nov 15 13:40:41 SYSNAM kernel: do_init_module+0x60/0x240
Nov 15 13:40:41 SYSNAM kernel: init_module_from_file+0x89/0xe0
Nov 15 13:40:41 SYSNAM kernel: idempotent_init_module+0x120/0x2b0
Nov 15 13:40:41 SYSNAM kernel: __x64_sys_finit_module+0x5e/0xb0
Nov 15 13:40:41 SYSNAM kernel: do_syscall_64+0x60/0x90
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? ksys_lseek+0x6c/0xb0
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? syscall_exit_to_user_mode+0x2b/0x40
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? do_syscall_64+0x6c/0x90
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? exit_to_user_mode_prepare+0x132/0x1f0
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? syscall_exit_to_user_mode+0x2b/0x40
Nov 15 13:40:41 SYSNAM kernel: ? srso_return_thunk+0x5/0x10
Nov 15 13:40:41 SYSNAM kernel: ? do_syscall_64+0x6c/0x90
Nov 15 13:40:41 SYSNAM kernel: entry_SYSCALL_64_after_hwframe+0x6e/0xd8
Nov 15 13:40:41 SYSNAM kernel: RIP: 0033:0x7f05fe4b173d
Nov 15 13:40:41 SYSNAM kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c3 95 0c 00 f7 d8 64 89 01 48
Nov 15 13:40:41 SYSNAM kernel: RSP: 002b:00007ffc77e1d8f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Nov 15 13:40:41 SYSNAM kernel: RAX: ffffffffffffffda RBX: 00005591c2982ab0 RCX: 00007f05fe4b173d
Nov 15 13:40:41 SYSNAM kernel: RDX: 0000000000000004 RSI: 00007f05fe5be376 RDI: 0000000000000006
Nov 15 13:40:41 SYSNAM kernel: RBP: 00007f05fe5be376 R08: 0000000000000001 R09: 0000000000000000
Nov 15 13:40:41 SYSNAM kernel: R10: 0000000000000050 R11: 0000000000000246 R12: 0000000000020000
Nov 15 13:40:41 SYSNAM kernel: R13: 00005591c2980f80 R14: 0000000000000000 R15: 00005591c2963910
Nov 15 13:40:41 SYSNAM kernel: </TASK>
Nov 15 13:40:41 SYSNAM kernel: mc: Linux media interface: v0.10
Nov 15 13:40:41 SYSNAM kernel: usb-storage 1-14.4:1.0: USB Mass Storage device detected
Nov 15 13:40:41 SYSNAM kernel: videodev: Linux video capture interface: v2.00
Nov 15 13:40:41 SYSNAM kernel: scsi host9: usb-storage 1-14.4:1.0
Nov 15 13:40:41 SYSNAM kernel: usbcore: registered new interface driver usb-storage
Nov 15 13:40:41 SYSNAM kernel: usbcore: registered new interface driver uas
Nov 15 13:40:42 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 15 13:40:42 SYSNAM kernel: usbcore: registered new interface driver snd-usb-audio
Nov 15 13:40:42 SYSNAM kernel: usb 5-2.3: Found UVC 1.00 device USB 2.0 Camera (0c45:636b)
Nov 15 13:40:42 SYSNAM kernel: input: USB 2.0 Camera: USB Camera as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3/5-2.3:1.0/input/input25
Nov 15 13:40:42 SYSNAM kernel: lg-g15: probe of 0003:046D:C22D.0003 failed with error -17
Nov 15 13:40:42 SYSNAM kernel: usbcore: registered new interface driver uvcvideo
Nov 15 13:40:42 SYSNAM mtp-probe[1314]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3"
Nov 15 13:40:42 SYSNAM mtp-probe[1314]: bus: 5, device: 4 was not an MTP device
Nov 15 13:40:42 SYSNAM systemd-logind[872]: Watching system buttons on /dev/input/event18 (Logitech G510 Gaming Keyboard)
Nov 15 13:40:42 SYSNAM avahi-daemon[864]: Service "NFS Share on SYSNAM" (/services/NFS.service) successfully established.
Nov 15 13:40:42 SYSNAM sddm[1084]: Setting default cursor
Nov 15 13:40:43 SYSNAM kernel: scsi 9:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Nov 15 13:40:43 SYSNAM kernel: scsi 9:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Nov 15 13:40:43 SYSNAM kernel: scsi 9:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Nov 15 13:40:43 SYSNAM kernel: scsi 9:0:0:3: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:0: Attached scsi generic sg5 type 0
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:1: Attached scsi generic sg6 type 0
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:0: [sdd] Media removed, stopped polling
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:2: Attached scsi generic sg7 type 0
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:1: [sde] Media removed, stopped polling
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:3: Attached scsi generic sg8 type 0
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:0: [sdd] Attached SCSI removable disk
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:2: [sdf] Media removed, stopped polling
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:3: [sdg] Media removed, stopped polling
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:1: [sde] Attached SCSI removable disk
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:2: [sdf] Attached SCSI removable disk
Nov 15 13:40:43 SYSNAM kernel: sd 9:0:0:3: [sdg] Attached SCSI removable disk
Nov 15 13:40:43 SYSNAM sddm[1084]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Nov 15 13:40:43 SYSNAM sddm[1084]: Display server started.
Nov 15 13:40:43 SYSNAM sddm[1084]: Socket server starting...
Nov 15 13:40:43 SYSNAM sddm[1084]: Socket server started.
Nov 15 13:40:43 SYSNAM sddm[1084]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 15 13:40:43 SYSNAM sddm[1084]: Greeter starting...
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: [PAM] Starting...
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: [PAM] Authenticating...
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: [PAM] returning.
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=995) by (uid=0)
Nov 15 13:40:43 SYSNAM systemd-logind[872]: New session c1 of user sddm.
Nov 15 13:40:43 SYSNAM systemd[1]: Created slice User Slice of UID 995.
Nov 15 13:40:43 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/995...
Nov 15 13:40:43 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/995.
Nov 15 13:40:43 SYSNAM systemd[1]: Starting User Manager for UID 995...
Nov 15 13:40:43 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.23' (uid=0 pid=1575 comm="(systemd)")
Nov 15 13:40:43 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 13:40:43 SYSNAM (systemd)[1575]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 13:40:43 SYSNAM (systemd)[1575]: pam_unix(systemd-user:session): session opened for user sddm(uid=995) by sddm(uid=0)
Nov 15 13:40:43 SYSNAM systemd[1575]: Queued start job for default target Main User Target.
Nov 15 13:40:43 SYSNAM systemd[1575]: Created slice User Application Slice.
Nov 15 13:40:43 SYSNAM systemd[1575]: Reached target Paths.
Nov 15 13:40:43 SYSNAM systemd[1575]: Reached target Timers.
Nov 15 13:40:43 SYSNAM systemd[1575]: Starting D-Bus User Message Bus Socket...
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GnuPG network certificate management daemon.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GCR ssh-agent wrapper.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GNOME Keyring daemon.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on p11-kit server.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on PipeWire Multimedia System Sockets.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on Sound System.
Nov 15 13:40:43 SYSNAM systemd[1575]: Listening on D-Bus User Message Bus Socket.
Nov 15 13:40:43 SYSNAM systemd[1575]: Reached target Sockets.
Nov 15 13:40:43 SYSNAM systemd[1575]: Reached target Basic System.
Nov 15 13:40:43 SYSNAM systemd[1575]: Starting Update XDG user dir configuration...
Nov 15 13:40:43 SYSNAM systemd[1]: Started User Manager for UID 995.
Nov 15 13:40:43 SYSNAM systemd[1]: Started Session c1 of User sddm.
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: Writing cookie to "/tmp/xauth_TIgUIP"
Nov 15 13:40:43 SYSNAM sddm-helper[1422]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-ZCijrQ --theme /usr/share/sddm/themes/Classic_Breeze"
Nov 15 13:40:43 SYSNAM systemd[1575]: Finished Update XDG user dir configuration.
Nov 15 13:40:43 SYSNAM systemd[1575]: Reached target Main User Target.
Nov 15 13:40:43 SYSNAM systemd[1575]: Startup finished in 309ms.
Nov 15 13:40:43 SYSNAM sddm[1084]: Greeter session started successfully
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: High-DPI autoscaling Enabled
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/local/share/xsessions/kodi.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/kodi.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/local/share/xsessions/LXDE.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/LXDE.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/local/share/xsessions/openbox-kde.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/openbox-kde.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/local/share/xsessions/openbox.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/openbox.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 15 13:40:43 SYSNAM systemd[1575]: Created slice User Core Session Slice.
Nov 15 13:40:43 SYSNAM systemd[1575]: Starting D-Bus User Message Bus...
Nov 15 13:40:43 SYSNAM systemd[1575]: Started D-Bus User Message Bus.
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Connected to the daemon.
Nov 15 13:40:43 SYSNAM sddm[1084]: Message received from greeter: Connect
Nov 15 13:40:43 SYSNAM kernel: sddm-greeter[1586]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: Loading file:///usr/share/sddm/themes/Classic_Breeze/Main.qml...
Nov 15 13:40:43 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffd987ccb00), parent's thread is QThread(0x55773c1fda30), current thread is QThread(0x55773c5b8fa0)
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffd987ccb00), parent's thread is QThread(0x55773c1fda30), current thread is QThread(0x55773c5b8fa0)
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffd987ccb00), parent's thread is QThread(0x55773c1fda30), current thread is QThread(0x55773c5b8fa0)
Nov 15 13:40:43 SYSNAM sddm-greeter[1586]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0531] device (enp6s0): carrier: link connected
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0534] device (enp6s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0550] policy: auto-activating connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0555] device (enp6s0): Activation: starting connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0556] device (enp6s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.0560] manager: NetworkManager state is now CONNECTING
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.1033] device (enp6s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.1051] device (enp6s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:44 SYSNAM NetworkManager[962]: <info> [1700073644.1067] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 15 13:40:44 SYSNAM avahi-daemon[864]: Joining mDNS multicast group on interface enp6s0.IPv6 with address fe80::b917:6e4a:27a6:8d42.
Nov 15 13:40:44 SYSNAM avahi-daemon[864]: New relevant interface enp6s0.IPv6 for mDNS.
Nov 15 13:40:44 SYSNAM avahi-daemon[864]: Registering new address record for fe80::b917:6e4a:27a6:8d42 on enp6s0.*.
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:220:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:121:21: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:172:21: QML BreezeLabel: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:100:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=872 comm="/usr/lib/systemd/systemd-logind")
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.26' (uid=995 pid=1586 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-ZCijrQ")
Nov 15 13:40:44 SYSNAM systemd[1]: Starting Authorization Manager...
Nov 15 13:40:44 SYSNAM systemd[1]: Starting Disk Manager...
Nov 15 13:40:44 SYSNAM udisksd[1601]: udisks daemon version 2.10.1 starting
Nov 15 13:40:44 SYSNAM polkitd[1600]: Started polkitd version 123
Nov 15 13:40:44 SYSNAM polkitd[1600]: Loading rules from directory /etc/polkit-1/rules.d
Nov 15 13:40:44 SYSNAM polkitd[1600]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 15 13:40:44 SYSNAM polkitd[1600]: Finished loading, compiling and executing 7 rules
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 15 13:40:44 SYSNAM polkitd[1600]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 15 13:40:44 SYSNAM systemd[1]: Started Authorization Manager.
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 15 13:40:44 SYSNAM systemd[1]: Started Disk Manager.
Nov 15 13:40:44 SYSNAM udisksd[1601]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.26' (uid=995 pid=1586 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-ZCijrQ")
Nov 15 13:40:44 SYSNAM systemd[1]: Starting Daemon for power management...
Nov 15 13:40:44 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 15 13:40:44 SYSNAM systemd[1]: Started Daemon for power management.
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/InfoPane.qml:52:13: Unable to assign [undefined] to int
Nov 15 13:40:44 SYSNAM sddm-greeter[1586]: Adding view for "DisplayPort-0" QRect(0,0 3440x1440)
Nov 15 13:40:45 SYSNAM sddm-greeter[1586]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.27'
Nov 15 13:40:45 SYSNAM sddm-greeter[1586]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.29'
Nov 15 13:40:45 SYSNAM sddm-greeter[1586]: Message received from daemon: Capabilities
Nov 15 13:40:45 SYSNAM sddm-greeter[1586]: Message received from daemon: HostName
Nov 15 13:40:47 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 15 13:40:47 SYSNAM NetworkManager[962]: <info> [1700073647.8902] device (enp6s0): carrier: link connected
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2432] dhcp4 (enp6s0): state changed new lease, address=192.168.123.191
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2438] policy: set 'Wired connection 1' (enp6s0) as default for IPv4 routing and DNS
Nov 15 13:40:48 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=962 comm="/usr/bin/NetworkManager --no-daemon")
Nov 15 13:40:48 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 15 13:40:48 SYSNAM avahi-daemon[864]: Joining mDNS multicast group on interface enp6s0.IPv4 with address 192.168.123.191.
Nov 15 13:40:48 SYSNAM avahi-daemon[864]: New relevant interface enp6s0.IPv4 for mDNS.
Nov 15 13:40:48 SYSNAM avahi-daemon[864]: Registering new address record for 192.168.123.191 on enp6s0.IPv4.
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2576] device (enp6s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2593] device (enp6s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2595] device (enp6s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2600] manager: NetworkManager state is now CONNECTED_SITE
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2604] device (enp6s0): Activation: successful, device activated.
Nov 15 13:40:48 SYSNAM NetworkManager[962]: <info> [1700073648.2612] manager: startup complete
Nov 15 13:40:49 SYSNAM NetworkManager[962]: <info> [1700073649.5626] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 15 13:40:50 SYSNAM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 15 13:40:52 SYSNAM ntpd[991]: Listen normally on 4 enp6s0 192.168.123.191:123
Nov 15 13:40:52 SYSNAM ntpd[991]: Listen normally on 5 enp6s0 [fe80::b917:6e4a:27a6:8d42%2]:123
Nov 15 13:40:52 SYSNAM ntpd[991]: new interface(s) found: waking up resolver
Nov 15 13:41:05 SYSNAM kernel: usb 1-14.1: new high-speed USB device number 4 using xhci_hcd
Nov 15 13:41:05 SYSNAM kernel: usb 1-14.1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Nov 15 13:41:05 SYSNAM kernel: usb 1-14.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 15 13:41:05 SYSNAM kernel: usb 1-14.1: Product: USB2.0 Hub
Nov 15 13:41:05 SYSNAM kernel: hub 1-14.1:1.0: USB hub found
Nov 15 13:41:05 SYSNAM kernel: hub 1-14.1:1.0: 4 ports detected
Nov 15 13:41:05 SYSNAM kernel: usb 1-14.1.1: new low-speed USB device number 5 using xhci_hcd
Nov 15 13:41:06 SYSNAM kernel: usb 1-14.1.1: New USB device found, idVendor=04d9, idProduct=0006, bcdDevice= 1.50
Nov 15 13:41:06 SYSNAM kernel: usb 1-14.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 15 13:41:06 SYSNAM kernel: usb 1-14.1.1: Product: RPI Wired Keyboard 4
Nov 15 13:41:06 SYSNAM kernel: usb 1-14.1.1: Manufacturer:
Nov 15 13:41:06 SYSNAM kernel: input: RPI Wired Keyboard 4 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.1/1-14.1.1/1-14.1.1:1.0/0003:04D9:0006.0005/input/input26
Nov 15 13:41:06 SYSNAM kernel: hid-generic 0003:04D9:0006.0005: input,hidraw2: USB HID v1.11 Keyboard [ RPI Wired Keyboard 4] on usb-0000:01:00.0-14.1.1/input0
Nov 15 13:41:06 SYSNAM kernel: input: RPI Wired Keyboard 4 as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.1/1-14.1.1/1-14.1.1:1.1/0003:04D9:0006.0006/input/input27
Nov 15 13:41:06 SYSNAM kernel: hid-generic 0003:04D9:0006.0006: input,hidraw4: USB HID v1.11 Device [ RPI Wired Keyboard 4] on usb-0000:01:00.0-14.1.1/input1
Nov 15 13:41:06 SYSNAM mtp-probe[1705]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.1/1-14.1.1"
Nov 15 13:41:06 SYSNAM mtp-probe[1705]: bus: 1, device: 5 was not an MTP device
Nov 15 13:41:07 SYSNAM systemd-logind[872]: Watching system buttons on /dev/input/event20 ( RPI Wired Keyboard 4)
Nov 15 13:41:07 SYSNAM mtp-probe[1783]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.1/1-14.1.1"
Nov 15 13:41:07 SYSNAM mtp-probe[1783]: bus: 1, device: 5 was not an MTP device
Nov 15 13:41:09 SYSNAM systemd-timesyncd[785]: Contacted time server 148.113.173.205:123 (2.arch.pool.ntp.org).
Nov 15 13:41:09 SYSNAM systemd-timesyncd[785]: Initial clock synchronization to Wed 2023-11-15 13:41:09.997056 EST.
Nov 15 13:41:10 SYSNAM systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 13:41:16 SYSNAM sddm[1084]: Message received from greeter: Login
Nov 15 13:41:16 SYSNAM sddm[1084]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 15 13:41:16 SYSNAM sddm[1084]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: [PAM] Starting...
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: [PAM] Authenticating...
Nov 15 13:41:16 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.39' (uid=0 pid=1791 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 15 13:41:16 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: [PAM] Preparing to converse...
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: [PAM] Conversation with 1 messages
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: gkr-pam: unable to locate daemon control file
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: gkr-pam: stashed password to try later in open session
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: [PAM] returning.
Nov 15 13:41:16 SYSNAM sddm[1084]: Authentication for user "UsrNam" successful
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: Message received from daemon: LoginSucceeded
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 15 13:41:16 SYSNAM sddm-helper[1791]: pam_unix(sddm:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 15 13:41:16 SYSNAM systemd-logind[872]: New session 2 of user UsrNam.
Nov 15 13:41:16 SYSNAM systemd[1]: Created slice User Slice of UID 1000.
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:71: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:73: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:64: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:48: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserSelect.qml:105: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:25: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:26: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM sddm-greeter[1586]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:27: TypeError: Cannot read property 'largeSpacing' of null
Nov 15 13:41:16 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 15 13:41:16 SYSNAM sddm-helper[1422]: [PAM] Closing session
Nov 15 13:41:16 SYSNAM sddm-helper[1422]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 15 13:41:16 SYSNAM sddm-helper[1422]: [PAM] Ended.
Nov 15 13:41:16 SYSNAM sddm[1084]: Auth: sddm-helper exited successfully
Nov 15 13:41:16 SYSNAM sddm[1084]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 15 13:41:16 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 15 13:41:16 SYSNAM systemd[1]: session-c1.scope: Deactivated successfully.
Nov 15 13:41:16 SYSNAM systemd-logind[872]: Session c1 logged out. Waiting for processes to exit.
Nov 15 13:41:16 SYSNAM systemd[1]: Starting User Manager for UID 1000...
Nov 15 13:41:16 SYSNAM systemd-logind[872]: Removed session c1.
Nov 15 13:41:16 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.43' (uid=0 pid=1794 comm="(systemd)")
Nov 15 13:41:16 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 13:41:16 SYSNAM (systemd)[1794]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[UsrNam] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 13:41:16 SYSNAM (systemd)[1794]: pam_unix(systemd-user:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 15 13:41:16 SYSNAM systemd-xdg-autostart-generator[1800]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 15 13:41:16 SYSNAM systemd-journald[341]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 15 13:41:17 SYSNAM systemd[1794]: Queued start job for default target Main User Target.
Nov 15 13:41:17 SYSNAM systemd[1794]: Created slice User Application Slice.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Paths.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Timers.
Nov 15 13:41:17 SYSNAM systemd[1794]: Starting D-Bus User Message Bus Socket...
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GnuPG network certificate management daemon.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GCR ssh-agent wrapper.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GNOME Keyring daemon.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on p11-kit server.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on PipeWire Multimedia System Sockets.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on Sound System.
Nov 15 13:41:17 SYSNAM systemd[1794]: Listening on D-Bus User Message Bus Socket.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Sockets.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Basic System.
Nov 15 13:41:17 SYSNAM systemd[1794]: Starting Update XDG user dir configuration...
Nov 15 13:41:17 SYSNAM systemd[1]: Started User Manager for UID 1000.
Nov 15 13:41:17 SYSNAM systemd[1]: Started Session 2 of User UsrNam.
Nov 15 13:41:17 SYSNAM systemd[1794]: Finished Update XDG user dir configuration.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Main User Target.
Nov 15 13:41:17 SYSNAM systemd[1794]: Started GNOME Keyring daemon.
Nov 15 13:41:17 SYSNAM systemd[1794]: Startup finished in 232ms.
Nov 15 13:41:17 SYSNAM gnome-keyring-daemon[1808]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 15 13:41:17 SYSNAM systemd[1794]: Created slice User Core Session Slice.
Nov 15 13:41:17 SYSNAM systemd[1794]: Starting D-Bus User Message Bus...
Nov 15 13:41:17 SYSNAM systemd[1794]: Started D-Bus User Message Bus.
Nov 15 13:41:17 SYSNAM sddm-helper[1791]: gkr-pam: unlocked login keyring
Nov 15 13:41:17 SYSNAM sddm-helper[1791]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 15 13:41:17 SYSNAM sddm-helper[1816]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 15 13:41:17 SYSNAM sddm-helper[1791]: Writing cookie to "/tmp/xauth_htYQAC"
Nov 15 13:41:17 SYSNAM sddm-helper[1791]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 15 13:41:17 SYSNAM sddm[1084]: Session started true
Nov 15 13:41:17 SYSNAM systemd[1794]: Reloading requested from client PID 1818 ('startplasma-x11')...
Nov 15 13:41:17 SYSNAM systemd[1794]: Reloading...
Nov 15 13:41:17 SYSNAM systemd-xdg-autostart-generator[1850]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 15 13:41:17 SYSNAM systemd[1794]: Reloading finished in 307 ms.
Nov 15 13:41:17 SYSNAM systemd[1794]: Created slice User Background Tasks Slice.
Nov 15 13:41:17 SYSNAM systemd[1794]: Reached target Session services which should run early before the graphical session is brought up.
Nov 15 13:41:17 SYSNAM ksplashqml[1833]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:17: TypeError: Cannot read property 'width' of null
Nov 15 13:41:17 SYSNAM ksplashqml[1833]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:13: TypeError: Cannot read property 'verticalCenter' of null
Nov 15 13:41:17 SYSNAM ksplashqml[1833]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:12: TypeError: Cannot read property 'horizontalCenter' of null
Nov 15 13:41:17 SYSNAM systemd[1794]: Starting KDE Config Module Initialization...
Nov 15 13:41:17 SYSNAM systemd[1794]: Starting Baloo File Indexer Daemon...
Nov 15 13:41:17 SYSNAM systemd[1794]: kde-baloo.service: Skipped due to 'exec-condition'.
Nov 15 13:41:17 SYSNAM systemd[1794]: Condition check resulted in Baloo File Indexer Daemon being skipped.
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.5' (uid=1000 pid=1854 comm="/usr/bin/kcminit_startup")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting Portal service...
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=1857 comm="/usr/lib/xdg-desktop-portal")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting flatpak document portal service...
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=1862 comm="/usr/lib/xdg-document-portal")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting sandboxed app permission store...
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started sandboxed app permission store.
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started flatpak document portal service.
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.46' (uid=1000 pid=1857 comm="/usr/lib/xdg-desktop-portal")
Nov 15 13:41:18 SYSNAM systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 15 13:41:18 SYSNAM systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Successfully called chroot.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Successfully dropped privileges.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Successfully limited resources.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Canary thread running.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Running.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Watchdog thread running.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:18 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=1857 comm="/usr/lib/xdg-desktop-portal")
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Config Module Initialization.
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Session Management Server...
Nov 15 13:41:18 SYSNAM systemd[1794]: Started Unlock kwallet from pam credentials.
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Daemon...
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Window Manager...
Nov 15 13:41:18 SYSNAM ksmserver[1889]: Qt: Session management error: networkIdsList argument is NULL
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=1889 comm="/usr/bin/ksmserver")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Global Shortcuts Server...
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Daemon.
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 15 13:41:18 SYSNAM kded5[1891]: kcm_touchpad: Using X11 backend
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 15 13:41:18 SYSNAM kcminit_startup[1854]: kcm_touchpad: Using X11 backend
Nov 15 13:41:18 SYSNAM systemd[1794]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.kde.kglobalaccel'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Global Shortcuts Server.
Nov 15 13:41:18 SYSNAM ksmserver[1889]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Session Management Server.
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE Plasma Workspace...
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Window Manager.
Nov 15 13:41:18 SYSNAM NetworkManager[962]: <info> [1700073678.5396] agent-manager: agent[032f40b78ca86071,:1.48/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.15' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting User preferences database...
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'ca.desrt.dconf'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started User preferences database.
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Using XRANDR extension 1.3 or greater.
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: OpenGL vendor string: AMD
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: OpenGL renderer string: AMD Radeon RX 580 Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.6.0-1.1-dirty)
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: OpenGL shading language version string: 4.60
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Driver: Unknown
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: GPU class: Unknown
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: OpenGL version: 4.6
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: GLSL version: 4.60
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Mesa version: 23.2.1
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: X server version: 1.21.1
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Linux kernel version: 6.6
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Requires strict binding: yes
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: GLSL shaders: yes
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Texture NPOT support: yes
Nov 15 13:41:18 SYSNAM kwin_x11[1892]: Virtual Machine: no
Nov 15 13:41:18 SYSNAM kded5[1891]: error: "Configured backend does not exist: "
Nov 15 13:41:18 SYSNAM kded5[1891]: Warning: Trying to register an invalid vault: "/home/UsrNam/Videos/VideoVault"
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KActivityManager Activity manager Service...
Nov 15 13:41:18 SYSNAM kded5[1891]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.48' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.48' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 15 13:41:18 SYSNAM kded5[1891]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
"Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 15 13:41:18 SYSNAM kded5[1891]:
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.kde.ActivityManager'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KActivityManager Activity manager Service.
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: created profile "icc-415e92015fe2163e9a6f198fe19dd088" "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 15 13:41:18 SYSNAM plasmashell[1955]: Checking screens: available: (QScreen(0x562d1df87f30, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x562d1df87f30, name="DisplayPort-0"))
Nov 15 13:41:18 SYSNAM plasmashell[1955]: Checking screens: available: (QScreen(0x562d1df87f30, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x562d1df87f30, name="DisplayPort-0"))
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: created profile "icc-62110133d150ae26e0254a15e3e185a3" "/org/freedesktop/ColorManager/profiles/icc_62110133d150ae26e0254a15e3e185a3_UsrNam_1000"
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE Plasma Workspace.
Nov 15 13:41:18 SYSNAM systemd[1794]: Reached target KDE Plasma Workspace Core.
Nov 15 13:41:18 SYSNAM systemd[1794]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KDE PolicyKit Authentication Agent...
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting Powerdevil...
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting Xdg Desktop Portal For KDE...
Nov 15 13:41:18 SYSNAM systemd[1794]: Started Handle legacy xembed system tray icons.
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.48' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Checking outputs
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Output isLaptop false
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting Bluetooth OBEX service...
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:18 SYSNAM obexd[2012]: OBEX daemon 5.70
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.bluez.obex'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started Bluetooth OBEX service.
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Primary CRTC is at CRTC 0
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.51' (uid=1000 pid=2007 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=1891 comm="/usr/bin/kded5")
Nov 15 13:41:18 SYSNAM kded5[1891]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 15 13:41:18 SYSNAM kded5[1891]: Known activities: ("222a6338-bf43-4e01-8b2c-173a1aa3cea6")
Nov 15 13:41:18 SYSNAM kded5[1891]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.51' (uid=1000 pid=2007 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Primary CRTC is at CRTC 0
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 15 13:41:18 SYSNAM kded5[1891]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting KScreen...
Nov 15 13:41:18 SYSNAM systemd[1794]: Started Xdg Desktop Portal For KDE.
Nov 15 13:41:18 SYSNAM plasmashell[1955]: kf.plasma.quick: Applet preload policy set to 1
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.51' (uid=1000 pid=2007 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.6' (uid=1000 pid=1857 comm="/usr/lib/xdg-desktop-portal")
Nov 15 13:41:18 SYSNAM systemd[1794]: Starting Portal service (GTK/GNOME implementation)...
Nov 15 13:41:18 SYSNAM backlighthelper[2056]: org.kde.powerdevil: no kernel backlight interface found
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KDE PolicyKit Authentication Agent.
Nov 15 13:41:18 SYSNAM polkit-kde-authentication-agent-1[2006]: New PolkitAgentListener 0x556801dd0300
Nov 15 13:41:18 SYSNAM polkit-kde-authentication-agent-1[2006]: Adding new listener PolkitQt1::Agent::Listener(0x7f5fdc011810) for 0x556801dd0300
Nov 15 13:41:18 SYSNAM polkit-kde-authentication-agent-1[2006]: Listener online
Nov 15 13:41:18 SYSNAM polkitd[1600]: Registered Authentication Agent for unix-session:2 (system bus name :1.61 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
Nov 15 13:41:18 SYSNAM polkit-kde-authentication-agent-1[2006]: Authentication agent result: true
Nov 15 13:41:18 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.kde.KScreen'
Nov 15 13:41:18 SYSNAM systemd[1794]: Started KScreen.
Nov 15 13:41:18 SYSNAM dbus-daemon[865]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 15 13:41:18 SYSNAM org_kde_powerdevil[2007]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 15 13:41:18 SYSNAM org_kde_powerdevil[2007]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Nov 15 13:41:18 SYSNAM libddcutil[2007]: Initializing libddcutil. ddcutil version: 2.0.0, shared library: /usr/lib/libddcutil.so.5.0.0
Nov 15 13:41:18 SYSNAM libddcutil[2007]: Library initialization complete.
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Connected output 84 to CRTC 78
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Event Base: 89
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Event Error: 147
Nov 15 13:41:18 SYSNAM kded5[1891]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: XRandR::setConfig
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Requested screen size is QSize(3440, 1440)
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Needed CRTCs: 1
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Actions to perform:
Priorities: true
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Output 84
Old: "0"
New: "1"
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Change Screen Size: false
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Disable outputs: false
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Change outputs: true
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: (84)
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Enable outputs: false
Nov 15 13:41:18 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 84 ( "DisplayPort-0" )
CRTC: 78
Pos: QPoint(0,0)
Mode: KScreen::Mode(Id: "95" , Size: QSize(3440, 1440) @ 120 ) Preferred: "90"
Rotation: KScreen::Output::None
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Checking outputs
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: XRandRCrtc 78 m_timestamp update 0 => 48733
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Result: 0 timestamp: 48733
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: XRandROutput 84 update
m_connected: 0
m_crtc XRandRCrtc(0x558a8ef90550)
CRTC: 78
MODE: 95
Connection: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetOutputPrimary
New priority: 1
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: XRandR::setConfig done!
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Output isLaptop false
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Timestamp: 10606
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: CRTC: 78
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Mode: 95
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: RRScreenChangeNotify
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Timestamp: 10606
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Config_timestamp: 10606
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Window: 39845893
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Root: 1740
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Size ID: 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Size: 3440 1440
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: SizeMM: 910 381
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Timestamp: 10606
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: CRTC: 78
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Mode: 95
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Timestamp: 48989
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Output: 84
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Timestamp: 48989
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Output: 84
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: XRandRCrtc 78 m_configTimestamp update 0 => 10606
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Failed to register device: "device id 'xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446' already exists"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Primary CRTC is at CRTC 0
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 15 13:41:19 SYSNAM kded5[1891]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.26' (uid=1000 pid=2058 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 15 13:41:19 SYSNAM systemd[1794]: Starting Virtual filesystem service...
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 15 13:41:19 SYSNAM systemd[1794]: Started Virtual filesystem service.
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 15 13:41:19 SYSNAM xdg-desktop-por[2058]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.29' (uid=1000 pid=2058 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 15 13:41:19 SYSNAM systemd[1794]: Starting Accessibility services bus...
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.a11y.Bus'
Nov 15 13:41:19 SYSNAM systemd[1794]: Started Accessibility services bus.
Nov 15 13:41:19 SYSNAM at-spi-bus-launcher[2133]: dbus-daemon[2133]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2058 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 15 13:41:19 SYSNAM at-spi-bus-launcher[2133]: dbus-daemon[2133]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 15 13:41:19 SYSNAM at-spi-bus-launcher[2136]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 15 13:41:19 SYSNAM systemd[1794]: Started Portal service (GTK/GNOME implementation).
Nov 15 13:41:19 SYSNAM systemd[1794]: Started PipeWire Multimedia Service.
Nov 15 13:41:19 SYSNAM systemd[1794]: Started Multimedia Service Session Manager.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 0 threads of 0 processes of 0 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Successfully made thread 2142 of process 2142 owned by '1000' high priority at nice level -11.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 1 threads of 1 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Successfully made thread 2143 of process 2143 owned by '1000' high priority at nice level -11.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 2 threads of 2 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Successfully made thread 2146 of process 2143 owned by '1000' RT at priority 20.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 3 threads of 2 processes of 1 users.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Successfully made thread 2149 of process 2142 owned by '1000' RT at priority 20.
Nov 15 13:41:19 SYSNAM rtkit-daemon[1885]: Supervising 4 threads of 2 processes of 1 users.
Nov 15 13:41:19 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 15 13:41:19 SYSNAM systemd[1794]: Started Portal service.
Nov 15 13:41:19 SYSNAM wireplumber[2143]: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Nov 15 13:41:19 SYSNAM wireplumber[2143]: PipeWire's SPA ALSA udev plugin("api.alsa.enum.udev")missing or broken. Sound Cards cannot be enumerated
Nov 15 13:41:19 SYSNAM wireplumber[2143]: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Nov 15 13:41:19 SYSNAM wireplumber[2143]: PipeWire's BlueZ SPA missing or broken. Bluetooth not supported.
Nov 15 13:41:19 SYSNAM wireplumber[2143]: [0:00:49.334893195] [2143] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 15 13:41:19 SYSNAM wireplumber[2143]: [0:00:49.334908534] [2143] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 15 13:41:19 SYSNAM wireplumber[2143]: [0:00:49.334940374] [2143] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 15 13:41:19 SYSNAM plasmashell[1955]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 15 13:41:19 SYSNAM kioslave5[2160]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 15 13:41:19 SYSNAM kscreen_backend_launcher[2031]: kscreen.xrandr: Emitting configChanged()
Nov 15 13:41:19 SYSNAM wireplumber[2143]: <WpNode:0x55cf5f4c9860> Object activation aborted: PipeWire proxy destroyed
Nov 15 13:41:19 SYSNAM pipewire[2142]: [0:00:49.585579026] [2142] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 15 13:41:19 SYSNAM pipewire[2142]: [0:00:49.585599404] [2142] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 15 13:41:19 SYSNAM pipewire[2142]: [0:00:49.585642445] [2142] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 15 13:41:19 SYSNAM wireplumber[2143]: <WpPortalPermissionStorePlugin:0x55cf5f3d2e10> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 15 13:41:19 SYSNAM wireplumber[2143]: <WpPortalPermissionStorePlugin:0x55cf5f3d2e10> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 15 13:41:20 SYSNAM ksplashqml[1833]: qml: count= 1
Nov 15 13:41:20 SYSNAM systemd[1794]: Starting Sound Service...
Nov 15 13:41:20 SYSNAM plasmashell[1955]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:57: TypeError: Cannot read property 'subText' of undefined
Nov 15 13:41:20 SYSNAM plasmashell[1955]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:56: TypeError: Cannot read property 'text' of undefined
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Successfully made thread 2186 of process 2186 owned by '1000' high priority at nice level -11.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 5 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM ksplashqml[1833]: qml: count= 2
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 5 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Successfully made thread 2197 of process 2186 owned by '1000' RT at priority 5.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 6 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 15 13:41:20 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 15 13:41:20 SYSNAM ksplashqml[1833]: qml: count= 3
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 6 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Successfully made thread 2204 of process 2186 owned by '1000' RT at priority 5.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 7 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating service name='org.kde.kdeconnect' requested by ':1.16' (uid=1000 pid=1955 comm="/usr/bin/plasmashell --no-respawn")
Nov 15 13:41:20 SYSNAM ksplashqml[1833]: qml: count= 4
Nov 15 13:41:20 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.kde.kdeconnect'
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 7 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Successfully made thread 2218 of process 2186 owned by '1000' RT at priority 5.
Nov 15 13:41:20 SYSNAM rtkit-daemon[1885]: Supervising 8 threads of 3 processes of 1 users.
Nov 15 13:41:20 SYSNAM pulseaudio[2186]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 15 13:41:20 SYSNAM systemd[1794]: Started Sound Service.
Nov 15 13:41:20 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating service name='org.freedesktop.Notifications' requested by ':1.39' (uid=1000 pid=2208 comm="/usr/lib/kdeconnectd")
Nov 15 13:41:20 SYSNAM ksplashqml[1833]: qml: count= 1
Nov 15 13:41:20 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 15 13:41:20 SYSNAM plasmashell[1955]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Nov 15 13:41:20 SYSNAM plasmashell[1955]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Nov 15 13:41:20 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.freedesktop.Notifications'
Nov 15 13:41:20 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 15 13:41:21 SYSNAM plasmashell[1955]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 15 13:41:21 SYSNAM ksplashqml[1833]: qml: count= 2
Nov 15 13:41:21 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 15 13:41:21 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 15 13:41:21 SYSNAM ksplashqml[1833]: qml: count= 3
Nov 15 13:41:21 SYSNAM ksplashqml[1833]: qml: count= 4
Nov 15 13:41:21 SYSNAM ksplashqml[1833]: qml: count= 1
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Powerdevil.
Nov 15 13:41:21 SYSNAM systemd[1794]: Reached target KDE Plasma Workspace.
Nov 15 13:41:21 SYSNAM systemd[1794]: Reached target Current graphical user session.
Nov 15 13:41:21 SYSNAM systemd[1794]: Reached target plasma-workspace-x11.target.
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting AT-SPI D-Bus Bus...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Geoclue Demo agent...
Nov 15 13:41:21 SYSNAM org_kde_powerdevil[2007]: org.kde.powerdevil: The profile "AC" tried to activate "KeyboardBrightnessControl" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
Nov 15 13:41:21 SYSNAM org_kde_powerdevil[2007]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Certificate and Key Storage...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Secret Storage Service...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting SSH Key Agent...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting GSettings Data Conversion...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Accessibility...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Klipper...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Konqueror preloading during desktop environment startup...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting NetworkManager Applet...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Calendar Reminders...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting org.kde.kclockd-autostart...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting KDE Connect...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting KGpg...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Update Notifier...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Update Notifier...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Print Queue Applet...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting PulseAudio Sound System...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Zeitgeist Datahub...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting KSplash "ready" Stage...
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting KDE Session Restoration...
Nov 15 13:41:21 SYSNAM systemd[1794]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-gnome\x2dkeyring\x2dpkcs11@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Certificate and Key Storage being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-gnome\x2dkeyring\x2dsecrets@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Secret Storage Service being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-gnome\x2dkeyring\x2dssh@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in SSH Key Agent being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-gsettings\x2ddata\x2dconvert@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in GSettings Data Conversion being skipped.
Nov 15 13:41:21 SYSNAM ksplashqml[1833]: qml: count= 2
Nov 15 13:41:21 SYSNAM systemd[1794]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in NetworkManager Applet being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in KGpg being skipped.
Nov 15 13:41:21 SYSNAM kwin_x11[1892]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 15 13:41:21 SYSNAM systemd[1794]: app-pamac\x2dtray@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM kwin_x11[1892]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Update Notifier being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Update Notifier being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-print\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Print Queue Applet being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: Finished KSplash "ready" Stage.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started KDE Connect.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Zeitgeist Datahub.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started org.kde.kclockd-autostart.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Klipper being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 15 13:41:21 SYSNAM systemd[1794]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Geoclue Demo agent.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Accessibility.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Calendar Reminders.
Nov 15 13:41:21 SYSNAM systemd[1794]: Started PulseAudio Sound System.
Nov 15 13:41:21 SYSNAM systemd[1794]: Reached target Startup of XDG autostart applications.
Nov 15 13:41:21 SYSNAM ksmserver[1889]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 15 13:41:21 SYSNAM kwin_x11[1892]: kwin_core: XCB error: 152 (BadDamage), sequence: 3889, resource id: 16777254, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 15 13:41:21 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.47' (uid=1000 pid=2304 comm="/usr/bin/zeitgeist-datahub")
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Zeitgeist activity log service...
Nov 15 13:41:21 SYSNAM kaccess[2314]: Xlib XKB extension major= 1 minor= 0
Nov 15 13:41:21 SYSNAM systemd[1794]: Started /usr/bin/kclockd.
Nov 15 13:41:21 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.48' (uid=1000 pid=2335 comm="/usr/bin/zeitgeist-daemon")
Nov 15 13:41:21 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.gnome.zeitgeist.Engine'
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Zeitgeist activity log service.
Nov 15 13:41:21 SYSNAM systemd[1794]: Starting Zeitgeist full-text search indexer...
Nov 15 13:41:21 SYSNAM dbus-daemon[1813]: [session uid=1000 pid=1813] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
Nov 15 13:41:21 SYSNAM systemd[1794]: Started Zeitgeist full-text search indexer.
Nov 15 13:41:21 SYSNAM zeitgeist-datah[2348]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Nov 15 13:41:22 SYSNAM zeitgeist-datah[2304]: string_strip: assertion 'self != NULL' failed
Nov 15 13:41:22 SYSNAM zeitgeist-datah[2304]: gtk_recent_info_get_application_info: assertion 'app_name != NULL' failed
Nov 15 13:41:22 SYSNAM zeitgeist-datah[2304]: recent-manager-provider.vala:106: (null) was not registered in RecentInfo item 0x5563dc708030
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 15 13:41:22 SYSNAM kaccess[2314]: X server XKB extension major= 1 minor= 0
Nov 15 13:41:22 SYSNAM kclockd[2292]: Starting kclockd 23.08.3
Nov 15 13:41:22 SYSNAM kclockd[2292]: Requesting portal to run in the background and autostart...
Nov 15 13:41:22 SYSNAM ksmserver[1889]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 15 13:41:22 SYSNAM systemd[1794]: Started /usr/bin/kalendarac.
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/private/IconLabel.qml:55:5: QML GridLayout: Binding loop detected for property "width"
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/SwitchPanel.qml:70:5: QML TabBar: Binding loop detected for property "implicitWidth"
Nov 15 13:41:22 SYSNAM plasmashell[1955]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 15 13:41:22 SYSNAM systemd[1794]: Finished KDE Session Restoration.
Nov 15 13:41:22 SYSNAM org_kde_powerdevil[2007]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 15 13:41:22 SYSNAM kclockd[2292]: Registered on DBus: true
Nov 15 13:41:22 SYSNAM kclockd[2292]: PowerDevil found, using it for time tracking.
Nov 15 13:41:22 SYSNAM akonadi_control[2457]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 15 13:41:22 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 15 13:41:22 SYSNAM plasmashell[1955]: Loading Calendar plugin AstronomicalEventsPlugin(0x562d208357c0)
Nov 15 13:41:22 SYSNAM plasmashell[1955]: Loading Calendar plugin HolidaysEventsPlugin(0x562d20848670)
Nov 15 13:41:26 SYSNAM systemd[1]: Stopping User Manager for UID 995...
Nov 15 13:41:26 SYSNAM systemd[1575]: Activating special unit Exit the Session...
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped target Main User Target.
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopping D-Bus User Message Bus...
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped D-Bus User Message Bus.
Nov 15 13:41:26 SYSNAM systemd[1575]: Removed slice User Core Session Slice.
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped target Basic System.
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped target Paths.
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped target Sockets.
Nov 15 13:41:26 SYSNAM systemd[1575]: Stopped target Timers.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed D-Bus User Message Bus Socket.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GnuPG network certificate management daemon.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GCR ssh-agent wrapper.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GNOME Keyring daemon.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed p11-kit server.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed PipeWire Multimedia System Sockets.
Nov 15 13:41:26 SYSNAM systemd[1575]: Closed Sound System.
Nov 15 13:41:26 SYSNAM systemd[1575]: Removed slice User Application Slice.
Nov 15 13:41:26 SYSNAM systemd[1575]: Reached target Shutdown.
Nov 15 13:41:26 SYSNAM systemd[1575]: Finished Exit the Session.
Nov 15 13:41:26 SYSNAM systemd[1575]: Reached target Exit the Session.
Nov 15 13:41:26 SYSNAM (sd-pam)[1577]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 15 13:41:26 SYSNAM systemd[1]: user@995.service: Deactivated successfully.
Nov 15 13:41:27 SYSNAM systemd[1]: Stopped User Manager for UID 995.
Nov 15 13:41:27 SYSNAM systemd[1]: Stopping User Runtime Directory /run/user/995...
Nov 15 13:41:27 SYSNAM systemd[1]: run-user-995.mount: Deactivated successfully.
Nov 15 13:41:27 SYSNAM systemd[1]: user-runtime-dir@995.service: Deactivated successfully.
Nov 15 13:41:27 SYSNAM systemd[1]: Stopped User Runtime Directory /run/user/995.
Nov 15 13:41:27 SYSNAM systemd[1]: Removed slice User Slice of UID 995.
Nov 15 13:41:27 SYSNAM systemd[1]: user-995.slice: Consumed 1.118s CPU time.
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: database server stopped unexpectedly
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/UsrNam/.local/share/akonadi/mysql.conf", "--datadir=/home/UsrNam/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: stdout: ""
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: stderr: "/usr/bin/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadbd' instead\n"
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: exit code: 1
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: process error: "Unknown error"
Nov 15 13:41:27 SYSNAM akonadiserver[2476]: org.kde.pim.akonadiserver: Shutting down AkonadiServer...
Nov 15 13:41:27 SYSNAM akonadi_control[2457]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
Nov 15 13:41:27 SYSNAM kalendarac[2321]: org.kde.pim.akonadicore: Job error: "" for collection: QVector()
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 15 13:41:29 SYSNAM systemd[1794]: Started ROXTerm - Terminal.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:153:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:154:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:578:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:579:28: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:580:28: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:581:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 15 13:41:29 SYSNAM roxterm[2519]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 15 13:41:29 SYSNAM roxterm[2519]: Unable to determine geometry
Nov 15 13:41:30 SYSNAM systemd[1794]: Started VTE child process 2547 launched by roxterm process 2519.
Nov 15 13:42:24 SYSNAM dbus-daemon[865]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.77' (uid=0 pid=2557 comm="sudo journalctl -b")
Nov 15 13:42:24 SYSNAM dbus-daemon[865]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 15 13:42:30 SYSNAM sudo[2557]: UsrNam : TTY=pts/1 ; PWD=/home/UsrNam ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 15 13:42:30 SYSNAM sudo[2557]: pam_unix(sudo:session): session opened for user root(uid=0) by UsrNam(uid=1000)
Offline
I think I understand what is happening now, although not why it is happening. The lg_g15_driver fails due to being unable to register for a LED device, so this test kernel skips registering them. Obviously not a solution and LEDs may not be active but hopefully the keyboard works.
https://drive.google.com/file/d/1CvE36z … sp=sharing linux-6.6.1.arch1-1.3-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1x0cbVn … sp=sharing linux-headers-6.6.1.arch1-1.3-x86_64.pkg.tar.zst
diff --git a/drivers/hid/hid-lg-g15.c b/drivers/hid/hid-lg-g15.c
index acbec1dcf196..4aea39f89ce3 100644
--- a/drivers/hid/hid-lg-g15.c
+++ b/drivers/hid/hid-lg-g15.c
@@ -870,9 +870,11 @@ static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id)
if (ret)
goto error_hw_stop;
+#if 0
ret = lg_g15_register_led(g15, 1, "z-10::lcd_backlight");
if (ret)
goto error_hw_stop;
+#endif
return 0; /* All done */
}
@@ -904,12 +906,14 @@ static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id)
if (ret)
goto error_hw_stop;
+#if 0
/* Register LED devices */
for (i = 0; i < LG_G15_LED_MAX; i++) {
ret = lg_g15_register_led(g15, i, led_names[i]);
if (ret)
goto error_hw_stop;
}
+#endif
return 0;
Offline
I think I understand what is happening now, although not why it is happening. The lg_g15_driver fails due to being unable to register for a LED device, so this test kernel skips registering them. Obviously not a solution and LEDs may not be active but hopefully the keyboard works.
https://drive.google.com/file/d/1CvE36z … sp=sharing linux-6.6.1.arch1-1.3-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1x0cbVn … sp=sharing linux-headers-6.6.1.arch1-1.3-x86_64.pkg.tar.zst
I think you understand well enough!
WORKS!
...typing this on the G510 kybd and everything including leds appear functional.
Now the question is how do we get an in-tree update for this???
Offline
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input19
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 15 13:40:41 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input22
Nov 15 13:40:41 SYSNAM kernel: sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/leds/g15::kbd_backlight/color'
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input18
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input19
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:046D:C22D.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 15 13:40:41 SYSNAM kernel: hid-generic 0003:0BDA:1100.0004: hiddev97,hidraw3: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:09:00.3-2.5/input0
Nov 15 13:40:41 SYSNAM kernel: usbcore: registered new interface driver usbhid
Nov 15 13:40:41 SYSNAM kernel: usbhid: USB HID core driver
Nov 15 13:40:41 SYSNAM mtp-probe[1141]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 15 13:40:41 SYSNAM mtp-probe[1141]: bus: 5, device: 5 was not an MTP device
…
Nov 15 13:40:41 SYSNAM sddm[1084]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_FfOBgM -noreset -displayfd 16
Nov 15 13:40:41 SYSNAM (udev-worker)[431]: hiddev0: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
…
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input21
Nov 15 13:40:41 SYSNAM mtp-probe[1227]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 15 13:40:41 SYSNAM mtp-probe[1227]: bus: 5, device: 6 was not an MTP device
Nov 15 13:40:41 SYSNAM kernel: lg-g15 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 15 13:40:41 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 15 13:40:41 SYSNAM kernel: lg-g15 0003:046D:C22D.0003: input,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 15 13:40:41 SYSNAM (udev-worker)[394]: hiddev1: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 15 13:40:41 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input22
Nov 15 13:40:41 SYSNAM kernel: sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/leds/g15::kbd_backlight/color'
The trigger in the journal is the 2nd (looping) call.
It looks like the device gets probed twice and I guess the second one previously ran into the pointer error, while now gets handed the static struct that informs it that this slot is already taken.
https://lore.kernel.org/lkml/1692344611 … nel.org/T/
"return PTR_ERR(leds_class);"
https://bbs.archlinux.org/profile.php?id=85072 is btw on the forum
@W54J04S07T, the immediate collision seems to be on the keyboard backlight, does that still work?
Do you still have a journal from an older kernel (to see when and how often the input device shows up)?
Online
Moreover, this behavior occurs only when using the special "Logitech Lightspeed" receiver, but not when using Bluetooth.
Using a G915 (with the numpad) here.
USB wired connections also work - it's exclusively the Lightspeed receiver that's the problem.
Offline
...
It looks like the device gets probed twice and I guess the second one previously ran into the pointer error, while now gets handed the static struct that informs it that this slot is already taken.
https://lore.kernel.org/lkml/1692344611 … nel.org/T/
"return PTR_ERR(leds_class);"https://bbs.archlinux.org/profile.php?id=85072 is btw on the forum
@W54J04S07T, the immediate collision seems to be on the keyboard backlight, does that still work?
Do you still have a journal from an older kernel (to see when and how often the input device shows up)?
Near as I can tell, ALL LEDs including the backlight LED still works as usual.
Keep in mind, that these kybds are programmable from the host
( although there is no Linux support for this other than AUR type stuff ) so
all we get are the default built into the kybd functionality.
Following is my last LTS 6.1.61 session... will that do???
Nov 16 08:28:25 SYSNAM kernel: Linux version 6.1.61-1-lts (linux-lts@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 02 Nov 2023 12:57:06 +0000
Nov 16 08:28:25 SYSNAM kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 16 08:28:25 SYSNAM kernel: BIOS-provided physical RAM map:
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000c3499fff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349a000-0x00000000c349afff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349b000-0x00000000ca27dfff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca27e000-0x00000000ca5cffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca5d0000-0x00000000ca610fff] ACPI data
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca611000-0x00000000cacb5fff] ACPI NVS
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000cacb6000-0x00000000cbbfefff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x0000000100000000-0x000000082f37ffff] usable
Nov 16 08:28:25 SYSNAM kernel: BIOS-e820: [mem 0x000000082f380000-0x000000082fffffff] reserved
Nov 16 08:28:25 SYSNAM kernel: NX (Execute Disable) protection: active
Nov 16 08:28:25 SYSNAM kernel: SMBIOS 3.3.0 present.
Nov 16 08:28:25 SYSNAM kernel: DMI: System manufacturer System Product Name/PRIME X470-PRO, BIOS 5843 03/11/2021
Nov 16 08:28:25 SYSNAM kernel: tsc: Fast TSC calibration using PIT
Nov 16 08:28:25 SYSNAM kernel: tsc: Detected 3194.039 MHz processor
Nov 16 08:28:25 SYSNAM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 16 08:28:25 SYSNAM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 16 08:28:25 SYSNAM kernel: last_pfn = 0x82f380 max_arch_pfn = 0x400000000
Nov 16 08:28:25 SYSNAM kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Nov 16 08:28:25 SYSNAM kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Nov 16 08:28:25 SYSNAM kernel: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
Nov 16 08:28:25 SYSNAM kernel: Using GB pages for direct mapping
Nov 16 08:28:25 SYSNAM kernel: RAMDISK: [mem 0x36dd5000-0x376e1fff]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Early table checksum verification disabled
Nov 16 08:28:25 SYSNAM kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Nov 16 08:28:25 SYSNAM kernel: ACPI: XSDT 0x00000000CA60F728 0000A4 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: FACP 0x00000000CA600000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: DSDT 0x00000000CA5F1000 00EF38 (v02 ALASKA A M I 01072009 INTL 20120913)
Nov 16 08:28:25 SYSNAM kernel: ACPI: FACS 0x00000000CAC9A000 000040
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA606000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA602000 003BD7 (v01 AMD AMD AOD 00000001 INTL 20120913)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA601000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Nov 16 08:28:25 SYSNAM kernel: ACPI: FIDT 0x00000000CA5F0000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: FPDT 0x00000000CA5DD000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: MCFG 0x00000000CA5EE000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: HPET 0x00000000CA5ED000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA5EC000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Nov 16 08:28:25 SYSNAM kernel: ACPI: IVRS 0x00000000CA5E9000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E6000 002314 (v02 AMD AmdTable 00000001 AMD 00000001)
Nov 16 08:28:25 SYSNAM kernel: ACPI: CRAT 0x00000000CA5E5000 000F50 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 16 08:28:25 SYSNAM kernel: ACPI: CDIT 0x00000000CA5E4000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E0000 00381A (v01 AMD MYRTLE 00000001 INTL 20120913)
Nov 16 08:28:25 SYSNAM kernel: ACPI: SSDT 0x00000000CA5DF000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Nov 16 08:28:25 SYSNAM kernel: ACPI: APIC 0x00000000CA5DE000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving FACP table memory at [mem 0xca600000-0xca600113]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving DSDT table memory at [mem 0xca5f1000-0xca5fff37]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving FACS table memory at [mem 0xcac9a000-0xcac9a03f]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca606000-0xca60ec97]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca602000-0xca605bd6]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca601000-0xca6010fb]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving FIDT table memory at [mem 0xca5f0000-0xca5f009b]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving FPDT table memory at [mem 0xca5dd000-0xca5dd043]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving MCFG table memory at [mem 0xca5ee000-0xca5ee03b]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving HPET table memory at [mem 0xca5ed000-0xca5ed037]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5ec000-0xca5ec023]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving IVRS table memory at [mem 0xca5e9000-0xca5e90cf]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e6000-0xca5e8313]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving CRAT table memory at [mem 0xca5e5000-0xca5e5f4f]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving CDIT table memory at [mem 0xca5e4000-0xca5e4028]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e0000-0xca5e3819]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5df000-0xca5df0be]
Nov 16 08:28:25 SYSNAM kernel: ACPI: Reserving APIC table memory at [mem 0xca5de000-0xca5de15d]
Nov 16 08:28:25 SYSNAM kernel: system APIC only can use physical flat
Nov 16 08:28:25 SYSNAM kernel: Setting APIC routing to physical flat.
Nov 16 08:28:25 SYSNAM kernel: No NUMA configuration found
Nov 16 08:28:25 SYSNAM kernel: Faking a node at [mem 0x0000000000000000-0x000000082f37ffff]
Nov 16 08:28:25 SYSNAM kernel: NODE_DATA(0) allocated [mem 0x82f37b000-0x82f37ffff]
Nov 16 08:28:25 SYSNAM kernel: Zone ranges:
Nov 16 08:28:25 SYSNAM kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Nov 16 08:28:25 SYSNAM kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Nov 16 08:28:25 SYSNAM kernel: Normal [mem 0x0000000100000000-0x000000082f37ffff]
Nov 16 08:28:25 SYSNAM kernel: Device empty
Nov 16 08:28:25 SYSNAM kernel: Movable zone start for each node
Nov 16 08:28:25 SYSNAM kernel: Early memory node ranges
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x0000000000100000-0x0000000009bfefff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x000000000b020000-0x00000000c3499fff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x00000000c349b000-0x00000000ca27dfff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x00000000cbbff000-0x00000000ccffffff]
Nov 16 08:28:25 SYSNAM kernel: node 0: [mem 0x0000000100000000-0x000000082f37ffff]
Nov 16 08:28:25 SYSNAM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000082f37ffff]
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA32: 1025 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone DMA32: 6529 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone Normal: 12288 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Nov 16 08:28:25 SYSNAM kernel: ACPI: PM-Timer IO Port: 0x808
Nov 16 08:28:25 SYSNAM kernel: system APIC only can use physical flat
Nov 16 08:28:25 SYSNAM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 16 08:28:25 SYSNAM kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Nov 16 08:28:25 SYSNAM kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Nov 16 08:28:25 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 16 08:28:25 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 16 08:28:25 SYSNAM kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 16 08:28:25 SYSNAM kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xc349a000-0xc349afff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca27e000-0xca5cffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca5d0000-0xca610fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca611000-0xcacb5fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcacb6000-0xcbbfefff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Nov 16 08:28:25 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 16 08:28:25 SYSNAM kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Nov 16 08:28:25 SYSNAM kernel: Booting paravirtualized kernel on bare hardware
Nov 16 08:28:25 SYSNAM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 16 08:28:25 SYSNAM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Nov 16 08:28:25 SYSNAM kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Nov 16 08:28:25 SYSNAM kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Nov 16 08:28:25 SYSNAM kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Nov 16 08:28:25 SYSNAM kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Nov 16 08:28:25 SYSNAM kernel: Fallback order for Node 0: 0
Nov 16 08:28:25 SYSNAM kernel: Built 1 zonelists, mobility grouping on. Total pages: 8234554
Nov 16 08:28:25 SYSNAM kernel: Policy zone: Normal
Nov 16 08:28:25 SYSNAM kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 16 08:28:25 SYSNAM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Nov 16 08:28:25 SYSNAM kernel: random: crng init done
Nov 16 08:28:25 SYSNAM kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Nov 16 08:28:25 SYSNAM kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Nov 16 08:28:25 SYSNAM kernel: printk: log_buf_len min size: 131072 bytes
Nov 16 08:28:25 SYSNAM kernel: printk: log_buf_len: 262144 bytes
Nov 16 08:28:25 SYSNAM kernel: printk: early log buf free: 117872(89%)
Nov 16 08:28:25 SYSNAM kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 16 08:28:25 SYSNAM kernel: software IO TLB: area num 32.
Nov 16 08:28:25 SYSNAM kernel: Memory: 32755304K/33461688K available (16391K kernel code, 2139K rwdata, 11488K rodata, 2152K init, 5344K bss, 706124K reserved, 0K cma-reserved)
Nov 16 08:28:25 SYSNAM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Nov 16 08:28:25 SYSNAM kernel: ftrace: allocating 46529 entries in 182 pages
Nov 16 08:28:25 SYSNAM kernel: ftrace: allocated 182 pages with 5 groups
Nov 16 08:28:25 SYSNAM kernel: Dynamic Preempt: voluntary
Nov 16 08:28:25 SYSNAM kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 16 08:28:25 SYSNAM kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Nov 16 08:28:25 SYSNAM kernel: Trampoline variant of Tasks RCU enabled.
Nov 16 08:28:25 SYSNAM kernel: Rude variant of Tasks RCU enabled.
Nov 16 08:28:25 SYSNAM kernel: Tracing variant of Tasks RCU enabled.
Nov 16 08:28:25 SYSNAM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 16 08:28:25 SYSNAM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Nov 16 08:28:25 SYSNAM kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Nov 16 08:28:25 SYSNAM kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 16 08:28:25 SYSNAM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 16 08:28:25 SYSNAM kernel: spurious 8259A interrupt: IRQ7.
Nov 16 08:28:25 SYSNAM kernel: Console: colour dummy device 80x25
Nov 16 08:28:25 SYSNAM kernel: printk: console [tty0] enabled
Nov 16 08:28:25 SYSNAM kernel: ACPI: Core revision 20220331
Nov 16 08:28:25 SYSNAM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 16 08:28:25 SYSNAM kernel: APIC: Switch to symmetric I/O mode setup
Nov 16 08:28:25 SYSNAM kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Nov 16 08:28:25 SYSNAM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 16 08:28:25 SYSNAM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a4a9668a, max_idle_ns: 440795227610 ns
Nov 16 08:28:25 SYSNAM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.24 BogoMIPS (lpj=10646796)
Nov 16 08:28:25 SYSNAM kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Nov 16 08:28:25 SYSNAM kernel: LVT offset 1 assigned for vector 0xf9
Nov 16 08:28:25 SYSNAM kernel: LVT offset 2 assigned for vector 0xf4
Nov 16 08:28:25 SYSNAM kernel: process: using mwait in idle threads
Nov 16 08:28:25 SYSNAM kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 16 08:28:25 SYSNAM kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 16 08:28:25 SYSNAM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 16 08:28:25 SYSNAM kernel: Spectre V2 : Mitigation: Retpolines
Nov 16 08:28:25 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 16 08:28:25 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 16 08:28:25 SYSNAM kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 16 08:28:25 SYSNAM kernel: RETBleed: Mitigation: untrained return thunk
Nov 16 08:28:25 SYSNAM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 16 08:28:25 SYSNAM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 16 08:28:25 SYSNAM kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Nov 16 08:28:25 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 16 08:28:25 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 16 08:28:25 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 16 08:28:25 SYSNAM kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Nov 16 08:28:25 SYSNAM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 16 08:28:25 SYSNAM kernel: Freeing SMP alternatives memory: 40K
Nov 16 08:28:25 SYSNAM kernel: pid_max: default: 32768 minimum: 301
Nov 16 08:28:25 SYSNAM kernel: LSM: Security Framework initializing
Nov 16 08:28:25 SYSNAM kernel: landlock: Up and running.
Nov 16 08:28:25 SYSNAM kernel: Yama: becoming mindful.
Nov 16 08:28:25 SYSNAM kernel: LSM support for eBPF active
Nov 16 08:28:25 SYSNAM kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: smpboot: CPU0: AMD Ryzen 7 2700 Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 16 08:28:25 SYSNAM kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 16 08:28:25 SYSNAM kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 16 08:28:25 SYSNAM kernel: ... version: 0
Nov 16 08:28:25 SYSNAM kernel: ... bit width: 48
Nov 16 08:28:25 SYSNAM kernel: ... generic registers: 6
Nov 16 08:28:25 SYSNAM kernel: ... value mask: 0000ffffffffffff
Nov 16 08:28:25 SYSNAM kernel: ... max period: 00007fffffffffff
Nov 16 08:28:25 SYSNAM kernel: ... fixed-purpose events: 0
Nov 16 08:28:25 SYSNAM kernel: ... event mask: 000000000000003f
Nov 16 08:28:25 SYSNAM kernel: signal: max sigframe size: 1776
Nov 16 08:28:25 SYSNAM kernel: rcu: Hierarchical SRCU implementation.
Nov 16 08:28:25 SYSNAM kernel: rcu: Max phase no-delay instances is 1000.
Nov 16 08:28:25 SYSNAM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 16 08:28:25 SYSNAM kernel: smp: Bringing up secondary CPUs ...
Nov 16 08:28:25 SYSNAM kernel: x86: Booting SMP configuration:
Nov 16 08:28:25 SYSNAM kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Nov 16 08:28:25 SYSNAM kernel: smp: Brought up 1 node, 16 CPUs
Nov 16 08:28:25 SYSNAM kernel: smpboot: Max logical packages: 2
Nov 16 08:28:25 SYSNAM kernel: smpboot: Total of 16 processors activated (102250.96 BogoMIPS)
Nov 16 08:28:25 SYSNAM kernel: devtmpfs: initialized
Nov 16 08:28:25 SYSNAM kernel: x86/mm: Memory block size: 128MB
Nov 16 08:28:25 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Nov 16 08:28:25 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xca611000-0xcacb5fff] (6967296 bytes)
Nov 16 08:28:25 SYSNAM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 16 08:28:25 SYSNAM kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: pinctrl core: initialized pinctrl subsystem
Nov 16 08:28:25 SYSNAM kernel: PM: RTC time: 13:28:19, date: 2023-11-16
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 16 08:28:25 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Nov 16 08:28:25 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 16 08:28:25 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 16 08:28:25 SYSNAM kernel: audit: initializing netlink subsys (disabled)
Nov 16 08:28:25 SYSNAM kernel: audit: type=2000 audit(1700141299.179:1): state=initialized audit_enabled=0 res=1
Nov 16 08:28:25 SYSNAM kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 16 08:28:25 SYSNAM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 16 08:28:25 SYSNAM kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 16 08:28:25 SYSNAM kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 16 08:28:25 SYSNAM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 16 08:28:25 SYSNAM kernel: cpuidle: using governor ladder
Nov 16 08:28:25 SYSNAM kernel: cpuidle: using governor menu
Nov 16 08:28:25 SYSNAM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 16 08:28:25 SYSNAM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 16 08:28:25 SYSNAM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 16 08:28:25 SYSNAM kernel: PCI: Using configuration type 1 for base access
Nov 16 08:28:25 SYSNAM kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Nov 16 08:28:25 SYSNAM kernel: mtrr: probably your BIOS does not setup all CPUs.
Nov 16 08:28:25 SYSNAM kernel: mtrr: corrected configuration.
Nov 16 08:28:25 SYSNAM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 16 08:28:25 SYSNAM kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 16 08:28:25 SYSNAM kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 16 08:28:25 SYSNAM kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 16 08:28:25 SYSNAM kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 16 08:28:25 SYSNAM kernel: ACPI: Added _OSI(Module Device)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Added _OSI(Processor Device)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 16 08:28:25 SYSNAM kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Nov 16 08:28:25 SYSNAM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: EC started
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: interrupt blocked
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Nov 16 08:28:25 SYSNAM kernel: ACPI: Interpreter enabled
Nov 16 08:28:25 SYSNAM kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 16 08:28:25 SYSNAM kernel: ACPI: Using IOAPIC for interrupt routing
Nov 16 08:28:25 SYSNAM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 16 08:28:25 SYSNAM kernel: PCI: Using E820 reservations for host bridge windows
Nov 16 08:28:25 SYSNAM kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 16 08:28:25 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 16 08:28:25 SYSNAM kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 16 08:28:25 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 16 08:28:25 SYSNAM kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 16 08:28:25 SYSNAM kernel: PCI host bridge to bus 0000:00
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.0: [1022:43d0] type 00 class 0x0c0330
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: [1022:43c7] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: [1022:43c7] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: [1022:43c7] type 01 class 0x060400
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
Nov 16 08:28:25 SYSNAM kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfcc00000-0xfcc07fff 64bit]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:04:00.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: [8086:1539] type 00 class 0x020000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: reg 0x18: [io 0xe000-0xe01f]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: [1002:67df] type 00 class 0x030000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: reg 0x20: [io 0xd000-0xd0ff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: supports D1 D2
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.1: [1002:aaf0] type 00 class 0x040300
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.1: supports D1 D2
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfca00000-0xfca01fff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.2: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.3: [1022:145f] type 00 class 0x0c0330
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.3: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.0: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xfce08000-0xfce08fff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.2: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.2: PME# supported from D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xfce00000-0xfce07fff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.3: enabling Extended Tags
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: interrupt unblocked
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: event unblocked
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 16 08:28:25 SYSNAM kernel: ACPI: EC: GPE=0x2
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 16 08:28:25 SYSNAM kernel: iommu: Default domain type: Translated
Nov 16 08:28:25 SYSNAM kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 16 08:28:25 SYSNAM kernel: SCSI subsystem initialized
Nov 16 08:28:25 SYSNAM kernel: libata version 3.00 loaded.
Nov 16 08:28:25 SYSNAM kernel: ACPI: bus type USB registered
Nov 16 08:28:25 SYSNAM kernel: usbcore: registered new interface driver usbfs
Nov 16 08:28:25 SYSNAM kernel: usbcore: registered new interface driver hub
Nov 16 08:28:25 SYSNAM kernel: usbcore: registered new device driver usb
Nov 16 08:28:25 SYSNAM kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 16 08:28:25 SYSNAM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 16 08:28:25 SYSNAM kernel: PTP clock support registered
Nov 16 08:28:25 SYSNAM kernel: EDAC MC: Ver: 3.0.0
Nov 16 08:28:25 SYSNAM kernel: NetLabel: Initializing
Nov 16 08:28:25 SYSNAM kernel: NetLabel: domain hash size = 128
Nov 16 08:28:25 SYSNAM kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Nov 16 08:28:25 SYSNAM kernel: NetLabel: unlabeled traffic allowed by default
Nov 16 08:28:25 SYSNAM kernel: mctp: management component transport protocol core
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_MCTP protocol family
Nov 16 08:28:25 SYSNAM kernel: PCI: Using ACPI for IRQ routing
Nov 16 08:28:25 SYSNAM kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0xc349a000-0xc3ffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0xca27e000-0xcbffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
Nov 16 08:28:25 SYSNAM kernel: e820: reserve RAM buffer [mem 0x82f380000-0x82fffffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: vgaarb: setting as boot VGA device
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: vgaarb: bridge control possible
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 16 08:28:25 SYSNAM kernel: vgaarb: loaded
Nov 16 08:28:25 SYSNAM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 16 08:28:25 SYSNAM kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 16 08:28:25 SYSNAM kernel: clocksource: Switched to clocksource tsc-early
Nov 16 08:28:25 SYSNAM kernel: VFS: Disk quotas dquot_6.6.0
Nov 16 08:28:25 SYSNAM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 16 08:28:25 SYSNAM kernel: pnp: PnP ACPI init
Nov 16 08:28:25 SYSNAM kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:02: [io 0x0300-0x030f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: pnp 00:03: [dma 0 disabled]
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x040b] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x04d6] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c14] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c52] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c6c] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0c6f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 16 08:28:25 SYSNAM kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 16 08:28:25 SYSNAM kernel: pnp: PnP ACPI: found 5 devices
Nov 16 08:28:25 SYSNAM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_INET protocol family
Nov 16 08:28:25 SYSNAM kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: TCP: Hash tables configured (established 262144 bind 65536)
Nov 16 08:28:25 SYSNAM kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_XDP protocol family
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:01: resource 1 [mem 0xfcb00000-0xfcdfffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:06: resource 1 [mem 0xfcb00000-0xfcbfffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:08: resource 1 [mem 0xfcf00000-0xfcffffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:09: resource 1 [mem 0xfc800000-0xfcafffff]
Nov 16 08:28:25 SYSNAM kernel: pci_bus 0000:0a: resource 1 [mem 0xfce00000-0xfcefffff]
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
Nov 16 08:28:25 SYSNAM kernel: PCI: CLS 64 bytes, default 64
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 16 08:28:25 SYSNAM kernel: Trying to unpack rootfs image as initramfs...
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.0: Adding to iommu group 3
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:03.1: Adding to iommu group 4
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:04.0: Adding to iommu group 5
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.0: Adding to iommu group 6
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:07.1: Adding to iommu group 7
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.0: Adding to iommu group 8
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:08.1: Adding to iommu group 9
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:14.0: Adding to iommu group 10
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.0: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.1: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.2: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.3: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.4: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.5: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.6: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:18.7: Adding to iommu group 11
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.1: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:01:00.2: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:00.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:04.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:06.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:07.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:02:09.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:04:00.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:06:00.0: Adding to iommu group 12
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.0: Adding to iommu group 13
Nov 16 08:28:25 SYSNAM kernel: pci 0000:08:00.1: Adding to iommu group 13
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.0: Adding to iommu group 14
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.2: Adding to iommu group 15
Nov 16 08:28:25 SYSNAM kernel: pci 0000:09:00.3: Adding to iommu group 16
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.0: Adding to iommu group 17
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.2: Adding to iommu group 18
Nov 16 08:28:25 SYSNAM kernel: pci 0000:0a:00.3: Adding to iommu group 19
Nov 16 08:28:25 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 16 08:28:25 SYSNAM kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 16 08:28:25 SYSNAM kernel: AMD-Vi: Interrupt remapping enabled
Nov 16 08:28:25 SYSNAM kernel: AMD-Vi: Virtual APIC enabled
Nov 16 08:28:25 SYSNAM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 16 08:28:25 SYSNAM kernel: software IO TLB: mapped [mem 0x00000000c627e000-0x00000000ca27e000] (64MB)
Nov 16 08:28:25 SYSNAM kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 16 08:28:25 SYSNAM kernel: Initialise system trusted keyrings
Nov 16 08:28:25 SYSNAM kernel: Key type blacklist registered
Nov 16 08:28:25 SYSNAM kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Nov 16 08:28:25 SYSNAM kernel: zbud: loaded
Nov 16 08:28:25 SYSNAM kernel: integrity: Platform Keyring initialized
Nov 16 08:28:25 SYSNAM kernel: integrity: Machine keyring initialized
Nov 16 08:28:25 SYSNAM kernel: Key type asymmetric registered
Nov 16 08:28:25 SYSNAM kernel: Asymmetric key parser 'x509' registered
Nov 16 08:28:25 SYSNAM kernel: Freeing initrd memory: 9268K
Nov 16 08:28:25 SYSNAM kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Nov 16 08:28:25 SYSNAM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 16 08:28:25 SYSNAM kernel: io scheduler mq-deadline registered
Nov 16 08:28:25 SYSNAM kernel: io scheduler kyber registered
Nov 16 08:28:25 SYSNAM kernel: io scheduler bfq registered
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 28
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 28
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 29
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 30
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 30
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 31
Nov 16 08:28:25 SYSNAM kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Nov 16 08:28:25 SYSNAM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 16 08:28:25 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 16 08:28:25 SYSNAM kernel: ACPI: button: Power Button [PWRB]
Nov 16 08:28:25 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Nov 16 08:28:25 SYSNAM kernel: ACPI: button: Power Button [PWRF]
Nov 16 08:28:25 SYSNAM kernel: Monitor-Mwait will be used to enter C-1 state
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C000: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C002: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C004: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C006: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C008: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00A: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00C: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00E: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C001: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C003: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C005: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C007: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C009: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00B: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00D: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: ACPI: \_PR_.C00F: Found 2 idle states
Nov 16 08:28:25 SYSNAM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 16 08:28:25 SYSNAM kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 16 08:28:25 SYSNAM kernel: Non-volatile memory driver v1.3
Nov 16 08:28:25 SYSNAM kernel: Linux agpgart interface v0.103
Nov 16 08:28:25 SYSNAM kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 16 08:28:25 SYSNAM kernel: ACPI: bus type drm_connector registered
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:01:00.1: version 3.0
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Nov 16 08:28:25 SYSNAM kernel: scsi host0: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host1: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host2: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host3: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host4: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host5: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host6: ahci
Nov 16 08:28:25 SYSNAM kernel: scsi host7: ahci
Nov 16 08:28:25 SYSNAM kernel: ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata3: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80200 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata4: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80280 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata7: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80400 irq 40
Nov 16 08:28:25 SYSNAM kernel: ata8: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80480 irq 40
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 16 08:28:25 SYSNAM kernel: ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Nov 16 08:28:25 SYSNAM kernel: scsi host8: ahci
Nov 16 08:28:25 SYSNAM kernel: ata9: SATA max UDMA/133 abar m4096@0xfce08000 port 0xfce08100 irq 42
Nov 16 08:28:25 SYSNAM kernel: usbcore: registered new interface driver usbserial_generic
Nov 16 08:28:25 SYSNAM kernel: usbserial: USB Serial support registered for generic
Nov 16 08:28:25 SYSNAM kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 16 08:28:25 SYSNAM kernel: rtc_cmos 00:01: registered as rtc0
Nov 16 08:28:25 SYSNAM kernel: rtc_cmos 00:01: setting system clock to 2023-11-16T13:28:19 UTC (1700141299)
Nov 16 08:28:25 SYSNAM kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 16 08:28:25 SYSNAM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 16 08:28:25 SYSNAM kernel: vesafb: mode is 3440x1440x32, linelength=13824, pages=0
Nov 16 08:28:25 SYSNAM kernel: vesafb: scrolling: redraw
Nov 16 08:28:25 SYSNAM kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Nov 16 08:28:25 SYSNAM kernel: vesafb: framebuffer at 0xe0000000, mapped to 0x00000000844da3aa, using 19456k, total 19456k
Nov 16 08:28:25 SYSNAM kernel: fbcon: Deferring console take-over
Nov 16 08:28:25 SYSNAM kernel: fb0: VESA VGA frame buffer device
Nov 16 08:28:25 SYSNAM kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 16 08:28:25 SYSNAM kernel: drop_monitor: Initializing network drop monitor service
Nov 16 08:28:25 SYSNAM kernel: Initializing XFRM netlink socket
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_INET6 protocol family
Nov 16 08:28:25 SYSNAM kernel: Segment Routing with IPv6
Nov 16 08:28:25 SYSNAM kernel: RPL Segment Routing with IPv6
Nov 16 08:28:25 SYSNAM kernel: In-situ OAM (IOAM) with IPv6
Nov 16 08:28:25 SYSNAM kernel: NET: Registered PF_PACKET protocol family
Nov 16 08:28:25 SYSNAM kernel: microcode: microcode updated early to new patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU0: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU1: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU2: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU3: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU4: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU5: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU6: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU7: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU8: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU9: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU10: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU11: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU12: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU13: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU14: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: CPU15: patch_level=0x0800820d
Nov 16 08:28:25 SYSNAM kernel: microcode: Microcode Update Driver: v2.2.
Nov 16 08:28:25 SYSNAM kernel: IPI shorthand broadcast: enabled
Nov 16 08:28:25 SYSNAM kernel: sched_clock: Marking stable (525175338, 386430)->(649992424, -124430656)
Nov 16 08:28:25 SYSNAM kernel: registered taskstats version 1
Nov 16 08:28:25 SYSNAM kernel: Loading compiled-in X.509 certificates
Nov 16 08:28:25 SYSNAM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 27e8cecb31abef80ca7ab86204328a57a4f6598d'
Nov 16 08:28:25 SYSNAM kernel: zswap: loaded using pool lz4/z3fold
Nov 16 08:28:25 SYSNAM kernel: Key type .fscrypt registered
Nov 16 08:28:25 SYSNAM kernel: Key type fscrypt-provisioning registered
Nov 16 08:28:25 SYSNAM kernel: PM: Magic number: 15:537:483
Nov 16 08:28:25 SYSNAM kernel: RAS: Correctable Errors collector initialized.
Nov 16 08:28:25 SYSNAM kernel: ata9: SATA link down (SStatus 0 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
Nov 16 08:28:25 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 16 08:28:25 SYSNAM kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 08:28:25 SYSNAM kernel: ata1.00: Features: Trust Dev-Sleep
Nov 16 08:28:25 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 16 08:28:25 SYSNAM kernel: ata1.00: configured for UDMA/133
Nov 16 08:28:25 SYSNAM kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Nov 16 08:28:25 SYSNAM kernel: sda: sda1 sda2 sda3 sda4
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 16 08:28:25 SYSNAM kernel: tsc: Refined TSC clocksource calibration: 3193.997 MHz
Nov 16 08:28:25 SYSNAM kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a2341f6f, max_idle_ns: 440795327845 ns
Nov 16 08:28:25 SYSNAM kernel: clocksource: Switched to clocksource tsc
Nov 16 08:28:25 SYSNAM kernel: ata2.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 16 08:28:25 SYSNAM kernel: ata2.00: configured for UDMA/100
Nov 16 08:28:25 SYSNAM kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 16 08:28:25 SYSNAM kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata3.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 16 08:28:25 SYSNAM kernel: ata3.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 08:28:25 SYSNAM kernel: ata3.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 16 08:28:25 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata3.00: configured for UDMA/133
Nov 16 08:28:25 SYSNAM kernel: scsi 2:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 16 08:28:25 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] Write Protect is off
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Nov 16 08:28:25 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 16 08:28:25 SYSNAM kernel: sdb: sdb1
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Nov 16 08:28:25 SYSNAM kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata5.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 16 08:28:25 SYSNAM kernel: ata5.00: configured for UDMA/100
Nov 16 08:28:25 SYSNAM kernel: scsi 4:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 16 08:28:25 SYSNAM kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 08:28:25 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata6.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 16 08:28:25 SYSNAM kernel: ata6.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 08:28:25 SYSNAM kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 16 08:28:25 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 16 08:28:25 SYSNAM kernel: ata6.00: configured for UDMA/133
Nov 16 08:28:25 SYSNAM kernel: scsi 5:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 16 08:28:25 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] Write Protect is off
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Nov 16 08:28:25 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 16 08:28:25 SYSNAM kernel: sdc: sdc1
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] supports TCG Opal
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Nov 16 08:28:25 SYSNAM kernel: ata7: failed to resume link (SControl 0)
Nov 16 08:28:25 SYSNAM kernel: ata7: SATA link down (SStatus 0 SControl 0)
Nov 16 08:28:25 SYSNAM kernel: ata8: SATA link down (SStatus 0 SControl 330)
Nov 16 08:28:25 SYSNAM kernel: Freeing unused decrypted memory: 2036K
Nov 16 08:28:25 SYSNAM kernel: Freeing unused kernel image (initmem) memory: 2152K
Nov 16 08:28:25 SYSNAM kernel: Write protecting the kernel read-only data: 30720k
Nov 16 08:28:25 SYSNAM kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Nov 16 08:28:25 SYSNAM kernel: Freeing unused kernel image (rodata/data gap) memory: 800K
Nov 16 08:28:25 SYSNAM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 16 08:28:25 SYSNAM kernel: rodata_test: all tests were successful
Nov 16 08:28:25 SYSNAM kernel: Run /init as init process
Nov 16 08:28:25 SYSNAM kernel: with arguments:
Nov 16 08:28:25 SYSNAM kernel: /init
Nov 16 08:28:25 SYSNAM kernel: with environment:
Nov 16 08:28:25 SYSNAM kernel: HOME=/
Nov 16 08:28:25 SYSNAM kernel: TERM=linux
Nov 16 08:28:25 SYSNAM kernel: BOOT_IMAGE=/vmlinuz-linux-lts
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 16 08:28:25 SYSNAM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb1: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb1: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb1: SerialNumber: 0000:01:00.0
Nov 16 08:28:25 SYSNAM kernel: hub 1-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 1-0:1.0: 14 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 08:28:25 SYSNAM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb2: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb2: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb2: SerialNumber: 0000:01:00.0
Nov 16 08:28:25 SYSNAM kernel: hub 2-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 2-0:1.0: 8 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb: port power management may be unreliable
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Nov 16 08:28:25 SYSNAM kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 16 08:28:25 SYSNAM kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 16 08:28:25 SYSNAM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb3: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb3: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb3: SerialNumber: 0000:04:00.0
Nov 16 08:28:25 SYSNAM kernel: hub 3-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 3-0:1.0: 2 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 08:28:25 SYSNAM kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb4: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb4: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb4: SerialNumber: 0000:04:00.0
Nov 16 08:28:25 SYSNAM kernel: hub 4-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 4-0:1.0: 2 ports detected
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 5
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 6
Nov 16 08:28:25 SYSNAM kernel: xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
Nov 16 08:28:25 SYSNAM kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb5: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb5: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb5: SerialNumber: 0000:09:00.3
Nov 16 08:28:25 SYSNAM kernel: hub 5-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 5-0:1.0: 4 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 08:28:25 SYSNAM kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Nov 16 08:28:25 SYSNAM kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 08:28:25 SYSNAM kernel: usb usb6: Product: xHCI Host Controller
Nov 16 08:28:25 SYSNAM kernel: usb usb6: Manufacturer: Linux 6.1.61-1-lts xhci-hcd
Nov 16 08:28:25 SYSNAM kernel: usb usb6: SerialNumber: 0000:09:00.3
Nov 16 08:28:25 SYSNAM kernel: hub 6-0:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 6-0:1.0: 4 ports detected
Nov 16 08:28:25 SYSNAM kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Nov 16 08:28:25 SYSNAM kernel: sr 4:0:0:0: [sr1] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 16 08:28:25 SYSNAM kernel: sr 4:0:0:0: Attached scsi CD-ROM sr1
Nov 16 08:28:25 SYSNAM kernel: usb 1-14: new high-speed USB device number 2 using xhci_hcd
Nov 16 08:28:25 SYSNAM kernel: usb 5-2: new high-speed USB device number 2 using xhci_hcd
Nov 16 08:28:25 SYSNAM kernel: usb 1-14: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Nov 16 08:28:25 SYSNAM kernel: usb 1-14: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 1-14: Product: USB 2.0 Hub
Nov 16 08:28:25 SYSNAM kernel: hub 1-14:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 1-14:1.0: 4 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb 5-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.29
Nov 16 08:28:25 SYSNAM kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 5-2: Product: USB2.1 Hub
Nov 16 08:28:25 SYSNAM kernel: usb 5-2: Manufacturer: Generic
Nov 16 08:28:25 SYSNAM kernel: hub 5-2:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 5-2:1.0: 5 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 16 08:28:25 SYSNAM kernel: usb 6-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.29
Nov 16 08:28:25 SYSNAM kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 6-2: Product: USB3.2 Hub
Nov 16 08:28:25 SYSNAM kernel: usb 6-2: Manufacturer: Generic
Nov 16 08:28:25 SYSNAM kernel: hub 6-2:1.0: USB hub found
Nov 16 08:28:25 SYSNAM kernel: hub 6-2:1.0: 4 ports detected
Nov 16 08:28:25 SYSNAM kernel: usb 5-3: new low-speed USB device number 3 using xhci_hcd
Nov 16 08:28:25 SYSNAM kernel: fbcon: Taking over console
Nov 16 08:28:25 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: new high-speed USB device number 3 using xhci_hcd
Nov 16 08:28:25 SYSNAM kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Quota mode: none.
Nov 16 08:28:25 SYSNAM kernel: usb 5-3: New USB device found, idVendor=0458, idProduct=0024, bcdDevice= 1.01
Nov 16 08:28:25 SYSNAM kernel: usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 5-3: Product: Optica Mouse
Nov 16 08:28:25 SYSNAM kernel: usb 5-3: Manufacturer: KYE
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: new high-speed USB device number 4 using xhci_hcd
Nov 16 08:28:25 SYSNAM systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 16 08:28:25 SYSNAM systemd[1]: Detected architecture x86-64.
Nov 16 08:28:25 SYSNAM systemd[1]: Hostname set to <SYSNAM>.
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: New USB device found, idVendor=0bda, idProduct=0151, bcdDevice=51.95
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: Product: USB2.0-CRW
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: Manufacturer: Generic
Nov 16 08:28:25 SYSNAM kernel: usb 1-14.4: SerialNumber: 20060413092100000
Nov 16 08:28:25 SYSNAM systemd[1]: bpf-lsm: LSM BPF program attached
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: New USB device found, idVendor=0c45, idProduct=636b, bcdDevice= 1.00
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: Product: USB 2.0 Camera
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: Manufacturer: Sonix Technology Co., Ltd.
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.3: SerialNumber: SN0001
Nov 16 08:28:25 SYSNAM kernel: usb 5-4: new full-speed USB device number 5 using xhci_hcd
Nov 16 08:28:25 SYSNAM systemd[1]: Queued start job for default target Graphical Interface.
Nov 16 08:28:25 SYSNAM systemd[1]: Created slice Slice /system/getty.
Nov 16 08:28:25 SYSNAM systemd[1]: Created slice Slice /system/modprobe.
Nov 16 08:28:25 SYSNAM systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 16 08:28:25 SYSNAM systemd[1]: Created slice User and Session Slice.
Nov 16 08:28:25 SYSNAM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 16 08:28:25 SYSNAM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 16 08:28:25 SYSNAM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target Local Encrypted Volumes.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target Login Prompts.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target Slice Units.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target System Time Set.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target Local Verity Protected Volumes.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on LVM2 poll daemon socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on RPCbind Server Activation Socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Reached target RPC Port Mapper.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on Process Core Dump Socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on Journal Socket (/dev/log).
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on Journal Socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on udev Control Socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Listening on udev Kernel Socket.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting Huge Pages File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting POSIX Message Queue File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting Kernel Debug File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting Kernel Trace File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Create List of Static Device Nodes...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Module configfs...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Module drm...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Module fuse...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 16 08:28:25 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Journal Service...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load Kernel Modules...
Nov 16 08:28:25 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Coldplug All udev Devices...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted Huge Pages File System.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted POSIX Message Queue File System.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted Kernel Debug File System.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted Kernel Trace File System.
Nov 16 08:28:25 SYSNAM kernel: loop: module loaded
Nov 16 08:28:25 SYSNAM kernel: EXT4-fs (sda4): re-mounted. Quota mode: none.
Nov 16 08:28:25 SYSNAM systemd-journald[378]: Collecting audit messages is disabled.
Nov 16 08:28:25 SYSNAM kernel: device-mapper: uevent: version 1.0.3
Nov 16 08:28:25 SYSNAM kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Nov 16 08:28:25 SYSNAM kernel: fuse: init (API version 7.37)
Nov 16 08:28:25 SYSNAM kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 16 08:28:25 SYSNAM kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Nov 16 08:28:25 SYSNAM kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Nov 16 08:28:25 SYSNAM kernel: sr 4:0:0:0: Attached scsi generic sg3 type 5
Nov 16 08:28:25 SYSNAM kernel: sd 5:0:0:0: Attached scsi generic sg4 type 0
Nov 16 08:28:25 SYSNAM kernel: i2c_dev: i2c /dev entries driver
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Create List of Static Device Nodes.
Nov 16 08:28:25 SYSNAM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 16 08:28:25 SYSNAM kernel: usb 5-4: New USB device found, idVendor=046d, idProduct=c22d, bcdDevice= 1.65
Nov 16 08:28:25 SYSNAM kernel: usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 5-4: Product: G510 Gaming Keyboard
Nov 16 08:28:25 SYSNAM kernel: usb 5-4: Manufacturer: Logitech
Nov 16 08:28:25 SYSNAM systemd-journald[378]: Journal started
Nov 16 08:28:25 SYSNAM systemd-journald[378]: Runtime Journal (/run/log/journal/d249546dfa1a46389125348c53e1d0c7) is 8.0M, max 1.5G, 1.5G free.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'crypto_user'
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'sg'
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'i2c_dev'
Nov 16 08:28:25 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Module configfs.
Nov 16 08:28:25 SYSNAM systemd[1]: Started Journal Service.
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.5: new high-speed USB device number 6 using xhci_hcd
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 16 08:28:25 SYSNAM systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Failed to insert module 'coretemp': No such device
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Module drm.
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 16 08:28:25 SYSNAM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.5: Product: USB2.0 HID
Nov 16 08:28:25 SYSNAM kernel: usb 5-2.5: Manufacturer: Realtek
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Failed to insert module 'f71882fg': No such device
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Module fuse.
Nov 16 08:28:25 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'usbip_core'
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'usbip_host'
Nov 16 08:28:25 SYSNAM kernel: usbcore: registered new device driver usbip-host
Nov 16 08:28:25 SYSNAM kernel: vboxdrv: loading out-of-tree module taints kernel.
Nov 16 08:28:25 SYSNAM kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Nov 16 08:28:25 SYSNAM kernel: vboxdrv: Found 16 processor cores/threads
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'vboxdrv'
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'vboxnetadp'
Nov 16 08:28:25 SYSNAM kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3193997904 Hz
Nov 16 08:28:25 SYSNAM kernel: vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
Nov 16 08:28:25 SYSNAM kernel: VBoxNetAdp: Successfully started.
Nov 16 08:28:25 SYSNAM systemd-modules-load[379]: Inserted module 'vboxnetflt'
Nov 16 08:28:25 SYSNAM kernel: VBoxNetFlt: Successfully started.
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Coldplug All udev Devices.
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load Kernel Modules.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting FUSE Control File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounting Kernel Configuration File System...
Nov 16 08:28:25 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Load/Save OS Random Seed...
Nov 16 08:28:25 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Apply Kernel Variables...
Nov 16 08:28:25 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted FUSE Control File System.
Nov 16 08:28:25 SYSNAM systemd[1]: Mounted Kernel Configuration File System.
Nov 16 08:28:25 SYSNAM systemd-journald[378]: Time spent on flushing to /var/log/journal/d249546dfa1a46389125348c53e1d0c7 is 56.703ms for 1064 entries.
Nov 16 08:28:25 SYSNAM systemd-journald[378]: System Journal (/var/log/journal/d249546dfa1a46389125348c53e1d0c7) is 480.1M, max 4.0G, 3.5G free.
Nov 16 08:28:26 SYSNAM systemd-journald[378]: Received client request to flush runtime journal.
Nov 16 08:28:26 SYSNAM systemd-journald[378]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 16 08:28:26 SYSNAM systemd-journald[378]: Rotating system journal.
Nov 16 08:28:25 SYSNAM systemd[1]: Finished Load/Save OS Random Seed.
Nov 16 08:28:26 SYSNAM systemd[1]: Finished Apply Kernel Variables.
Nov 16 08:28:26 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 16 08:28:26 SYSNAM systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 16 08:28:26 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 16 08:28:26 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 16 08:28:26 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 16 08:28:26 SYSNAM systemd[1]: Reached target Preparation for Local File Systems.
Nov 16 08:28:26 SYSNAM systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 16 08:28:26 SYSNAM systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 16 08:28:26 SYSNAM systemd-udevd[423]: Using default interface naming scheme 'v253'.
Nov 16 08:28:26 SYSNAM systemd-udevd[423]: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Unknown group 'uaccess', ignoring.
Nov 16 08:28:26 SYSNAM systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 16 08:28:26 SYSNAM mtp-probe[441]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 16 08:28:26 SYSNAM mtp-probe[441]: bus: 5, device: 5 was not an MTP device
Nov 16 08:28:26 SYSNAM kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 16 08:28:26 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Grub.
Nov 16 08:28:26 SYSNAM kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 16 08:28:26 SYSNAM kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 16 08:28:26 SYSNAM kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Nov 16 08:28:26 SYSNAM kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 16 08:28:26 SYSNAM kernel: dca service started, version 1.12.1
Nov 16 08:28:26 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Swap.
Nov 16 08:28:26 SYSNAM kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 16 08:28:26 SYSNAM kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 16 08:28:26 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB DataWarehouse.
Nov 16 08:28:26 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB Home.
Nov 16 08:28:26 SYSNAM kernel: asus-ec-sensors asus-ec-sensors: board has 8 EC sensors that span 10 registers
Nov 16 08:28:26 SYSNAM kernel: cryptd: max_cpu_qlen set to 1000
Nov 16 08:28:26 SYSNAM systemd[1]: Activating swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75...
Nov 16 08:28:26 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad...
Nov 16 08:28:26 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341...
Nov 16 08:28:26 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269...
Nov 16 08:28:26 SYSNAM systemd[1]: Starting Virtual Console Setup...
Nov 16 08:28:26 SYSNAM kernel: Adding 67515388k swap on /dev/sda3. Priority:-2 extents:1 across:67515388k SSFS
Nov 16 08:28:26 SYSNAM systemd[1]: Activated swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75.
Nov 16 08:28:26 SYSNAM systemd[1]: Reached target Swaps.
Nov 16 08:28:26 SYSNAM systemd[1]: Mounting Temporary Directory /tmp...
Nov 16 08:28:26 SYSNAM systemd[1]: Mounted Temporary Directory /tmp.
Nov 16 08:28:26 SYSNAM systemd-fsck[592]: /dev/sda2: clean, 512/32768 files, 35739/131072 blocks
Nov 16 08:28:26 SYSNAM kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Nov 16 08:28:26 SYSNAM kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 16 08:28:26 SYSNAM kernel: AVX2 version of gcm_enc/dec engaged.
Nov 16 08:28:26 SYSNAM kernel: AES CTR mode by8 optimization enabled
Nov 16 08:28:26 SYSNAM systemd-fsck[590]: /dev/sdb1: clean, 12711/244195328 files, 85714909/976754176 blocks
Nov 16 08:28:26 SYSNAM systemd-fsck[591]: /dev/sdc1: clean, 2067664/244195328 files, 218795541/976754176 blocks
Nov 16 08:28:26 SYSNAM kernel: pps pps0: new PPS source ptp0
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0: added PHC on eth0
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:92:26:d8:a7:72
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0: eth0: PBA No: FFFFFF-0FF
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Nov 16 08:28:26 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269.
Nov 16 08:28:26 SYSNAM kernel: igb 0000:06:00.0 enp6s0: renamed from eth0
Nov 16 08:28:26 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad.
Nov 16 08:28:26 SYSNAM kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 16 08:28:26 SYSNAM kernel: asus_wmi: Initialization: 0x0
Nov 16 08:28:26 SYSNAM kernel: asus_wmi: BIOS WMI version: 0.9
Nov 16 08:28:26 SYSNAM kernel: asus_wmi: SFUN value: 0x0
Nov 16 08:28:26 SYSNAM kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 16 08:28:26 SYSNAM kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
Nov 16 08:28:26 SYSNAM kernel: snd_hda_intel 0000:08:00.1: Force to non-snoop mode
Nov 16 08:28:26 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341.
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input4
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input5
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input6
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input7
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input8
Nov 16 08:28:26 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input9
Nov 16 08:28:26 SYSNAM kernel: ccp 0000:09:00.2: ccp enabled
Nov 16 08:28:26 SYSNAM kernel: ccp 0000:09:00.2: psp enabled
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Nov 16 08:28:26 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Nov 16 08:28:26 SYSNAM kernel: SVM: TSC scaling supported
Nov 16 08:28:26 SYSNAM kernel: kvm: Nested Virtualization enabled
Nov 16 08:28:26 SYSNAM kernel: SVM: kvm: Nested Paging enabled
Nov 16 08:28:26 SYSNAM kernel: SEV supported: 16 ASIDs
Nov 16 08:28:26 SYSNAM kernel: SEV-ES supported: 4294967295 ASIDs
Nov 16 08:28:26 SYSNAM kernel: SVM: Virtual VMLOAD VMSAVE supported
Nov 16 08:28:26 SYSNAM kernel: SVM: Virtual GIF supported
Nov 16 08:28:26 SYSNAM kernel: SVM: LBR virtualization supported
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input10
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input11
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input12
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input13
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input14
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input15
Nov 16 08:28:26 SYSNAM kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input16
Nov 16 08:28:26 SYSNAM kernel: snd_hda_intel 0000:0a:00.3: device 1043:8733 is on the power_save denylist, forcing power_save to 0
Nov 16 08:28:26 SYSNAM systemd[1]: Finished Virtual Console Setup.
Nov 16 08:28:26 SYSNAM systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 16 08:28:26 SYSNAM systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 16 08:28:26 SYSNAM kernel: MCE: In-kernel MCE decoding enabled.
Nov 16 08:28:26 SYSNAM systemd[1]: Mounting /boot...
Nov 16 08:28:26 SYSNAM systemd[1]: Mounting /home...
Nov 16 08:28:26 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 16 08:28:26 SYSNAM kernel: EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
Nov 16 08:28:26 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 16 08:28:26 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 16 08:28:26 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 16 08:28:26 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 08:28:26 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 16 08:28:26 SYSNAM systemd[1]: Mounted /boot.
Nov 16 08:28:26 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 16 08:28:26 SYSNAM kernel: EXT4-fs (sda2): mounted filesystem without journal. Quota mode: none.
Nov 16 08:28:26 SYSNAM kernel: EXT4-fs (sdc1): mounted filesystem with ordered data mode. Quota mode: none.
Nov 16 08:28:28 SYSNAM kernel: [drm] amdgpu kernel modesetting enabled.
Nov 16 08:28:28 SYSNAM kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Nov 16 08:28:28 SYSNAM kernel: amdgpu: Virtual CRAT table created for CPU
Nov 16 08:28:28 SYSNAM kernel: amdgpu: Topology: Add CPU node
Nov 16 08:28:28 SYSNAM kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22FC 0xE7).
Nov 16 08:28:28 SYSNAM kernel: [drm] register mmio base: 0xFCF00000
Nov 16 08:28:28 SYSNAM kernel: [drm] register mmio size: 262144
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 0 <vi_common>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 1 <gmc_v8_0>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 2 <tonga_ih>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 3 <gfx_v8_0>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 4 <sdma_v3_0>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 5 <powerplay>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 6 <dm>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 7 <uvd_v6_0>
Nov 16 08:28:28 SYSNAM kernel: [drm] add ip block number 8 <vce_v3_0>
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: No more image in the PCI ROM
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from ROM BAR
Nov 16 08:28:28 SYSNAM kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
Nov 16 08:28:28 SYSNAM kernel: [drm] UVD is enabled in VM mode
Nov 16 08:28:28 SYSNAM kernel: [drm] UVD ENC is enabled in VM mode
Nov 16 08:28:28 SYSNAM kernel: [drm] VCE enabled in VM mode
Nov 16 08:28:28 SYSNAM kernel: Console: switching to colour dummy device 80x25
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: vgaarb: deactivate vga console
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Nov 16 08:28:28 SYSNAM kernel: [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 16 08:28:28 SYSNAM systemd[1]: Mounted /home.
Nov 16 08:28:28 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Nov 16 08:28:28 SYSNAM kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Nov 16 08:28:28 SYSNAM kernel: [drm] RAM width 256bits GDDR5
Nov 16 08:28:28 SYSNAM kernel: [drm] amdgpu: 8192M of VRAM memory ready
Nov 16 08:28:28 SYSNAM kernel: [drm] amdgpu: 16001M of GTT memory ready.
Nov 16 08:28:28 SYSNAM kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Nov 16 08:28:28 SYSNAM kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F401300000).
Nov 16 08:28:28 SYSNAM kernel: [drm] Chained IB support enabled!
Nov 16 08:28:28 SYSNAM kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Nov 16 08:28:28 SYSNAM kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Nov 16 08:28:28 SYSNAM kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 16 08:28:28 SYSNAM kernel: intel_rapl_common: Found RAPL domain package
Nov 16 08:28:28 SYSNAM kernel: intel_rapl_common: Found RAPL domain core
Nov 16 08:28:28 SYSNAM kernel: input: KYE Optica Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3/5-3:1.0/0003:0458:0024.0001/input/input17
Nov 16 08:28:28 SYSNAM kernel: hid-generic 0003:0458:0024.0001: input,hidraw0: USB HID v1.10 Mouse [KYE Optica Mouse] on usb-0000:09:00.3-3/input0
Nov 16 08:28:28 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input18
Nov 16 08:28:28 SYSNAM kernel: [drm] Display Core initialized with v3.2.207!
Nov 16 08:28:28 SYSNAM systemd[1]: Mounting /home/DataWarehouse...
Nov 16 08:28:28 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 16 08:28:28 SYSNAM kernel: snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 16 08:28:28 SYSNAM kernel: hid-generic 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 16 08:28:28 SYSNAM systemd[1]: Mounted /home/DataWarehouse.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Local File Systems.
Nov 16 08:28:28 SYSNAM systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 16 08:28:28 SYSNAM kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Quota mode: none.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Set Up Additional Binary Formats...
Nov 16 08:28:28 SYSNAM systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Create Volatile Files and Directories...
Nov 16 08:28:28 SYSNAM systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 822 (systemd-binfmt)
Nov 16 08:28:28 SYSNAM systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 16 08:28:28 SYSNAM systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 16 08:28:28 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input19
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Set Up Additional Binary Formats.
Nov 16 08:28:28 SYSNAM kernel: hid-generic 0003:046D:C22D.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 16 08:28:28 SYSNAM kernel: hid-generic 0003:0BDA:1100.0004: hiddev97,hidraw3: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:09:00.3-2.5/input0
Nov 16 08:28:28 SYSNAM kernel: usbcore: registered new interface driver usbhid
Nov 16 08:28:28 SYSNAM kernel: usbhid: USB HID core driver
Nov 16 08:28:28 SYSNAM mtp-probe[832]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 16 08:28:28 SYSNAM mtp-probe[832]: bus: 5, device: 5 was not an MTP device
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Create Volatile Files and Directories.
Nov 16 08:28:28 SYSNAM systemd[1]: Mounting RPC Pipe File System...
Nov 16 08:28:28 SYSNAM systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 16 08:28:28 SYSNAM systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 16 08:28:28 SYSNAM systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 16 08:28:28 SYSNAM systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Network Time Synchronization...
Nov 16 08:28:28 SYSNAM systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 16 08:28:28 SYSNAM kernel: RPC: Registered named UNIX socket transport module.
Nov 16 08:28:28 SYSNAM kernel: RPC: Registered udp transport module.
Nov 16 08:28:28 SYSNAM kernel: RPC: Registered tcp transport module.
Nov 16 08:28:28 SYSNAM kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Network Time Synchronization.
Nov 16 08:28:28 SYSNAM systemd[1]: Mounted RPC Pipe File System.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target rpc_pipefs.target.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target System Initialization.
Nov 16 08:28:28 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Daily atop restart.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Daily rotation of log files.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Daily man-db regeneration.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Monthly clean packages cache.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Weekly pkgstats submission.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Daily verification of password and group files.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Path Units.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Timer Units.
Nov 16 08:28:28 SYSNAM systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 16 08:28:28 SYSNAM systemd[1]: Listening on CUPS Scheduler.
Nov 16 08:28:28 SYSNAM systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Socket Units.
Nov 16 08:28:28 SYSNAM systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Basic System.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Save/Restore Sound Card State...
Nov 16 08:28:28 SYSNAM systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting D-Bus System Message Bus...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Initialize hardware monitoring sensors...
Nov 16 08:28:28 SYSNAM (modprobe)[894]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Nov 16 08:28:28 SYSNAM systemd[1]: Started Switch on numlock from tty1 to tty6.
Nov 16 08:28:28 SYSNAM systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting User Login Management...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Watchdog Daemon...
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Successfully dropped root privileges.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: avahi-daemon 0.8 starting up.
Nov 16 08:28:28 SYSNAM watchdog[904]: starting daemon (5.16):
Nov 16 08:28:28 SYSNAM watchdog[904]: int=1s realtime=yes sync=no load=0,0,0 soft=no
Nov 16 08:28:28 SYSNAM watchdog[904]: memory not checked
Nov 16 08:28:28 SYSNAM watchdog[904]: ping: no machine to check
Nov 16 08:28:28 SYSNAM watchdog[904]: file: no file to check
Nov 16 08:28:28 SYSNAM watchdog[904]: pidfile: no server process to check
Nov 16 08:28:28 SYSNAM watchdog[904]: interface: no interface to check
Nov 16 08:28:28 SYSNAM watchdog[904]: temperature: no sensors to check
Nov 16 08:28:28 SYSNAM watchdog[904]: no test binary files
Nov 16 08:28:28 SYSNAM watchdog[904]: no repair binary files
Nov 16 08:28:28 SYSNAM watchdog[904]: error retry time-out = 60 seconds
Nov 16 08:28:28 SYSNAM watchdog[904]: repair attempts = 1
Nov 16 08:28:28 SYSNAM watchdog[904]: alive=[none] heartbeat=[none] to=root no_act=no force=no
Nov 16 08:28:28 SYSNAM kernel: [drm] UVD and UVD ENC initialized successfully.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Successfully called chroot().
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Successfully dropped remaining capabilities.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Loading service file /services/NFS.service.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: New relevant interface lo.IPv6 for mDNS.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: New relevant interface lo.IPv4 for mDNS.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Network interface enumeration completed.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Registering new address record for ::1 on lo.*.
Nov 16 08:28:28 SYSNAM avahi-daemon[892]: Registering new address record for 127.0.0.1 on lo.IPv4.
Nov 16 08:28:28 SYSNAM systemd-logind[896]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 16 08:28:28 SYSNAM systemd-logind[896]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Save/Restore Sound Card State.
Nov 16 08:28:28 SYSNAM systemd[1]: Started D-Bus System Message Bus.
Nov 16 08:28:28 SYSNAM systemd[1]: numlockon.service: Deactivated successfully.
Nov 16 08:28:28 SYSNAM systemd-logind[896]: New seat seat0.
Nov 16 08:28:28 SYSNAM systemd[1]: Started User Login Management.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Watchdog Daemon.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Sound Card.
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 16 08:28:28 SYSNAM kernel: [drm] VCE initialized successfully.
Nov 16 08:28:28 SYSNAM kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 16 08:28:28 SYSNAM kernel: amdgpu: sdma_bitmap: f
Nov 16 08:28:28 SYSNAM kernel: amdgpu: SRAT table not found
Nov 16 08:28:28 SYSNAM kernel: amdgpu: Virtual CRAT table created for GPU
Nov 16 08:28:28 SYSNAM kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Nov 16 08:28:28 SYSNAM kernel: kfd kfd: amdgpu: added device 1002:67df
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Using BACO for runtime pm
Nov 16 08:28:28 SYSNAM kernel: [drm] Initialized amdgpu 3.49.0 20150101 for 0000:08:00.0 on minor 0
Nov 16 08:28:28 SYSNAM kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Network Manager...
Nov 16 08:28:28 SYSNAM systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.6841] NetworkManager (version 1.44.2-3) is starting... (boot:3365b335-9992-4532-a679-84ede1956e1f)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.6841] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.6903] manager[0x55ddc96b9cc0]: monitoring kernel firmware directory '/lib/firmware'.
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=950 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Hostname Service...
Nov 16 08:28:28 SYSNAM mtp-probe[985]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.4"
Nov 16 08:28:28 SYSNAM mtp-probe[985]: bus: 1, device: 3 was not an MTP device
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 16 08:28:28 SYSNAM systemd[1]: Started Hostname Service.
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7359] hostname: hostname: using hostnamed
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7359] hostname: static hostname changed from (none) to "SYSNAM"
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7364] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7366] manager[0x55ddc96b9cc0]: rfkill: Wi-Fi hardware radio set enabled
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7366] manager[0x55ddc96b9cc0]: rfkill: WWAN hardware radio set enabled
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7638] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7657] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7661] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7669] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7707] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7725] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7727] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7727] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7728] manager: Networking is enabled by state file
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=950 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7732] settings: Loaded settings plugin: keyfile (internal)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7757] dhcp: init: Using DHCP client 'internal'
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7759] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7767] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7770] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7775] device (lo): Activation: starting connection 'lo' (d99929c1-1f64-4bb8-90be-bce854b3a02e)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7782] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.7784] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8026] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8041] ovsdb: disconnected from ovsdb
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8041] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8043] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8044] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8048] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 08:28:28 SYSNAM systemd[1]: Started Network Manager.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Network.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Network is Online.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting CUPS Scheduler...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting GSSAPI Proxy Daemon...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Network Time Service...
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Notify NFS peers of a restart...
Nov 16 08:28:28 SYSNAM systemd[1]: Started OpenSSH Daemon.
Nov 16 08:28:28 SYSNAM kernel: amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 16 08:28:28 SYSNAM sm-notify[998]: Version 2.6.3 starting
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8535] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8536] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 16 08:28:28 SYSNAM NetworkManager[950]: <info> [1700141308.8540] device (lo): Activation: successful, device activated.
Nov 16 08:28:28 SYSNAM ntpd[997]: ntpd 4.2.8p17@1.4004-o Tue Jun 6 14:05:47 UTC 2023 (1): Starting
Nov 16 08:28:28 SYSNAM ntpd[997]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Nov 16 08:28:28 SYSNAM ntpd[997]: ----------------------------------------------------
Nov 16 08:28:28 SYSNAM ntpd[997]: ntp-4 is maintained by Network Time Foundation,
Nov 16 08:28:28 SYSNAM ntpd[997]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Nov 16 08:28:28 SYSNAM ntpd[997]: corporation. Support and training for ntp-4 are
Nov 16 08:28:28 SYSNAM ntpd[997]: available at https://www.nwtime.org/support
Nov 16 08:28:28 SYSNAM ntpd[997]: ----------------------------------------------------
Nov 16 08:28:28 SYSNAM ntpd[997]: DEBUG behavior is enabled - a violation of any
Nov 16 08:28:28 SYSNAM ntpd[997]: diagnostic assertion will cause ntpd to abort
Nov 16 08:28:28 SYSNAM sshd[999]: Server listening on 0.0.0.0 port 22.
Nov 16 08:28:28 SYSNAM sshd[999]: Server listening on :: port 22.
Nov 16 08:28:28 SYSNAM ntpd[1006]: proto: precision = 0.060 usec (-24)
Nov 16 08:28:28 SYSNAM ntpd[1006]: basedate set to 2023-05-25
Nov 16 08:28:28 SYSNAM ntpd[1006]: gps base set to 2023-05-28 (week 2264)
Nov 16 08:28:28 SYSNAM ntpd[1006]: initial drift restored to 10.251000
Nov 16 08:28:28 SYSNAM ntpd[1006]: Listen and drop on 0 v6wildcard [::]:123
Nov 16 08:28:28 SYSNAM ntpd[1006]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 16 08:28:28 SYSNAM ntpd[1006]: Listen normally on 2 lo 127.0.0.1:123
Nov 16 08:28:28 SYSNAM ntpd[1006]: Listen normally on 3 lo [::1]:123
Nov 16 08:28:28 SYSNAM ntpd[1006]: Listening on routing socket on fd #20 for interface updates
Nov 16 08:28:28 SYSNAM ntpd[1006]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 16 08:28:28 SYSNAM ntpd[1006]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 16 08:28:28 SYSNAM systemd[1]: Started Notify NFS peers of a restart.
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.7' (uid=0 pid=995 comm="/usr/bin/cupsd -l")
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Initialize hardware monitoring sensors.
Nov 16 08:28:28 SYSNAM systemd[1]: Started GSSAPI Proxy Daemon.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Network Time Service.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 16 08:28:28 SYSNAM systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target NFS client services.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Preparation for Remote File Systems.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Remote File Systems.
Nov 16 08:28:28 SYSNAM systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 08:28:28 SYSNAM systemd[1]: Starting Permit User Sessions...
Nov 16 08:28:28 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 16 08:28:28 SYSNAM systemd[1]: Finished Permit User Sessions.
Nov 16 08:28:28 SYSNAM systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 16 08:28:28 SYSNAM mtp-probe[1041]: checking bus 5, device 3: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3"
Nov 16 08:28:28 SYSNAM mtp-probe[1041]: bus: 5, device: 3 was not an MTP device
Nov 16 08:28:28 SYSNAM systemd[1]: Started Command Scheduler.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Multi-User System.
Nov 16 08:28:28 SYSNAM crond[1047]: (CRON) STARTUP (1.7.0)
Nov 16 08:28:28 SYSNAM crond[1047]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 16 08:28:28 SYSNAM crond[1047]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 99% if used.)
Nov 16 08:28:28 SYSNAM crond[1047]: (CRON) INFO (running with inotify support)
Nov 16 08:28:28 SYSNAM systemd[1]: Started Simple Desktop Display Manager.
Nov 16 08:28:28 SYSNAM systemd[1]: Reached target Graphical Interface.
Nov 16 08:28:29 SYSNAM sddm[1055]: Initializing...
Nov 16 08:28:29 SYSNAM sddm[1055]: Starting...
Nov 16 08:28:29 SYSNAM sddm[1055]: Logind interface found
Nov 16 08:28:29 SYSNAM sddm[1055]: Adding new display...
Nov 16 08:28:29 SYSNAM sddm[1055]: Loaded empty theme configuration
Nov 16 08:28:29 SYSNAM sddm[1055]: Xauthority path: "/run/sddm/xauth_bMYezw"
Nov 16 08:28:29 SYSNAM sddm[1055]: Using VT 2
Nov 16 08:28:29 SYSNAM sddm[1055]: Display server starting...
Nov 16 08:28:29 SYSNAM sddm[1055]: Writing cookie to "/run/sddm/xauth_bMYezw"
Nov 16 08:28:29 SYSNAM sddm[1055]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_bMYezw -noreset -displayfd 16
Nov 16 08:28:29 SYSNAM (udev-worker)[469]: hiddev0: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 16 08:28:29 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input21
Nov 16 08:28:29 SYSNAM avahi-daemon[892]: Server startup complete. Host name is SYSNAM.local. Local service cookie is 3607345567.
Nov 16 08:28:29 SYSNAM kernel: lg-g15 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 16 08:28:29 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 16 08:28:29 SYSNAM systemd[1]: Startup finished in 5.834s (kernel) + 4.642s (userspace) = 10.477s.
Nov 16 08:28:29 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 16 08:28:29 SYSNAM kernel: lg-g15 0003:046D:C22D.0003: input,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 16 08:28:29 SYSNAM mtp-probe[1203]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3"
Nov 16 08:28:29 SYSNAM mtp-probe[1203]: bus: 5, device: 4 was not an MTP device
Nov 16 08:28:29 SYSNAM mtp-probe[1210]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 16 08:28:29 SYSNAM mtp-probe[1210]: bus: 5, device: 6 was not an MTP device
Nov 16 08:28:29 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input22
Nov 16 08:28:29 SYSNAM kernel: usb-storage 1-14.4:1.0: USB Mass Storage device detected
Nov 16 08:28:29 SYSNAM kernel: scsi host9: usb-storage 1-14.4:1.0
Nov 16 08:28:29 SYSNAM kernel: usbcore: registered new interface driver usb-storage
Nov 16 08:28:29 SYSNAM kernel: usbcore: registered new interface driver uas
Nov 16 08:28:29 SYSNAM kernel: mousedev: PS/2 mouse device common for all mice
Nov 16 08:28:29 SYSNAM systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 16 08:28:29 SYSNAM systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight...
Nov 16 08:28:29 SYSNAM systemd-logind[896]: Watching system buttons on /dev/input/event18 (Logitech G510 Gaming Keyboard)
Nov 16 08:28:29 SYSNAM systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight.
Nov 16 08:28:30 SYSNAM mtp-probe[1355]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 16 08:28:30 SYSNAM mtp-probe[1355]: bus: 5, device: 6 was not an MTP device
Nov 16 08:28:30 SYSNAM avahi-daemon[892]: Service "NFS Share on SYSNAM" (/services/NFS.service) successfully established.
Nov 16 08:28:30 SYSNAM sddm[1055]: Setting default cursor
Nov 16 08:28:30 SYSNAM (udev-worker)[458]: hiddev1: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 16 08:28:30 SYSNAM kernel: mc: Linux media interface: v0.10
Nov 16 08:28:30 SYSNAM kernel: videodev: Linux video capture interface: v2.00
Nov 16 08:28:30 SYSNAM kernel: usb 5-2.3: Found UVC 1.00 device USB 2.0 Camera (0c45:636b)
Nov 16 08:28:30 SYSNAM kernel: input: USB 2.0 Camera: USB Camera as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3/5-2.3:1.0/input/input25
Nov 16 08:28:30 SYSNAM kernel: usbcore: registered new interface driver uvcvideo
Nov 16 08:28:30 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 08:28:30 SYSNAM kernel: usbcore: registered new interface driver snd-usb-audio
Nov 16 08:28:30 SYSNAM kernel: scsi 9:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 08:28:30 SYSNAM kernel: scsi 9:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 08:28:30 SYSNAM kernel: scsi 9:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 08:28:30 SYSNAM kernel: scsi 9:0:0:3: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:0: Attached scsi generic sg5 type 0
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:1: Attached scsi generic sg6 type 0
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:2: Attached scsi generic sg7 type 0
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:0: [sdd] Media removed, stopped polling
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:3: Attached scsi generic sg8 type 0
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:1: [sde] Media removed, stopped polling
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:0: [sdd] Attached SCSI removable disk
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:2: [sdf] Media removed, stopped polling
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:1: [sde] Attached SCSI removable disk
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:3: [sdg] Media removed, stopped polling
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:2: [sdf] Attached SCSI removable disk
Nov 16 08:28:30 SYSNAM kernel: sd 9:0:0:3: [sdg] Attached SCSI removable disk
Nov 16 08:28:30 SYSNAM sddm[1055]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Nov 16 08:28:30 SYSNAM sddm[1055]: Display server started.
Nov 16 08:28:30 SYSNAM sddm[1055]: Socket server starting...
Nov 16 08:28:30 SYSNAM sddm[1055]: Socket server started.
Nov 16 08:28:30 SYSNAM sddm[1055]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 16 08:28:30 SYSNAM sddm[1055]: Greeter starting...
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: [PAM] Starting...
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: [PAM] Authenticating...
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: [PAM] returning.
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=995) by (uid=0)
Nov 16 08:28:31 SYSNAM systemd-logind[896]: New session c1 of user sddm.
Nov 16 08:28:31 SYSNAM systemd[1]: Created slice User Slice of UID 995.
Nov 16 08:28:31 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/995...
Nov 16 08:28:31 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/995.
Nov 16 08:28:31 SYSNAM systemd[1]: Starting User Manager for UID 995...
Nov 16 08:28:31 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=1652 comm="(systemd)")
Nov 16 08:28:31 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 08:28:31 SYSNAM (systemd)[1652]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 08:28:31 SYSNAM (systemd)[1652]: pam_unix(systemd-user:session): session opened for user sddm(uid=995) by sddm(uid=0)
Nov 16 08:28:31 SYSNAM systemd[1652]: Queued start job for default target Main User Target.
Nov 16 08:28:31 SYSNAM systemd[1652]: Created slice User Application Slice.
Nov 16 08:28:31 SYSNAM systemd[1652]: Reached target Paths.
Nov 16 08:28:31 SYSNAM systemd[1652]: Reached target Timers.
Nov 16 08:28:31 SYSNAM systemd[1652]: Starting D-Bus User Message Bus Socket...
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GnuPG network certificate management daemon.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GCR ssh-agent wrapper.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GNOME Keyring daemon.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on p11-kit server.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on PipeWire Multimedia System Sockets.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on Sound System.
Nov 16 08:28:31 SYSNAM systemd[1652]: Listening on D-Bus User Message Bus Socket.
Nov 16 08:28:31 SYSNAM systemd[1652]: Reached target Sockets.
Nov 16 08:28:31 SYSNAM systemd[1652]: Reached target Basic System.
Nov 16 08:28:31 SYSNAM systemd[1]: Started User Manager for UID 995.
Nov 16 08:28:31 SYSNAM systemd[1]: Started Session c1 of User sddm.
Nov 16 08:28:31 SYSNAM systemd[1652]: Starting Update XDG user dir configuration...
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: Writing cookie to "/tmp/xauth_mIEEor"
Nov 16 08:28:31 SYSNAM sddm-helper[1648]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-Jhjvnz --theme /usr/share/sddm/themes/Classic_Breeze"
Nov 16 08:28:31 SYSNAM systemd[1652]: Finished Update XDG user dir configuration.
Nov 16 08:28:31 SYSNAM systemd[1652]: Reached target Main User Target.
Nov 16 08:28:31 SYSNAM systemd[1652]: Startup finished in 265ms.
Nov 16 08:28:31 SYSNAM sddm[1055]: Greeter session started successfully
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: High-DPI autoscaling Enabled
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/local/share/xsessions/kodi.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/kodi.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/local/share/xsessions/LXDE.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/LXDE.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/local/share/xsessions/openbox-kde.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/openbox-kde.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/local/share/xsessions/openbox.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/openbox.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 16 08:28:31 SYSNAM systemd[1652]: Created slice User Core Session Slice.
Nov 16 08:28:31 SYSNAM systemd[1652]: Starting D-Bus User Message Bus...
Nov 16 08:28:31 SYSNAM systemd[1652]: Started D-Bus User Message Bus.
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Connected to the daemon.
Nov 16 08:28:31 SYSNAM sddm[1055]: Message received from greeter: Connect
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: Loading file:///usr/share/sddm/themes/Classic_Breeze/Main.qml...
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcc5b5a510), parent's thread is QThread(0x55a4fcb50a30), current thread is QThread(0x55a4fcf0ca40)
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcc5b5a510), parent's thread is QThread(0x55a4fcb50a30), current thread is QThread(0x55a4fcf0ca40)
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffcc5b5a510), parent's thread is QThread(0x55a4fcb50a30), current thread is QThread(0x55a4fcf0ca40)
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 16 08:28:31 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8538] device (enp6s0): carrier: link connected
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8540] device (enp6s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8555] policy: auto-activating connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8561] device (enp6s0): Activation: starting connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8562] device (enp6s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:31 SYSNAM kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.8565] manager: NetworkManager state is now CONNECTING
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.9046] device (enp6s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.9063] device (enp6s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:31 SYSNAM NetworkManager[950]: <info> [1700141311.9077] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 08:28:31 SYSNAM avahi-daemon[892]: Joining mDNS multicast group on interface enp6s0.IPv6 with address fe80::b917:6e4a:27a6:8d42.
Nov 16 08:28:31 SYSNAM avahi-daemon[892]: New relevant interface enp6s0.IPv6 for mDNS.
Nov 16 08:28:31 SYSNAM avahi-daemon[892]: Registering new address record for fe80::b917:6e4a:27a6:8d42 on enp6s0.*.
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:220:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:121:21: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:172:21: QML BreezeLabel: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 16 08:28:31 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:100:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 16 08:28:31 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=896 comm="/usr/lib/systemd/systemd-logind")
Nov 16 08:28:31 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.32' (uid=995 pid=1662 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-Jhjvnz")
Nov 16 08:28:32 SYSNAM systemd[1]: Starting Authorization Manager...
Nov 16 08:28:32 SYSNAM systemd[1]: Starting Disk Manager...
Nov 16 08:28:32 SYSNAM udisksd[1677]: udisks daemon version 2.10.1 starting
Nov 16 08:28:32 SYSNAM polkitd[1676]: Started polkitd version 123
Nov 16 08:28:32 SYSNAM polkitd[1676]: Loading rules from directory /etc/polkit-1/rules.d
Nov 16 08:28:32 SYSNAM polkitd[1676]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 16 08:28:32 SYSNAM polkitd[1676]: Finished loading, compiling and executing 7 rules
Nov 16 08:28:32 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 16 08:28:32 SYSNAM systemd[1]: Started Authorization Manager.
Nov 16 08:28:32 SYSNAM polkitd[1676]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 16 08:28:32 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 16 08:28:32 SYSNAM systemd[1]: Started Disk Manager.
Nov 16 08:28:32 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.32' (uid=995 pid=1662 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-Jhjvnz")
Nov 16 08:28:32 SYSNAM udisksd[1677]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 16 08:28:32 SYSNAM systemd[1]: Starting Daemon for power management...
Nov 16 08:28:32 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 16 08:28:32 SYSNAM systemd[1]: Started Daemon for power management.
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/InfoPane.qml:52:13: Unable to assign [undefined] to int
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: Adding view for "DisplayPort-0" QRect(0,0 3440x1440)
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.35'
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: Message received from daemon: Capabilities
Nov 16 08:28:32 SYSNAM sddm-greeter[1662]: Message received from daemon: HostName
Nov 16 08:28:35 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 16 08:28:35 SYSNAM NetworkManager[950]: <info> [1700141315.5578] device (enp6s0): carrier: link connected
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9019] dhcp4 (enp6s0): state changed new lease, address=192.168.123.191
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9022] policy: set 'Wired connection 1' (enp6s0) as default for IPv4 routing and DNS
Nov 16 08:28:36 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=950 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 08:28:36 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 16 08:28:36 SYSNAM avahi-daemon[892]: Joining mDNS multicast group on interface enp6s0.IPv4 with address 192.168.123.191.
Nov 16 08:28:36 SYSNAM avahi-daemon[892]: New relevant interface enp6s0.IPv4 for mDNS.
Nov 16 08:28:36 SYSNAM avahi-daemon[892]: Registering new address record for 192.168.123.191 on enp6s0.IPv4.
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9130] device (enp6s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9149] device (enp6s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9151] device (enp6s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9156] manager: NetworkManager state is now CONNECTED_SITE
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9159] device (enp6s0): Activation: successful, device activated.
Nov 16 08:28:36 SYSNAM NetworkManager[950]: <info> [1700141316.9167] manager: startup complete
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 08:28:37 SYSNAM sddm[1055]: Message received from greeter: Login
Nov 16 08:28:37 SYSNAM sddm[1055]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 08:28:37 SYSNAM sddm[1055]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: [PAM] Starting...
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: [PAM] Authenticating...
Nov 16 08:28:37 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.36' (uid=0 pid=1712 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 16 08:28:37 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: [PAM] Preparing to converse...
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: [PAM] Conversation with 1 messages
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: gkr-pam: unable to locate daemon control file
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: gkr-pam: stashed password to try later in open session
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: [PAM] returning.
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 16 08:28:37 SYSNAM sddm[1055]: Authentication for user "UsrNam" successful
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: Message received from daemon: LoginSucceeded
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: pam_unix(sddm:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 16 08:28:37 SYSNAM systemd-logind[896]: New session 2 of user UsrNam.
Nov 16 08:28:37 SYSNAM systemd[1]: Created slice User Slice of UID 1000.
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:71: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:73: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:64: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:48: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserSelect.qml:105: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:25: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:26: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM sddm-greeter[1662]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:27: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 08:28:37 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 16 08:28:37 SYSNAM sddm-helper[1648]: [PAM] Closing session
Nov 16 08:28:37 SYSNAM sddm-helper[1648]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 16 08:28:37 SYSNAM sddm-helper[1648]: [PAM] Ended.
Nov 16 08:28:37 SYSNAM sddm[1055]: Auth: sddm-helper exited successfully
Nov 16 08:28:37 SYSNAM sddm[1055]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 16 08:28:37 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 16 08:28:37 SYSNAM systemd[1]: session-c1.scope: Deactivated successfully.
Nov 16 08:28:37 SYSNAM systemd-logind[896]: Session c1 logged out. Waiting for processes to exit.
Nov 16 08:28:37 SYSNAM systemd[1]: Starting User Manager for UID 1000...
Nov 16 08:28:37 SYSNAM systemd-logind[896]: Removed session c1.
Nov 16 08:28:37 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.40' (uid=0 pid=1715 comm="(systemd)")
Nov 16 08:28:37 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 08:28:37 SYSNAM (systemd)[1715]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[UsrNam] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 08:28:37 SYSNAM (systemd)[1715]: pam_unix(systemd-user:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 16 08:28:37 SYSNAM systemd-xdg-autostart-generator[1721]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 16 08:28:37 SYSNAM systemd-journald[378]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 16 08:28:37 SYSNAM systemd[1715]: Queued start job for default target Main User Target.
Nov 16 08:28:37 SYSNAM systemd[1715]: Created slice User Application Slice.
Nov 16 08:28:37 SYSNAM systemd[1715]: Reached target Paths.
Nov 16 08:28:37 SYSNAM systemd[1715]: Reached target Timers.
Nov 16 08:28:37 SYSNAM systemd[1715]: Starting D-Bus User Message Bus Socket...
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GnuPG network certificate management daemon.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GCR ssh-agent wrapper.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GNOME Keyring daemon.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on p11-kit server.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on PipeWire Multimedia System Sockets.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on Sound System.
Nov 16 08:28:37 SYSNAM systemd[1715]: Listening on D-Bus User Message Bus Socket.
Nov 16 08:28:37 SYSNAM systemd[1715]: Reached target Sockets.
Nov 16 08:28:37 SYSNAM systemd[1715]: Reached target Basic System.
Nov 16 08:28:37 SYSNAM systemd[1]: Started User Manager for UID 1000.
Nov 16 08:28:37 SYSNAM systemd[1715]: Starting Update XDG user dir configuration...
Nov 16 08:28:37 SYSNAM systemd[1]: Started Session 2 of User UsrNam.
Nov 16 08:28:37 SYSNAM systemd[1715]: Finished Update XDG user dir configuration.
Nov 16 08:28:37 SYSNAM systemd[1715]: Reached target Main User Target.
Nov 16 08:28:37 SYSNAM systemd[1715]: Startup finished in 218ms.
Nov 16 08:28:37 SYSNAM systemd[1715]: Started GNOME Keyring daemon.
Nov 16 08:28:37 SYSNAM gnome-keyring-daemon[1729]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 16 08:28:37 SYSNAM systemd[1715]: Created slice User Core Session Slice.
Nov 16 08:28:37 SYSNAM systemd[1715]: Starting D-Bus User Message Bus...
Nov 16 08:28:37 SYSNAM systemd[1715]: Started D-Bus User Message Bus.
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: gkr-pam: unlocked login keyring
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 16 08:28:37 SYSNAM sddm-helper[1737]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: Writing cookie to "/tmp/xauth_FBGYvQ"
Nov 16 08:28:37 SYSNAM sddm-helper[1712]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 16 08:28:37 SYSNAM sddm[1055]: Session started true
Nov 16 08:28:38 SYSNAM systemd[1715]: Reloading requested from client PID 1739 ('startplasma-x11')...
Nov 16 08:28:38 SYSNAM systemd[1715]: Reloading...
Nov 16 08:28:38 SYSNAM NetworkManager[950]: <info> [1700141318.2194] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 16 08:28:38 SYSNAM systemd-xdg-autostart-generator[1773]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 16 08:28:38 SYSNAM systemd[1715]: Reloading finished in 266 ms.
Nov 16 08:28:38 SYSNAM systemd[1715]: Created slice User Background Tasks Slice.
Nov 16 08:28:38 SYSNAM systemd[1715]: Reached target Session services which should run early before the graphical session is brought up.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Config Module Initialization...
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting Baloo File Indexer Daemon...
Nov 16 08:28:38 SYSNAM ksplashqml[1756]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:17: TypeError: Cannot read property 'width' of null
Nov 16 08:28:38 SYSNAM ksplashqml[1756]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:13: TypeError: Cannot read property 'verticalCenter' of null
Nov 16 08:28:38 SYSNAM ksplashqml[1756]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:12: TypeError: Cannot read property 'horizontalCenter' of null
Nov 16 08:28:38 SYSNAM systemd[1715]: kde-baloo.service: Skipped due to 'exec-condition'.
Nov 16 08:28:38 SYSNAM systemd[1715]: Condition check resulted in Baloo File Indexer Daemon being skipped.
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.5' (uid=1000 pid=1777 comm="/usr/bin/kcminit_startup")
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting Portal service...
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=1779 comm="/usr/lib/xdg-desktop-portal")
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting flatpak document portal service...
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=1785 comm="/usr/lib/xdg-document-portal")
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting sandboxed app permission store...
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 16 08:28:38 SYSNAM systemd[1715]: Started sandboxed app permission store.
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 16 08:28:38 SYSNAM systemd[1715]: Started flatpak document portal service.
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 16 08:28:38 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.43' (uid=1000 pid=1779 comm="/usr/lib/xdg-desktop-portal")
Nov 16 08:28:38 SYSNAM systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 16 08:28:38 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 16 08:28:38 SYSNAM systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Successfully called chroot.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Successfully dropped privileges.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Successfully limited resources.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Canary thread running.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Running.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Watchdog thread running.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:38 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=1779 comm="/usr/lib/xdg-desktop-portal")
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 16 08:28:38 SYSNAM systemd[1715]: Started KDE Config Module Initialization.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Session Management Server...
Nov 16 08:28:38 SYSNAM systemd[1715]: Started Unlock kwallet from pam credentials.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Daemon...
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Window Manager...
Nov 16 08:28:38 SYSNAM ksmserver[1812]: Qt: Session management error: networkIdsList argument is NULL
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=1812 comm="/usr/bin/ksmserver")
Nov 16 08:28:38 SYSNAM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Global Shortcuts Server...
Nov 16 08:28:38 SYSNAM systemd[1715]: Started KDE Daemon.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 16 08:28:38 SYSNAM kcminit_startup[1777]: kcm_touchpad: Using X11 backend
Nov 16 08:28:38 SYSNAM systemd[1715]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 16 08:28:38 SYSNAM kded5[1814]: kcm_touchpad: Using X11 backend
Nov 16 08:28:38 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.kde.kglobalaccel'
Nov 16 08:28:38 SYSNAM systemd[1715]: Started KDE Global Shortcuts Server.
Nov 16 08:28:38 SYSNAM ksmserver[1812]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 16 08:28:38 SYSNAM systemd[1715]: Started KDE Session Management Server.
Nov 16 08:28:38 SYSNAM systemd[1715]: Starting KDE Plasma Workspace...
Nov 16 08:28:38 SYSNAM systemd[1715]: Started KDE Window Manager.
Nov 16 08:28:39 SYSNAM NetworkManager[950]: <info> [1700141319.0559] agent-manager: agent[4c9a1ac2d8e62ef4,:1.45/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.16' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Using XRANDR extension 1.3 or greater.
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting User preferences database...
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'ca.desrt.dconf'
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting KActivityManager Activity manager Service...
Nov 16 08:28:39 SYSNAM systemd[1715]: Started User preferences database.
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: OpenGL vendor string: AMD
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: OpenGL renderer string: AMD Radeon RX 580 Series (polaris10, LLVM 16.0.6, DRM 3.49, 6.1.61-1-lts)
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: OpenGL shading language version string: 4.60
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Driver: Unknown
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: GPU class: Unknown
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: OpenGL version: 4.6
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: GLSL version: 4.60
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Mesa version: 23.2.1
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: X server version: 1.21.1
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Linux kernel version: 6.1.61
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Requires strict binding: yes
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: GLSL shaders: yes
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Texture NPOT support: yes
Nov 16 08:28:39 SYSNAM kwin_x11[1815]: Virtual Machine: no
Nov 16 08:28:39 SYSNAM kded5[1814]: error: "Configured backend does not exist: "
Nov 16 08:28:39 SYSNAM kded5[1814]: Warning: Trying to register an invalid vault: "/home/UsrNam/Videos/VideoVault"
Nov 16 08:28:39 SYSNAM plasmashell[1862]: Checking screens: available: (QScreen(0x559032d179c0, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x559032d179c0, name="DisplayPort-0"))
Nov 16 08:28:39 SYSNAM plasmashell[1862]: Checking screens: available: (QScreen(0x559032d179c0, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x559032d179c0, name="DisplayPort-0"))
Nov 16 08:28:39 SYSNAM kded5[1814]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started KDE Plasma Workspace.
Nov 16 08:28:39 SYSNAM systemd[1715]: Reached target KDE Plasma Workspace Core.
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting KDE PolicyKit Authentication Agent...
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Powerdevil...
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Xdg Desktop Portal For KDE...
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Handle legacy xembed system tray icons.
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.45' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.45' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 16 08:28:39 SYSNAM kded5[1814]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
"Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 16 08:28:39 SYSNAM kded5[1814]:
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.kde.ActivityManager'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started KActivityManager Activity manager Service.
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: created profile "icc-415e92015fe2163e9a6f198fe19dd088" "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: created profile "icc-62110133d150ae26e0254a15e3e185a3" "/org/freedesktop/ColorManager/profiles/icc_62110133d150ae26e0254a15e3e185a3_UsrNam_1000"
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.45' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Checking outputs
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Output isLaptop false
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Bluetooth OBEX service...
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM obexd[1934]: OBEX daemon 5.70
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.bluez.obex'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Bluetooth OBEX service.
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.48' (uid=1000 pid=1919 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Primary CRTC is at CRTC 0
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=1814 comm="/usr/bin/kded5")
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.48' (uid=1000 pid=1919 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 08:28:39 SYSNAM plasmashell[1862]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 16 08:28:39 SYSNAM plasmashell[1862]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 16 08:28:39 SYSNAM plasmashell[1862]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 16 08:28:39 SYSNAM plasmashell[1862]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting KScreen...
Nov 16 08:28:39 SYSNAM plasmashell[1862]: kf.plasma.quick: Applet preload policy set to 1
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.48' (uid=1000 pid=1919 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 08:28:39 SYSNAM kded5[1814]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 16 08:28:39 SYSNAM backlighthelper[1975]: org.kde.powerdevil: no kernel backlight interface found
Nov 16 08:28:39 SYSNAM kded5[1814]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 16 08:28:39 SYSNAM kded5[1814]: Known activities: ("222a6338-bf43-4e01-8b2c-173a1aa3cea6")
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.kde.KScreen'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started KScreen.
Nov 16 08:28:39 SYSNAM systemd[1715]: Started KDE PolicyKit Authentication Agent.
Nov 16 08:28:39 SYSNAM dbus-daemon[893]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 16 08:28:39 SYSNAM org_kde_powerdevil[1919]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 16 08:28:39 SYSNAM org_kde_powerdevil[1919]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Nov 16 08:28:39 SYSNAM libddcutil[1919]: Initializing libddcutil. ddcutil version: 2.0.0, shared library: /usr/lib/libddcutil.so.5.0.0
Nov 16 08:28:39 SYSNAM libddcutil[1919]: Library initialization complete.
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Primary CRTC is at CRTC 0
Nov 16 08:28:39 SYSNAM polkit-kde-authentication-agent-1[1918]: New PolkitAgentListener 0x561ee9937320
Nov 16 08:28:39 SYSNAM polkit-kde-authentication-agent-1[1918]: Adding new listener PolkitQt1::Agent::Listener(0x7f18ac011810) for 0x561ee9937320
Nov 16 08:28:39 SYSNAM polkit-kde-authentication-agent-1[1918]: Listener online
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Xdg Desktop Portal For KDE.
Nov 16 08:28:39 SYSNAM polkitd[1676]: Registered Authentication Agent for unix-session:2 (system bus name :1.61 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Connected output 84 to CRTC 78
Nov 16 08:28:39 SYSNAM polkit-kde-authentication-agent-1[1918]: Authentication agent result: true
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Event Base: 89
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Event Error: 147
Nov 16 08:28:39 SYSNAM kded5[1814]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.6' (uid=1000 pid=1779 comm="/usr/lib/xdg-desktop-portal")
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Portal service (GTK/GNOME implementation)...
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: XRandR::setConfig
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Requested screen size is QSize(3440, 1440)
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Needed CRTCs: 1
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Actions to perform:
Priorities: true
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Output 84
Old: "0"
New: "1"
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Change Screen Size: false
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Disable outputs: false
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Change outputs: true
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: (84)
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Enable outputs: false
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 84 ( "DisplayPort-0" )
CRTC: 78
Pos: QPoint(0,0)
Mode: KScreen::Mode(Id: "95" , Size: QSize(3440, 1440) @ 120 ) Preferred: "90"
Rotation: KScreen::Output::None
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Checking outputs
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: XRandRCrtc 78 m_timestamp update 0 => 20391
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Result: 0 timestamp: 20391
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: XRandROutput 84 update
m_connected: 0
m_crtc XRandRCrtc(0x55d675a65160)
CRTC: 78
MODE: 95
Connection: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetOutputPrimary
New priority: 1
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: XRandR::setConfig done!
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Output isLaptop false
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Timestamp: 10100
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: CRTC: 78
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Mode: 95
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: RRScreenChangeNotify
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Timestamp: 10100
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Config_timestamp: 10100
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Window: 39845893
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Root: 1740
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Size ID: 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Size: 3440 1440
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: SizeMM: 910 381
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Timestamp: 10100
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: CRTC: 78
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Mode: 95
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Timestamp: 20649
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Output: 84
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Timestamp: 20649
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Output: 84
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 16 08:28:39 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: XRandRCrtc 78 m_configTimestamp update 0 => 10100
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Failed to register device: "device id 'xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446' already exists"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.26' (uid=1000 pid=1997 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Virtual filesystem service...
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Virtual filesystem service.
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Primary CRTC is at CRTC 0
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 08:28:39 SYSNAM kded5[1814]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 08:28:39 SYSNAM xdg-desktop-por[1997]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.29' (uid=1000 pid=1997 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 08:28:39 SYSNAM systemd[1715]: Starting Accessibility services bus...
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.a11y.Bus'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Accessibility services bus.
Nov 16 08:28:39 SYSNAM at-spi-bus-launcher[2052]: dbus-daemon[2052]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1997 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 08:28:39 SYSNAM at-spi-bus-launcher[2052]: dbus-daemon[2052]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 16 08:28:39 SYSNAM at-spi-bus-launcher[2055]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Portal service (GTK/GNOME implementation).
Nov 16 08:28:39 SYSNAM systemd[1715]: Started PipeWire Multimedia Service.
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Multimedia Service Session Manager.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Successfully made thread 2062 of process 2062 owned by '1000' high priority at nice level -11.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 1 threads of 1 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Successfully made thread 2065 of process 2062 owned by '1000' RT at priority 20.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 2 threads of 1 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Successfully made thread 2061 of process 2061 owned by '1000' high priority at nice level -11.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 3 threads of 2 processes of 1 users.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Successfully made thread 2070 of process 2061 owned by '1000' RT at priority 20.
Nov 16 08:28:39 SYSNAM rtkit-daemon[1804]: Supervising 4 threads of 2 processes of 1 users.
Nov 16 08:28:39 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 16 08:28:39 SYSNAM systemd[1715]: Started Portal service.
Nov 16 08:28:39 SYSNAM wireplumber[2062]: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Nov 16 08:28:39 SYSNAM wireplumber[2062]: PipeWire's SPA ALSA udev plugin("api.alsa.enum.udev")missing or broken. Sound Cards cannot be enumerated
Nov 16 08:28:39 SYSNAM wireplumber[2062]: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Nov 16 08:28:39 SYSNAM wireplumber[2062]: PipeWire's BlueZ SPA missing or broken. Bluetooth not supported.
Nov 16 08:28:39 SYSNAM wireplumber[2062]: [0:00:20.945862252] [2062] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 16 08:28:39 SYSNAM wireplumber[2062]: [0:00:20.945876649] [2062] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 16 08:28:39 SYSNAM wireplumber[2062]: [0:00:20.945905484] [2062] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 16 08:28:39 SYSNAM plasmashell[1862]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 16 08:28:40 SYSNAM kioslave5[2080]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 16 08:28:40 SYSNAM kscreen_backend_launcher[1952]: kscreen.xrandr: Emitting configChanged()
Nov 16 08:28:40 SYSNAM wireplumber[2062]: <WpNode:0x561e78454440> Object activation aborted: PipeWire proxy destroyed
Nov 16 08:28:40 SYSNAM pipewire[2061]: [0:00:21.187236318] [2061] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 16 08:28:40 SYSNAM pipewire[2061]: [0:00:21.187250464] [2061] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 16 08:28:40 SYSNAM pipewire[2061]: [0:00:21.187276183] [2061] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 16 08:28:40 SYSNAM wireplumber[2062]: <WpPortalPermissionStorePlugin:0x561e783a9fa0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 16 08:28:40 SYSNAM wireplumber[2062]: <WpPortalPermissionStorePlugin:0x561e783a9fa0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 16 08:28:40 SYSNAM systemd[1715]: Starting Sound Service...
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Successfully made thread 2106 of process 2106 owned by '1000' high priority at nice level -11.
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Supervising 5 threads of 3 processes of 1 users.
Nov 16 08:28:40 SYSNAM plasmashell[1862]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:57: TypeError: Cannot read property 'subText' of undefined
Nov 16 08:28:40 SYSNAM plasmashell[1862]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:56: TypeError: Cannot read property 'text' of undefined
Nov 16 08:28:40 SYSNAM ksplashqml[1756]: qml: count= 1
Nov 16 08:28:40 SYSNAM ksplashqml[1756]: qml: count= 2
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Supervising 5 threads of 3 processes of 1 users.
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Successfully made thread 2117 of process 2106 owned by '1000' RT at priority 5.
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Supervising 6 threads of 3 processes of 1 users.
Nov 16 08:28:40 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 08:28:40 SYSNAM ntpd[1006]: Listen normally on 4 enp6s0 192.168.123.191:123
Nov 16 08:28:40 SYSNAM ntpd[1006]: Listen normally on 5 enp6s0 [fe80::b917:6e4a:27a6:8d42%2]:123
Nov 16 08:28:40 SYSNAM ntpd[1006]: new interface(s) found: waking up resolver
Nov 16 08:28:40 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 08:28:40 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating service name='org.kde.kdeconnect' requested by ':1.15' (uid=1000 pid=1862 comm="/usr/bin/plasmashell --no-respawn")
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Supervising 6 threads of 3 processes of 1 users.
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Successfully made thread 2126 of process 2106 owned by '1000' RT at priority 5.
Nov 16 08:28:40 SYSNAM rtkit-daemon[1804]: Supervising 7 threads of 3 processes of 1 users.
Nov 16 08:28:40 SYSNAM ksplashqml[1756]: qml: count= 3
Nov 16 08:28:41 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.kde.kdeconnect'
Nov 16 08:28:41 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating service name='org.freedesktop.Notifications' requested by ':1.39' (uid=1000 pid=2125 comm="/usr/lib/kdeconnectd")
Nov 16 08:28:41 SYSNAM ksplashqml[1756]: qml: count= 4
Nov 16 08:28:41 SYSNAM rtkit-daemon[1804]: Supervising 7 threads of 3 processes of 1 users.
Nov 16 08:28:41 SYSNAM rtkit-daemon[1804]: Successfully made thread 2141 of process 2106 owned by '1000' RT at priority 5.
Nov 16 08:28:41 SYSNAM rtkit-daemon[1804]: Supervising 8 threads of 3 processes of 1 users.
Nov 16 08:28:41 SYSNAM pulseaudio[2106]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 16 08:28:41 SYSNAM systemd[1715]: Started Sound Service.
Nov 16 08:28:41 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 16 08:28:41 SYSNAM plasmashell[1862]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Nov 16 08:28:41 SYSNAM plasmashell[1862]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Nov 16 08:28:41 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.freedesktop.Notifications'
Nov 16 08:28:41 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 16 08:28:41 SYSNAM ksplashqml[1756]: qml: count= 1
Nov 16 08:28:41 SYSNAM plasmashell[1862]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 16 08:28:41 SYSNAM ksplashqml[1756]: qml: count= 2
Nov 16 08:28:41 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 16 08:28:41 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 16 08:28:41 SYSNAM plasmashell[1862]: Loading Calendar plugin AstronomicalEventsPlugin(0x5590352c7060)
Nov 16 08:28:41 SYSNAM plasmashell[1862]: Loading Calendar plugin HolidaysEventsPlugin(0x5590352c8ce0)
Nov 16 08:28:41 SYSNAM ksplashqml[1756]: qml: count= 3
Nov 16 08:28:41 SYSNAM ksplashqml[1756]: qml: count= 4
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Powerdevil.
Nov 16 08:28:42 SYSNAM systemd[1715]: Reached target KDE Plasma Workspace.
Nov 16 08:28:42 SYSNAM systemd[1715]: Reached target Current graphical user session.
Nov 16 08:28:42 SYSNAM systemd[1715]: Reached target plasma-workspace-x11.target.
Nov 16 08:28:42 SYSNAM org_kde_powerdevil[1919]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting AT-SPI D-Bus Bus...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Geoclue Demo agent...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Certificate and Key Storage...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Secret Storage Service...
Nov 16 08:28:42 SYSNAM org_kde_powerdevil[1919]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting SSH Key Agent...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting GSettings Data Conversion...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Accessibility...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Klipper...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Konqueror preloading during desktop environment startup...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting NetworkManager Applet...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Calendar Reminders...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting org.kde.kclockd-autostart...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting KDE Connect...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting KGpg...
Nov 16 08:28:42 SYSNAM ksplashqml[1756]: qml: count= 1
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Update Notifier...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Update Notifier...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Print Queue Applet...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting PulseAudio Sound System...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Zeitgeist Datahub...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting KSplash "ready" Stage...
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting KDE Session Restoration...
Nov 16 08:28:42 SYSNAM systemd[1715]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-gnome\x2dkeyring\x2dpkcs11@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Certificate and Key Storage being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-gnome\x2dkeyring\x2dsecrets@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Secret Storage Service being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-gnome\x2dkeyring\x2dssh@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in SSH Key Agent being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-gsettings\x2ddata\x2dconvert@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in GSettings Data Conversion being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in NetworkManager Applet being skipped.
Nov 16 08:28:42 SYSNAM kwin_x11[1815]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 16 08:28:42 SYSNAM kwin_x11[1815]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 16 08:28:42 SYSNAM systemd[1715]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in KGpg being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-pamac\x2dtray@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Update Notifier being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Update Notifier being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-print\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Print Queue Applet being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: Finished KSplash "ready" Stage.
Nov 16 08:28:42 SYSNAM ksmserver[1812]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Klipper being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 16 08:28:42 SYSNAM systemd[1715]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started KDE Connect.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Zeitgeist Datahub.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started org.kde.kclockd-autostart.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Geoclue Demo agent.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Accessibility.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Calendar Reminders.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started PulseAudio Sound System.
Nov 16 08:28:42 SYSNAM systemd[1715]: Reached target Startup of XDG autostart applications.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started /usr/bin/kclockd.
Nov 16 08:28:42 SYSNAM kaccess[2235]: Xlib XKB extension major= 1 minor= 0
Nov 16 08:28:42 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.48' (uid=1000 pid=2222 comm="/usr/bin/zeitgeist-datahub")
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Zeitgeist activity log service...
Nov 16 08:28:42 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.49' (uid=1000 pid=2260 comm="/usr/bin/zeitgeist-daemon")
Nov 16 08:28:42 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.gnome.zeitgeist.Engine'
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Zeitgeist activity log service.
Nov 16 08:28:42 SYSNAM systemd[1715]: Starting Zeitgeist full-text search indexer...
Nov 16 08:28:42 SYSNAM dbus-daemon[1734]: [session uid=1000 pid=1734] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
Nov 16 08:28:42 SYSNAM systemd[1715]: Started Zeitgeist full-text search indexer.
Nov 16 08:28:42 SYSNAM zeitgeist-datah[2268]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 16 08:28:42 SYSNAM kclockd[2211]: Starting kclockd 23.08.3
Nov 16 08:28:42 SYSNAM kclockd[2211]: Requesting portal to run in the background and autostart...
Nov 16 08:28:42 SYSNAM kaccess[2235]: X server XKB extension major= 1 minor= 0
Nov 16 08:28:42 SYSNAM zeitgeist-datah[2222]: string_strip: assertion 'self != NULL' failed
Nov 16 08:28:42 SYSNAM zeitgeist-datah[2222]: gtk_recent_info_get_application_info: assertion 'app_name != NULL' failed
Nov 16 08:28:42 SYSNAM zeitgeist-datah[2222]: recent-manager-provider.vala:106: (null) was not registered in RecentInfo item 0x55c5f89381d0
Nov 16 08:28:42 SYSNAM ksmserver[1812]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 16 08:28:42 SYSNAM systemd[1715]: Started /usr/bin/kalendarac.
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 16 08:28:42 SYSNAM systemd[1715]: Finished KDE Session Restoration.
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/private/IconLabel.qml:55:5: QML GridLayout: Binding loop detected for property "width"
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/SwitchPanel.qml:70:5: QML TabBar: Binding loop detected for property "implicitWidth"
Nov 16 08:28:42 SYSNAM plasmashell[1862]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 08:28:42 SYSNAM kclockd[2211]: Registered on DBus: true
Nov 16 08:28:42 SYSNAM kclockd[2211]: PowerDevil found, using it for time tracking.
Nov 16 08:28:42 SYSNAM akonadi_control[2377]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 16 08:28:42 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 16 08:28:47 SYSNAM systemd[1]: Stopping User Manager for UID 995...
Nov 16 08:28:47 SYSNAM systemd[1652]: Activating special unit Exit the Session...
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped target Main User Target.
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopping D-Bus User Message Bus...
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped D-Bus User Message Bus.
Nov 16 08:28:47 SYSNAM systemd[1652]: Removed slice User Core Session Slice.
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped target Basic System.
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped target Paths.
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped target Sockets.
Nov 16 08:28:47 SYSNAM systemd[1652]: Stopped target Timers.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed D-Bus User Message Bus Socket.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GnuPG network certificate management daemon.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GCR ssh-agent wrapper.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GNOME Keyring daemon.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed p11-kit server.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed PipeWire Multimedia System Sockets.
Nov 16 08:28:47 SYSNAM systemd[1652]: Closed Sound System.
Nov 16 08:28:47 SYSNAM systemd[1652]: Removed slice User Application Slice.
Nov 16 08:28:47 SYSNAM systemd[1652]: Reached target Shutdown.
Nov 16 08:28:47 SYSNAM systemd[1652]: Finished Exit the Session.
Nov 16 08:28:47 SYSNAM systemd[1652]: Reached target Exit the Session.
Nov 16 08:28:47 SYSNAM (sd-pam)[1653]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 08:28:47 SYSNAM systemd[1]: user@995.service: Deactivated successfully.
Nov 16 08:28:47 SYSNAM systemd[1]: Stopped User Manager for UID 995.
Nov 16 08:28:47 SYSNAM systemd[1]: Stopping User Runtime Directory /run/user/995...
Nov 16 08:28:47 SYSNAM systemd[1]: run-user-995.mount: Deactivated successfully.
Nov 16 08:28:47 SYSNAM systemd[1]: user-runtime-dir@995.service: Deactivated successfully.
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: database server stopped unexpectedly
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/UsrNam/.local/share/akonadi/mysql.conf", "--datadir=/home/UsrNam/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: stdout: ""
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: stderr: "/usr/bin/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadbd' instead\n"
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: exit code: 1
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: process error: "Unknown error"
Nov 16 08:28:47 SYSNAM akonadiserver[2396]: org.kde.pim.akonadiserver: Shutting down AkonadiServer...
Nov 16 08:28:48 SYSNAM akonadi_control[2377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
Nov 16 08:28:48 SYSNAM kalendarac[2242]: org.kde.pim.akonadicore: Job error: "" for collection: QVector()
Nov 16 08:28:48 SYSNAM systemd[1]: Stopped User Runtime Directory /run/user/995.
Nov 16 08:28:48 SYSNAM systemd[1]: Removed slice User Slice of UID 995.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 08:28:49 SYSNAM systemd[1715]: Started ROXTerm - Terminal.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:153:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:154:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:578:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:579:28: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:580:28: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:581:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 08:28:49 SYSNAM roxterm[2435]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 08:28:49 SYSNAM roxterm[2435]: Unable to determine geometry
Nov 16 08:28:49 SYSNAM systemd[1715]: Started VTE child process 2463 launched by roxterm process 2435.
Nov 16 08:28:58 SYSNAM dbus-daemon[893]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.74' (uid=0 pid=2469 comm="sudo journalctl -b")
Nov 16 08:28:58 SYSNAM dbus-daemon[893]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 08:28:58 SYSNAM systemd-timesyncd[857]: Contacted time server 206.108.0.133:123 (2.arch.pool.ntp.org).
Nov 16 08:28:58 SYSNAM systemd-timesyncd[857]: Initial clock synchronization to Thu 2023-11-16 08:28:58.596556 EST.
Nov 16 08:28:58 SYSNAM systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 16 08:29:02 SYSNAM sudo[2469]: UsrNam : TTY=pts/1 ; PWD=/home/UsrNam ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 16 08:29:02 SYSNAM sudo[2469]: pam_unix(sudo:session): session opened for user root(uid=0) by UsrNam(uid=1000)
Last edited by W54J04S07T (2023-11-16 13:34:15)
Offline
lphrgg wrote:Moreover, this behavior occurs only when using the special "Logitech Lightspeed" receiver, but not when using Bluetooth.
Using a G915 (with the numpad) here.
USB wired connections also work - it's exclusively the Lightspeed receiver that's the problem.
Have you tried the test kernel rev in post #57 above?
Offline
Nov 16 08:28:28 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input19
Nov 16 08:28:29 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 16 08:28:29 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input22
Same device pattern but no sysfs collision.
Nov 16 08:28:29 SYSNAM systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 16 08:28:29 SYSNAM systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight...
doesn't start on the broken kenel (obviously), but I assume it does on the kernel from #57 ?
Online
...
doesn't start on the broken kenel (obviously), but I assume it does on the kernel from #57 ?
Production 6.6.1 kernel was a bust.
Seems to work fine on the kernel posted by loqs ( post #57 ) above.
Using that right now.
Offline
Yes and I meant whether the "Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight..." line shows up in the journals for that kernel (despite the LED code being partially blocked in the module)
Online
Yes and I meant whether the "Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight..." line shows up in the journals for that kernel (despite the LED code being partially blocked in the module)
Are you looking for a log from the production kernel???
Offline
The relevant kernel is the one from #57
The thing I'm looking for is whether it suggests that systemd-backlight starts.
In doubt post the journal from the kernel loqs provided you in #57
Online
The relevant kernel is the one from #57
The thing I'm looking for is whether it suggests that systemd-backlight starts.
In doubt post the journal from the kernel loqs provided you in #57
Fresh reboot...
Nov 16 11:34:59 SYSNAM kernel: Linux version 6.6.1-arch1-1.3 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 15 Nov 2023 19:35:19 +0000
Nov 16 11:34:59 SYSNAM kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 16 11:34:59 SYSNAM kernel: BIOS-provided physical RAM map:
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x0000000009bff000-0x0000000009ffffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000c3499fff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349a000-0x00000000c349afff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000c349b000-0x00000000ca27dfff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca27e000-0x00000000ca5cffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca5d0000-0x00000000ca610fff] ACPI data
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000ca611000-0x00000000cacb5fff] ACPI NVS
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000cacb6000-0x00000000cbbfefff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000cbbff000-0x00000000ccffffff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x0000000100000000-0x000000082f37ffff] usable
Nov 16 11:34:59 SYSNAM kernel: BIOS-e820: [mem 0x000000082f380000-0x000000082fffffff] reserved
Nov 16 11:34:59 SYSNAM kernel: NX (Execute Disable) protection: active
Nov 16 11:34:59 SYSNAM kernel: APIC: Static calls initialized
Nov 16 11:34:59 SYSNAM kernel: SMBIOS 3.3.0 present.
Nov 16 11:34:59 SYSNAM kernel: DMI: System manufacturer System Product Name/PRIME X470-PRO, BIOS 5843 03/11/2021
Nov 16 11:34:59 SYSNAM kernel: tsc: Fast TSC calibration using PIT
Nov 16 11:34:59 SYSNAM kernel: tsc: Detected 3193.908 MHz processor
Nov 16 11:34:59 SYSNAM kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 16 11:34:59 SYSNAM kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 16 11:34:59 SYSNAM kernel: last_pfn = 0x82f380 max_arch_pfn = 0x400000000
Nov 16 11:34:59 SYSNAM kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Nov 16 11:34:59 SYSNAM kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Nov 16 11:34:59 SYSNAM kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Nov 16 11:34:59 SYSNAM kernel: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
Nov 16 11:34:59 SYSNAM kernel: Using GB pages for direct mapping
Nov 16 11:34:59 SYSNAM kernel: RAMDISK: [mem 0x36da1000-0x376c7fff]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Early table checksum verification disabled
Nov 16 11:34:59 SYSNAM kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Nov 16 11:34:59 SYSNAM kernel: ACPI: XSDT 0x00000000CA60F728 0000A4 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: FACP 0x00000000CA600000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: DSDT 0x00000000CA5F1000 00EF38 (v02 ALASKA A M I 01072009 INTL 20120913)
Nov 16 11:34:59 SYSNAM kernel: ACPI: FACS 0x00000000CAC9A000 000040
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA606000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA602000 003BD7 (v01 AMD AMD AOD 00000001 INTL 20120913)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA601000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Nov 16 11:34:59 SYSNAM kernel: ACPI: FIDT 0x00000000CA5F0000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: FPDT 0x00000000CA5DD000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: MCFG 0x00000000CA5EE000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: HPET 0x00000000CA5ED000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA5EC000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Nov 16 11:34:59 SYSNAM kernel: ACPI: IVRS 0x00000000CA5E9000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E6000 002314 (v02 AMD AmdTable 00000001 AMD 00000001)
Nov 16 11:34:59 SYSNAM kernel: ACPI: CRAT 0x00000000CA5E5000 000F50 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 16 11:34:59 SYSNAM kernel: ACPI: CDIT 0x00000000CA5E4000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA5E0000 00381A (v01 AMD MYRTLE 00000001 INTL 20120913)
Nov 16 11:34:59 SYSNAM kernel: ACPI: SSDT 0x00000000CA5DF000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Nov 16 11:34:59 SYSNAM kernel: ACPI: APIC 0x00000000CA5DE000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving FACP table memory at [mem 0xca600000-0xca600113]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving DSDT table memory at [mem 0xca5f1000-0xca5fff37]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving FACS table memory at [mem 0xcac9a000-0xcac9a03f]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca606000-0xca60ec97]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca602000-0xca605bd6]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca601000-0xca6010fb]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving FIDT table memory at [mem 0xca5f0000-0xca5f009b]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving FPDT table memory at [mem 0xca5dd000-0xca5dd043]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving MCFG table memory at [mem 0xca5ee000-0xca5ee03b]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving HPET table memory at [mem 0xca5ed000-0xca5ed037]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5ec000-0xca5ec023]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving IVRS table memory at [mem 0xca5e9000-0xca5e90cf]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e6000-0xca5e8313]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving CRAT table memory at [mem 0xca5e5000-0xca5e5f4f]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving CDIT table memory at [mem 0xca5e4000-0xca5e4028]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5e0000-0xca5e3819]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving SSDT table memory at [mem 0xca5df000-0xca5df0be]
Nov 16 11:34:59 SYSNAM kernel: ACPI: Reserving APIC table memory at [mem 0xca5de000-0xca5de15d]
Nov 16 11:34:59 SYSNAM kernel: system APIC only can use physical flat
Nov 16 11:34:59 SYSNAM kernel: APIC: Switched APIC routing to: physical flat
Nov 16 11:34:59 SYSNAM kernel: No NUMA configuration found
Nov 16 11:34:59 SYSNAM kernel: Faking a node at [mem 0x0000000000000000-0x000000082f37ffff]
Nov 16 11:34:59 SYSNAM kernel: NODE_DATA(0) allocated [mem 0x82f37b000-0x82f37ffff]
Nov 16 11:34:59 SYSNAM kernel: Zone ranges:
Nov 16 11:34:59 SYSNAM kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Nov 16 11:34:59 SYSNAM kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Nov 16 11:34:59 SYSNAM kernel: Normal [mem 0x0000000100000000-0x000000082f37ffff]
Nov 16 11:34:59 SYSNAM kernel: Device empty
Nov 16 11:34:59 SYSNAM kernel: Movable zone start for each node
Nov 16 11:34:59 SYSNAM kernel: Early memory node ranges
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x0000000000100000-0x0000000009bfefff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x000000000b020000-0x00000000c3499fff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x00000000c349b000-0x00000000ca27dfff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x00000000cbbff000-0x00000000ccffffff]
Nov 16 11:34:59 SYSNAM kernel: node 0: [mem 0x0000000100000000-0x000000082f37ffff]
Nov 16 11:34:59 SYSNAM kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000082f37ffff]
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA32: 1025 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone DMA32: 6529 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone Normal: 12288 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Nov 16 11:34:59 SYSNAM kernel: ACPI: PM-Timer IO Port: 0x808
Nov 16 11:34:59 SYSNAM kernel: system APIC only can use physical flat
Nov 16 11:34:59 SYSNAM kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 16 11:34:59 SYSNAM kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Nov 16 11:34:59 SYSNAM kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Nov 16 11:34:59 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 16 11:34:59 SYSNAM kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 16 11:34:59 SYSNAM kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 16 11:34:59 SYSNAM kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x09ffffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xc349a000-0xc349afff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca27e000-0xca5cffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca5d0000-0xca610fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xca611000-0xcacb5fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcacb6000-0xcbbfefff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Nov 16 11:34:59 SYSNAM kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 16 11:34:59 SYSNAM kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Nov 16 11:34:59 SYSNAM kernel: Booting paravirtualized kernel on bare hardware
Nov 16 11:34:59 SYSNAM kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 16 11:34:59 SYSNAM kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Nov 16 11:34:59 SYSNAM kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Nov 16 11:34:59 SYSNAM kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Nov 16 11:34:59 SYSNAM kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Nov 16 11:34:59 SYSNAM kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Nov 16 11:34:59 SYSNAM kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 rw quiet
Nov 16 11:34:59 SYSNAM kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 16 11:34:59 SYSNAM kernel: random: crng init done
Nov 16 11:34:59 SYSNAM kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Nov 16 11:34:59 SYSNAM kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Nov 16 11:34:59 SYSNAM kernel: printk: log_buf_len min size: 131072 bytes
Nov 16 11:34:59 SYSNAM kernel: printk: log_buf_len: 262144 bytes
Nov 16 11:34:59 SYSNAM kernel: printk: early log buf free: 117904(89%)
Nov 16 11:34:59 SYSNAM kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: Fallback order for Node 0: 0
Nov 16 11:34:59 SYSNAM kernel: Built 1 zonelists, mobility grouping on. Total pages: 8234554
Nov 16 11:34:59 SYSNAM kernel: Policy zone: Normal
Nov 16 11:34:59 SYSNAM kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 16 11:34:59 SYSNAM kernel: software IO TLB: area num 32.
Nov 16 11:34:59 SYSNAM kernel: Memory: 32754540K/33461688K available (16384K kernel code, 2132K rwdata, 13064K rodata, 3404K init, 3852K bss, 706888K reserved, 0K cma-reserved)
Nov 16 11:34:59 SYSNAM kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Nov 16 11:34:59 SYSNAM kernel: ftrace: allocating 48783 entries in 191 pages
Nov 16 11:34:59 SYSNAM kernel: ftrace: allocated 191 pages with 7 groups
Nov 16 11:34:59 SYSNAM kernel: Dynamic Preempt: full
Nov 16 11:34:59 SYSNAM kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 16 11:34:59 SYSNAM kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Nov 16 11:34:59 SYSNAM kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Nov 16 11:34:59 SYSNAM kernel: Trampoline variant of Tasks RCU enabled.
Nov 16 11:34:59 SYSNAM kernel: Rude variant of Tasks RCU enabled.
Nov 16 11:34:59 SYSNAM kernel: Tracing variant of Tasks RCU enabled.
Nov 16 11:34:59 SYSNAM kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 16 11:34:59 SYSNAM kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Nov 16 11:34:59 SYSNAM kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Nov 16 11:34:59 SYSNAM kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 16 11:34:59 SYSNAM kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 16 11:34:59 SYSNAM kernel: spurious 8259A interrupt: IRQ7.
Nov 16 11:34:59 SYSNAM kernel: Console: colour dummy device 80x25
Nov 16 11:34:59 SYSNAM kernel: printk: console [tty0] enabled
Nov 16 11:34:59 SYSNAM kernel: ACPI: Core revision 20230628
Nov 16 11:34:59 SYSNAM kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 16 11:34:59 SYSNAM kernel: APIC: Switch to symmetric I/O mode setup
Nov 16 11:34:59 SYSNAM kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Nov 16 11:34:59 SYSNAM kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 16 11:34:59 SYSNAM kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09cf6d284, max_idle_ns: 440795338034 ns
Nov 16 11:34:59 SYSNAM kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.97 BogoMIPS (lpj=10646360)
Nov 16 11:34:59 SYSNAM kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Nov 16 11:34:59 SYSNAM kernel: LVT offset 1 assigned for vector 0xf9
Nov 16 11:34:59 SYSNAM kernel: LVT offset 2 assigned for vector 0xf4
Nov 16 11:34:59 SYSNAM kernel: process: using mwait in idle threads
Nov 16 11:34:59 SYSNAM kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 16 11:34:59 SYSNAM kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 16 11:34:59 SYSNAM kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 16 11:34:59 SYSNAM kernel: Spectre V2 : Mitigation: Retpolines
Nov 16 11:34:59 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 16 11:34:59 SYSNAM kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 16 11:34:59 SYSNAM kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 16 11:34:59 SYSNAM kernel: RETBleed: Mitigation: untrained return thunk
Nov 16 11:34:59 SYSNAM kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 16 11:34:59 SYSNAM kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 16 11:34:59 SYSNAM kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Nov 16 11:34:59 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 16 11:34:59 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 16 11:34:59 SYSNAM kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 16 11:34:59 SYSNAM kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Nov 16 11:34:59 SYSNAM kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 16 11:34:59 SYSNAM kernel: Freeing SMP alternatives memory: 40K
Nov 16 11:34:59 SYSNAM kernel: pid_max: default: 32768 minimum: 301
Nov 16 11:34:59 SYSNAM kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 16 11:34:59 SYSNAM kernel: landlock: Up and running.
Nov 16 11:34:59 SYSNAM kernel: Yama: becoming mindful.
Nov 16 11:34:59 SYSNAM kernel: LSM support for eBPF active
Nov 16 11:34:59 SYSNAM kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: smpboot: CPU0: AMD Ryzen 7 2700 Eight-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
Nov 16 11:34:59 SYSNAM kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 16 11:34:59 SYSNAM kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 16 11:34:59 SYSNAM kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Nov 16 11:34:59 SYSNAM kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 16 11:34:59 SYSNAM kernel: ... version: 0
Nov 16 11:34:59 SYSNAM kernel: ... bit width: 48
Nov 16 11:34:59 SYSNAM kernel: ... generic registers: 6
Nov 16 11:34:59 SYSNAM kernel: ... value mask: 0000ffffffffffff
Nov 16 11:34:59 SYSNAM kernel: ... max period: 00007fffffffffff
Nov 16 11:34:59 SYSNAM kernel: ... fixed-purpose events: 0
Nov 16 11:34:59 SYSNAM kernel: ... event mask: 000000000000003f
Nov 16 11:34:59 SYSNAM kernel: signal: max sigframe size: 1776
Nov 16 11:34:59 SYSNAM kernel: rcu: Hierarchical SRCU implementation.
Nov 16 11:34:59 SYSNAM kernel: rcu: Max phase no-delay instances is 1000.
Nov 16 11:34:59 SYSNAM kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 16 11:34:59 SYSNAM kernel: smp: Bringing up secondary CPUs ...
Nov 16 11:34:59 SYSNAM kernel: smpboot: x86: Booting SMP configuration:
Nov 16 11:34:59 SYSNAM kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Nov 16 11:34:59 SYSNAM kernel: smp: Brought up 1 node, 16 CPUs
Nov 16 11:34:59 SYSNAM kernel: smpboot: Max logical packages: 2
Nov 16 11:34:59 SYSNAM kernel: smpboot: Total of 16 processors activated (102245.60 BogoMIPS)
Nov 16 11:34:59 SYSNAM kernel: devtmpfs: initialized
Nov 16 11:34:59 SYSNAM kernel: x86/mm: Memory block size: 128MB
Nov 16 11:34:59 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Nov 16 11:34:59 SYSNAM kernel: ACPI: PM: Registering ACPI NVS region [mem 0xca611000-0xcacb5fff] (6967296 bytes)
Nov 16 11:34:59 SYSNAM kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 16 11:34:59 SYSNAM kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: pinctrl core: initialized pinctrl subsystem
Nov 16 11:34:59 SYSNAM kernel: PM: RTC time: 16:34:53, date: 2023-11-16
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 16 11:34:59 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Nov 16 11:34:59 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 16 11:34:59 SYSNAM kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 16 11:34:59 SYSNAM kernel: audit: initializing netlink subsys (disabled)
Nov 16 11:34:59 SYSNAM kernel: audit: type=2000 audit(1700152492.199:1): state=initialized audit_enabled=0 res=1
Nov 16 11:34:59 SYSNAM kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 16 11:34:59 SYSNAM kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 16 11:34:59 SYSNAM kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 16 11:34:59 SYSNAM kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 16 11:34:59 SYSNAM kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 16 11:34:59 SYSNAM kernel: cpuidle: using governor ladder
Nov 16 11:34:59 SYSNAM kernel: cpuidle: using governor menu
Nov 16 11:34:59 SYSNAM kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 16 11:34:59 SYSNAM kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 16 11:34:59 SYSNAM kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
Nov 16 11:34:59 SYSNAM kernel: PCI: Using configuration type 1 for base access
Nov 16 11:34:59 SYSNAM kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Nov 16 11:34:59 SYSNAM kernel: mtrr: probably your BIOS does not setup all CPUs.
Nov 16 11:34:59 SYSNAM kernel: mtrr: corrected configuration.
Nov 16 11:34:59 SYSNAM kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 16 11:34:59 SYSNAM kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 16 11:34:59 SYSNAM kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 16 11:34:59 SYSNAM kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 16 11:34:59 SYSNAM kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 16 11:34:59 SYSNAM kernel: ACPI: Added _OSI(Module Device)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Added _OSI(Processor Device)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 16 11:34:59 SYSNAM kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Nov 16 11:34:59 SYSNAM kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 16 11:34:59 SYSNAM kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: EC started
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: interrupt blocked
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Nov 16 11:34:59 SYSNAM kernel: ACPI: Interpreter enabled
Nov 16 11:34:59 SYSNAM kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 16 11:34:59 SYSNAM kernel: ACPI: Using IOAPIC for interrupt routing
Nov 16 11:34:59 SYSNAM kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 16 11:34:59 SYSNAM kernel: PCI: Using E820 reservations for host bridge windows
Nov 16 11:34:59 SYSNAM kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 16 11:34:59 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 16 11:34:59 SYSNAM kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 16 11:34:59 SYSNAM kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 16 11:34:59 SYSNAM kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 16 11:34:59 SYSNAM kernel: PCI host bridge to bus 0000:00
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.0: [1022:43d0] type 00 class 0x0c0330
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: [1022:43c7] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: [1022:43c7] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: [1022:43c7] type 01 class 0x060400
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:04:00.0: [1b21:1242] type 00 class 0x0c0330
Nov 16 11:34:59 SYSNAM kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfcc00000-0xfcc07fff 64bit]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:04:00.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: [8086:1539] type 00 class 0x020000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: reg 0x18: [io 0xe000-0xe01f]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: [1002:67df] type 00 class 0x030000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: reg 0x20: [io 0xd000-0xd0ff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: supports D1 D2
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.1: [1002:aaf0] type 00 class 0x040300
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.1: supports D1 D2
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfca00000-0xfca01fff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.2: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.3: [1022:145f] type 00 class 0x0c0330
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.3: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.0: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xfce08000-0xfce08fff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.2: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.2: PME# supported from D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xfce00000-0xfce07fff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.3: enabling Extended Tags
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: interrupt unblocked
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: event unblocked
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 16 11:34:59 SYSNAM kernel: ACPI: EC: GPE=0x2
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Nov 16 11:34:59 SYSNAM kernel: iommu: Default domain type: Translated
Nov 16 11:34:59 SYSNAM kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 16 11:34:59 SYSNAM kernel: SCSI subsystem initialized
Nov 16 11:34:59 SYSNAM kernel: libata version 3.00 loaded.
Nov 16 11:34:59 SYSNAM kernel: ACPI: bus type USB registered
Nov 16 11:34:59 SYSNAM kernel: usbcore: registered new interface driver usbfs
Nov 16 11:34:59 SYSNAM kernel: usbcore: registered new interface driver hub
Nov 16 11:34:59 SYSNAM kernel: usbcore: registered new device driver usb
Nov 16 11:34:59 SYSNAM kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 16 11:34:59 SYSNAM kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 16 11:34:59 SYSNAM kernel: PTP clock support registered
Nov 16 11:34:59 SYSNAM kernel: EDAC MC: Ver: 3.0.0
Nov 16 11:34:59 SYSNAM kernel: NetLabel: Initializing
Nov 16 11:34:59 SYSNAM kernel: NetLabel: domain hash size = 128
Nov 16 11:34:59 SYSNAM kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Nov 16 11:34:59 SYSNAM kernel: NetLabel: unlabeled traffic allowed by default
Nov 16 11:34:59 SYSNAM kernel: mctp: management component transport protocol core
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_MCTP protocol family
Nov 16 11:34:59 SYSNAM kernel: PCI: Using ACPI for IRQ routing
Nov 16 11:34:59 SYSNAM kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0xc349a000-0xc3ffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0xca27e000-0xcbffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
Nov 16 11:34:59 SYSNAM kernel: e820: reserve RAM buffer [mem 0x82f380000-0x82fffffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: vgaarb: setting as boot VGA device
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: vgaarb: bridge control possible
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 16 11:34:59 SYSNAM kernel: vgaarb: loaded
Nov 16 11:34:59 SYSNAM kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 16 11:34:59 SYSNAM kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 16 11:34:59 SYSNAM kernel: clocksource: Switched to clocksource tsc-early
Nov 16 11:34:59 SYSNAM kernel: VFS: Disk quotas dquot_6.6.0
Nov 16 11:34:59 SYSNAM kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 16 11:34:59 SYSNAM kernel: pnp: PnP ACPI init
Nov 16 11:34:59 SYSNAM kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:02: [io 0x0300-0x030f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: pnp 00:03: [dma 0 disabled]
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x040b] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x04d6] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c14] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c52] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c6c] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0c6f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 16 11:34:59 SYSNAM kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 16 11:34:59 SYSNAM kernel: pnp: PnP ACPI: found 5 devices
Nov 16 11:34:59 SYSNAM kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_INET protocol family
Nov 16 11:34:59 SYSNAM kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: TCP: Hash tables configured (established 262144 bind 65536)
Nov 16 11:34:59 SYSNAM kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_XDP protocol family
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: bridge window [mem 0xfcc00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: PCI bridge to [bus 05]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: PCI bridge to [bus 06]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: PCI bridge to [bus 07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: bridge window [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: bridge window [mem 0xfcb00000-0xfcdfffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [io 0xd000-0xdfff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: bridge window [mem 0xfc800000-0xfcafffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: bridge window [mem 0xfce00000-0xfcefffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:01: resource 1 [mem 0xfcb00000-0xfcdfffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:04: resource 1 [mem 0xfcc00000-0xfccfffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:06: resource 1 [mem 0xfcb00000-0xfcbfffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:08: resource 1 [mem 0xfcf00000-0xfcffffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:09: resource 1 [mem 0xfc800000-0xfcafffff]
Nov 16 11:34:59 SYSNAM kernel: pci_bus 0000:0a: resource 1 [mem 0xfce00000-0xfcefffff]
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
Nov 16 11:34:59 SYSNAM kernel: PCI: CLS 64 bytes, default 64
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 16 11:34:59 SYSNAM kernel: Trying to unpack rootfs image as initramfs...
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.0: Adding to iommu group 3
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:03.1: Adding to iommu group 4
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:04.0: Adding to iommu group 5
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.0: Adding to iommu group 6
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:07.1: Adding to iommu group 7
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.0: Adding to iommu group 8
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:08.1: Adding to iommu group 9
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:14.0: Adding to iommu group 10
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.0: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.1: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.2: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.3: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.4: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.5: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.6: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:18.7: Adding to iommu group 11
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.1: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:01:00.2: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:00.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:04.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:06.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:07.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:02:09.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:04:00.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:06:00.0: Adding to iommu group 12
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.0: Adding to iommu group 13
Nov 16 11:34:59 SYSNAM kernel: pci 0000:08:00.1: Adding to iommu group 13
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.0: Adding to iommu group 14
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.2: Adding to iommu group 15
Nov 16 11:34:59 SYSNAM kernel: pci 0000:09:00.3: Adding to iommu group 16
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.0: Adding to iommu group 17
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.2: Adding to iommu group 18
Nov 16 11:34:59 SYSNAM kernel: pci 0000:0a:00.3: Adding to iommu group 19
Nov 16 11:34:59 SYSNAM kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 16 11:34:59 SYSNAM kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 16 11:34:59 SYSNAM kernel: AMD-Vi: Interrupt remapping enabled
Nov 16 11:34:59 SYSNAM kernel: AMD-Vi: Virtual APIC enabled
Nov 16 11:34:59 SYSNAM kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 16 11:34:59 SYSNAM kernel: software IO TLB: mapped [mem 0x00000000c627e000-0x00000000ca27e000] (64MB)
Nov 16 11:34:59 SYSNAM kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 16 11:34:59 SYSNAM kernel: Initialise system trusted keyrings
Nov 16 11:34:59 SYSNAM kernel: Key type blacklist registered
Nov 16 11:34:59 SYSNAM kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Nov 16 11:34:59 SYSNAM kernel: zbud: loaded
Nov 16 11:34:59 SYSNAM kernel: integrity: Platform Keyring initialized
Nov 16 11:34:59 SYSNAM kernel: integrity: Machine keyring initialized
Nov 16 11:34:59 SYSNAM kernel: jitterentropy: Initialization failed with host not compliant with requirements: 9
Nov 16 11:34:59 SYSNAM kernel: Key type asymmetric registered
Nov 16 11:34:59 SYSNAM kernel: Asymmetric key parser 'x509' registered
Nov 16 11:34:59 SYSNAM kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 16 11:34:59 SYSNAM kernel: io scheduler mq-deadline registered
Nov 16 11:34:59 SYSNAM kernel: io scheduler kyber registered
Nov 16 11:34:59 SYSNAM kernel: io scheduler bfq registered
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 28
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 28
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 29
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 30
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 30
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 31
Nov 16 11:34:59 SYSNAM kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Nov 16 11:34:59 SYSNAM kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 16 11:34:59 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 16 11:34:59 SYSNAM kernel: ACPI: button: Power Button [PWRB]
Nov 16 11:34:59 SYSNAM kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Nov 16 11:34:59 SYSNAM kernel: ACPI: button: Power Button [PWRF]
Nov 16 11:34:59 SYSNAM kernel: Monitor-Mwait will be used to enter C-1 state
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C000: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C002: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C004: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C006: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C008: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00A: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00C: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00E: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C001: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C003: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C005: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C007: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C009: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00B: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00D: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: ACPI: \_PR_.C00F: Found 2 idle states
Nov 16 11:34:59 SYSNAM kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 16 11:34:59 SYSNAM kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 16 11:34:59 SYSNAM kernel: Non-volatile memory driver v1.3
Nov 16 11:34:59 SYSNAM kernel: Linux agpgart interface v0.103
Nov 16 11:34:59 SYSNAM kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 16 11:34:59 SYSNAM kernel: ACPI: bus type drm_connector registered
Nov 16 11:34:59 SYSNAM kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Nov 16 11:34:59 SYSNAM kernel: fbcon: Deferring console take-over
Nov 16 11:34:59 SYSNAM kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:01:00.1: version 3.0
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Nov 16 11:34:59 SYSNAM kernel: scsi host0: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host1: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host2: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host3: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host4: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host5: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host6: ahci
Nov 16 11:34:59 SYSNAM kernel: scsi host7: ahci
Nov 16 11:34:59 SYSNAM kernel: ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata3: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80200 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata4: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80280 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata7: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80400 irq 39
Nov 16 11:34:59 SYSNAM kernel: ata8: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80480 irq 39
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 16 11:34:59 SYSNAM kernel: ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Nov 16 11:34:59 SYSNAM kernel: scsi host8: ahci
Nov 16 11:34:59 SYSNAM kernel: ata9: SATA max UDMA/133 abar m4096@0xfce08000 port 0xfce08100 irq 41
Nov 16 11:34:59 SYSNAM kernel: usbcore: registered new interface driver usbserial_generic
Nov 16 11:34:59 SYSNAM kernel: usbserial: USB Serial support registered for generic
Nov 16 11:34:59 SYSNAM kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 16 11:34:59 SYSNAM kernel: rtc_cmos 00:01: registered as rtc0
Nov 16 11:34:59 SYSNAM kernel: rtc_cmos 00:01: setting system clock to 2023-11-16T16:34:53 UTC (1700152493)
Nov 16 11:34:59 SYSNAM kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 16 11:34:59 SYSNAM kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Nov 16 11:34:59 SYSNAM kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 16 11:34:59 SYSNAM kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 16 11:34:59 SYSNAM kernel: drop_monitor: Initializing network drop monitor service
Nov 16 11:34:59 SYSNAM kernel: Freeing initrd memory: 9372K
Nov 16 11:34:59 SYSNAM kernel: Initializing XFRM netlink socket
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_INET6 protocol family
Nov 16 11:34:59 SYSNAM kernel: Segment Routing with IPv6
Nov 16 11:34:59 SYSNAM kernel: RPL Segment Routing with IPv6
Nov 16 11:34:59 SYSNAM kernel: In-situ OAM (IOAM) with IPv6
Nov 16 11:34:59 SYSNAM kernel: NET: Registered PF_PACKET protocol family
Nov 16 11:34:59 SYSNAM kernel: microcode: microcode updated early to new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU0: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU1: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU2: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU4: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU3: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU5: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU6: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU7: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU2: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU10: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU3: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU1: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU6: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU7: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU0: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU9: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU11: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU8: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU14: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU15: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU5: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU4: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU13: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU12: patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU10: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU11: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU8: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU14: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU15: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU9: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU12: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: CPU13: new patch_level=0x0800820d
Nov 16 11:34:59 SYSNAM kernel: microcode: Microcode Update Driver: v2.2.
Nov 16 11:34:59 SYSNAM kernel: IPI shorthand broadcast: enabled
Nov 16 11:34:59 SYSNAM kernel: sched_clock: Marking stable (604532206, 589396)->(723009570, -117887968)
Nov 16 11:34:59 SYSNAM kernel: registered taskstats version 1
Nov 16 11:34:59 SYSNAM kernel: Loading compiled-in X.509 certificates
Nov 16 11:34:59 SYSNAM kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 40d5756c008ed95a66295983484770b5b9d9e52d'
Nov 16 11:34:59 SYSNAM kernel: zswap: loaded using pool zstd/zsmalloc
Nov 16 11:34:59 SYSNAM kernel: Key type .fscrypt registered
Nov 16 11:34:59 SYSNAM kernel: Key type fscrypt-provisioning registered
Nov 16 11:34:59 SYSNAM kernel: PM: Magic number: 15:958:590
Nov 16 11:34:59 SYSNAM kernel: RAS: Correctable Errors collector initialized.
Nov 16 11:34:59 SYSNAM kernel: clk: Disabling unused clocks
Nov 16 11:34:59 SYSNAM kernel: ata9: SATA link down (SStatus 0 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
Nov 16 11:34:59 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 16 11:34:59 SYSNAM kernel: ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 11:34:59 SYSNAM kernel: ata1.00: Features: Trust Dev-Sleep
Nov 16 11:34:59 SYSNAM kernel: ata1.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata1.00: NCQ Send/Recv Log not supported
Nov 16 11:34:59 SYSNAM kernel: ata1.00: configured for UDMA/133
Nov 16 11:34:59 SYSNAM kernel: scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Nov 16 11:34:59 SYSNAM kernel: sda: sda1 sda2 sda3 sda4
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] supports TCG Opal
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 16 11:34:59 SYSNAM kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata2.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 16 11:34:59 SYSNAM kernel: ata2.00: configured for UDMA/100
Nov 16 11:34:59 SYSNAM kernel: tsc: Refined TSC clocksource calibration: 3193.999 MHz
Nov 16 11:34:59 SYSNAM kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a24cf65f, max_idle_ns: 440795271781 ns
Nov 16 11:34:59 SYSNAM kernel: clocksource: Switched to clocksource tsc
Nov 16 11:34:59 SYSNAM kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 16 11:34:59 SYSNAM kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata3.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 16 11:34:59 SYSNAM kernel: ata3.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 11:34:59 SYSNAM kernel: ata3.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 16 11:34:59 SYSNAM kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata3.00: configured for UDMA/133
Nov 16 11:34:59 SYSNAM kernel: scsi 2:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 16 11:34:59 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] Write Protect is off
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Nov 16 11:34:59 SYSNAM kernel: ata3.00: Enabling discard_zeroes_data
Nov 16 11:34:59 SYSNAM kernel: sdb: sdb1
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Nov 16 11:34:59 SYSNAM kernel: ata4: SATA link down (SStatus 0 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata5.00: ATAPI: HL-DT-ST BD-RE WH14NS40, 1.00, max UDMA/100
Nov 16 11:34:59 SYSNAM kernel: ata5.00: configured for UDMA/100
Nov 16 11:34:59 SYSNAM kernel: scsi 4:0:0:0: CD-ROM HL-DT-ST BD-RE WH14NS40 1.00 PQ: 0 ANSI: 5
Nov 16 11:34:59 SYSNAM kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 16 11:34:59 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata6.00: ATA-11: Samsung SSD 870 EVO 4TB, SVT02B6Q, max UDMA/133
Nov 16 11:34:59 SYSNAM kernel: ata6.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 16 11:34:59 SYSNAM kernel: ata6.00: Features: Trust Dev-Sleep NCQ-sndrcv
Nov 16 11:34:59 SYSNAM kernel: ata6.00: supports DRM functions and may not be fully accessible
Nov 16 11:34:59 SYSNAM kernel: ata6.00: configured for UDMA/133
Nov 16 11:34:59 SYSNAM kernel: scsi 5:0:0:0: Direct-Access ATA Samsung SSD 870 2B6Q PQ: 0 ANSI: 5
Nov 16 11:34:59 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] Write Protect is off
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Nov 16 11:34:59 SYSNAM kernel: ata6.00: Enabling discard_zeroes_data
Nov 16 11:34:59 SYSNAM kernel: sdc: sdc1
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] supports TCG Opal
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Nov 16 11:34:59 SYSNAM kernel: ata7: failed to resume link (SControl 0)
Nov 16 11:34:59 SYSNAM kernel: ata7: SATA link down (SStatus 0 SControl 0)
Nov 16 11:34:59 SYSNAM kernel: ata8: SATA link down (SStatus 0 SControl 330)
Nov 16 11:34:59 SYSNAM kernel: Freeing unused decrypted memory: 2028K
Nov 16 11:34:59 SYSNAM kernel: Freeing unused kernel image (initmem) memory: 3404K
Nov 16 11:34:59 SYSNAM kernel: Write protecting the kernel read-only data: 30720k
Nov 16 11:34:59 SYSNAM kernel: Freeing unused kernel image (rodata/data gap) memory: 1272K
Nov 16 11:34:59 SYSNAM kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 16 11:34:59 SYSNAM kernel: rodata_test: all tests were successful
Nov 16 11:34:59 SYSNAM kernel: Run /init as init process
Nov 16 11:34:59 SYSNAM kernel: with arguments:
Nov 16 11:34:59 SYSNAM kernel: /init
Nov 16 11:34:59 SYSNAM kernel: with environment:
Nov 16 11:34:59 SYSNAM kernel: HOME=/
Nov 16 11:34:59 SYSNAM kernel: TERM=linux
Nov 16 11:34:59 SYSNAM kernel: BOOT_IMAGE=/vmlinuz-linux
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 16 11:34:59 SYSNAM kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb1: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb1: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb1: SerialNumber: 0000:01:00.0
Nov 16 11:34:59 SYSNAM kernel: hub 1-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 1-0:1.0: 14 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 11:34:59 SYSNAM kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb2: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb2: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb2: SerialNumber: 0000:01:00.0
Nov 16 11:34:59 SYSNAM kernel: hub 2-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 2-0:1.0: 8 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb: port power management may be unreliable
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Nov 16 11:34:59 SYSNAM kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 16 11:34:59 SYSNAM kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Nov 16 11:34:59 SYSNAM kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 16 11:34:59 SYSNAM kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb3: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb3: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb3: SerialNumber: 0000:04:00.0
Nov 16 11:34:59 SYSNAM kernel: hub 3-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 3-0:1.0: 2 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 11:34:59 SYSNAM kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb4: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb4: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb4: SerialNumber: 0000:04:00.0
Nov 16 11:34:59 SYSNAM kernel: hub 4-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 4-0:1.0: 2 ports detected
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 5
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000000000410
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 6
Nov 16 11:34:59 SYSNAM kernel: xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
Nov 16 11:34:59 SYSNAM kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb5: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb5: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb5: SerialNumber: 0000:09:00.3
Nov 16 11:34:59 SYSNAM kernel: hub 5-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 5-0:1.0: 4 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 16 11:34:59 SYSNAM kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 16 11:34:59 SYSNAM kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 16 11:34:59 SYSNAM kernel: usb usb6: Product: xHCI Host Controller
Nov 16 11:34:59 SYSNAM kernel: usb usb6: Manufacturer: Linux 6.6.1-arch1-1.3 xhci-hcd
Nov 16 11:34:59 SYSNAM kernel: usb usb6: SerialNumber: 0000:09:00.3
Nov 16 11:34:59 SYSNAM kernel: hub 6-0:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 6-0:1.0: 4 ports detected
Nov 16 11:34:59 SYSNAM kernel: sr 4:0:0:0: [sr1] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
Nov 16 11:34:59 SYSNAM kernel: sr 4:0:0:0: Attached scsi CD-ROM sr1
Nov 16 11:34:59 SYSNAM kernel: usb 1-14: new high-speed USB device number 2 using xhci_hcd
Nov 16 11:34:59 SYSNAM kernel: usb 5-2: new high-speed USB device number 2 using xhci_hcd
Nov 16 11:34:59 SYSNAM kernel: usb 1-14: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Nov 16 11:34:59 SYSNAM kernel: usb 1-14: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 1-14: Product: USB 2.0 Hub
Nov 16 11:34:59 SYSNAM kernel: hub 1-14:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 1-14:1.0: 4 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb 5-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.29
Nov 16 11:34:59 SYSNAM kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 5-2: Product: USB2.1 Hub
Nov 16 11:34:59 SYSNAM kernel: usb 5-2: Manufacturer: Generic
Nov 16 11:34:59 SYSNAM kernel: hub 5-2:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 5-2:1.0: 5 ports detected
Nov 16 11:34:59 SYSNAM kernel: usb 6-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 16 11:34:59 SYSNAM kernel: fbcon: Taking over console
Nov 16 11:34:59 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 16 11:34:59 SYSNAM kernel: usb 6-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.29
Nov 16 11:34:59 SYSNAM kernel: usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 6-2: Product: USB3.2 Hub
Nov 16 11:34:59 SYSNAM kernel: usb 6-2: Manufacturer: Generic
Nov 16 11:34:59 SYSNAM kernel: hub 6-2:1.0: USB hub found
Nov 16 11:34:59 SYSNAM kernel: hub 6-2:1.0: 4 ports detected
Nov 16 11:34:59 SYSNAM kernel: EXT4-fs (sda4): mounted filesystem 1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 r/w with ordered data mode. Quota mode: none.
Nov 16 11:34:59 SYSNAM kernel: usb 5-3: new low-speed USB device number 3 using xhci_hcd
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: new high-speed USB device number 3 using xhci_hcd
Nov 16 11:34:59 SYSNAM systemd[1]: systemd 254.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 16 11:34:59 SYSNAM systemd[1]: Detected architecture x86-64.
Nov 16 11:34:59 SYSNAM systemd[1]: Hostname set to <SYSNAM>.
Nov 16 11:34:59 SYSNAM kernel: usb 5-3: New USB device found, idVendor=0458, idProduct=0024, bcdDevice= 1.01
Nov 16 11:34:59 SYSNAM kernel: usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 5-3: Product: Optica Mouse
Nov 16 11:34:59 SYSNAM kernel: usb 5-3: Manufacturer: KYE
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: new high-speed USB device number 4 using xhci_hcd
Nov 16 11:34:59 SYSNAM systemd[1]: bpf-lsm: LSM BPF program attached
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: New USB device found, idVendor=0bda, idProduct=0151, bcdDevice=51.95
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: Product: USB2.0-CRW
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: Manufacturer: Generic
Nov 16 11:34:59 SYSNAM kernel: usb 1-14.4: SerialNumber: 20060413092100000
Nov 16 11:34:59 SYSNAM systemd[1]: Queued start job for default target Graphical Interface.
Nov 16 11:34:59 SYSNAM systemd[1]: Created slice Slice /system/getty.
Nov 16 11:34:59 SYSNAM systemd[1]: Created slice Slice /system/modprobe.
Nov 16 11:34:59 SYSNAM systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 16 11:34:59 SYSNAM systemd[1]: Created slice User and Session Slice.
Nov 16 11:34:59 SYSNAM systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 16 11:34:59 SYSNAM systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 16 11:34:59 SYSNAM systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Local Encrypted Volumes.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Login Prompts.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Slice Units.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target System Time Set.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Local Verity Protected Volumes.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on LVM2 poll daemon socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on RPCbind Server Activation Socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target RPC Port Mapper.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on Process Core Dump Socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on Journal Socket (/dev/log).
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on Journal Socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on udev Control Socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Listening on udev Kernel Socket.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting Huge Pages File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting POSIX Message Queue File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting Kernel Debug File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting Kernel Trace File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Create List of Static Device Nodes...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Module configfs...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Module drm...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Module fuse...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 16 11:34:59 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Journal Service...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load Kernel Modules...
Nov 16 11:34:59 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Coldplug All udev Devices...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted Huge Pages File System.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted POSIX Message Queue File System.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted Kernel Debug File System.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted Kernel Trace File System.
Nov 16 11:34:59 SYSNAM kernel: EXT4-fs (sda4): re-mounted 1807aa3d-c538-4ac0-80e9-30bf5ffcd7c2 r/w. Quota mode: none.
Nov 16 11:34:59 SYSNAM kernel: loop: module loaded
Nov 16 11:34:59 SYSNAM kernel: device-mapper: uevent: version 1.0.3
Nov 16 11:34:59 SYSNAM kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Collecting audit messages is disabled.
Nov 16 11:34:59 SYSNAM kernel: fuse: init (API version 7.39)
Nov 16 11:34:59 SYSNAM kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Nov 16 11:34:59 SYSNAM kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Nov 16 11:34:59 SYSNAM kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Nov 16 11:34:59 SYSNAM kernel: sr 4:0:0:0: Attached scsi generic sg3 type 5
Nov 16 11:34:59 SYSNAM kernel: sd 5:0:0:0: Attached scsi generic sg4 type 0
Nov 16 11:34:59 SYSNAM kernel: i2c_dev: i2c /dev entries driver
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Create List of Static Device Nodes.
Nov 16 11:34:59 SYSNAM systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Journal started
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Runtime Journal (/run/log/journal/d249546dfa1a46389125348c53e1d0c7) is 8.0M, max 1.5G, 1.5G free.
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'crypto_user'
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'sg'
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'i2c_dev'
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Failed to insert module 'coretemp': No such device
Nov 16 11:34:59 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load Kernel Module configfs.
Nov 16 11:34:59 SYSNAM systemd[1]: Started Journal Service.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Failed to insert module 'f71882fg': No such device
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 16 11:34:59 SYSNAM systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'usbip_core'
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: New USB device found, idVendor=0c45, idProduct=636b, bcdDevice= 1.00
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: Product: USB 2.0 Camera
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: Manufacturer: Sonix Technology Co., Ltd.
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.3: SerialNumber: SN0001
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load Kernel Module drm.
Nov 16 11:34:59 SYSNAM systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load Kernel Module fuse.
Nov 16 11:34:59 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 16 11:34:59 SYSNAM kernel: usb 5-4: new full-speed USB device number 5 using xhci_hcd
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Coldplug All udev Devices.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting FUSE Control File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounting Kernel Configuration File System...
Nov 16 11:34:59 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Load/Save OS Random Seed...
Nov 16 11:34:59 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted FUSE Control File System.
Nov 16 11:34:59 SYSNAM systemd[1]: Mounted Kernel Configuration File System.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Time spent on flushing to /var/log/journal/d249546dfa1a46389125348c53e1d0c7 is 67.018ms for 1056 entries.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: System Journal (/var/log/journal/d249546dfa1a46389125348c53e1d0c7) is 479.9M, max 4.0G, 3.5G free.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Received client request to flush runtime journal.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 16 11:34:59 SYSNAM systemd-journald[345]: Rotating system journal.
Nov 16 11:34:59 SYSNAM kernel: usb 5-4: New USB device found, idVendor=046d, idProduct=c22d, bcdDevice= 1.65
Nov 16 11:34:59 SYSNAM kernel: usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 5-4: Product: G510 Gaming Keyboard
Nov 16 11:34:59 SYSNAM kernel: usb 5-4: Manufacturer: Logitech
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Load/Save OS Random Seed.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 16 11:34:59 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.5: new high-speed USB device number 6 using xhci_hcd
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 16 11:34:59 SYSNAM systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 16 11:34:59 SYSNAM systemd[1]: Reached target Preparation for Local File Systems.
Nov 16 11:34:59 SYSNAM systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 16 11:34:59 SYSNAM systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 16 11:34:59 SYSNAM systemd-udevd[383]: Using default interface naming scheme 'v253'.
Nov 16 11:34:59 SYSNAM systemd-udevd[383]: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Unknown group 'uaccess', ignoring.
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.5: Product: USB2.0 HID
Nov 16 11:34:59 SYSNAM kernel: usb 5-2.5: Manufacturer: Realtek
Nov 16 11:34:59 SYSNAM systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'usbip_host'
Nov 16 11:34:59 SYSNAM kernel: usbcore: registered new device driver usbip-host
Nov 16 11:34:59 SYSNAM mtp-probe[440]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3"
Nov 16 11:34:59 SYSNAM kernel: vboxdrv: loading out-of-tree module taints kernel.
Nov 16 11:34:59 SYSNAM kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Nov 16 11:34:59 SYSNAM mtp-probe[440]: bus: 5, device: 4 was not an MTP device
Nov 16 11:34:59 SYSNAM kernel: vboxdrv: Found 16 processor cores/threads
Nov 16 11:34:59 SYSNAM kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 16 11:34:59 SYSNAM kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 16 11:34:59 SYSNAM kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Nov 16 11:34:59 SYSNAM kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 16 11:34:59 SYSNAM kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Nov 16 11:34:59 SYSNAM kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3193992176 Hz
Nov 16 11:34:59 SYSNAM kernel: vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
Nov 16 11:34:59 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB DataWarehouse.
Nov 16 11:34:59 SYSNAM systemd-modules-load[346]: Inserted module 'vboxdrv'
Nov 16 11:35:00 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Swap.
Nov 16 11:35:00 SYSNAM systemd-modules-load[346]: Inserted module 'vboxnetadp'
Nov 16 11:35:00 SYSNAM kernel: dca service started, version 1.12.1
Nov 16 11:35:00 SYSNAM kernel: VBoxNetAdp: Successfully started.
Nov 16 11:35:00 SYSNAM systemd-modules-load[346]: Inserted module 'vboxnetflt'
Nov 16 11:35:00 SYSNAM kernel: VBoxNetFlt: Successfully started.
Nov 16 11:35:00 SYSNAM systemd[1]: Found device Samsung_SSD_870_EVO_4TB Home.
Nov 16 11:35:00 SYSNAM kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 16 11:35:00 SYSNAM kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 16 11:35:00 SYSNAM kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Nov 16 11:35:00 SYSNAM kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Nov 16 11:35:00 SYSNAM kernel: cryptd: max_cpu_qlen set to 1000
Nov 16 11:35:00 SYSNAM systemd[1]: Finished Load Kernel Modules.
Nov 16 11:35:00 SYSNAM kernel: asus-ec-sensors asus-ec-sensors: board has 8 EC sensors that span 10 registers
Nov 16 11:35:00 SYSNAM systemd[1]: Found device Samsung_SSD_850_EVO_250GB Grub.
Nov 16 11:35:00 SYSNAM kernel: pps pps0: new PPS source ptp0
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0: added PHC on eth0
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 04:92:26:d8:a7:72
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0: eth0: PBA No: FFFFFF-0FF
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Nov 16 11:35:00 SYSNAM systemd[1]: Activating swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75...
Nov 16 11:35:00 SYSNAM kernel: AVX2 version of gcm_enc/dec engaged.
Nov 16 11:35:00 SYSNAM kernel: AES CTR mode by8 optimization enabled
Nov 16 11:35:00 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad...
Nov 16 11:35:00 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341...
Nov 16 11:35:00 SYSNAM systemd[1]: Starting File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269...
Nov 16 11:35:00 SYSNAM kernel: Adding 67515388k swap on /dev/sda3. Priority:-2 extents:1 across:67515388k SS
Nov 16 11:35:00 SYSNAM systemd[1]: Starting Apply Kernel Variables...
Nov 16 11:35:00 SYSNAM kernel: igb 0000:06:00.0 enp6s0: renamed from eth0
Nov 16 11:35:00 SYSNAM systemd[1]: Activated swap /dev/disk/by-uuid/f42f7b1f-b25d-412b-9290-0a5cb6e03f75.
Nov 16 11:35:00 SYSNAM systemd-fsck[596]: /dev/sda2: clean, 512/32768 files, 35739/131072 blocks
Nov 16 11:35:00 SYSNAM kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 16 11:35:00 SYSNAM systemd-fsck[594]: /dev/sdb1: clean, 12711/244195328 files, 85714909/976754176 blocks
Nov 16 11:35:00 SYSNAM systemd-fsck[595]: /dev/sdc1: clean, 2067769/244195328 files, 218804732/976754176 blocks
Nov 16 11:35:00 SYSNAM kernel: asus_wmi: Initialization: 0x0
Nov 16 11:35:00 SYSNAM kernel: asus_wmi: BIOS WMI version: 0.9
Nov 16 11:35:00 SYSNAM kernel: asus_wmi: SFUN value: 0x0
Nov 16 11:35:00 SYSNAM kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 16 11:35:00 SYSNAM kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input3
Nov 16 11:35:00 SYSNAM kernel: snd_hda_intel 0000:08:00.1: Force to non-snoop mode
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input4
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input5
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input6
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input7
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input8
Nov 16 11:35:00 SYSNAM kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input9
Nov 16 11:35:00 SYSNAM systemd[1]: Finished Apply Kernel Variables.
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Nov 16 11:35:00 SYSNAM kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Nov 16 11:35:00 SYSNAM kernel: ccp 0000:09:00.2: ccp enabled
Nov 16 11:35:00 SYSNAM kernel: ccp 0000:09:00.2: psp enabled
Nov 16 11:35:00 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/147d4cf4-cf86-4e42-8c2e-1990318ff0ad.
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input10
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input11
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input12
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input13
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input14
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input15
Nov 16 11:35:00 SYSNAM kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input16
Nov 16 11:35:00 SYSNAM kernel: snd_hda_intel 0000:0a:00.3: device 1043:8733 is on the power_save denylist, forcing power_save to 0
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: TSC scaling supported
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: Nested Virtualization enabled
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: Nested Paging enabled
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: SEV enabled (ASIDs 0 - 15)
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: SEV-ES enabled (ASIDs 0 - 4294967295)
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: Virtual GIF supported
Nov 16 11:35:00 SYSNAM kernel: kvm_amd: LBR virtualization supported
Nov 16 11:35:00 SYSNAM kernel: MCE: In-kernel MCE decoding enabled.
Nov 16 11:35:00 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/17cd87b9-c4bb-480e-8379-989afd53f341.
Nov 16 11:35:00 SYSNAM systemd[1]: Finished File System Check on /dev/disk/by-uuid/e789ecb2-471a-4542-bb6a-c1a386a58269.
Nov 16 11:35:00 SYSNAM systemd[1]: Reached target Swaps.
Nov 16 11:35:00 SYSNAM systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 16 11:35:00 SYSNAM systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Nov 16 11:35:00 SYSNAM kernel: intel_rapl_common: Found RAPL domain package
Nov 16 11:35:00 SYSNAM kernel: intel_rapl_common: Found RAPL domain core
Nov 16 11:35:00 SYSNAM systemd[1]: Mounting /boot...
Nov 16 11:35:00 SYSNAM systemd[1]: Mounting /home...
Nov 16 11:35:00 SYSNAM systemd[1]: Mounting Temporary Directory /tmp...
Nov 16 11:35:00 SYSNAM kernel: EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
Nov 16 11:35:00 SYSNAM systemd[1]: Starting Load Kernel Module dm_mod...
Nov 16 11:35:00 SYSNAM systemd[1]: Starting Load Kernel Module loop...
Nov 16 11:35:00 SYSNAM systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 16 11:35:00 SYSNAM systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 16 11:35:00 SYSNAM systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 11:35:00 SYSNAM systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 16 11:35:00 SYSNAM kernel: EXT4-fs (sda2): mounted filesystem e789ecb2-471a-4542-bb6a-c1a386a58269 r/w without journal. Quota mode: none.
Nov 16 11:35:00 SYSNAM systemd[1]: Starting Virtual Console Setup...
Nov 16 11:35:00 SYSNAM systemd[1]: Mounted /boot.
Nov 16 11:35:00 SYSNAM systemd[1]: Mounted Temporary Directory /tmp.
Nov 16 11:35:00 SYSNAM systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 16 11:35:00 SYSNAM kernel: EXT4-fs (sdc1): mounted filesystem 17cd87b9-c4bb-480e-8379-989afd53f341 r/w with ordered data mode. Quota mode: none.
Nov 16 11:35:00 SYSNAM systemd[1]: Finished Load Kernel Module dm_mod.
Nov 16 11:35:00 SYSNAM systemd[1]: Mounted /home.
Nov 16 11:35:00 SYSNAM systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 16 11:35:00 SYSNAM systemd[1]: Finished Load Kernel Module loop.
Nov 16 11:35:01 SYSNAM systemd[1]: Finished Virtual Console Setup.
Nov 16 11:35:01 SYSNAM systemd[1]: Mounting /home/DataWarehouse...
Nov 16 11:35:01 SYSNAM systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 16 11:35:01 SYSNAM kernel: EXT4-fs (sdb1): mounted filesystem 147d4cf4-cf86-4e42-8c2e-1990318ff0ad r/w with ordered data mode. Quota mode: none.
Nov 16 11:35:01 SYSNAM systemd[1]: Mounted /home/DataWarehouse.
Nov 16 11:35:01 SYSNAM systemd[1]: Reached target Local File Systems.
Nov 16 11:35:01 SYSNAM systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 16 11:35:01 SYSNAM systemd[1]: Starting Set Up Additional Binary Formats...
Nov 16 11:35:01 SYSNAM systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 16 11:35:01 SYSNAM systemd[1]: Starting Create Volatile Files and Directories...
Nov 16 11:35:01 SYSNAM systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 738 (systemd-binfmt)
Nov 16 11:35:01 SYSNAM systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 16 11:35:01 SYSNAM systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 16 11:35:01 SYSNAM systemd[1]: Finished Set Up Additional Binary Formats.
Nov 16 11:35:01 SYSNAM systemd[1]: Finished Create Volatile Files and Directories.
Nov 16 11:35:02 SYSNAM systemd[1]: Mounting RPC Pipe File System...
Nov 16 11:35:02 SYSNAM systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 16 11:35:02 SYSNAM systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 16 11:35:02 SYSNAM systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 16 11:35:02 SYSNAM systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Network Time Synchronization...
Nov 16 11:35:02 SYSNAM systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 16 11:35:02 SYSNAM kernel: [drm] amdgpu kernel modesetting enabled.
Nov 16 11:35:02 SYSNAM kernel: amdgpu: Virtual CRAT table created for CPU
Nov 16 11:35:02 SYSNAM kernel: amdgpu: Topology: Add CPU node
Nov 16 11:35:02 SYSNAM kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1458:0x22FC 0xE7).
Nov 16 11:35:02 SYSNAM kernel: [drm] register mmio base: 0xFCF00000
Nov 16 11:35:02 SYSNAM kernel: [drm] register mmio size: 262144
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 0 <vi_common>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 1 <gmc_v8_0>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 2 <tonga_ih>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 3 <gfx_v8_0>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 4 <sdma_v3_0>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 5 <powerplay>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 6 <dm>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 7 <uvd_v6_0>
Nov 16 11:35:02 SYSNAM kernel: [drm] add ip block number 8 <vce_v3_0>
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: No more image in the PCI ROM
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Fetched VBIOS from ROM BAR
Nov 16 11:35:02 SYSNAM kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
Nov 16 11:35:02 SYSNAM kernel: [drm] UVD is enabled in VM mode
Nov 16 11:35:02 SYSNAM kernel: [drm] UVD ENC is enabled in VM mode
Nov 16 11:35:02 SYSNAM kernel: [drm] VCE enabled in VM mode
Nov 16 11:35:02 SYSNAM kernel: Console: switching to colour dummy device 80x25
Nov 16 11:35:02 SYSNAM kernel: RPC: Registered named UNIX socket transport module.
Nov 16 11:35:02 SYSNAM kernel: RPC: Registered udp transport module.
Nov 16 11:35:02 SYSNAM kernel: RPC: Registered tcp transport module.
Nov 16 11:35:02 SYSNAM kernel: RPC: Registered tcp-with-tls transport module.
Nov 16 11:35:02 SYSNAM kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Nov 16 11:35:02 SYSNAM systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Network Time Synchronization.
Nov 16 11:35:02 SYSNAM systemd[1]: Mounted RPC Pipe File System.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target rpc_pipefs.target.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target System Initialization.
Nov 16 11:35:02 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Daily atop restart.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Daily rotation of log files.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Daily man-db regeneration.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Monthly clean packages cache.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Weekly pkgstats submission.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Daily verification of password and group files.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Path Units.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Timer Units.
Nov 16 11:35:02 SYSNAM systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Nov 16 11:35:02 SYSNAM systemd[1]: Listening on CUPS Scheduler.
Nov 16 11:35:02 SYSNAM systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Socket Units.
Nov 16 11:35:02 SYSNAM systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Basic System.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Save/Restore Sound Card State...
Nov 16 11:35:02 SYSNAM systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Nov 16 11:35:02 SYSNAM systemd[1]: Starting D-Bus System Message Bus...
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Initialize hardware monitoring sensors...
Nov 16 11:35:02 SYSNAM (modprobe)[803]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Nov 16 11:35:02 SYSNAM systemd[1]: Started Switch on numlock from tty1 to tty6.
Nov 16 11:35:02 SYSNAM systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Successfully dropped root privileges.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: avahi-daemon 0.8 starting up.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting User Login Management...
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Watchdog Daemon...
Nov 16 11:35:02 SYSNAM watchdog[812]: starting daemon (5.16):
Nov 16 11:35:02 SYSNAM watchdog[812]: int=1s realtime=yes sync=no load=0,0,0 soft=no
Nov 16 11:35:02 SYSNAM watchdog[812]: memory not checked
Nov 16 11:35:02 SYSNAM watchdog[812]: ping: no machine to check
Nov 16 11:35:02 SYSNAM watchdog[812]: file: no file to check
Nov 16 11:35:02 SYSNAM watchdog[812]: pidfile: no server process to check
Nov 16 11:35:02 SYSNAM watchdog[812]: interface: no interface to check
Nov 16 11:35:02 SYSNAM watchdog[812]: temperature: no sensors to check
Nov 16 11:35:02 SYSNAM watchdog[812]: no test binary files
Nov 16 11:35:02 SYSNAM watchdog[812]: no repair binary files
Nov 16 11:35:02 SYSNAM watchdog[812]: error retry time-out = 60 seconds
Nov 16 11:35:02 SYSNAM watchdog[812]: repair attempts = 1
Nov 16 11:35:02 SYSNAM watchdog[812]: alive=[none] heartbeat=[none] to=root no_act=no force=no
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: vgaarb: deactivate vga console
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Nov 16 11:35:02 SYSNAM kernel: [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Nov 16 11:35:02 SYSNAM kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Nov 16 11:35:02 SYSNAM kernel: [drm] RAM width 256bits GDDR5
Nov 16 11:35:02 SYSNAM kernel: [drm] amdgpu: 8192M of VRAM memory ready
Nov 16 11:35:02 SYSNAM kernel: [drm] amdgpu: 16001M of GTT memory ready.
Nov 16 11:35:02 SYSNAM kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Nov 16 11:35:02 SYSNAM kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F401300000).
Nov 16 11:35:02 SYSNAM kernel: [drm] Chained IB support enabled!
Nov 16 11:35:02 SYSNAM kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Nov 16 11:35:02 SYSNAM kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Nov 16 11:35:02 SYSNAM kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Nov 16 11:35:02 SYSNAM systemd[1]: Finished Save/Restore Sound Card State.
Nov 16 11:35:02 SYSNAM systemd[1]: numlockon.service: Deactivated successfully.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Successfully called chroot().
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Successfully dropped remaining capabilities.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Loading service file /services/NFS.service.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: New relevant interface lo.IPv6 for mDNS.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: New relevant interface lo.IPv4 for mDNS.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Network interface enumeration completed.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Registering new address record for ::1 on lo.*.
Nov 16 11:35:02 SYSNAM avahi-daemon[801]: Registering new address record for 127.0.0.1 on lo.IPv4.
Nov 16 11:35:02 SYSNAM systemd-logind[806]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 16 11:35:02 SYSNAM systemd-logind[806]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 16 11:35:02 SYSNAM systemd-logind[806]: New seat seat0.
Nov 16 11:35:02 SYSNAM systemd[1]: Started D-Bus System Message Bus.
Nov 16 11:35:02 SYSNAM systemd[1]: Started User Login Management.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Watchdog Daemon.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Sound Card.
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 16 11:35:02 SYSNAM kernel: [drm] Display Core v3.2.247 initialized on DCE 11.2
Nov 16 11:35:02 SYSNAM kernel: snd_hda_intel 0000:08:00.1: bound 0000:08:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Network Manager...
Nov 16 11:35:02 SYSNAM systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.5636] NetworkManager (version 1.44.2-3) is starting... (boot:3ae4d20f-6d76-4369-a99a-b3f71e8e683d)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.5637] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.5709] manager[0x55f2b8783070]: monitoring kernel firmware directory '/lib/firmware'.
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=868 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 11:35:02 SYSNAM systemd[1]: Finished Initialize hardware monitoring sensors.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Hostname Service...
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 16 11:35:02 SYSNAM systemd[1]: Started Hostname Service.
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7351] hostname: hostname: using hostnamed
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7351] hostname: static hostname changed from (none) to "SYSNAM"
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7355] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7357] manager[0x55f2b8783070]: rfkill: Wi-Fi hardware radio set enabled
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7357] manager[0x55f2b8783070]: rfkill: WWAN hardware radio set enabled
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7630] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7649] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7654] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7661] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7699] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7717] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7719] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7720] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7720] manager: Networking is enabled by state file
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=868 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7724] settings: Loaded settings plugin: keyfile (internal)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7748] dhcp: init: Using DHCP client 'internal'
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7749] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7756] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7759] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7762] device (lo): Activation: starting connection 'lo' (b0a09771-7267-439b-86d0-46d8166327df)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7768] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.7770] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM kernel: [drm] UVD and UVD ENC initialized successfully.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 16 11:35:02 SYSNAM systemd[1]: Started Network Manager.
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8019] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Network.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Network is Online.
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8035] ovsdb: disconnected from ovsdb
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8036] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8038] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8039] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8042] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM systemd[1]: Starting CUPS Scheduler...
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 16 11:35:02 SYSNAM systemd[1]: Starting GSSAPI Proxy Daemon...
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8094] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8095] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Network Time Service...
Nov 16 11:35:02 SYSNAM NetworkManager[868]: <info> [1700152502.8098] device (lo): Activation: successful, device activated.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Notify NFS peers of a restart...
Nov 16 11:35:02 SYSNAM systemd[1]: Started OpenSSH Daemon.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 16 11:35:02 SYSNAM sm-notify[897]: Version 2.6.3 starting
Nov 16 11:35:02 SYSNAM sshd[899]: Server listening on 0.0.0.0 port 22.
Nov 16 11:35:02 SYSNAM sshd[899]: Server listening on :: port 22.
Nov 16 11:35:02 SYSNAM ntpd[896]: ntpd 4.2.8p17@1.4004-o Tue Jun 6 14:05:47 UTC 2023 (1): Starting
Nov 16 11:35:02 SYSNAM ntpd[896]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Nov 16 11:35:02 SYSNAM ntpd[896]: ----------------------------------------------------
Nov 16 11:35:02 SYSNAM ntpd[896]: ntp-4 is maintained by Network Time Foundation,
Nov 16 11:35:02 SYSNAM ntpd[896]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Nov 16 11:35:02 SYSNAM ntpd[896]: corporation. Support and training for ntp-4 are
Nov 16 11:35:02 SYSNAM ntpd[896]: available at https://www.nwtime.org/support
Nov 16 11:35:02 SYSNAM ntpd[896]: ----------------------------------------------------
Nov 16 11:35:02 SYSNAM ntpd[896]: DEBUG behavior is enabled - a violation of any
Nov 16 11:35:02 SYSNAM ntpd[896]: diagnostic assertion will cause ntpd to abort
Nov 16 11:35:02 SYSNAM ntpd[903]: proto: precision = 0.060 usec (-24)
Nov 16 11:35:02 SYSNAM ntpd[903]: basedate set to 2023-05-25
Nov 16 11:35:02 SYSNAM ntpd[903]: gps base set to 2023-05-28 (week 2264)
Nov 16 11:35:02 SYSNAM ntpd[903]: initial drift restored to -10.083000
Nov 16 11:35:02 SYSNAM ntpd[903]: Listen and drop on 0 v6wildcard [::]:123
Nov 16 11:35:02 SYSNAM ntpd[903]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Nov 16 11:35:02 SYSNAM ntpd[903]: Listen normally on 2 lo 127.0.0.1:123
Nov 16 11:35:02 SYSNAM ntpd[903]: Listen normally on 3 lo [::1]:123
Nov 16 11:35:02 SYSNAM ntpd[903]: Listening on routing socket on fd #20 for interface updates
Nov 16 11:35:02 SYSNAM ntpd[903]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 16 11:35:02 SYSNAM ntpd[903]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.7' (uid=0 pid=893 comm="/usr/bin/cupsd -l")
Nov 16 11:35:02 SYSNAM systemd[1]: Started Notify NFS peers of a restart.
Nov 16 11:35:02 SYSNAM systemd[1]: Started GSSAPI Proxy Daemon.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Network Time Service.
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Manage, Install and Generate Color Profiles...
Nov 16 11:35:02 SYSNAM systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target NFS client services.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Preparation for Remote File Systems.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Remote File Systems.
Nov 16 11:35:02 SYSNAM systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 16 11:35:02 SYSNAM systemd[1]: Starting Permit User Sessions...
Nov 16 11:35:02 SYSNAM mtp-probe[934]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-14/1-14.4"
Nov 16 11:35:02 SYSNAM kernel: [drm] VCE initialized successfully.
Nov 16 11:35:02 SYSNAM mtp-probe[934]: bus: 1, device: 3 was not an MTP device
Nov 16 11:35:02 SYSNAM mtp-probe[937]: checking bus 5, device 3: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3"
Nov 16 11:35:02 SYSNAM mtp-probe[936]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 16 11:35:02 SYSNAM mtp-probe[937]: bus: 5, device: 3 was not an MTP device
Nov 16 11:35:02 SYSNAM mtp-probe[936]: bus: 5, device: 5 was not an MTP device
Nov 16 11:35:02 SYSNAM kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 16 11:35:02 SYSNAM kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 16 11:35:02 SYSNAM kernel: amdgpu: Virtual CRAT table created for GPU
Nov 16 11:35:02 SYSNAM kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Nov 16 11:35:02 SYSNAM kernel: kfd kfd: amdgpu: added device 1002:67df
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
Nov 16 11:35:02 SYSNAM kernel: amdgpu 0000:08:00.0: amdgpu: Using BACO for runtime pm
Nov 16 11:35:02 SYSNAM kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:08:00.0 on minor 1
Nov 16 11:35:02 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Nov 16 11:35:02 SYSNAM systemd[1]: Finished Permit User Sessions.
Nov 16 11:35:02 SYSNAM systemd[1]: Started Manage, Install and Generate Color Profiles.
Nov 16 11:35:02 SYSNAM kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 16 11:35:02 SYSNAM systemd[1]: Started Command Scheduler.
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Multi-User System.
Nov 16 11:35:02 SYSNAM crond[997]: (CRON) STARTUP (1.7.0)
Nov 16 11:35:02 SYSNAM crond[997]: (CRON) INFO (Syslog will be used instead of sendmail.)
Nov 16 11:35:02 SYSNAM systemd[1]: Started Simple Desktop Display Manager.
Nov 16 11:35:02 SYSNAM crond[997]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 42% if used.)
Nov 16 11:35:02 SYSNAM systemd[1]: Reached target Graphical Interface.
Nov 16 11:35:02 SYSNAM crond[997]: (CRON) INFO (running with inotify support)
Nov 16 11:35:03 SYSNAM kernel: Console: switching to colour frame buffer device 215x45
Nov 16 11:35:03 SYSNAM kernel: amdgpu 0000:08:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 16 11:35:03 SYSNAM sddm[1046]: Initializing...
Nov 16 11:35:03 SYSNAM sddm[1046]: Starting...
Nov 16 11:35:03 SYSNAM sddm[1046]: Logind interface found
Nov 16 11:35:03 SYSNAM sddm[1046]: Adding new display...
Nov 16 11:35:03 SYSNAM sddm[1046]: Loaded empty theme configuration
Nov 16 11:35:03 SYSNAM sddm[1046]: Xauthority path: "/run/sddm/xauth_jIYmjl"
Nov 16 11:35:03 SYSNAM sddm[1046]: Using VT 2
Nov 16 11:35:03 SYSNAM sddm[1046]: Display server starting...
Nov 16 11:35:03 SYSNAM sddm[1046]: Writing cookie to "/run/sddm/xauth_jIYmjl"
Nov 16 11:35:03 SYSNAM sddm[1046]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_jIYmjl -noreset -displayfd 16
Nov 16 11:35:03 SYSNAM avahi-daemon[801]: Server startup complete. Host name is SYSNAM.local. Local service cookie is 1553161259.
Nov 16 11:35:03 SYSNAM systemd[1]: Started CUPS Scheduler.
Nov 16 11:35:03 SYSNAM systemd[1]: Startup finished in 5.821s (kernel) + 4.643s (userspace) = 10.464s.
Nov 16 11:35:03 SYSNAM mtp-probe[1164]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 16 11:35:03 SYSNAM mtp-probe[1164]: bus: 5, device: 6 was not an MTP device
Nov 16 11:35:03 SYSNAM kernel: mc: Linux media interface: v0.10
Nov 16 11:35:03 SYSNAM kernel: videodev: Linux video capture interface: v2.00
Nov 16 11:35:03 SYSNAM kernel: input: KYE Optica Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-3/5-3:1.0/0003:0458:0024.0001/input/input17
Nov 16 11:35:03 SYSNAM kernel: hid-generic 0003:0458:0024.0001: input,hidraw0: USB HID v1.10 Mouse [KYE Optica Mouse] on usb-0000:09:00.3-3/input0
Nov 16 11:35:03 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input18
Nov 16 11:35:03 SYSNAM kernel: usb 5-2.3: Found UVC 1.00 device USB 2.0 Camera (0c45:636b)
Nov 16 11:35:03 SYSNAM kernel: input: USB 2.0 Camera: USB Camera as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3/5-2.3:1.0/input/input19
Nov 16 11:35:03 SYSNAM kernel: hid-generic 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 16 11:35:03 SYSNAM kernel: usbcore: registered new interface driver uvcvideo
Nov 16 11:35:03 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 11:35:03 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input20
Nov 16 11:35:03 SYSNAM kernel: usbcore: registered new interface driver snd-usb-audio
Nov 16 11:35:03 SYSNAM mtp-probe[1243]: checking bus 5, device 4: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.3"
Nov 16 11:35:03 SYSNAM mtp-probe[1243]: bus: 5, device: 4 was not an MTP device
Nov 16 11:35:03 SYSNAM kernel: hid-generic 0003:046D:C22D.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 16 11:35:03 SYSNAM kernel: hid-generic 0003:0BDA:1100.0004: hiddev97,hidraw3: USB HID v1.11 Device [Realtek USB2.0 HID] on usb-0000:09:00.3-2.5/input0
Nov 16 11:35:03 SYSNAM kernel: usbcore: registered new interface driver usbhid
Nov 16 11:35:03 SYSNAM kernel: usbhid: USB HID core driver
Nov 16 11:35:03 SYSNAM mtp-probe[1256]: checking bus 5, device 5: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4"
Nov 16 11:35:03 SYSNAM mtp-probe[1256]: bus: 5, device: 5 was not an MTP device
Nov 16 11:35:03 SYSNAM kernel: mousedev: PS/2 mouse device common for all mice
Nov 16 11:35:03 SYSNAM kernel: usb-storage 1-14.4:1.0: USB Mass Storage device detected
Nov 16 11:35:03 SYSNAM kernel: scsi host9: usb-storage 1-14.4:1.0
Nov 16 11:35:03 SYSNAM kernel: usbcore: registered new interface driver usb-storage
Nov 16 11:35:03 SYSNAM kernel: usbcore: registered new interface driver uas
Nov 16 11:35:03 SYSNAM (udev-worker)[394]: hiddev0: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 16 11:35:03 SYSNAM kernel: input: Logitech G510 Gaming Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:046D:C22D.0002/input/input22
Nov 16 11:35:04 SYSNAM kernel: lg-g15 0003:046D:C22D.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input0
Nov 16 11:35:04 SYSNAM kernel: input: Logitech G510 Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input24
Nov 16 11:35:04 SYSNAM kernel: lg-g15 0003:046D:C22D.0003: input,hidraw2: USB HID v1.11 Device [Logitech G510 Gaming Keyboard] on usb-0000:09:00.3-4/input1
Nov 16 11:35:04 SYSNAM mtp-probe[1325]: checking bus 5, device 6: "/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-2/5-2.5"
Nov 16 11:35:04 SYSNAM mtp-probe[1325]: bus: 5, device: 6 was not an MTP device
Nov 16 11:35:04 SYSNAM kernel: input: Logitech Gaming Keyboard Gaming Keys as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/input/input23
Nov 16 11:35:04 SYSNAM avahi-daemon[801]: Service "NFS Share on SYSNAM" (/services/NFS.service) successfully established.
Nov 16 11:35:04 SYSNAM (udev-worker)[423]: hiddev1: /usr/lib/udev/rules.d/69-mixxx-usb-uaccess.rules:57 Only network interfaces can be renamed, ignoring NAME="usb/%k".
Nov 16 11:35:04 SYSNAM systemd-logind[806]: Watching system buttons on /dev/input/event18 (Logitech G510 Gaming Keyboard)
Nov 16 11:35:04 SYSNAM sddm[1046]: Setting default cursor
Nov 16 11:35:04 SYSNAM kernel: scsi 9:0:0:0: Direct-Access Generic- Compact Flash 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 11:35:04 SYSNAM kernel: scsi 9:0:0:1: Direct-Access Generic- SM/xD-Picture 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 11:35:04 SYSNAM kernel: scsi 9:0:0:2: Direct-Access Generic- SD/MMC 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 11:35:04 SYSNAM kernel: scsi 9:0:0:3: Direct-Access Generic- MS/MS-Pro 1.00 PQ: 0 ANSI: 0 CCS
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:0: Attached scsi generic sg5 type 0
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:1: Attached scsi generic sg6 type 0
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:0: [sdd] Media removed, stopped polling
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:2: Attached scsi generic sg7 type 0
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:3: Attached scsi generic sg8 type 0
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:1: [sde] Media removed, stopped polling
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:0: [sdd] Attached SCSI removable disk
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:2: [sdf] Media removed, stopped polling
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:1: [sde] Attached SCSI removable disk
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:2: [sdf] Attached SCSI removable disk
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:3: [sdg] Media removed, stopped polling
Nov 16 11:35:04 SYSNAM kernel: sd 9:0:0:3: [sdg] Attached SCSI removable disk
Nov 16 11:35:05 SYSNAM sddm[1046]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Nov 16 11:35:05 SYSNAM sddm[1046]: Display server started.
Nov 16 11:35:05 SYSNAM sddm[1046]: Socket server starting...
Nov 16 11:35:05 SYSNAM sddm[1046]: Socket server started.
Nov 16 11:35:05 SYSNAM sddm[1046]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 16 11:35:05 SYSNAM sddm[1046]: Greeter starting...
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: [PAM] Starting...
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: [PAM] Authenticating...
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: [PAM] returning.
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=995) by (uid=0)
Nov 16 11:35:05 SYSNAM systemd[1]: Created slice User Slice of UID 995.
Nov 16 11:35:05 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/995...
Nov 16 11:35:05 SYSNAM systemd-logind[806]: New session c1 of user sddm.
Nov 16 11:35:05 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/995.
Nov 16 11:35:05 SYSNAM systemd[1]: Starting User Manager for UID 995...
Nov 16 11:35:05 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=1580 comm="(systemd)")
Nov 16 11:35:05 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 11:35:05 SYSNAM (systemd)[1580]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 11:35:05 SYSNAM (systemd)[1580]: pam_unix(systemd-user:session): session opened for user sddm(uid=995) by sddm(uid=0)
Nov 16 11:35:05 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 16 11:35:05 SYSNAM systemd[1580]: Queued start job for default target Main User Target.
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8561] device (enp6s0): carrier: link connected
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8563] device (enp6s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8576] policy: auto-activating connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8578] device (enp6s0): Activation: starting connection 'Wired connection 1' (342d058b-9338-31f3-bff3-085477840ba8)
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8579] device (enp6s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.8580] manager: NetworkManager state is now CONNECTING
Nov 16 11:35:05 SYSNAM systemd[1580]: Created slice User Application Slice.
Nov 16 11:35:05 SYSNAM systemd[1580]: Reached target Paths.
Nov 16 11:35:05 SYSNAM systemd[1580]: Reached target Timers.
Nov 16 11:35:05 SYSNAM systemd[1580]: Starting D-Bus User Message Bus Socket...
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GnuPG network certificate management daemon.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GCR ssh-agent wrapper.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GNOME Keyring daemon.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on p11-kit server.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on PipeWire Multimedia System Sockets.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on Sound System.
Nov 16 11:35:05 SYSNAM systemd[1580]: Listening on D-Bus User Message Bus Socket.
Nov 16 11:35:05 SYSNAM systemd[1580]: Reached target Sockets.
Nov 16 11:35:05 SYSNAM systemd[1580]: Reached target Basic System.
Nov 16 11:35:05 SYSNAM systemd[1]: Started User Manager for UID 995.
Nov 16 11:35:05 SYSNAM systemd[1]: Started Session c1 of User sddm.
Nov 16 11:35:05 SYSNAM systemd[1580]: Starting Update XDG user dir configuration...
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: Writing cookie to "/tmp/xauth_Vicrtz"
Nov 16 11:35:05 SYSNAM sddm-helper[1576]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-YgyVdO --theme /usr/share/sddm/themes/Classic_Breeze"
Nov 16 11:35:05 SYSNAM systemd[1580]: Finished Update XDG user dir configuration.
Nov 16 11:35:05 SYSNAM systemd[1580]: Reached target Main User Target.
Nov 16 11:35:05 SYSNAM systemd[1580]: Startup finished in 290ms.
Nov 16 11:35:05 SYSNAM sddm[1046]: Greeter session started successfully
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.9059] device (enp6s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.9078] device (enp6s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:05 SYSNAM NetworkManager[868]: <info> [1700152505.9093] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 16 11:35:05 SYSNAM avahi-daemon[801]: Joining mDNS multicast group on interface enp6s0.IPv6 with address fe80::b917:6e4a:27a6:8d42.
Nov 16 11:35:05 SYSNAM avahi-daemon[801]: New relevant interface enp6s0.IPv6 for mDNS.
Nov 16 11:35:05 SYSNAM avahi-daemon[801]: Registering new address record for fe80::b917:6e4a:27a6:8d42 on enp6s0.*.
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: High-DPI autoscaling Enabled
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/local/share/xsessions/kodi.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/kodi.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/local/share/xsessions/LXDE.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/LXDE.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/local/share/xsessions/openbox-kde.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/openbox-kde.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/local/share/xsessions/openbox.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/openbox.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 11:35:05 SYSNAM sddm-greeter[1590]: Loading theme configuration from "/usr/share/sddm/themes/Classic_Breeze/theme.conf"
Nov 16 11:35:05 SYSNAM systemd[1580]: Created slice User Core Session Slice.
Nov 16 11:35:06 SYSNAM systemd[1580]: Starting D-Bus User Message Bus...
Nov 16 11:35:06 SYSNAM systemd[1580]: Started D-Bus User Message Bus.
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: Connected to the daemon.
Nov 16 11:35:06 SYSNAM sddm[1046]: Message received from greeter: Connect
Nov 16 11:35:06 SYSNAM kernel: sddm-greeter[1590]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: Loading file:///usr/share/sddm/themes/Classic_Breeze/Main.qml...
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdbb4b2390), parent's thread is QThread(0x55ea23276a30), current thread is QThread(0x55ea23632e00)
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdbb4b2390), parent's thread is QThread(0x55ea23276a30), current thread is QThread(0x55ea23632e00)
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: QObject: Cannot create children for a parent that is in a different thread.
(Parent is QGuiApplication(0x7ffdbb4b2390), parent's thread is QThread(0x55ea23276a30), current thread is QThread(0x55ea23632e00)
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:220:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:230:13: QML FrameSvgItem: Binding loop detected for property "enabledBorders"
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:121:21: QML RowLayout: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:172:21: QML BreezeLabel: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Nov 16 11:35:06 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:100:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Nov 16 11:35:06 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=806 comm="/usr/lib/systemd/systemd-logind")
Nov 16 11:35:06 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.26' (uid=995 pid=1590 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-YgyVdO")
Nov 16 11:35:06 SYSNAM systemd[1]: Starting Authorization Manager...
Nov 16 11:35:06 SYSNAM systemd[1]: Starting Disk Manager...
Nov 16 11:35:06 SYSNAM udisksd[1605]: udisks daemon version 2.10.1 starting
Nov 16 11:35:06 SYSNAM polkitd[1604]: Started polkitd version 123
Nov 16 11:35:06 SYSNAM polkitd[1604]: Loading rules from directory /etc/polkit-1/rules.d
Nov 16 11:35:06 SYSNAM polkitd[1604]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 16 11:35:06 SYSNAM polkitd[1604]: Finished loading, compiling and executing 7 rules
Nov 16 11:35:06 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 16 11:35:06 SYSNAM polkitd[1604]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 16 11:35:06 SYSNAM systemd[1]: Started Authorization Manager.
Nov 16 11:35:06 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 16 11:35:06 SYSNAM systemd[1]: Started Disk Manager.
Nov 16 11:35:06 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.26' (uid=995 pid=1590 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-YgyVdO")
Nov 16 11:35:06 SYSNAM udisksd[1605]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 16 11:35:06 SYSNAM systemd[1]: Starting Daemon for power management...
Nov 16 11:35:07 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 16 11:35:07 SYSNAM systemd[1]: Started Daemon for power management.
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/InfoPane.qml:52:13: Unable to assign [undefined] to int
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: Adding view for "DisplayPort-0" QRect(0,0 3440x1440)
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.27'
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.29'
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: Message received from daemon: Capabilities
Nov 16 11:35:07 SYSNAM sddm-greeter[1590]: Message received from daemon: HostName
Nov 16 11:35:09 SYSNAM kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Nov 16 11:35:09 SYSNAM NetworkManager[868]: <info> [1700152509.6661] device (enp6s0): carrier: link connected
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3328] dhcp4 (enp6s0): state changed new lease, address=192.168.123.191
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3332] policy: set 'Wired connection 1' (enp6s0) as default for IPv4 routing and DNS
Nov 16 11:35:10 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=868 comm="/usr/bin/NetworkManager --no-daemon")
Nov 16 11:35:10 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 16 11:35:10 SYSNAM avahi-daemon[801]: Joining mDNS multicast group on interface enp6s0.IPv4 with address 192.168.123.191.
Nov 16 11:35:10 SYSNAM avahi-daemon[801]: New relevant interface enp6s0.IPv4 for mDNS.
Nov 16 11:35:10 SYSNAM avahi-daemon[801]: Registering new address record for 192.168.123.191 on enp6s0.IPv4.
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3449] device (enp6s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3470] device (enp6s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3472] device (enp6s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3477] manager: NetworkManager state is now CONNECTED_SITE
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3481] device (enp6s0): Activation: successful, device activated.
Nov 16 11:35:10 SYSNAM NetworkManager[868]: <info> [1700152510.3489] manager: startup complete
Nov 16 11:35:11 SYSNAM NetworkManager[868]: <info> [1700152511.6493] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 16 11:35:12 SYSNAM systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 16 11:35:13 SYSNAM ntpd[903]: Listen normally on 4 enp6s0 192.168.123.191:123
Nov 16 11:35:13 SYSNAM ntpd[903]: Listen normally on 5 enp6s0 [fe80::b917:6e4a:27a6:8d42%2]:123
Nov 16 11:35:13 SYSNAM ntpd[903]: new interface(s) found: waking up resolver
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 11:35:21 SYSNAM sddm[1046]: Message received from greeter: Login
Nov 16 11:35:21 SYSNAM sddm[1046]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 16 11:35:21 SYSNAM sddm[1046]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: [PAM] Starting...
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: [PAM] Authenticating...
Nov 16 11:35:21 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=1648 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 16 11:35:21 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: [PAM] Preparing to converse...
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: [PAM] Conversation with 1 messages
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: gkr-pam: unable to locate daemon control file
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: gkr-pam: stashed password to try later in open session
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: [PAM] returning.
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 16 11:35:21 SYSNAM sddm[1046]: Authentication for user "UsrNam" successful
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: Message received from daemon: LoginSucceeded
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: pam_unix(sddm:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 16 11:35:21 SYSNAM systemd-logind[806]: New session 2 of user UsrNam.
Nov 16 11:35:21 SYSNAM systemd[1]: Created slice User Slice of UID 1000.
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/Main.qml:71: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:73: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:64: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/BreezeBlock.qml:48: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserSelect.qml:105: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:25: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:26: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM sddm-greeter[1590]: file:///usr/share/sddm/themes/Classic_Breeze/components/UserList.qml:27: TypeError: Cannot read property 'largeSpacing' of null
Nov 16 11:35:21 SYSNAM systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 16 11:35:21 SYSNAM sddm-helper[1576]: [PAM] Closing session
Nov 16 11:35:21 SYSNAM sddm-helper[1576]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 16 11:35:21 SYSNAM sddm-helper[1576]: [PAM] Ended.
Nov 16 11:35:21 SYSNAM sddm[1046]: Auth: sddm-helper exited successfully
Nov 16 11:35:21 SYSNAM sddm[1046]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 16 11:35:21 SYSNAM systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 16 11:35:21 SYSNAM systemd[1]: session-c1.scope: Deactivated successfully.
Nov 16 11:35:21 SYSNAM systemd-logind[806]: Session c1 logged out. Waiting for processes to exit.
Nov 16 11:35:21 SYSNAM systemd[1]: Starting User Manager for UID 1000...
Nov 16 11:35:21 SYSNAM systemd-logind[806]: Removed session c1.
Nov 16 11:35:21 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.34' (uid=0 pid=1651 comm="(systemd)")
Nov 16 11:35:21 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 11:35:21 SYSNAM (systemd)[1651]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[UsrNam] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 11:35:21 SYSNAM (systemd)[1651]: pam_unix(systemd-user:session): session opened for user UsrNam(uid=1000) by UsrNam(uid=0)
Nov 16 11:35:21 SYSNAM systemd-xdg-autostart-generator[1657]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 16 11:35:21 SYSNAM systemd-journald[345]: /var/log/journal/d249546dfa1a46389125348c53e1d0c7/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 16 11:35:21 SYSNAM systemd[1651]: Queued start job for default target Main User Target.
Nov 16 11:35:21 SYSNAM systemd[1651]: Created slice User Application Slice.
Nov 16 11:35:21 SYSNAM systemd[1651]: Reached target Paths.
Nov 16 11:35:21 SYSNAM systemd[1651]: Reached target Timers.
Nov 16 11:35:21 SYSNAM systemd[1651]: Starting D-Bus User Message Bus Socket...
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GnuPG network certificate management daemon.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GCR ssh-agent wrapper.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GNOME Keyring daemon.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on p11-kit server.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on PipeWire Multimedia System Sockets.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on Sound System.
Nov 16 11:35:21 SYSNAM systemd[1651]: Listening on D-Bus User Message Bus Socket.
Nov 16 11:35:21 SYSNAM systemd[1651]: Reached target Sockets.
Nov 16 11:35:21 SYSNAM systemd[1651]: Reached target Basic System.
Nov 16 11:35:21 SYSNAM systemd[1651]: Starting Update XDG user dir configuration...
Nov 16 11:35:21 SYSNAM systemd[1]: Started User Manager for UID 1000.
Nov 16 11:35:21 SYSNAM systemd[1]: Started Session 2 of User UsrNam.
Nov 16 11:35:21 SYSNAM systemd[1651]: Finished Update XDG user dir configuration.
Nov 16 11:35:21 SYSNAM systemd[1651]: Reached target Main User Target.
Nov 16 11:35:21 SYSNAM systemd[1651]: Startup finished in 246ms.
Nov 16 11:35:21 SYSNAM systemd[1651]: Started GNOME Keyring daemon.
Nov 16 11:35:21 SYSNAM gnome-keyring-daemon[1665]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 16 11:35:21 SYSNAM systemd[1651]: Created slice User Core Session Slice.
Nov 16 11:35:21 SYSNAM systemd[1651]: Starting D-Bus User Message Bus...
Nov 16 11:35:21 SYSNAM systemd[1651]: Started D-Bus User Message Bus.
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: gkr-pam: unlocked login keyring
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 16 11:35:21 SYSNAM sddm-helper[1673]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: Writing cookie to "/tmp/xauth_Aaiflq"
Nov 16 11:35:21 SYSNAM sddm-helper[1648]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 16 11:35:21 SYSNAM sddm[1046]: Session started true
Nov 16 11:35:22 SYSNAM systemd[1651]: Reloading requested from client PID 1675 ('startplasma-x11')...
Nov 16 11:35:22 SYSNAM systemd[1651]: Reloading...
Nov 16 11:35:22 SYSNAM systemd-xdg-autostart-generator[1707]: /home/UsrNam/.config/autostart/qstart.desktop: stat() failed, ignoring: No such file or directory
Nov 16 11:35:22 SYSNAM ksplashqml[1690]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:17: TypeError: Cannot read property 'width' of null
Nov 16 11:35:22 SYSNAM ksplashqml[1690]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:13: TypeError: Cannot read property 'verticalCenter' of null
Nov 16 11:35:22 SYSNAM ksplashqml[1690]: file:///home/UsrNam/.local/share/plasma/look-and-feel/TeaPot/contents/splash/Splash.qml:12: TypeError: Cannot read property 'horizontalCenter' of null
Nov 16 11:35:22 SYSNAM systemd[1651]: Reloading finished in 321 ms.
Nov 16 11:35:22 SYSNAM systemd[1651]: Created slice User Background Tasks Slice.
Nov 16 11:35:22 SYSNAM systemd[1651]: Reached target Session services which should run early before the graphical session is brought up.
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Config Module Initialization...
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting Baloo File Indexer Daemon...
Nov 16 11:35:22 SYSNAM systemd[1651]: kde-baloo.service: Skipped due to 'exec-condition'.
Nov 16 11:35:22 SYSNAM systemd[1651]: Condition check resulted in Baloo File Indexer Daemon being skipped.
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.5' (uid=1000 pid=1711 comm="/usr/bin/kcminit_startup")
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting Portal service...
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=1713 comm="/usr/lib/xdg-desktop-portal")
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting flatpak document portal service...
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=1719 comm="/usr/lib/xdg-document-portal")
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting sandboxed app permission store...
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 16 11:35:22 SYSNAM systemd[1651]: Started sandboxed app permission store.
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 16 11:35:22 SYSNAM systemd[1651]: Started flatpak document portal service.
Nov 16 11:35:22 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.37' (uid=1000 pid=1713 comm="/usr/lib/xdg-desktop-portal")
Nov 16 11:35:22 SYSNAM systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 16 11:35:22 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 16 11:35:22 SYSNAM systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Successfully called chroot.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Successfully dropped privileges.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Successfully limited resources.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Canary thread running.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Running.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Watchdog thread running.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:22 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=1713 comm="/usr/lib/xdg-desktop-portal")
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 16 11:35:22 SYSNAM systemd[1651]: Started KDE Config Module Initialization.
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Session Management Server...
Nov 16 11:35:22 SYSNAM systemd[1651]: Started Unlock kwallet from pam credentials.
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Daemon...
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Window Manager...
Nov 16 11:35:22 SYSNAM systemd[1651]: Started KDE Daemon.
Nov 16 11:35:22 SYSNAM ksmserver[1746]: Qt: Session management error: networkIdsList argument is NULL
Nov 16 11:35:22 SYSNAM kded5[1748]: kcm_touchpad: Using X11 backend
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=1746 comm="/usr/bin/ksmserver")
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Global Shortcuts Server...
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 16 11:35:22 SYSNAM kcminit_startup[1711]: kcm_touchpad: Using X11 backend
Nov 16 11:35:22 SYSNAM systemd[1651]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 16 11:35:22 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.kde.kglobalaccel'
Nov 16 11:35:22 SYSNAM systemd[1651]: Started KDE Global Shortcuts Server.
Nov 16 11:35:22 SYSNAM ksmserver[1746]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 16 11:35:22 SYSNAM systemd[1651]: Started KDE Session Management Server.
Nov 16 11:35:22 SYSNAM systemd[1651]: Starting KDE Plasma Workspace...
Nov 16 11:35:22 SYSNAM systemd[1651]: Started KDE Window Manager.
Nov 16 11:35:22 SYSNAM NetworkManager[868]: <info> [1700152522.9771] agent-manager: agent[ecef215f5319acd9,:1.39/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.16' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Using XRANDR extension 1.3 or greater.
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting User preferences database...
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'ca.desrt.dconf'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started User preferences database.
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting KActivityManager Activity manager Service...
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: OpenGL vendor string: AMD
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: OpenGL renderer string: AMD Radeon RX 580 Series (polaris10, LLVM 16.0.6, DRM 3.54, 6.6.1-arch1-1.3)
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: OpenGL shading language version string: 4.60
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Driver: Unknown
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: GPU class: Unknown
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: OpenGL version: 4.6
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: GLSL version: 4.60
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Mesa version: 23.2.1
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: X server version: 1.21.1
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Linux kernel version: 6.6.1
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Requires strict binding: yes
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: GLSL shaders: yes
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Texture NPOT support: yes
Nov 16 11:35:23 SYSNAM kwin_x11[1749]: Virtual Machine: no
Nov 16 11:35:23 SYSNAM plasmashell[1812]: Checking screens: available: (QScreen(0x560c34bc0520, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x560c34bc0520, name="DisplayPort-0"))
Nov 16 11:35:23 SYSNAM plasmashell[1812]: Checking screens: available: (QScreen(0x560c34bc0520, name="DisplayPort-0")) redundant: QHash() fake: QSet() all: (QScreen(0x560c34bc0520, name="DisplayPort-0"))
Nov 16 11:35:23 SYSNAM kded5[1748]: error: "Configured backend does not exist: "
Nov 16 11:35:23 SYSNAM kded5[1748]: Warning: Trying to register an invalid vault: "/home/UsrNam/Videos/VideoVault"
Nov 16 11:35:23 SYSNAM systemd[1651]: Started KDE Plasma Workspace.
Nov 16 11:35:23 SYSNAM systemd[1651]: Reached target KDE Plasma Workspace Core.
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting KDE PolicyKit Authentication Agent...
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Powerdevil...
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Xdg Desktop Portal For KDE...
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Handle legacy xembed system tray icons.
Nov 16 11:35:23 SYSNAM kded5[1748]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.39' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.39' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 16 11:35:23 SYSNAM kded5[1748]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit"
"Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 16 11:35:23 SYSNAM kded5[1748]:
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.kde.ActivityManager'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started KActivityManager Activity manager Service.
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: created profile "icc-415e92015fe2163e9a6f198fe19dd088" "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: created profile "icc-62110133d150ae26e0254a15e3e185a3" "/org/freedesktop/ColorManager/profiles/icc_62110133d150ae26e0254a15e3e185a3_UsrNam_1000"
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.41' (uid=1000 pid=1852 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.39' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Checking outputs
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Output isLaptop false
Nov 16 11:35:23 SYSNAM plasmashell[1812]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 16 11:35:23 SYSNAM plasmashell[1812]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 16 11:35:23 SYSNAM plasmashell[1812]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 16 11:35:23 SYSNAM plasmashell[1812]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 16 11:35:23 SYSNAM plasmashell[1812]: kf.plasma.quick: Applet preload policy set to 1
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Bluetooth OBEX service...
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.41' (uid=1000 pid=1852 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 11:35:23 SYSNAM obexd[1886]: OBEX daemon 5.70
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.bluez.obex'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Bluetooth OBEX service.
Nov 16 11:35:23 SYSNAM systemd[1651]: Started KDE PolicyKit Authentication Agent.
Nov 16 11:35:23 SYSNAM polkit-kde-authentication-agent-1[1851]: New PolkitAgentListener 0x562c17370020
Nov 16 11:35:23 SYSNAM polkit-kde-authentication-agent-1[1851]: Adding new listener PolkitQt1::Agent::Listener(0x562c173687d0) for 0x562c17370020
Nov 16 11:35:23 SYSNAM polkit-kde-authentication-agent-1[1851]: Listener online
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 16 11:35:23 SYSNAM polkitd[1604]: Registered Authentication Agent for unix-session:2 (system bus name :1.49 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_CA.UTF-8)
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Xdg Desktop Portal For KDE.
Nov 16 11:35:23 SYSNAM polkit-kde-authentication-agent-1[1851]: Authentication agent result: true
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.41' (uid=1000 pid=1852 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.6' (uid=1000 pid=1713 comm="/usr/lib/xdg-desktop-portal")
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Portal service (GTK/GNOME implementation)...
Nov 16 11:35:23 SYSNAM backlighthelper[1922]: org.kde.powerdevil: no kernel backlight interface found
Nov 16 11:35:23 SYSNAM dbus-daemon[802]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 16 11:35:23 SYSNAM org_kde_powerdevil[1852]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 16 11:35:23 SYSNAM org_kde_powerdevil[1852]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Nov 16 11:35:23 SYSNAM libddcutil[1852]: Initializing libddcutil. ddcutil version: 2.0.0, shared library: /usr/lib/libddcutil.so.5.0.0
Nov 16 11:35:23 SYSNAM libddcutil[1852]: Library initialization complete.
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Primary CRTC is at CRTC 0
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=1748 comm="/usr/bin/kded5")
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting KScreen...
Nov 16 11:35:23 SYSNAM kded5[1748]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 16 11:35:23 SYSNAM kded5[1748]: Known activities: ("222a6338-bf43-4e01-8b2c-173a1aa3cea6")
Nov 16 11:35:23 SYSNAM kded5[1748]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Primary CRTC is at CRTC 0
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.kde.KScreen'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started KScreen.
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Connected output 84 to CRTC 78
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Event Base: 89
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Event Error: 147
Nov 16 11:35:23 SYSNAM kded5[1748]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: XRandR::setConfig
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Requested screen size is QSize(3440, 1440)
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Needed CRTCs: 1
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Actions to perform:
Priorities: true
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Output 84
Old: "0"
New: "1"
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Change Screen Size: false
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Disable outputs: false
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Change outputs: true
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: (84)
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Enable outputs: false
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetCrtcConfig (change output)
Output: 84 ( "DisplayPort-0" )
CRTC: 78
Pos: QPoint(0,0)
Mode: KScreen::Mode(Id: "95" , Size: QSize(3440, 1440) @ 120 ) Preferred: "90"
Rotation: KScreen::Output::None
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Checking outputs
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: XRandRCrtc 78 m_timestamp update 0 => 30539
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Result: 0 timestamp: 30539
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: XRandROutput 84 update
m_connected: 0
m_crtc XRandRCrtc(0x5616c78f2160)
CRTC: 78
MODE: 95
Connection: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetOutputPrimary
New priority: 1
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: XRandR::setConfig done!
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: PNP ID "AUS" Vendor Name "ASUSTek COMPUTER INC"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Adding device id "xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Output Hash "11362c4a7fda17f95647a1df3f9b50cb"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Output isLaptop false
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Timestamp: 10380
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: CRTC: 78
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Mode: 95
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: RRScreenChangeNotify
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Timestamp: 10380
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Config_timestamp: 10380
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Window: 41943045
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Root: 1740
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Size ID: 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Size: 3440 1440
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: SizeMM: 910 381
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: RRNotify_CrtcChange
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Timestamp: 10380
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: CRTC: 78
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Mode: 95
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Rotation: "Rotate_0"
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Geometry: 0 0 3440 1440
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Timestamp: 30814
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Output: 84
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Timestamp: 30814
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Output: 84
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xcb.helper: State (newValue, Deleted): 0
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Failed to register device: "device id 'xrandr-ASUSTek COMPUTER INC-ASUS VG34V-R7LMTF176446' already exists"
Nov 16 11:35:23 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: XRandRCrtc 78 m_configTimestamp update 0 => 10380
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.26' (uid=1000 pid=1925 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000" "DisplayPort-0"
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Virtual filesystem service...
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_ASUSTek_COMPUTER_INC_ASUS_VG34V_R7LMTF176446_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_415e92015fe2163e9a6f198fe19dd088_UsrNam_1000"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Default Profile Filename "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Profile does not have any VCGT data, reseting "DisplayPort-0" "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Primary CRTC is at CRTC 0
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 1 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 2 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 3 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 4 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: CRTC for CRTC 5 has no mode or no output, skipping
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "DisplayPort-0"
Nov 16 11:35:23 SYSNAM kded5[1748]: colord: EDID ICC Profile already exists "/home/UsrNam/.local/share/icc/edid-11362c4a7fda17f95647a1df3f9b50cb.icc"
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Virtual filesystem service.
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 11:35:23 SYSNAM xdg-desktop-por[1925]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.29' (uid=1000 pid=1925 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 11:35:23 SYSNAM systemd[1651]: Starting Accessibility services bus...
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.a11y.Bus'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Accessibility services bus.
Nov 16 11:35:23 SYSNAM at-spi-bus-launcher[1991]: dbus-daemon[1991]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1925 comm="/usr/lib/xdg-desktop-portal-gtk")
Nov 16 11:35:23 SYSNAM at-spi-bus-launcher[1991]: dbus-daemon[1991]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 16 11:35:23 SYSNAM at-spi-bus-launcher[1994]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Portal service (GTK/GNOME implementation).
Nov 16 11:35:23 SYSNAM systemd[1651]: Started PipeWire Multimedia Service.
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Multimedia Service Session Manager.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 0 threads of 0 processes of 0 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Successfully made thread 2000 of process 2000 owned by '1000' high priority at nice level -11.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 1 threads of 1 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 1 threads of 1 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 1 threads of 1 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 1 threads of 1 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Successfully made thread 2005 of process 2000 owned by '1000' RT at priority 20.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 2 threads of 1 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Successfully made thread 2001 of process 2001 owned by '1000' high priority at nice level -11.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 3 threads of 2 processes of 1 users.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Successfully made thread 2006 of process 2001 owned by '1000' RT at priority 20.
Nov 16 11:35:23 SYSNAM rtkit-daemon[1743]: Supervising 4 threads of 2 processes of 1 users.
Nov 16 11:35:23 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 16 11:35:23 SYSNAM systemd[1651]: Started Portal service.
Nov 16 11:35:23 SYSNAM plasmashell[1812]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 16 11:35:23 SYSNAM wireplumber[2001]: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Nov 16 11:35:23 SYSNAM wireplumber[2001]: PipeWire's SPA ALSA udev plugin("api.alsa.enum.udev")missing or broken. Sound Cards cannot be enumerated
Nov 16 11:35:23 SYSNAM wireplumber[2001]: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Nov 16 11:35:23 SYSNAM wireplumber[2001]: PipeWire's BlueZ SPA missing or broken. Bluetooth not supported.
Nov 16 11:35:23 SYSNAM wireplumber[2001]: [0:00:31.077191825] [2001] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 16 11:35:23 SYSNAM wireplumber[2001]: [0:00:31.077209167] [2001] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 16 11:35:23 SYSNAM wireplumber[2001]: [0:00:31.077249943] [2001] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 16 11:35:24 SYSNAM kioslave5[2019]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 16 11:35:24 SYSNAM wireplumber[2001]: <WpNode:0x55937039bbb0> Object activation aborted: PipeWire proxy destroyed
Nov 16 11:35:24 SYSNAM pipewire[2000]: [0:00:31.326390280] [2000] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 16 11:35:24 SYSNAM pipewire[2000]: [0:00:31.326405609] [2000] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 16 11:35:24 SYSNAM pipewire[2000]: [0:00:31.326436146] [2000] INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 16 11:35:24 SYSNAM wireplumber[2001]: <WpPortalPermissionStorePlugin:0x559370296e20> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 16 11:35:24 SYSNAM wireplumber[2001]: <WpPortalPermissionStorePlugin:0x559370296e20> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Nov 16 11:35:24 SYSNAM kscreen_backend_launcher[1937]: kscreen.xrandr: Emitting configChanged()
Nov 16 11:35:24 SYSNAM systemd[1651]: Starting Sound Service...
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Successfully made thread 2048 of process 2048 owned by '1000' high priority at nice level -11.
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Supervising 5 threads of 3 processes of 1 users.
Nov 16 11:35:24 SYSNAM plasmashell[1812]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:57: TypeError: Cannot read property 'subText' of undefined
Nov 16 11:35:24 SYSNAM plasmashell[1812]: file:///home/UsrNam/.local/share/plasma/plasmoids/org.kde.userbase.plasma.luna-ii/contents/ui/main.qml:56: TypeError: Cannot read property 'text' of undefined
Nov 16 11:35:24 SYSNAM ksplashqml[1690]: qml: count= 1
Nov 16 11:35:24 SYSNAM ksplashqml[1690]: qml: count= 2
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Supervising 5 threads of 3 processes of 1 users.
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Successfully made thread 2059 of process 2048 owned by '1000' RT at priority 5.
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Supervising 6 threads of 3 processes of 1 users.
Nov 16 11:35:24 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 11:35:24 SYSNAM kernel: usb 5-2.3: 3:1: cannot get freq at ep 0x84
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Supervising 6 threads of 3 processes of 1 users.
Nov 16 11:35:24 SYSNAM ksplashqml[1690]: qml: count= 3
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Successfully made thread 2065 of process 2048 owned by '1000' RT at priority 5.
Nov 16 11:35:24 SYSNAM rtkit-daemon[1743]: Supervising 7 threads of 3 processes of 1 users.
Nov 16 11:35:25 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating service name='org.kde.kdeconnect' requested by ':1.15' (uid=1000 pid=1812 comm="/usr/bin/plasmashell --no-respawn")
Nov 16 11:35:25 SYSNAM ksplashqml[1690]: qml: count= 4
Nov 16 11:35:25 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.kde.kdeconnect'
Nov 16 11:35:25 SYSNAM rtkit-daemon[1743]: Supervising 7 threads of 3 processes of 1 users.
Nov 16 11:35:25 SYSNAM rtkit-daemon[1743]: Successfully made thread 2082 of process 2048 owned by '1000' RT at priority 5.
Nov 16 11:35:25 SYSNAM rtkit-daemon[1743]: Supervising 8 threads of 3 processes of 1 users.
Nov 16 11:35:25 SYSNAM pulseaudio[2048]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 16 11:35:25 SYSNAM systemd[1651]: Started Sound Service.
Nov 16 11:35:25 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating service name='org.freedesktop.Notifications' requested by ':1.40' (uid=1000 pid=2070 comm="/usr/lib/kdeconnectd")
Nov 16 11:35:25 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 16 11:35:25 SYSNAM plasmashell[1812]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Nov 16 11:35:25 SYSNAM plasmashell[1812]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Nov 16 11:35:25 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.freedesktop.Notifications'
Nov 16 11:35:25 SYSNAM ksplashqml[1690]: qml: count= 1
Nov 16 11:35:25 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 16 11:35:25 SYSNAM plasmashell[1812]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 16 11:35:25 SYSNAM ksplashqml[1690]: qml: count= 2
Nov 16 11:35:25 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 16 11:35:25 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Nov 16 11:35:25 SYSNAM ksplashqml[1690]: qml: count= 3
Nov 16 11:35:26 SYSNAM ksplashqml[1690]: qml: count= 4
Nov 16 11:35:26 SYSNAM ksplashqml[1690]: qml: count= 1
Nov 16 11:35:26 SYSNAM plasmashell[1812]: Loading Calendar plugin AstronomicalEventsPlugin(0x560c36e72130)
Nov 16 11:35:26 SYSNAM plasmashell[1812]: Loading Calendar plugin HolidaysEventsPlugin(0x560c36ecbeb0)
Nov 16 11:35:26 SYSNAM ksplashqml[1690]: qml: count= 2
Nov 16 11:35:26 SYSNAM ksplashqml[1690]: qml: count= 3
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Powerdevil.
Nov 16 11:35:26 SYSNAM systemd[1651]: Reached target KDE Plasma Workspace.
Nov 16 11:35:26 SYSNAM systemd[1651]: Reached target Current graphical user session.
Nov 16 11:35:26 SYSNAM systemd[1651]: Reached target plasma-workspace-x11.target.
Nov 16 11:35:26 SYSNAM org_kde_powerdevil[1852]: org.kde.powerdevil: The profile "AC" tried to activate "KeyboardBrightnessControl" a non-existent action. This is usually due to an installation problem, a configuration problem, or because the action is not supported
Nov 16 11:35:26 SYSNAM org_kde_powerdevil[1852]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting AT-SPI D-Bus Bus...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Geoclue Demo agent...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Certificate and Key Storage...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Secret Storage Service...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting SSH Key Agent...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting GSettings Data Conversion...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Accessibility...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Klipper...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Konqueror preloading during desktop environment startup...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting NetworkManager Applet...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Calendar Reminders...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting org.kde.kclockd-autostart...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting KDE Connect...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting KGpg...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Update Notifier...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Update Notifier...
Nov 16 11:35:26 SYSNAM ksplashqml[1690]: qml: count= 4
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Print Queue Applet...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting PulseAudio Sound System...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Zeitgeist Datahub...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting KSplash "ready" Stage...
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting KDE Session Restoration...
Nov 16 11:35:26 SYSNAM systemd[1651]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-gnome\x2dkeyring\x2dpkcs11@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Certificate and Key Storage being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-gnome\x2dkeyring\x2dsecrets@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Secret Storage Service being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-gnome\x2dkeyring\x2dssh@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in SSH Key Agent being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-gsettings\x2ddata\x2dconvert@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in GSettings Data Conversion being skipped.
Nov 16 11:35:26 SYSNAM kwin_x11[1749]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 16 11:35:26 SYSNAM kwin_x11[1749]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 16 11:35:26 SYSNAM systemd[1651]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in NetworkManager Applet being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in KGpg being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-pamac\x2dtray@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Update Notifier being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Update Notifier being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-print\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Print Queue Applet being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: Finished KSplash "ready" Stage.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started KDE Connect.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Zeitgeist Datahub.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Klipper being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started org.kde.kclockd-autostart.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Geoclue Demo agent.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Accessibility.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Calendar Reminders.
Nov 16 11:35:26 SYSNAM systemd[1651]: Started PulseAudio Sound System.
Nov 16 11:35:26 SYSNAM systemd[1651]: app-konqy_preload@autostart.service: Skipped due to 'exec-condition'.
Nov 16 11:35:26 SYSNAM systemd[1651]: Condition check resulted in Konqueror preloading during desktop environment startup being skipped.
Nov 16 11:35:26 SYSNAM systemd[1651]: Reached target Startup of XDG autostart applications.
Nov 16 11:35:26 SYSNAM ksmserver[1746]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 16 11:35:26 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.49' (uid=1000 pid=2167 comm="/usr/bin/zeitgeist-datahub")
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Zeitgeist activity log service...
Nov 16 11:35:26 SYSNAM kaccess[2182]: Xlib XKB extension major= 1 minor= 0
Nov 16 11:35:26 SYSNAM systemd[1651]: Started /usr/bin/kclockd.
Nov 16 11:35:26 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.50' (uid=1000 pid=2198 comm="/usr/bin/zeitgeist-daemon")
Nov 16 11:35:26 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.gnome.zeitgeist.Engine'
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Zeitgeist activity log service.
Nov 16 11:35:26 SYSNAM systemd[1651]: Starting Zeitgeist full-text search indexer...
Nov 16 11:35:26 SYSNAM dbus-daemon[1670]: [session uid=1000 pid=1670] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
Nov 16 11:35:26 SYSNAM systemd[1651]: Started Zeitgeist full-text search indexer.
Nov 16 11:35:26 SYSNAM zeitgeist-datah[2213]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/private/IconLabel.qml:55:5: QML GridLayout: Binding loop detected for property "width"
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/share/plasma/plasmoids/org.kde.plasma.weather/contents/ui/SwitchPanel.qml:70:5: QML TabBar: Binding loop detected for property "implicitWidth"
Nov 16 11:35:26 SYSNAM plasmashell[1812]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/TabBar.qml:21:18: QML ListView: Binding loop detected for property "implicitWidth"
Nov 16 11:35:26 SYSNAM zeitgeist-datah[2167]: string_strip: assertion 'self != NULL' failed
Nov 16 11:35:26 SYSNAM zeitgeist-datah[2167]: gtk_recent_info_get_application_info: assertion 'app_name != NULL' failed
Nov 16 11:35:26 SYSNAM zeitgeist-datah[2167]: recent-manager-provider.vala:106: (null) was not registered in RecentInfo item 0x55d97b73df10
Nov 16 11:35:27 SYSNAM kclockd[2157]: Starting kclockd 23.08.3
Nov 16 11:35:27 SYSNAM kclockd[2157]: Requesting portal to run in the background and autostart...
Nov 16 11:35:27 SYSNAM kaccess[2182]: X server XKB extension major= 1 minor= 0
Nov 16 11:35:27 SYSNAM ksmserver[1746]: kf.service.services: The desktop entry file "/usr/share/applications/bookmarks.desktop" has Type= "Application" but has no Exec field.
Nov 16 11:35:27 SYSNAM systemd[1651]: Started /usr/bin/kalendarac.
Nov 16 11:35:27 SYSNAM systemd[1651]: Finished KDE Session Restoration.
Nov 16 11:35:27 SYSNAM akonadi_control[2323]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 16 11:35:27 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
Nov 16 11:35:27 SYSNAM org_kde_powerdevil[1852]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 16 11:35:27 SYSNAM kclockd[2157]: Registered on DBus: true
Nov 16 11:35:27 SYSNAM kclockd[2157]: PowerDevil found, using it for time tracking.
Nov 16 11:35:31 SYSNAM systemd[1]: Stopping User Manager for UID 995...
Nov 16 11:35:31 SYSNAM systemd[1580]: Activating special unit Exit the Session...
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped target Main User Target.
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopping D-Bus User Message Bus...
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped D-Bus User Message Bus.
Nov 16 11:35:31 SYSNAM systemd[1580]: Removed slice User Core Session Slice.
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped target Basic System.
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped target Paths.
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped target Sockets.
Nov 16 11:35:31 SYSNAM systemd[1580]: Stopped target Timers.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed D-Bus User Message Bus Socket.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GnuPG network certificate management daemon.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GCR ssh-agent wrapper.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GNOME Keyring daemon.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed p11-kit server.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed PipeWire Multimedia System Sockets.
Nov 16 11:35:31 SYSNAM systemd[1580]: Closed Sound System.
Nov 16 11:35:31 SYSNAM systemd[1580]: Removed slice User Application Slice.
Nov 16 11:35:31 SYSNAM systemd[1580]: Reached target Shutdown.
Nov 16 11:35:31 SYSNAM systemd[1580]: Finished Exit the Session.
Nov 16 11:35:31 SYSNAM systemd[1580]: Reached target Exit the Session.
Nov 16 11:35:31 SYSNAM (sd-pam)[1581]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 16 11:35:31 SYSNAM systemd[1]: user@995.service: Deactivated successfully.
Nov 16 11:35:31 SYSNAM systemd[1]: Stopped User Manager for UID 995.
Nov 16 11:35:31 SYSNAM systemd[1]: Stopping User Runtime Directory /run/user/995...
Nov 16 11:35:31 SYSNAM systemd[1]: run-user-995.mount: Deactivated successfully.
Nov 16 11:35:31 SYSNAM systemd[1]: user-runtime-dir@995.service: Deactivated successfully.
Nov 16 11:35:31 SYSNAM systemd[1]: Stopped User Runtime Directory /run/user/995.
Nov 16 11:35:31 SYSNAM systemd[1]: Removed slice User Slice of UID 995.
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: database server stopped unexpectedly
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: executable: "/usr/bin/mysqld"
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/UsrNam/.local/share/akonadi/mysql.conf", "--datadir=/home/UsrNam/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: stdout: ""
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: stderr: "/usr/bin/mysqld: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadbd' instead\n"
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: exit code: 1
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: process error: "Unknown error"
Nov 16 11:35:32 SYSNAM akonadiserver[2339]: org.kde.pim.akonadiserver: Shutting down AkonadiServer...
Nov 16 11:35:32 SYSNAM akonadi_control[2323]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
Nov 16 11:35:32 SYSNAM systemd-timesyncd[750]: Contacted time server 142.4.192.253:123 (2.arch.pool.ntp.org).
Nov 16 11:35:32 SYSNAM systemd-timesyncd[750]: Initial clock synchronization to Thu 2023-11-16 11:35:32.694929 EST.
Nov 16 11:35:32 SYSNAM kalendarac[2188]: org.kde.pim.akonadicore: Job error: "" for collection: QVector()
Nov 16 11:35:32 SYSNAM systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 16 11:35:38 SYSNAM systemd[1651]: Started ROXTerm - Terminal.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:153:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:154:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:578:27: The style property GtkButton:image-spacing is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:579:28: The style property GtkWidget:interior-focus is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:580:28: The style property GtkButton:default-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:581:26: The style property GtkButton:inner-border is deprecated and shouldn't be used anymore. It will be removed in a future version
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1594:13: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1594:13: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1976:11: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:1976:11: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:2526:11: not a number
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: gtk-widgets.css:2526:11: Expected a string.
Nov 16 11:35:38 SYSNAM roxterm[2388]: Theme parsing error: applications.css:21:0: Expected a valid selector
Nov 16 11:35:38 SYSNAM roxterm[2388]: Unable to determine geometry
Nov 16 11:35:38 SYSNAM systemd[1651]: Started VTE child process 2416 launched by roxterm process 2388.
Nov 16 11:36:34 SYSNAM dbus-daemon[802]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.68' (uid=0 pid=2424 comm="sudo journalctl -b")
Nov 16 11:36:34 SYSNAM dbus-daemon[802]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 16 11:36:40 SYSNAM sudo[2424]: UsrNam : TTY=pts/1 ; PWD=/home/UsrNam ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 16 11:36:40 SYSNAM sudo[2424]: pam_unix(sudo:session): session opened for user root(uid=0) by UsrNam(uid=1000)
Offline
LTS kernel had
Nov 16 08:28:29 SYSNAM systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 16 08:28:29 SYSNAM systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight...
Nov 16 08:28:29 SYSNAM systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight.
Your current doesn't.
stat /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/leds/g15::kbd_backlight/color
I'm not suggesting that that has any immediate impact on used functionality, just pointing out the difference.
Online
LTS kernel had
Nov 16 08:28:29 SYSNAM systemd[1]: Created slice Slice /system/systemd-backlight. Nov 16 08:28:29 SYSNAM systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight... Nov 16 08:28:29 SYSNAM systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:g15::kbd_backlight.
Your current doesn't.
stat /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:046D:C22D.0003/leds/g15::kbd_backlight/color
I'm not suggesting that that has any immediate impact on used functionality, just pointing out the difference.
Actually, I just noticed one difference between LTS and #57. $57 doesn't dim the kybd backlight when the system blacks out the
screen after inactivity...
Offline
$ git log --oneline -n 10 baca986e1f2c31f8e4b2a6d99d47c3bc844033e8
baca986e1f2c leds: aw2013: Enable pull-up supply for interrupt and I2C
2cccb179adde dt-bindings: leds: Document pull-up supply for interrupt and I2C
9422bcf125b9 dt-bindings: leds: aw2013: Document interrupt
a916d720ab5b leds: uleds: Use module_misc_device macro to simplify the code
74cd23e87d7b leds: trigger: netdev: Use module_led_trigger macro to simplify the code
d3679199f684 dt-bindings: leds: Fix reference to definition of default-state
760b6b7925bf leds: turris-omnia: Drop unnecessary mutex locking
72a29725b6f2 leds: turris-omnia: Use sysfs_emit() instead of sprintf()
43a707ae5840 leds: Make leds_class a static const structure # bad
3d590af89b1e leds: Remove redundant of_match_ptr() # good
Reverting 3d590af89b1e was not enough. Perhaps report the issue upstream at this point?
$ perl scripts/get_maintainer.pl drivers/hid/hid-lg-g15.c
Hans de Goede <hdegoede@redhat.com> (maintainer:LOGITECH HID GAMING KEYBOARDS)
Jiri Kosina <jikos@kernel.org> (maintainer:HID CORE LAYER)
Benjamin Tissoires <benjamin.tissoires@redhat.com> (maintainer:HID CORE LAYER)
linux-input@vger.kernel.org (open list:LOGITECH HID GAMING KEYBOARDS)
linux-kernel@vger.kernel.org (open list)
Edit:
The cause has been tracked to c7d80059b086c4986cd994a1973ec7a5d75f8eea in [1].
Edit2:
6.6.1.arch1with c7d80059b086c4986cd994a1973ec7a5d75f8eea]c7d80059b086c4986cd994a1973ec7a5d75f8eea reverted
https://drive.google.com/file/d/1VPhe_- … sp=sharing linux-6.6.1.arch1-1.4-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1Pm6iA8 … sp=sharing linux-headers-6.6.1.arch1-1.4-x86_64.pkg.tar.zst
[1]: https://lore.kernel.org/all/dc6264c4-d5 … ndler.com/
Last edited by loqs (2023-11-17 19:41:10)
Offline
Edit:
The cause has been tracked to c7d80059b086c4986cd994a1973ec7a5d75f8eea in [1].
Edit2:
6.6.1.arch1with c7d80059b086c4986cd994a1973ec7a5d75f8eea]c7d80059b086c4986cd994a1973ec7a5d75f8eea revertedhttps://drive.google.com/file/d/1VPhe_- … sp=sharing linux-6.6.1.arch1-1.4-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1Pm6iA8 … sp=sharing linux-headers-6.6.1.arch1-1.4-x86_64.pkg.tar.zst
Thanx loqs. This works.
Everything seems back to normal at least on the G510.
Now lets see if 6.6.2 ( out in the last couple of hours ) has the fix in it...
Last edited by W54J04S07T (2023-11-20 14:30:45)
Offline
Now lets see if 6.6.2 ( out in the last couple of hours ) has the fix in it...
No. Upstream bug report https://bugzilla.kernel.org/show_bug.cgi?id=218155
Offline
Just tried the fixed kernel and will not reverse the breakage of my G502X. Should I open a new thread for it? I think it was speculated that the same thing broke mice and keyboards
I noticed in `lsusb -tvv` I am getting the same ID (046d:c547) as discussed in the ticket https://bugzilla.kernel.org/show_bug.cgi?id=218094
Last edited by smitropoulos (2023-11-20 19:22:51)
Offline
Just tried the fixed kernel and will not reverse the breakage of my G502X. Should I open a new thread for it? I think it was speculated that the same thing broke mice and keyboards
I noticed in `lsusb -tvv` I am getting the same ID (046d:c547) as discussed in the ticket https://bugzilla.kernel.org/show_bug.cgi?id=218094
Which fixed kernel did you try linux-6.6.1.arch1-1.4-x86_64.pkg.tar.zst from post #71 or linux-6.6.1.arch1-1.1-x86_64.pkg.tar.zst from post #6 or did both of them fail to reverse the breakage?
Offline