You are not logged in.

#1 2025-09-19 01:46:35

coxe87b
Member
From: Canberra
Registered: 2019-12-08
Posts: 92

One monitor of dual setup not resuming from sleep - Hyprland

Hello,

I have experienced this issue for a while now (over several system updates) and have now decided to try and fix it.

I have a dual screen setup as follows;

$ hyprctl monitors
Monitor DP-1 (ID 0):
	2560x1440@143.99800 at 2560x0
	description: Samsung Electric Company C27JG5x H4ZN300238
	make: Samsung Electric Company
	model: C27JG5x
	serial: H4ZN300238
	active workspace: 2 (2)
	special workspace: 0 ()
	reserved: 0 39 0 0
	scale: 1.00
	transform: 0
	focused: no
	dpmsStatus: 1
	vrr: false
	solitary: 0
	activelyTearing: false
	directScanoutTo: 0
	disabled: false
	currentFormat: XRGB8888
	mirrorOf: none
	availableModes: 2560x1440@144.00Hz 2560x1440@120.00Hz 2560x1440@99.95Hz 2560x1440@59.95Hz 1920x1200@144.00Hz 1920x1080@60.00Hz 1920x1080@60.00Hz 1920x1080@59.94Hz 1920x1080@50.00Hz 1600x1200@144.00Hz 1680x1050@59.95Hz 1600x900@60.00Hz 1280x1024@75.03Hz 1280x1024@60.02Hz 1440x900@59.89Hz 1280x800@59.81Hz 1152x864@75.00Hz 1280x720@60.00Hz 1280x720@60.00Hz 1280x720@59.94Hz 1280x720@50.00Hz 1024x768@75.03Hz 1024x768@70.07Hz 1024x768@60.00Hz 832x624@74.55Hz 800x600@75.00Hz 800x600@72.19Hz 800x600@60.32Hz 800x600@56.25Hz 720x576@50.00Hz 720x480@60.00Hz 720x480@59.94Hz 640x480@75.00Hz 640x480@72.81Hz 640x480@66.67Hz 640x480@60.00Hz 640x480@59.94Hz 720x400@70.08Hz

Monitor DP-2 (ID 1):
	2560x1440@143.99899 at 0x0
	description: Acer Technologies ED270U P 1237085603W01
	make: Acer Technologies
	model: ED270U P
	serial: 1237085603W01
	active workspace: 1 (1)
	special workspace: 0 ()
	reserved: 0 39 0 0
	scale: 1.00
	transform: 0
	focused: yes
	dpmsStatus: 1
	vrr: false
	solitary: 0
	activelyTearing: false
	directScanoutTo: 0
	disabled: false
	currentFormat: XRGB8888
	mirrorOf: none
	availableModes: 2560x1440@165.00Hz 2560x1440@59.95Hz 2560x1440@144.00Hz 2560x1440@120.00Hz 2560x1080@120.00Hz 2560x1080@119.88Hz 2560x1080@50.00Hz 1920x1200@165.00Hz 1920x1080@120.00Hz 1920x1080@119.88Hz 1920x1080@60.00Hz 1920x1080@60.00Hz 1920x1080@59.94Hz 1920x1080@50.00Hz 1600x1200@165.00Hz 1680x1050@59.95Hz 1600x900@60.00Hz 1280x1024@60.02Hz 1440x900@59.89Hz 1280x800@165.00Hz 1280x720@60.00Hz 1280x720@59.94Hz 1280x720@50.00Hz 1024x768@60.00Hz 800x600@60.32Hz 720x576@50.00Hz 720x480@60.00Hz 720x480@59.94Hz 640x480@60.00Hz 640x480@59.94Hz 640x480@59.94Hz 720x400@70.08Hz

Basic details of system;

$ fastfetch -l none
ewan@yoda
---------
OS: Arch Linux x86_64
Host: MS-7C56 (2.0)
Kernel: Linux 6.15.8-zen1-2-zen
Uptime: 24 mins
Packages: 1795 (pacman), 19 (flatpak)
Shell: zsh 5.9
Display (C27JG5x): 2560x1440 @ 144 Hz in 27" [External]
WM: Hyprland 0.50.1 (Wayland)
Theme: Victory-orange-dark-compact [GTK2/3]
Icons: Adwaita [GTK2/3]
Font: Cantarell (11pt) [GTK2/3]
Cursor: FlatbedCursors-White (48px)
Terminal: alacritty 0.15.1
Terminal Font: CaskaydiaCove Nerd Font (16.0pt)
CPU: AMD Ryzen 7 5700X (16) @ 4.67 GHz
GPU: AMD Radeon RX 6700 XT [Discrete]
Memory: 4.86 GiB / 31.26 GiB (16%)
Swap: 0 B / 8.00 GiB (0%)
Disk (/): 26.61 GiB / 39.08 GiB (68%) - ext4
Disk (/home): 389.23 GiB / 737.16 GiB (53%) - ext4
Disk (/mnt/data): 1.64 TiB / 1.79 TiB (92%) - ext4
Disk (/mnt/home2): 663.13 GiB / 884.81 GiB (75%) - ext4
Disk (/mnt/picard): 617.04 GiB / 915.82 GiB (67%) - ext4
Disk (/mnt/riker): 400.14 GiB / 476.94 GiB (84%) - btrfs
Disk (/mnt/windows11): 72.84 GiB / 150.00 GiB (49%) - fuseblk
Disk (/mnt/worf): 637.44 GiB / 884.80 GiB (72%) - ext4
Local IP (enp42s0): 10.1.1.2/24
Locale: en_AU.UTF-8

When I cold boot the system, both monitors are detected and display normally as expected.

The problem is that when I put the system to sleep, only DP-2 resumes from sleep and DP-1 fails to be detected or resume. I can manually resume DP-1 by pressing the physical power button on the monitor and it wakes and seizes the correct workspaces of hyprland as expected.

Any help in troubleshooting the cause of this would be appreciated. Thank you.

hypridle.conf

$ cat .config/hypr/hypridle.conf
general {
  lock_cmd = pidof hyprlock || hyprlock
  before_sleep_cmd = loginctl lock-session
  after_sleep_cmd = hyprctl dispatch dpms on
}

# listener {
#   timeout = 300
#   on-timeout = brightnessctl -s set 10
#   on-resume = brightnessctl -r
# }

# Lock pre-warning
listener {
  timeout = 590
  on-timout = notify-send "Screen will lock in 10 seconds"
}

listener {
  timeout = 595
  on-timout = notify-send "Screen will lock in 5 seconds"
}

# Lock screen after 10 mins
listener {
  timeout = 600
  on-timeout = loginctl lock-session
}

# Turn off display after 15 mins
listener {
  timeout = 900
  on-timeout = hyprctl dispatch dpms off
  on-resume = hyprctl dispatch dpms on
}

# Sleep after 120 mins
listener {
  timeout = 7200
  on-timeout = systemctl suspend
}

After resuming from sleep and before manually pressing power on DP-1, monitors reported show;

$ hyprctl monitors all
Monitor DP-2 (ID 1):
	2560x1440@143.99899 at 0x0
	description: Acer Technologies ED270U P 1237085603W01
	make: Acer Technologies
	model: ED270U P
	serial: 1237085603W01
	active workspace: 1 (1)
	special workspace: 0 ()
	reserved: 0 39 0 0
	scale: 1.00
	transform: 0
	focused: yes
	dpmsStatus: 1
	vrr: false
	solitary: 0
	activelyTearing: false
	directScanoutTo: 0
	disabled: false
	currentFormat: XRGB8888
	mirrorOf: none
	availableModes: 2560x1440@165.00Hz 2560x1440@59.95Hz 2560x1440@144.00Hz 2560x1440@120.00Hz 2560x1080@120.00Hz 2560x1080@119.88Hz 2560x1080@50.00Hz 1920x1200@165.00Hz 1920x1080@120.00Hz 1920x1080@119.88Hz 1920x1080@60.00Hz 1920x1080@60.00Hz 1920x1080@59.94Hz 1920x1080@50.00Hz 1600x1200@165.00Hz 1680x1050@59.95Hz 1600x900@60.00Hz 1280x1024@60.02Hz 1440x900@59.89Hz 1280x800@165.00Hz 1280x720@60.00Hz 1280x720@59.94Hz 1280x720@50.00Hz 1024x768@60.00Hz 800x600@60.32Hz 720x576@50.00Hz 720x480@60.00Hz 720x480@59.94Hz 640x480@60.00Hz 640x480@59.94Hz 640x480@59.94Hz 720x400@70.08Hz

Journal;

$ journalctl -b 0
Sep 19 11:05:21 yoda.lan kernel: Linux version 6.15.8-zen1-2-zen (linux-zen@archlinux) (gcc (GCC) 15.1.1 20250729, GNU ld (GNU Binutils) 2.45.0) #1 ZEN SMP PREEMPT_DYNAMIC Tue, 29 Jul 2025 15:32:49 +0000
Sep 19 11:05:21 yoda.lan kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=8fc075c0-d93c-4904-bb3d-ef53c167ab55 rw loglevel=3 quiet
Sep 19 11:05:21 yoda.lan kernel: BIOS-provided physical RAM map:
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000aa478fff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000aa479000-0x00000000aa479fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000aa47a000-0x00000000aa4a1fff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000aa4a2000-0x00000000aa4a2fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000aa4a3000-0x00000000db123fff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000db124000-0x00000000db4a3fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000db4a4000-0x00000000db507fff] ACPI data
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000db508000-0x00000000dcc06fff] ACPI NVS
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000dcc07000-0x00000000ddbfefff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
Sep 19 11:05:21 yoda.lan kernel: BIOS-e820: [mem 0x000000081f380000-0x000000081fffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: NX (Execute Disable) protection: active
Sep 19 11:05:21 yoda.lan kernel: APIC: Static calls initialized
Sep 19 11:05:21 yoda.lan kernel: efi: EFI v2.7 by American Megatrends
Sep 19 11:05:21 yoda.lan kernel: efi: ACPI=0xdcbf0000 ACPI 2.0=0xdcbf0014 TPMFinalLog=0xdcbba000 SMBIOS=0xdda08000 MEMATTR=0xd76eb018 ESRT=0xd9931b98 INITRD=0xd7755c98 RNG=0xdb4f4018 TPMEventLog=0xdb4bf018
Sep 19 11:05:21 yoda.lan kernel: random: crng init done
Sep 19 11:05:21 yoda.lan kernel: efi: Remove mem323: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: efi: Remove mem324: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Sep 19 11:05:21 yoda.lan kernel: efi: Remove mem325: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0xfd600000-0xfd7fffff] reserved
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem326: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Remove mem327: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem328: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem329: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem330: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem331: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem332: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem333: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Not removing mem334: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: efi: Remove mem335: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 19 11:05:21 yoda.lan kernel: SMBIOS 2.8 present.
Sep 19 11:05:21 yoda.lan kernel: DMI: Micro-Star International Co., Ltd. MS-7C56/B550-A PRO (MS-7C56), BIOS A.B0 08/11/2022
Sep 19 11:05:21 yoda.lan kernel: DMI: Memory slots populated: 4/4
Sep 19 11:05:21 yoda.lan kernel: tsc: Fast TSC calibration using PIT
Sep 19 11:05:21 yoda.lan kernel: tsc: Detected 3399.880 MHz processor
Sep 19 11:05:21 yoda.lan kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 19 11:05:21 yoda.lan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 19 11:05:21 yoda.lan kernel: last_pfn = 0x81f380 max_arch_pfn = 0x400000000
Sep 19 11:05:21 yoda.lan kernel: total RAM covered: 3583M
Sep 19 11:05:21 yoda.lan kernel: Found optimal setting for mtrr clean up
Sep 19 11:05:21 yoda.lan kernel:  gran_size: 64K         chunk_size: 64M         num_reg: 4          lose cover RAM: 0G
Sep 19 11:05:21 yoda.lan kernel: MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
Sep 19 11:05:21 yoda.lan kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Sep 19 11:05:21 yoda.lan kernel: e820: update [mem 0xdc990000-0xdc99ffff] usable ==> reserved
Sep 19 11:05:21 yoda.lan kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Sep 19 11:05:21 yoda.lan kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Sep 19 11:05:21 yoda.lan kernel: esrt: Reserving ESRT space from 0x00000000d9931b98 to 0x00000000d9931bf8.
Sep 19 11:05:21 yoda.lan kernel: e820: update [mem 0xd9931000-0xd9931fff] usable ==> reserved
Sep 19 11:05:21 yoda.lan kernel: Using GB pages for direct mapping
Sep 19 11:05:21 yoda.lan kernel: Secure boot disabled
Sep 19 11:05:21 yoda.lan kernel: RAMDISK: [mem 0xd2da3000-0xd5425fff]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Early table checksum verification disabled
Sep 19 11:05:21 yoda.lan kernel: ACPI: RSDP 0x00000000DCBF0014 000024 (v02 ALASKA)
Sep 19 11:05:21 yoda.lan kernel: ACPI: XSDT 0x00000000DCBEF728 0000EC (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: FACP 0x00000000DB4F9000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: DSDT 0x00000000DB4C6000 0071E3 (v02 ALASKA A M I    01072009 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: FACS 0x00000000DCBEA000 000040
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4FF000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4FB000 003B7E (v01 AMD    AMD AOD  00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4FA000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Sep 19 11:05:21 yoda.lan kernel: ACPI: FIDT 0x00000000DB4F1000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: MCFG 0x00000000DB4F0000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: HPET 0x00000000DB4EF000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Sep 19 11:05:21 yoda.lan kernel: ACPI: IVRS 0x00000000DB4EE000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 19 11:05:21 yoda.lan kernel: ACPI: FPDT 0x00000000DB4ED000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: VFCT 0x00000000DB4E2000 00AE84 (v01 ALASKA A M I    00000001 AMD  31504F47)
Sep 19 11:05:21 yoda.lan kernel: ACPI: TPM2 0x00000000DB4E1000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCCT 0x00000000DB4E0000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4DB000 004133 (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 19 11:05:21 yoda.lan kernel: ACPI: CRAT 0x00000000DB4DA000 000F10 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 19 11:05:21 yoda.lan kernel: ACPI: CDIT 0x00000000DB4D9000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 19 11:05:21 yoda.lan kernel: ACPI: BGRT 0x00000000DB4D8000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4D7000 0002C2 (v01 AMD    ArticDGP 00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4D5000 0010B4 (v01 AMD    ArticTPX 00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4D4000 00052C (v01 AMD    ArticNOI 00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4D0000 0037B0 (v01 AMD    ArticN   00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: WSMT 0x00000000DB4CF000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: APIC 0x00000000DB4CE000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4F8000 00007D (v01 AMD    ArticDIS 00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4F6000 0010AF (v01 AMD    ArticC   00000001 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: SSDT 0x00000000DB4F5000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving FACP table memory at [mem 0xdb4f9000-0xdb4f9113]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving DSDT table memory at [mem 0xdb4c6000-0xdb4cd1e2]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving FACS table memory at [mem 0xdcbea000-0xdcbea03f]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ff000-0xdb507ce8]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4fb000-0xdb4feb7d]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4fa000-0xdb4fa220]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving FIDT table memory at [mem 0xdb4f1000-0xdb4f109b]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving MCFG table memory at [mem 0xdb4f0000-0xdb4f003b]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving HPET table memory at [mem 0xdb4ef000-0xdb4ef037]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving IVRS table memory at [mem 0xdb4ee000-0xdb4ee0cf]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving FPDT table memory at [mem 0xdb4ed000-0xdb4ed043]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving VFCT table memory at [mem 0xdb4e2000-0xdb4ece83]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving TPM2 table memory at [mem 0xdb4e1000-0xdb4e104b]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving PCCT table memory at [mem 0xdb4e0000-0xdb4e006d]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4db000-0xdb4df132]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving CRAT table memory at [mem 0xdb4da000-0xdb4daf0f]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving CDIT table memory at [mem 0xdb4d9000-0xdb4d9028]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving BGRT table memory at [mem 0xdb4d8000-0xdb4d8037]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4d7000-0xdb4d72c1]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4d5000-0xdb4d60b3]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4d4000-0xdb4d452b]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4d0000-0xdb4d37af]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving WSMT table memory at [mem 0xdb4cf000-0xdb4cf027]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving APIC table memory at [mem 0xdb4ce000-0xdb4ce15d]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4f8000-0xdb4f807c]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4f6000-0xdb4f70ae]
Sep 19 11:05:21 yoda.lan kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4f5000-0xdb4f50be]
Sep 19 11:05:21 yoda.lan kernel: No NUMA configuration found
Sep 19 11:05:21 yoda.lan kernel: Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
Sep 19 11:05:21 yoda.lan kernel: NODE_DATA(0) allocated [mem 0x81f355280-0x81f37ffff]
Sep 19 11:05:21 yoda.lan kernel: Zone ranges:
Sep 19 11:05:21 yoda.lan kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 19 11:05:21 yoda.lan kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 19 11:05:21 yoda.lan kernel:   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
Sep 19 11:05:21 yoda.lan kernel:   Device   empty
Sep 19 11:05:21 yoda.lan kernel: Movable zone start for each node
Sep 19 11:05:21 yoda.lan kernel: Early memory node ranges
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x0000000000100000-0x0000000009e01fff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x000000000a20e000-0x000000000affffff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x000000000b020000-0x00000000aa478fff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x00000000aa47a000-0x00000000aa4a1fff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x00000000aa4a3000-0x00000000db123fff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x00000000ddbff000-0x00000000deffffff]
Sep 19 11:05:21 yoda.lan kernel:   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
Sep 19 11:05:21 yoda.lan kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 510 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 14 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone DMA32: 10971 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Sep 19 11:05:21 yoda.lan kernel: ACPI: PM-Timer IO Port: 0x808
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
Sep 19 11:05:21 yoda.lan kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 19 11:05:21 yoda.lan kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Sep 19 11:05:21 yoda.lan kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Sep 19 11:05:21 yoda.lan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 19 11:05:21 yoda.lan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 19 11:05:21 yoda.lan kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 19 11:05:21 yoda.lan kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 19 11:05:21 yoda.lan kernel: e820: update [mem 0xd7668000-0xd76c4fff] usable ==> reserved
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Max. logical packages:   1
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Max. logical dies:       1
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Max. dies per package:   1
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Max. threads per core:   2
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Num. cores per package:     8
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Num. threads per package:  16
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Sep 19 11:05:21 yoda.lan kernel: CPU topo: Rejected CPUs 16
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xaa479000-0xaa479fff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xaa4a2000-0xaa4a2fff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xd7668000-0xd76c4fff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xd9931000-0xd9931fff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xdb124000-0xddbfefff]
Sep 19 11:05:21 yoda.lan kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xffffffff]
Sep 19 11:05:21 yoda.lan kernel: [mem 0xe0000000-0xfe9fffff] available for PCI devices
Sep 19 11:05:21 yoda.lan kernel: Booting paravirtualized kernel on bare hardware
Sep 19 11:05:21 yoda.lan kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 19 11:05:21 yoda.lan kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Sep 19 11:05:21 yoda.lan kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 19 11:05:21 yoda.lan kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 19 11:05:21 yoda.lan kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 19 11:05:21 yoda.lan kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=8fc075c0-d93c-4904-bb3d-ef53c167ab55 rw loglevel=3 quiet
Sep 19 11:05:21 yoda.lan kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-zen", will be passed to user space.
Sep 19 11:05:21 yoda.lan kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Sep 19 11:05:21 yoda.lan kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: software IO TLB: area num 16.
Sep 19 11:05:21 yoda.lan kernel: Fallback order for Node 0: 0
Sep 19 11:05:21 yoda.lan kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8369686
Sep 19 11:05:21 yoda.lan kernel: Policy zone: Normal
Sep 19 11:05:21 yoda.lan kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 19 11:05:21 yoda.lan kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Sep 19 11:05:21 yoda.lan kernel: ftrace: allocating 52807 entries in 208 pages
Sep 19 11:05:21 yoda.lan kernel: ftrace: allocated 208 pages with 3 groups
Sep 19 11:05:21 yoda.lan kernel: Dynamic Preempt: full
Sep 19 11:05:21 yoda.lan kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 19 11:05:21 yoda.lan kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Sep 19 11:05:21 yoda.lan kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 19 11:05:21 yoda.lan kernel:         Trampoline variant of Tasks RCU enabled.
Sep 19 11:05:21 yoda.lan kernel:         Rude variant of Tasks RCU enabled.
Sep 19 11:05:21 yoda.lan kernel:         Tracing variant of Tasks RCU enabled.
Sep 19 11:05:21 yoda.lan kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 19 11:05:21 yoda.lan kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Sep 19 11:05:21 yoda.lan kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 19 11:05:21 yoda.lan kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 19 11:05:21 yoda.lan kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 19 11:05:21 yoda.lan kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
Sep 19 11:05:21 yoda.lan kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 19 11:05:21 yoda.lan kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 19 11:05:21 yoda.lan kernel: Console: colour dummy device 80x25
Sep 19 11:05:21 yoda.lan kernel: printk: legacy console [tty0] enabled
Sep 19 11:05:21 yoda.lan kernel: ACPI: Core revision 20240827
Sep 19 11:05:21 yoda.lan kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 19 11:05:21 yoda.lan kernel: APIC: Switch to symmetric I/O mode setup
Sep 19 11:05:21 yoda.lan kernel: AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
Sep 19 11:05:21 yoda.lan kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Sep 19 11:05:21 yoda.lan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 19 11:05:21 yoda.lan kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101dd94ee1, max_idle_ns: 440795272654 ns
Sep 19 11:05:21 yoda.lan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.76 BogoMIPS (lpj=3399880)
Sep 19 11:05:21 yoda.lan kernel: SVM disabled (by BIOS) in MSR_VM_CR
Sep 19 11:05:21 yoda.lan kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 19 11:05:21 yoda.lan kernel: LVT offset 1 assigned for vector 0xf9
Sep 19 11:05:21 yoda.lan kernel: LVT offset 2 assigned for vector 0xf4
Sep 19 11:05:21 yoda.lan kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 19 11:05:21 yoda.lan kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 19 11:05:21 yoda.lan kernel: process: using mwait in idle threads
Sep 19 11:05:21 yoda.lan kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : Mitigation: Retpolines
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 19 11:05:21 yoda.lan kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 19 11:05:21 yoda.lan kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Sep 19 11:05:21 yoda.lan kernel: Transient Scheduler Attacks: Mitigation: Clear CPU buffers
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Sep 19 11:05:21 yoda.lan kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Sep 19 11:05:21 yoda.lan kernel: Freeing SMP alternatives memory: 68K
Sep 19 11:05:21 yoda.lan kernel: pid_max: default: 32768 minimum: 301
Sep 19 11:05:21 yoda.lan kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 19 11:05:21 yoda.lan kernel: landlock: Up and running.
Sep 19 11:05:21 yoda.lan kernel: Yama: becoming mindful.
Sep 19 11:05:21 yoda.lan kernel: LSM support for eBPF active
Sep 19 11:05:21 yoda.lan kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: smpboot: CPU0: AMD Ryzen 7 5700X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
Sep 19 11:05:21 yoda.lan kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 19 11:05:21 yoda.lan kernel: ... version:                0
Sep 19 11:05:21 yoda.lan kernel: ... bit width:              48
Sep 19 11:05:21 yoda.lan kernel: ... generic registers:      6
Sep 19 11:05:21 yoda.lan kernel: ... value mask:             0000ffffffffffff
Sep 19 11:05:21 yoda.lan kernel: ... max period:             00007fffffffffff
Sep 19 11:05:21 yoda.lan kernel: ... fixed-purpose events:   0
Sep 19 11:05:21 yoda.lan kernel: ... event mask:             000000000000003f
Sep 19 11:05:21 yoda.lan kernel: signal: max sigframe size: 3376
Sep 19 11:05:21 yoda.lan kernel: rcu: Hierarchical SRCU implementation.
Sep 19 11:05:21 yoda.lan kernel: rcu:         Max phase no-delay instances is 400.
Sep 19 11:05:21 yoda.lan kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 19 11:05:21 yoda.lan kernel: MCE: In-kernel MCE decoding enabled.
Sep 19 11:05:21 yoda.lan kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 19 11:05:21 yoda.lan kernel: smp: Bringing up secondary CPUs ...
Sep 19 11:05:21 yoda.lan kernel: smpboot: x86: Booting SMP configuration:
Sep 19 11:05:21 yoda.lan kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Sep 19 11:05:21 yoda.lan kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 19 11:05:21 yoda.lan kernel: smp: Brought up 1 node, 16 CPUs
Sep 19 11:05:21 yoda.lan kernel: smpboot: Total of 16 processors activated (108796.16 BogoMIPS)
Sep 19 11:05:21 yoda.lan kernel: Memory: 32711108K/33478744K available (22484K kernel code, 2940K rwdata, 16260K rodata, 4780K init, 4748K bss, 744416K reserved, 0K cma-reserved)
Sep 19 11:05:21 yoda.lan kernel: devtmpfs: initialized
Sep 19 11:05:21 yoda.lan kernel: x86/mm: Memory block size: 128MB
Sep 19 11:05:21 yoda.lan kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
Sep 19 11:05:21 yoda.lan kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdb508000-0xdcc06fff] (24113152 bytes)
Sep 19 11:05:21 yoda.lan kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 19 11:05:21 yoda.lan kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: pinctrl core: initialized pinctrl subsystem
Sep 19 11:05:21 yoda.lan kernel: PM: RTC time: 01:05:14, date: 2025-09-19
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 19 11:05:21 yoda.lan kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 19 11:05:21 yoda.lan kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 19 11:05:21 yoda.lan kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 19 11:05:21 yoda.lan kernel: audit: initializing netlink subsys (disabled)
Sep 19 11:05:21 yoda.lan kernel: audit: type=2000 audit(1758243913.167:1): state=initialized audit_enabled=0 res=1
Sep 19 11:05:21 yoda.lan kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 19 11:05:21 yoda.lan kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 19 11:05:21 yoda.lan kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 19 11:05:21 yoda.lan kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 19 11:05:21 yoda.lan kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 19 11:05:21 yoda.lan kernel: cpuidle: using governor ladder
Sep 19 11:05:21 yoda.lan kernel: cpuidle: using governor menu
Sep 19 11:05:21 yoda.lan kernel: Detected 1 PCC Subspaces
Sep 19 11:05:21 yoda.lan kernel: Registering PCC driver as Mailbox controller
Sep 19 11:05:21 yoda.lan kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 19 11:05:21 yoda.lan kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Sep 19 11:05:21 yoda.lan kernel: PCI: Using configuration type 1 for base access
Sep 19 11:05:21 yoda.lan kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 19 11:05:21 yoda.lan kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
Sep 19 11:05:21 yoda.lan kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 19 11:05:21 yoda.lan kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 19 11:05:21 yoda.lan kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 19 11:05:21 yoda.lan kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 19 11:05:21 yoda.lan kernel: raid6: skipped pq benchmark and selected avx2x4
Sep 19 11:05:21 yoda.lan kernel: raid6: using avx2x2 recovery algorithm
Sep 19 11:05:21 yoda.lan kernel: ACPI: Added _OSI(Module Device)
Sep 19 11:05:21 yoda.lan kernel: ACPI: Added _OSI(Processor Device)
Sep 19 11:05:21 yoda.lan kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 19 11:05:21 yoda.lan kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Sep 19 11:05:21 yoda.lan kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 19 11:05:21 yoda.lan kernel: ACPI: Interpreter enabled
Sep 19 11:05:21 yoda.lan kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 19 11:05:21 yoda.lan kernel: ACPI: Using IOAPIC for interrupt routing
Sep 19 11:05:21 yoda.lan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 19 11:05:21 yoda.lan kernel: PCI: Using E820 reservations for host bridge windows
Sep 19 11:05:21 yoda.lan kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 19 11:05:21 yoda.lan kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 19 11:05:21 yoda.lan kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
Sep 19 11:05:21 yoda.lan kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
Sep 19 11:05:21 yoda.lan kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 19 11:05:21 yoda.lan kernel: PCI host bridge to bus 0000:00
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [mem 0x820000000-0x7fffffffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc8fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [mem 0xfcc00000-0xfcefffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfcbfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:01:00.0: [c0a9:5415] type 00 class 0x010802 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.0: BAR 0 [mem 0xfc8a0000-0xfc8a7fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601 PCIe Legacy Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.1: BAR 5 [mem 0xfc880000-0xfc89ffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.1: ROM [mem 0xfc800000-0xfc87ffff pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: PCI bridge to [bus 05]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:04:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:04:00.0: BAR 0 [mem 0xfc700000-0xfc703fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:05:00.0: [10ec:5765] type 00 class 0x010802 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:05:00.0: BAR 0 [mem 0xfc600000-0xfc603fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:05:00.0: BAR 5 [mem 0xfc604000-0xfc605fff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:05:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:03:07.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: PCI bridge to [bus 05]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: BAR 0 [io  0xf000-0xf0ff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: BAR 2 [mem 0xfc504000-0xfc504fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: BAR 4 [mem 0xfc500000-0xfc503fff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: supports D1 D2
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: [1002:73df] type 00 class 0x030000 PCIe Legacy Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: BAR 4 [io  0xe000-0xe0ff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: BAR 5 [mem 0xfcc00000-0xfccfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: ROM [mem 0xfcd00000-0xfcd1ffff pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.1: [1002:ab28] type 00 class 0x040300 PCIe Legacy Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.1: BAR 0 [mem 0xfcd20000-0xfcd23fff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2e:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.1: BAR 2 [mem 0xfca00000-0xfcafffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.1: BAR 5 [mem 0xfcb08000-0xfcb09fff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.3: BAR 0 [mem 0xfc900000-0xfc9fffff 64bit]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.3: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.4: [1022:1487] type 00 class 0x040300 PCIe Endpoint
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.4: BAR 0 [mem 0xfcb00000-0xfcb07fff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.4: PME# supported from D0 D3hot D3cold
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 19 11:05:21 yoda.lan kernel: iommu: Default domain type: Translated
Sep 19 11:05:21 yoda.lan kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 19 11:05:21 yoda.lan kernel: SCSI subsystem initialized
Sep 19 11:05:21 yoda.lan kernel: libata version 3.00 loaded.
Sep 19 11:05:21 yoda.lan kernel: ACPI: bus type USB registered
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver usbfs
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver hub
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new device driver usb
Sep 19 11:05:21 yoda.lan kernel: EDAC MC: Ver: 3.0.0
Sep 19 11:05:21 yoda.lan kernel: efivars: Registered efivars operations
Sep 19 11:05:21 yoda.lan kernel: NetLabel: Initializing
Sep 19 11:05:21 yoda.lan kernel: NetLabel:  domain hash size = 128
Sep 19 11:05:21 yoda.lan kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 19 11:05:21 yoda.lan kernel: NetLabel:  unlabeled traffic allowed by default
Sep 19 11:05:21 yoda.lan kernel: mctp: management component transport protocol core
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_MCTP protocol family
Sep 19 11:05:21 yoda.lan kernel: PCI: Using ACPI for IRQ routing
Sep 19 11:05:21 yoda.lan kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xaa479000-0xabffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xaa4a2000-0xabffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xd7668000-0xd7ffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xd9931000-0xdbffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xdb124000-0xdbffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Sep 19 11:05:21 yoda.lan kernel: e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: vgaarb: setting as boot VGA device
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: vgaarb: bridge control possible
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 19 11:05:21 yoda.lan kernel: vgaarb: loaded
Sep 19 11:05:21 yoda.lan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 19 11:05:21 yoda.lan kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 19 11:05:21 yoda.lan kernel: clocksource: Switched to clocksource tsc-early
Sep 19 11:05:21 yoda.lan kernel: VFS: Disk quotas dquot_6.6.0
Sep 19 11:05:21 yoda.lan kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 19 11:05:21 yoda.lan kernel: pnp: PnP ACPI init
Sep 19 11:05:21 yoda.lan kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:03: [io  0x0a00-0x0a0f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:03: [io  0x0a10-0x0a1f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:03: [io  0x0a20-0x0a2f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: pnp 00:04: [dma 0 disabled]
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x040b] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x04d6] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c14] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c52] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c6c] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0c6f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0800-0x089f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0900-0x090f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [io  0x0910-0x091f] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Sep 19 11:05:21 yoda.lan kernel: pnp: PnP ACPI: found 6 devices
Sep 19 11:05:21 yoda.lan kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_INET protocol family
Sep 19 11:05:21 yoda.lan kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 19 11:05:21 yoda.lan kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_XDP protocol family
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: PCI bridge to [bus 05]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc8fffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [mem 0xfcc00000-0xfcefffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfcbfffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:00: resource 10 [mem 0x820000000-0x7fffffffff window]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc8fffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc6fffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2a: resource 0 [io  0xf000-0xffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2a: resource 1 [mem 0xfc500000-0xfc5fffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2b: resource 0 [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2b: resource 1 [mem 0xfcc00000-0xfcefffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2b: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2c: resource 0 [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2c: resource 1 [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2c: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2d: resource 0 [io  0xe000-0xefff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2d: resource 1 [mem 0xfcc00000-0xfcdfffff]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2d: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Sep 19 11:05:21 yoda.lan kernel: pci_bus 0000:2f: resource 1 [mem 0xfc900000-0xfcbfffff]
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.1: D0 power state depends on 0000:2d:00.0
Sep 19 11:05:21 yoda.lan kernel: PCI: CLS 64 bytes, default 64
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 19 11:05:21 yoda.lan kernel: Trying to unpack rootfs image as initramfs...
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:00.0: Adding to iommu group 0
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.0: Adding to iommu group 1
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.1: Adding to iommu group 2
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:01.2: Adding to iommu group 3
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:02.0: Adding to iommu group 4
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.0: Adding to iommu group 5
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:03.1: Adding to iommu group 6
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:04.0: Adding to iommu group 7
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:05.0: Adding to iommu group 8
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.0: Adding to iommu group 9
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:07.1: Adding to iommu group 10
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.0: Adding to iommu group 11
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:08.1: Adding to iommu group 12
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:14.0: Adding to iommu group 13
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:14.3: Adding to iommu group 13
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.0: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.1: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.2: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.3: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.4: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.5: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.6: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:00:18.7: Adding to iommu group 14
Sep 19 11:05:21 yoda.lan kernel: pci 0000:01:00.0: Adding to iommu group 15
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.1: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:02:00.2: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:00.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:07.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:03:09.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:04:00.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:05:00.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2a:00.0: Adding to iommu group 16
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2b:00.0: Adding to iommu group 17
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2c:00.0: Adding to iommu group 18
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.0: Adding to iommu group 19
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2d:00.1: Adding to iommu group 20
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2e:00.0: Adding to iommu group 21
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.0: Adding to iommu group 22
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.1: Adding to iommu group 23
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.3: Adding to iommu group 24
Sep 19 11:05:21 yoda.lan kernel: pci 0000:2f:00.4: Adding to iommu group 25
Sep 19 11:05:21 yoda.lan kernel: AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
Sep 19 11:05:21 yoda.lan kernel: AMD-Vi: Interrupt remapping enabled
Sep 19 11:05:21 yoda.lan kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 19 11:05:21 yoda.lan kernel: software IO TLB: mapped [mem 0x00000000ced84000-0x00000000d2d84000] (64MB)
Sep 19 11:05:21 yoda.lan kernel: LVT offset 0 assigned for vector 0x400
Sep 19 11:05:21 yoda.lan kernel: perf: AMD IBS detected (0x000003ff)
Sep 19 11:05:21 yoda.lan kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 19 11:05:21 yoda.lan kernel: Initialise system trusted keyrings
Sep 19 11:05:21 yoda.lan kernel: Key type blacklist registered
Sep 19 11:05:21 yoda.lan kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Sep 19 11:05:21 yoda.lan kernel: fuse: init (API version 7.43)
Sep 19 11:05:21 yoda.lan kernel: integrity: Platform Keyring initialized
Sep 19 11:05:21 yoda.lan kernel: integrity: Machine keyring initialized
Sep 19 11:05:21 yoda.lan kernel: xor: automatically using best checksumming function   avx
Sep 19 11:05:21 yoda.lan kernel: Key type asymmetric registered
Sep 19 11:05:21 yoda.lan kernel: Asymmetric key parser 'x509' registered
Sep 19 11:05:21 yoda.lan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 19 11:05:21 yoda.lan kernel: io scheduler mq-deadline registered
Sep 19 11:05:21 yoda.lan kernel: io scheduler kyber registered
Sep 19 11:05:21 yoda.lan kernel: io scheduler bfq registered
Sep 19 11:05:21 yoda.lan kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 19 11:05:21 yoda.lan kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 27
Sep 19 11:05:21 yoda.lan kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 28
Sep 19 11:05:21 yoda.lan kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Sep 19 11:05:21 yoda.lan kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 31
Sep 19 11:05:21 yoda.lan kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 32
Sep 19 11:05:21 yoda.lan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 19 11:05:21 yoda.lan kernel: ACPI: button: Power Button [PWRB]
Sep 19 11:05:21 yoda.lan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 19 11:05:21 yoda.lan kernel: ACPI: button: Power Button [PWRF]
Sep 19 11:05:21 yoda.lan kernel: Monitor-Mwait will be used to enter C-1 state
Sep 19 11:05:21 yoda.lan kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1214
Sep 19 11:05:21 yoda.lan kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 19 11:05:21 yoda.lan kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 19 11:05:21 yoda.lan kernel: Freeing initrd memory: 39436K
Sep 19 11:05:21 yoda.lan kernel: Non-volatile memory driver v1.3
Sep 19 11:05:21 yoda.lan kernel: Linux agpgart interface v0.103
Sep 19 11:05:21 yoda.lan kernel: tpm_crb MSFT0101:00: Disabling hwrng
Sep 19 11:05:21 yoda.lan kernel: ahci 0000:02:00.1: version 3.0
Sep 19 11:05:21 yoda.lan kernel: ahci 0000:02:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Sep 19 11:05:21 yoda.lan kernel: ahci 0000:02:00.1: 6/6 ports implemented (port mask 0x3f)
Sep 19 11:05:21 yoda.lan kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Sep 19 11:05:21 yoda.lan kernel: scsi host0: ahci
Sep 19 11:05:21 yoda.lan kernel: scsi host1: ahci
Sep 19 11:05:21 yoda.lan kernel: scsi host2: ahci
Sep 19 11:05:21 yoda.lan kernel: scsi host3: ahci
Sep 19 11:05:21 yoda.lan kernel: scsi host4: ahci
Sep 19 11:05:21 yoda.lan kernel: scsi host5: ahci
Sep 19 11:05:21 yoda.lan kernel: ata1: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880100 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ata2: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880180 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ata3: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880200 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ata4: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880280 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ata5: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880300 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ata6: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880380 irq 42 lpm-pol 3
Sep 19 11:05:21 yoda.lan kernel: ACPI: bus type drm_connector registered
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 19 11:05:21 yoda.lan kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Sep 19 11:05:21 yoda.lan kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 19 11:05:21 yoda.lan kernel: usb usb1: Product: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: usb usb1: Manufacturer: Linux 6.15.8-zen1-2-zen xhci-hcd
Sep 19 11:05:21 yoda.lan kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 19 11:05:21 yoda.lan kernel: hub 1-0:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 1-0:1.0: 10 ports detected
Sep 19 11:05:21 yoda.lan kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 19 11:05:21 yoda.lan kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Sep 19 11:05:21 yoda.lan kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 19 11:05:21 yoda.lan kernel: usb usb2: Product: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: usb usb2: Manufacturer: Linux 6.15.8-zen1-2-zen xhci-hcd
Sep 19 11:05:21 yoda.lan kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 19 11:05:21 yoda.lan kernel: hub 2-0:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 2-0:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 3
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 4
Sep 19 11:05:21 yoda.lan kernel: xhci_hcd 0000:2f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 19 11:05:21 yoda.lan kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.15
Sep 19 11:05:21 yoda.lan kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 19 11:05:21 yoda.lan kernel: usb usb3: Product: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: usb usb3: Manufacturer: Linux 6.15.8-zen1-2-zen xhci-hcd
Sep 19 11:05:21 yoda.lan kernel: usb usb3: SerialNumber: 0000:2f:00.3
Sep 19 11:05:21 yoda.lan kernel: hub 3-0:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 3-0:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 19 11:05:21 yoda.lan kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.15
Sep 19 11:05:21 yoda.lan kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 19 11:05:21 yoda.lan kernel: usb usb4: Product: xHCI Host Controller
Sep 19 11:05:21 yoda.lan kernel: usb usb4: Manufacturer: Linux 6.15.8-zen1-2-zen xhci-hcd
Sep 19 11:05:21 yoda.lan kernel: usb usb4: SerialNumber: 0000:2f:00.3
Sep 19 11:05:21 yoda.lan kernel: hub 4-0:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 4-0:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver usbserial_generic
Sep 19 11:05:21 yoda.lan kernel: usbserial: USB Serial support registered for generic
Sep 19 11:05:21 yoda.lan kernel: i8042: PNP: No PS/2 controller found.
Sep 19 11:05:21 yoda.lan kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 19 11:05:21 yoda.lan kernel: rtc_cmos 00:02: registered as rtc0
Sep 19 11:05:21 yoda.lan kernel: rtc_cmos 00:02: setting system clock to 2025-09-19T01:05:14 UTC (1758243914)
Sep 19 11:05:21 yoda.lan kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
Sep 19 11:05:21 yoda.lan kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Sep 19 11:05:21 yoda.lan kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 19 11:05:21 yoda.lan kernel: fbcon: Deferring console take-over
Sep 19 11:05:21 yoda.lan kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 19 11:05:21 yoda.lan kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver usbhid
Sep 19 11:05:21 yoda.lan kernel: usbhid: USB HID core driver
Sep 19 11:05:21 yoda.lan kernel: drop_monitor: Initializing network drop monitor service
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_INET6 protocol family
Sep 19 11:05:21 yoda.lan kernel: Segment Routing with IPv6
Sep 19 11:05:21 yoda.lan kernel: RPL Segment Routing with IPv6
Sep 19 11:05:21 yoda.lan kernel: In-situ OAM (IOAM) with IPv6
Sep 19 11:05:21 yoda.lan kernel: NET: Registered PF_PACKET protocol family
Sep 19 11:05:21 yoda.lan kernel: microcode: Current revision: 0x0a201211
Sep 19 11:05:21 yoda.lan kernel: microcode: Updated early from: 0x0a20120a
Sep 19 11:05:21 yoda.lan kernel: resctrl: L3 allocation detected
Sep 19 11:05:21 yoda.lan kernel: resctrl: MB allocation detected
Sep 19 11:05:21 yoda.lan kernel: resctrl: L3 monitoring detected
Sep 19 11:05:21 yoda.lan kernel: IPI shorthand broadcast: enabled
Sep 19 11:05:21 yoda.lan kernel: sched_clock: Marking stable (589521154, 165235069)->(772094230, -17338007)
Sep 19 11:05:21 yoda.lan kernel: registered taskstats version 1
Sep 19 11:05:21 yoda.lan kernel: Loading compiled-in X.509 certificates
Sep 19 11:05:21 yoda.lan kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7e7103475cdd5f27467eca33a67012aee9678afa'
Sep 19 11:05:21 yoda.lan kernel: zswap: loaded using pool zstd/zsmalloc
Sep 19 11:05:21 yoda.lan kernel: Demotion targets for Node 0: null
Sep 19 11:05:21 yoda.lan kernel: Key type .fscrypt registered
Sep 19 11:05:21 yoda.lan kernel: Key type fscrypt-provisioning registered
Sep 19 11:05:21 yoda.lan kernel: Btrfs loaded, zoned=yes, fsverity=yes
Sep 19 11:05:21 yoda.lan kernel: Key type big_key registered
Sep 19 11:05:21 yoda.lan kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 19 11:05:21 yoda.lan kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 19 11:05:21 yoda.lan kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 19 11:05:21 yoda.lan kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Sep 19 11:05:21 yoda.lan kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Sep 19 11:05:21 yoda.lan kernel: PM:   Magic number: 9:63:54
Sep 19 11:05:21 yoda.lan kernel: memory memory219: hash matches
Sep 19 11:05:21 yoda.lan kernel: memory memory86: hash matches
Sep 19 11:05:21 yoda.lan kernel: RAS: Correctable Errors collector initialized.
Sep 19 11:05:21 yoda.lan kernel: clk: Disabling unused clocks
Sep 19 11:05:21 yoda.lan kernel: PM: genpd: Disabling unused power domains
Sep 19 11:05:21 yoda.lan kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: ata5: SATA link down (SStatus 0 SControl 330)
Sep 19 11:05:21 yoda.lan kernel: ata6: SATA link down (SStatus 0 SControl 330)
Sep 19 11:05:21 yoda.lan kernel: ata2: SATA link down (SStatus 0 SControl 330)
Sep 19 11:05:21 yoda.lan kernel: ata1: SATA link down (SStatus 0 SControl 330)
Sep 19 11:05:21 yoda.lan kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2: New USB device found, idVendor=2109, idProduct=2813, bcdDevice= 0.20
Sep 19 11:05:21 yoda.lan kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 3-2: Product: USB2.0 Hub
Sep 19 11:05:21 yoda.lan kernel: usb 3-2: Manufacturer: VIA Labs, Inc.
Sep 19 11:05:21 yoda.lan kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 19 11:05:21 yoda.lan kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 19 11:05:21 yoda.lan kernel: ata4.00: ATA-10: CT1000MX500SSD1, M3CR045, max UDMA/133
Sep 19 11:05:21 yoda.lan kernel: ata4.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Sep 19 11:05:21 yoda.lan kernel: ata4.00: Features: Trust Dev-Sleep
Sep 19 11:05:21 yoda.lan kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 19 11:05:21 yoda.lan kernel: ata4.00: configured for UDMA/133
Sep 19 11:05:21 yoda.lan kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 19 11:05:21 yoda.lan kernel: ata3.00: ATA-10: WDC WD20EZAZ-00GGJB0, 80.00A80, max UDMA/133
Sep 19 11:05:21 yoda.lan kernel: hub 3-2:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 3-2:1.0: 5 ports detected
Sep 19 11:05:21 yoda.lan kernel: ahci 0000:02:00.1: port does not support device sleep
Sep 19 11:05:21 yoda.lan kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Sep 19 11:05:21 yoda.lan kernel: ata3.00: Features: NCQ-prio
Sep 19 11:05:21 yoda.lan kernel: ata3.00: configured for UDMA/133
Sep 19 11:05:21 yoda.lan kernel: scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EZAZ-00G 0A80 PQ: 0 ANSI: 5
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] Write Protect is off
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep 19 11:05:21 yoda.lan kernel: scsi 3:0:0:0: Direct-Access     ATA      CT1000MX500SSD1  045  PQ: 0 ANSI: 5
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] Write Protect is off
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Sep 19 11:05:21 yoda.lan kernel:  sdb: sdb1
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] supports TCG Opal
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Sep 19 11:05:21 yoda.lan kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 4-2: New USB device found, idVendor=2109, idProduct=0813, bcdDevice= 0.20
Sep 19 11:05:21 yoda.lan kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 4-2: Product: USB3.0 Hub
Sep 19 11:05:21 yoda.lan kernel: usb 4-2: Manufacturer: VIA Labs, Inc.
Sep 19 11:05:21 yoda.lan kernel:  sda: sda2
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Sep 19 11:05:21 yoda.lan kernel: Freeing unused decrypted memory: 2028K
Sep 19 11:05:21 yoda.lan kernel: Freeing unused kernel image (initmem) memory: 4780K
Sep 19 11:05:21 yoda.lan kernel: Write protecting the kernel read-only data: 38912k
Sep 19 11:05:21 yoda.lan kernel: Freeing unused kernel image (text/rodata gap) memory: 40K
Sep 19 11:05:21 yoda.lan kernel: Freeing unused kernel image (rodata/data gap) memory: 124K
Sep 19 11:05:21 yoda.lan kernel: usb 1-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
Sep 19 11:05:21 yoda.lan kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-2: Product: USB2.0 Hub
Sep 19 11:05:21 yoda.lan kernel: hub 4-2:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 4-2:1.0: 1 port detected
Sep 19 11:05:21 yoda.lan kernel: hub 1-2:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 1-2:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 19 11:05:21 yoda.lan kernel: rodata_test: all tests were successful
Sep 19 11:05:21 yoda.lan kernel: Run /init as init process
Sep 19 11:05:21 yoda.lan kernel:   with arguments:
Sep 19 11:05:21 yoda.lan kernel:     /init
Sep 19 11:05:21 yoda.lan kernel:   with environment:
Sep 19 11:05:21 yoda.lan kernel:     HOME=/
Sep 19 11:05:21 yoda.lan kernel:     TERM=linux
Sep 19 11:05:21 yoda.lan kernel:     BOOT_IMAGE=/boot/vmlinuz-linux-zen
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: new high-speed USB device number 3 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/all, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: new high-speed USB device number 4 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: tsc: Refined TSC clocksource calibration: 3399.999 MHz
Sep 19 11:05:21 yoda.lan kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024d9464a, max_idle_ns: 440795287124 ns
Sep 19 11:05:21 yoda.lan kernel: clocksource: Switched to clocksource tsc
Sep 19 11:05:21 yoda.lan kernel: usb 1-5: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=77.64
Sep 19 11:05:21 yoda.lan kernel: usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-5: Product: USB2.0 Hub
Sep 19 11:05:21 yoda.lan kernel: hub 1-5:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 1-5:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/all, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 3-2-port2: attempt power cycle
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: new high-speed USB device number 4 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: New USB device found, idVendor=1e71, idProduct=300e, bcdDevice= 2.00
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: Product: NZXT Kraken Base
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: Manufacturer: NZXT Inc.
Sep 19 11:05:21 yoda.lan kernel: usb 1-2.3: SerialNumber: 9B2D6CAB4005D75D929056CA198EA8E4
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:1E71:300E.0001: hiddev96,hidraw0: USB HID v1.11 Device [NZXT Inc. NZXT Kraken Base] on usb-0000:02:00.0-2.3/input1
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: new full-speed USB device number 5 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: Product: USB-Serial Controller D
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: Manufacturer: Prolific Technology Inc.
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: new high-speed USB device number 5 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/8, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 1-5.1: new full-speed USB device number 6 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/all, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: new high-speed USB device number 6 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/8, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 1-5.1: New USB device found, idVendor=1915, idProduct=0059, bcdDevice= 1.73
Sep 19 11:05:21 yoda.lan kernel: usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-5.1: Product: ZY Control Mic
Sep 19 11:05:21 yoda.lan kernel: usb 1-5.1: Manufacturer: ZY.Ltd
Sep 19 11:05:21 yoda.lan kernel: input: ZY.Ltd ZY Control Mic as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:1915:0059.0002/input/input2
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.2: device descriptor read/8, error -71
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: new full-speed USB device number 7 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2-port2: unable to enumerate USB device
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.5: new high-speed USB device number 7 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.5: New USB device found, idVendor=2109, idProduct=8888, bcdDevice= 0.01
Sep 19 11:05:21 yoda.lan kernel: usb 3-2.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:2109:8888.0003: hiddev97,hidraw1: USB HID v1.10 Device [HID 2109:8888] on usb-0000:2f:00.3-2.5/input0
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: New USB device found, idVendor=1462, idProduct=7c56, bcdDevice= 0.01
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: Product: MYSTIC LIGHT
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: Manufacturer: MSI
Sep 19 11:05:21 yoda.lan kernel: usb 1-7: SerialNumber: A02021090806
Sep 19 11:05:21 yoda.lan kernel: input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7:1.0/0003:1462:7C56.0004/input/input3
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:1915:0059.0002: input,hidraw2: USB HID v1.01 Keyboard [ZY.Ltd ZY Control Mic] on usb-0000:02:00.0-5.1/input2
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:1462:7C56.0004: input,hiddev98,hidraw3: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-7/input0
Sep 19 11:05:21 yoda.lan kernel: [drm] amdgpu kernel modesetting enabled.
Sep 19 11:05:21 yoda.lan kernel: amdgpu: Virtual CRAT table created for CPU
Sep 19 11:05:21 yoda.lan kernel: amdgpu: Topology: Add CPU node
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: enabling device (0006 -> 0007)
Sep 19 11:05:21 yoda.lan kernel: [drm] initializing kernel modesetting (NAVY_FLOUNDER 0x1002:0x73DF 0x148C:0x2409 0xC1).
Sep 19 11:05:21 yoda.lan kernel: [drm] register mmio base: 0xFCC00000
Sep 19 11:05:21 yoda.lan kernel: [drm] register mmio size: 1048576
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 0 <nv_common>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 1 <gmc_v10_0>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 2 <navi10_ih>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 3 <psp>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 4 <smu>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 5 <dm>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 6 <gfx_v10_0>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 7 <sdma_v5_2>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 8 <vcn_v3_0>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: detected ip block number 9 <jpeg_v3_0>
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 19 11:05:21 yoda.lan kernel: amdgpu: ATOM BIOS: 113-D5121000_100
Sep 19 11:05:21 yoda.lan kernel: input: ZY.Ltd ZY Control Mic Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5.1/1-5.1:1.3/0003:1915:0059.0005/input/input4
Sep 19 11:05:21 yoda.lan kernel: input: ZY.Ltd ZY Control Mic Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5.1/1-5.1:1.3/0003:1915:0059.0005/input/input5
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: vgaarb: deactivate vga console
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Sep 19 11:05:21 yoda.lan kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: VRAM: 12272M 0x0000008000000000 - 0x00000082FEFFFFFF (12272M used)
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
Sep 19 11:05:21 yoda.lan kernel: [drm] Detected VRAM RAM=12272M, BAR=16384M
Sep 19 11:05:21 yoda.lan kernel: [drm] RAM width 192bits GDDR6
Sep 19 11:05:21 yoda.lan kernel: [drm] amdgpu: 12272M of VRAM memory ready
Sep 19 11:05:21 yoda.lan kernel: [drm] amdgpu: 16006M of GTT memory ready.
Sep 19 11:05:21 yoda.lan kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Sep 19 11:05:21 yoda.lan kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000F00000).
Sep 19 11:05:21 yoda.lan kernel: input: ZY.Ltd ZY Control Mic System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5.1/1-5.1:1.3/0003:1915:0059.0005/input/input6
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:1915:0059.0005: input,hiddev99,hidraw4: USB HID v1.01 Mouse [ZY.Ltd ZY Control Mic] on usb-0000:02:00.0-5.1/input3
Sep 19 11:05:21 yoda.lan kernel: usb 1-10: new high-speed USB device number 8 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-10: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
Sep 19 11:05:21 yoda.lan kernel: usb 1-10: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-10: Product: USB2.0 Hub
Sep 19 11:05:21 yoda.lan kernel: hub 1-10:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 1-10:1.0: 4 ports detected
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: new full-speed USB device number 9 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: New USB device found, idVendor=09ea, idProduct=0130, bcdDevice= 0.12
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: Product: Virtual HUB
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: Manufacturer: Generic
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1: SerialNumber: 00000001
Sep 19 11:05:21 yoda.lan kernel: hub 1-10.1:1.0: USB hub found
Sep 19 11:05:21 yoda.lan kernel: hub 1-10.1:1.0: 7 ports detected
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.1: new full-speed USB device number 10 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.1: New USB device found, idVendor=1e7d, idProduct=2e22, bcdDevice= 1.01
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.1: Product: ROCCAT Kone XTD
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.1: Manufacturer: ROCCAT
Sep 19 11:05:21 yoda.lan kernel: input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.1/1-10.1.1:1.0/0003:1E7D:2E22.0006/input/input7
Sep 19 11:05:21 yoda.lan kernel: koneplus 0003:1E7D:2E22.0006: input,hiddev100,hidraw5: USB HID v1.00 Mouse [ROCCAT ROCCAT Kone XTD] on usb-0000:02:00.0-10.1.1/input0
Sep 19 11:05:21 yoda.lan kernel: input: ROCCAT ROCCAT Kone XTD as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.1/1-10.1.1:1.1/0003:1E7D:2E22.0007/input/input8
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: new full-speed USB device number 11 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: koneplus 0003:1E7D:2E22.0007: input,hidraw6: USB HID v1.11 Keyboard [ROCCAT ROCCAT Kone XTD] on usb-0000:02:00.0-10.1.1/input1
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: New USB device found, idVendor=046d, idProduct=c33c, bcdDevice=19.01
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: Product: G512 RGB MECHANICAL GAMING KEYBOARD
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: Manufacturer: Logitech
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.2: SerialNumber: 1473396E3131
Sep 19 11:05:21 yoda.lan kernel: input: Logitech G512 RGB MECHANICAL GAMING KEYBOARD as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.2/1-10.1.2:1.0/0003:046D:C33C.0008/input/input9
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:046D:C33C.0008: input,hidraw7: USB HID v1.11 Keyboard [Logitech G512 RGB MECHANICAL GAMING KEYBOARD] on usb-0000:02:00.0-10.1.2/input0
Sep 19 11:05:21 yoda.lan kernel: input: Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.2/1-10.1.2:1.1/0003:046D:C33C.0009/input/input10
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: STB initialized to 2048 entries
Sep 19 11:05:21 yoda.lan kernel: [drm] Loading DMUB firmware via PSP: version=0x02020020
Sep 19 11:05:21 yoda.lan kernel: [drm] use_doorbell being set to: [true]
Sep 19 11:05:21 yoda.lan kernel: [drm] use_doorbell being set to: [true]
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: Found VCN firmware Version ENC: 1.33 DEC: 4 VEP: 0 Revision: 8
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:046D:C33C.0009: input,hiddev101,hidraw8: USB HID v1.11 Keyboard [Logitech G512 RGB MECHANICAL GAMING KEYBOARD] on usb-0000:02:00.0-10.1.2/input1
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: new full-speed USB device number 12 using xhci_hcd
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SMU driver if version not matched
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: use vbios provided pptable
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SMU is initialized successfully!
Sep 19 11:05:21 yoda.lan kernel: [drm] Display Core v3.2.325 initialized on DCN 3.0
Sep 19 11:05:21 yoda.lan kernel: [drm] DP-HDMI FRL PCON supported
Sep 19 11:05:21 yoda.lan kernel: [drm] DMUB hardware initialized: version=0x02020020
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: New USB device found, idVendor=09eb, idProduct=0131, bcdDevice= 0.02
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: Product: Virtual HID
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: Manufacturer: Generic
Sep 19 11:05:21 yoda.lan kernel: usb 1-10.1.6: SerialNumber: 00000001
Sep 19 11:05:21 yoda.lan kernel: input: Generic Virtual HID as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.6/1-10.1.6:1.0/0003:09EB:0131.000A/input/input13
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:09EB:0131.000A: input,hidraw9: USB HID v1.10 Keyboard [Generic Virtual HID] on usb-0000:02:00.0-10.1.6/input0
Sep 19 11:05:21 yoda.lan kernel: input: Generic Virtual HID as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.6/1-10.1.6:1.1/0003:09EB:0131.000B/input/input14
Sep 19 11:05:21 yoda.lan kernel: input: Generic Virtual HID System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.6/1-10.1.6:1.1/0003:09EB:0131.000B/input/input15
Sep 19 11:05:21 yoda.lan kernel: input: Generic Virtual HID Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.6/1-10.1.6:1.1/0003:09EB:0131.000B/input/input16
Sep 19 11:05:21 yoda.lan kernel: hid-generic 0003:09EB:0131.000B: input,hidraw10: USB HID v1.10 Mouse [Generic Virtual HID] on usb-0000:02:00.0-10.1.6/input1
Sep 19 11:05:21 yoda.lan kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu: HMM registered 12272MB device memory
Sep 19 11:05:21 yoda.lan kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 19 11:05:21 yoda.lan kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 19 11:05:21 yoda.lan kernel: amdgpu: Virtual CRAT table created for GPU
Sep 19 11:05:21 yoda.lan kernel: amdgpu: Topology: Add dGPU node [0x73df:0x1002]
Sep 19 11:05:21 yoda.lan kernel: kfd kfd: amdgpu: added device 1002:73df
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 10, active_cu_number 40
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: Using BACO for runtime pm
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: [drm] Registered 6 planes with drm panic
Sep 19 11:05:21 yoda.lan kernel: [drm] Initialized amdgpu 3.63.0 for 0000:2d:00.0 on minor 1
Sep 19 11:05:21 yoda.lan kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 19 11:05:21 yoda.lan kernel: fbcon: Deferring console take-over
Sep 19 11:05:21 yoda.lan kernel: amdgpu 0000:2d:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 19 11:05:21 yoda.lan kernel: Key type psk registered
Sep 19 11:05:21 yoda.lan kernel: nvme nvme1: pci function 0000:04:00.0
Sep 19 11:05:21 yoda.lan kernel: nvme nvme0: pci function 0000:01:00.0
Sep 19 11:05:21 yoda.lan kernel: nvme nvme2: pci function 0000:05:00.0
Sep 19 11:05:21 yoda.lan kernel: nvme nvme1: D3 entry latency set to 10 seconds
Sep 19 11:05:21 yoda.lan kernel: nvme nvme1: 16/0/0 default/read/poll queues
Sep 19 11:05:21 yoda.lan kernel:  nvme1n1: p1
Sep 19 11:05:21 yoda.lan kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 19 11:05:21 yoda.lan kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7
Sep 19 11:05:21 yoda.lan kernel: nvme nvme2: allocated 64 MiB host memory buffer (1 segment).
Sep 19 11:05:21 yoda.lan kernel: nvme nvme2: 8/0/0 default/read/poll queues
Sep 19 11:05:21 yoda.lan kernel: nvme nvme2: Ignoring bogus Namespace Identifiers
Sep 19 11:05:21 yoda.lan kernel:  nvme2n1: p1
Sep 19 11:05:21 yoda.lan kernel: fbcon: Taking over console
Sep 19 11:05:21 yoda.lan kernel: [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
Sep 19 11:05:21 yoda.lan kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8fc075c0-d93c-4904-bb3d-ef53c167ab55 r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:21 yoda.lan kernel: Console: switching to colour frame buffer device 160x45
Sep 19 11:05:21 yoda.lan systemd[1]: systemd 257.7-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 19 11:05:21 yoda.lan systemd[1]: Detected architecture x86-64.
Sep 19 11:05:21 yoda.lan systemd[1]: Hostname set to <yoda.lan>.
Sep 19 11:05:21 yoda.lan systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 19 11:05:21 yoda.lan systemd[1]: Queued start job for default target Graphical Interface.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Virtual Machine and Container Slice.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice CUPS Slice.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/dirmngr.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/getty.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/gpg-agent.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/keyboxd.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/modprobe.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 19 11:05:21 yoda.lan systemd[1]: Created slice User and Session Slice.
Sep 19 11:05:21 yoda.lan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 19 11:05:21 yoda.lan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 19 11:05:21 yoda.lan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-diskseq/4-part7...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/22E6CA84E6CA57A5...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/3690b565-7dbc-456b-a0ba-f940c2d5fa3f...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/59cdfadb-82fd-4638-9299-118fac82fa55...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/E91A-EFFB...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/a51198b0-cf68-4d4d-89bc-bd235aaf5504...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/c53a599d-ed4d-4fc7-a6d9-3942f5cd5726...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/dd595916-2420-44cf-8aca-dfbb8eaf7997...
Sep 19 11:05:21 yoda.lan systemd[1]: Expecting device /dev/disk/by-uuid/eb7f722e-41d5-404d-b065-0f32a63d42fd...
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Local Encrypted Volumes.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Login Prompts.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Remote File Systems.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Slice Units.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Local Verity Protected Volumes.
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on Process Core Dump Socket.
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on Credential Encryption/Decryption.
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on Journal Socket (/dev/log).
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on Journal Sockets.
Sep 19 11:05:21 yoda.lan systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:21 yoda.lan systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on udev Control Socket.
Sep 19 11:05:21 yoda.lan systemd[1]: Listening on udev Kernel Socket.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting Huge Pages File System...
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting POSIX Message Queue File System...
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting Kernel Debug File System...
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting Kernel Trace File System...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Create List of Static Device Nodes...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Module configfs...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Module dm_mod...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Module drm...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Module fuse...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Module loop...
Sep 19 11:05:21 yoda.lan systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 19 11:05:21 yoda.lan systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Journal Service...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load Kernel Modules...
Sep 19 11:05:21 yoda.lan systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 19 11:05:21 yoda.lan systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load udev Rules from Credentials...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Coldplug All udev Devices...
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted Huge Pages File System.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted POSIX Message Queue File System.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted Kernel Debug File System.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted Kernel Trace File System.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Create List of Static Device Nodes.
Sep 19 11:05:21 yoda.lan systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Module configfs.
Sep 19 11:05:21 yoda.lan systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Module drm.
Sep 19 11:05:21 yoda.lan systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Module fuse.
Sep 19 11:05:21 yoda.lan kernel: loop: module loaded
Sep 19 11:05:21 yoda.lan systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Module loop.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting FUSE Control File System...
Sep 19 11:05:21 yoda.lan systemd[1]: Mounting Kernel Configuration File System...
Sep 19 11:05:21 yoda.lan kernel: device-mapper: uevent: version 1.0.3
Sep 19 11:05:21 yoda.lan kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 19 11:05:21 yoda.lan systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Module dm_mod.
Sep 19 11:05:21 yoda.lan systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load udev Rules from Credentials.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted FUSE Control File System.
Sep 19 11:05:21 yoda.lan systemd[1]: Mounted Kernel Configuration File System.
Sep 19 11:05:21 yoda.lan systemd-journald[418]: Collecting audit messages is disabled.
Sep 19 11:05:21 yoda.lan kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
Sep 19 11:05:21 yoda.lan kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0
Sep 19 11:05:21 yoda.lan kernel: EXT4-fs (nvme0n1p2): re-mounted 8fc075c0-d93c-4904-bb3d-ef53c167ab55.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 19 11:05:21 yoda.lan systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Load/Save OS Random Seed...
Sep 19 11:05:21 yoda.lan systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:21 yoda.lan kernel: i2c_dev: i2c /dev entries driver
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load/Save OS Random Seed.
Sep 19 11:05:21 yoda.lan kernel: vboxdrv: loading out-of-tree module taints kernel.
Sep 19 11:05:21 yoda.lan kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 19 11:05:21 yoda.lan systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Network Time Synchronization...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 19 11:05:21 yoda.lan kernel: vboxdrv: Found 16 processor cores/threads
Sep 19 11:05:21 yoda.lan kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3399996738 Hz
Sep 19 11:05:21 yoda.lan kernel: vboxdrv: Successfully loaded version 7.1.12 r169651 (interface 0x00340001)
Sep 19 11:05:21 yoda.lan kernel: VBoxNetAdp: Successfully started.
Sep 19 11:05:21 yoda.lan kernel: VBoxNetFlt: Successfully started.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Load Kernel Modules.
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Apply Kernel Variables...
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Preparation for Local File Systems.
Sep 19 11:05:21 yoda.lan systemd-journald[418]: Journal started
Sep 19 11:05:21 yoda.lan systemd-journald[418]: Runtime Journal (/run/log/journal/4841ee26c03e41f3bb389818342f1dfa) is 8M, max 1.5G, 1.5G free.
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'crypto_user'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'sg'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'i2c_dev'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'uhid'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'vboxdrv'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'vboxnetadp'
Sep 19 11:05:21 yoda.lan systemd-modules-load[419]: Inserted module 'vboxnetflt'
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 19 11:05:21 yoda.lan systemd[1]: Started Journal Service.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Apply Kernel Variables.
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 19 11:05:21 yoda.lan systemd[1]: Started Network Time Synchronization.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target System Time Set.
Sep 19 11:05:21 yoda.lan systemd-journald[418]: Time spent on flushing to /var/log/journal/4841ee26c03e41f3bb389818342f1dfa is 36.269ms for 1213 entries.
Sep 19 11:05:21 yoda.lan systemd-journald[418]: System Journal (/var/log/journal/4841ee26c03e41f3bb389818342f1dfa) is 780.1M, max 3.9G, 3.1G free.
Sep 19 11:05:21 yoda.lan systemd-journald[418]: Received client request to flush runtime journal.
Sep 19 11:05:21 yoda.lan systemd-udevd[443]: Using default interface naming scheme 'v257'.
Sep 19 11:05:21 yoda.lan systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Coldplug All udev Devices.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Trusted Platform Module.
Sep 19 11:05:21 yoda.lan mtp-probe[532]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7"
Sep 19 11:05:21 yoda.lan mtp-probe[532]: bus: 1, device: 7 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[552]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5/1-5.1"
Sep 19 11:05:21 yoda.lan mtp-probe[552]: bus: 1, device: 6 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[572]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.1"
Sep 19 11:05:21 yoda.lan mtp-probe[566]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6"
Sep 19 11:05:21 yoda.lan mtp-probe[572]: bus: 1, device: 10 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[575]: checking bus 1, device 12: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.6"
Sep 19 11:05:21 yoda.lan mtp-probe[575]: bus: 1, device: 12 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[580]: checking bus 1, device 11: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10.1/1-10.1.2"
Sep 19 11:05:21 yoda.lan mtp-probe[580]: bus: 1, device: 11 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[599]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-2/1-2.3"
Sep 19 11:05:21 yoda.lan mtp-probe[599]: bus: 1, device: 4 was not an MTP device
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT2000T500SSD8 win11.
Sep 19 11:05:21 yoda.lan kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 19 11:05:21 yoda.lan kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 19 11:05:21 yoda.lan kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-10: Successfully instantiated SPD at 0x50
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-10: Successfully instantiated SPD at 0x51
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-10: Successfully instantiated SPD at 0x52
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-10: Successfully instantiated SPD at 0x53
Sep 19 11:05:21 yoda.lan kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 19 11:05:21 yoda.lan systemd[1]: Found device WDC_WD20EZAZ-00GGJB0 data.
Sep 19 11:05:21 yoda.lan kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Sep 19 11:05:21 yoda.lan kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 19 11:05:21 yoda.lan kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Sep 19 11:05:21 yoda.lan kernel: ccp 0000:2f:00.1: enabling device (0000 -> 0002)
Sep 19 11:05:21 yoda.lan kernel: ccp 0000:2f:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Sep 19 11:05:21 yoda.lan kernel: ccp 0000:2f:00.1: psp enabled
Sep 19 11:05:21 yoda.lan mtp-probe[566]: bus: 1, device: 5 was not an MTP device
Sep 19 11:05:21 yoda.lan mtp-probe[633]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-2/3-2.5"
Sep 19 11:05:21 yoda.lan mtp-probe[633]: bus: 3, device: 7 was not an MTP device
Sep 19 11:05:21 yoda.lan kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 19 11:05:21 yoda.lan kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 19 11:05:21 yoda.lan kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT2000T500SSD8 1.
Sep 19 11:05:21 yoda.lan kernel: cryptd: max_cpu_qlen set to 1000
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT2000T500SSD8 swap.
Sep 19 11:05:21 yoda.lan kernel: r8169 0000:2a:00.0: enabling device (0000 -> 0003)
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT2000T500SSD8 home.
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT2000T500SSD8 home2.
Sep 19 11:05:21 yoda.lan kernel: r8169 0000:2a:00.0 eth0: RTL8168h/8111h, 04:7c:16:73:59:c9, XID 541, IRQ 108
Sep 19 11:05:21 yoda.lan kernel: r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 19 11:05:21 yoda.lan systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB worf.
Sep 19 11:05:21 yoda.lan systemd[1]: Found device CT1000MX500SSD1 picard.
Sep 19 11:05:21 yoda.lan systemd[1]: Found device NE-512 nv0.
Sep 19 11:05:21 yoda.lan systemd[1]: Activating swap Swap Partition...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting File System Check on /dev/disk/by-uuid/59cdfadb-82fd-4638-9299-118fac82fa55...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting File System Check on /dev/disk/by-uuid/E91A-EFFB...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting File System Check on /dev/disk/by-uuid/c53a599d-ed4d-4fc7-a6d9-3942f5cd5726...
Sep 19 11:05:21 yoda.lan systemd[1]: Starting Virtual Console Setup...
Sep 19 11:05:21 yoda.lan kernel: Adding 8388604k swap on /dev/nvme0n1p7.  Priority:-2 extents:1 across:8388604k SS
Sep 19 11:05:21 yoda.lan kernel: mc: Linux media interface: v0.10
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver pl2303
Sep 19 11:05:21 yoda.lan kernel: usbserial: USB Serial support registered for pl2303
Sep 19 11:05:21 yoda.lan kernel: pl2303 1-6:1.0: pl2303 converter detected
Sep 19 11:05:21 yoda.lan kernel: ee1004 10-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 19 11:05:21 yoda.lan kernel: ee1004 10-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 19 11:05:21 yoda.lan kernel: nzxt_kraken3 0003:1E71:300E.0001: hidraw0: USB HID v1.11 Device [NZXT Inc. NZXT Kraken Base] on usb-0000:02:00.0-2.3/input1
Sep 19 11:05:21 yoda.lan kernel: snd_hda_intel 0000:2d:00.1: enabling device (0000 -> 0002)
Sep 19 11:05:21 yoda.lan kernel: snd_hda_intel 0000:2d:00.1: Handle vga_switcheroo audio client
Sep 19 11:05:21 yoda.lan kernel: snd_hda_intel 0000:2d:00.1: Force to non-snoop mode
Sep 19 11:05:21 yoda.lan kernel: snd_hda_intel 0000:2f:00.4: enabling device (0000 -> 0002)
Sep 19 11:05:21 yoda.lan kernel: ee1004 10-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 19 11:05:21 yoda.lan kernel: mousedev: PS/2 mouse device common for all mice
Sep 19 11:05:21 yoda.lan systemd[1]: Activated swap Swap Partition.
Sep 19 11:05:21 yoda.lan systemd-fsck[709]: home2: clean, 208995/58982400 files, 177816704/235929600 blocks
Sep 19 11:05:21 yoda.lan kernel: ee1004 10-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 19 11:05:21 yoda.lan systemd-fsck[708]: home: clean, 965919/49152000 files, 105397366/196608000 blocks
Sep 19 11:05:21 yoda.lan systemd[1]: Finished File System Check on /dev/disk/by-uuid/59cdfadb-82fd-4638-9299-118fac82fa55.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished File System Check on /dev/disk/by-uuid/c53a599d-ed4d-4fc7-a6d9-3942f5cd5726.
Sep 19 11:05:21 yoda.lan systemd[1]: Finished Virtual Console Setup.
Sep 19 11:05:21 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: renamed from eth0
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Swaps.
Sep 19 11:05:21 yoda.lan kernel: usb 1-6: pl2303 converter now attached to ttyUSB0
Sep 19 11:05:21 yoda.lan systemd-fsck[711]: fsck.fat 4.2 (2021-01-31)
Sep 19 11:05:21 yoda.lan systemd-fsck[711]: /dev/nvme0n1p1: 557 files, 10806/130812 clusters
Sep 19 11:05:21 yoda.lan systemd[1]: Finished File System Check on /dev/disk/by-uuid/E91A-EFFB.
Sep 19 11:05:21 yoda.lan kernel: snd_hda_intel 0000:2d:00.1: bound 0000:2d:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input18
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input19
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input20
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input21
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input22
Sep 19 11:05:21 yoda.lan kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input23
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0018, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x0019, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001a, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001b, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001c, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001d, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001e, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-0: adapter quirk: no zero length (addr 0x001f, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0018, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: i2c i2c-1: adapter quirk: no zero length (addr 0x0019, size 0, write)
Sep 19 11:05:21 yoda.lan kernel: intel_rapl_common: Found RAPL domain package
Sep 19 11:05:21 yoda.lan kernel: intel_rapl_common: Found RAPL domain core
Sep 19 11:05:21 yoda.lan kernel: amd_atl: AMD Address Translation Library initialized
Sep 19 11:05:21 yoda.lan systemd[1]: Reached target Sound Card.
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC897: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Sep 19 11:05:21 yoda.lan kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input24
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input25
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input26
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input27
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input28
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input29
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input30
Sep 19 11:05:21 yoda.lan kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input31
Sep 19 11:05:21 yoda.lan kernel: usbcore: registered new interface driver snd-usb-audio
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /efi...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /home...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/data...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/home2...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/picard...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/riker...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/windows11...
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting /mnt/worf...
Sep 19 11:05:22 yoda.lan systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounting Temporary Directory /tmp...
Sep 19 11:05:22 yoda.lan systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 19 11:05:22 yoda.lan systemd[1]: Listening on Disk Image Download Service Socket.
Sep 19 11:05:22 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:22 yoda.lan kernel: BTRFS: device label nv0 devid 1 transid 14684 /dev/nvme2n1p1 (259:11) scanned by mount (759)
Sep 19 11:05:22 yoda.lan kernel: BTRFS info (device nvme2n1p1): first mount of filesystem eb7f722e-41d5-404d-b065-0f32a63d42fd
Sep 19 11:05:22 yoda.lan kernel: BTRFS info (device nvme2n1p1): using crc32c (crc32c-x86) checksum algorithm
Sep 19 11:05:22 yoda.lan kernel: BTRFS info (device nvme2n1p1): using free-space-tree
Sep 19 11:05:22 yoda.lan kernel: EXT4-fs (nvme0n1p3): mounted filesystem 59cdfadb-82fd-4638-9299-118fac82fa55 r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /home.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted Temporary Directory /tmp.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /efi.
Sep 19 11:05:22 yoda.lan kernel: EXT4-fs (nvme0n1p6): mounted filesystem c53a599d-ed4d-4fc7-a6d9-3942f5cd5726 r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/home2.
Sep 19 11:05:22 yoda.lan ntfs-3g[791]: Version 2022.10.3 external FUSE 29
Sep 19 11:05:22 yoda.lan ntfs-3g[791]: Mounted /dev/nvme0n1p5 (Read-Write, label "win11", NTFS 3.1)
Sep 19 11:05:22 yoda.lan ntfs-3g[791]: Cmdline options: rw
Sep 19 11:05:22 yoda.lan ntfs-3g[791]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p5,blkdev,blksize=4096
Sep 19 11:05:22 yoda.lan ntfs-3g[791]: Ownership and permissions disabled, configuration type 7
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/windows11.
Sep 19 11:05:22 yoda.lan kernel: EXT4-fs (nvme1n1p1): mounted filesystem a51198b0-cf68-4d4d-89bc-bd235aaf5504 r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/worf.
Sep 19 11:05:22 yoda.lan kernel: EXT4-fs (sdb1): mounted filesystem 3690b565-7dbc-456b-a0ba-f940c2d5fa3f r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/picard.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/riker.
Sep 19 11:05:22 yoda.lan kernel: EXT4-fs (sda2): mounted filesystem dd595916-2420-44cf-8aca-dfbb8eaf7997 r/w with ordered data mode. Quota mode: none.
Sep 19 11:05:22 yoda.lan systemd[1]: Mounted /mnt/data.
Sep 19 11:05:23 yoda.lan systemd[1]: var-cache-pacman.mount: Directory /var/cache/pacman to mount over is not empty, mounting anyway.
Sep 19 11:05:23 yoda.lan systemd[1]: Mounting /var/cache/pacman...
Sep 19 11:05:23 yoda.lan systemd[1]: Mounted /var/cache/pacman.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Local File Systems.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on Boot Entries Service Socket.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on System Extension Image Management.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Set Up Additional Binary Formats...
Sep 19 11:05:23 yoda.lan systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Create System Files and Directories...
Sep 19 11:05:23 yoda.lan systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 812 (systemd-binfmt)
Sep 19 11:05:23 yoda.lan systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 19 11:05:23 yoda.lan systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Set Up Additional Binary Formats.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd-timesyncd[433]: Network configuration changed, trying to establish connection.
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Create System Files and Directories.
Sep 19 11:05:23 yoda.lan systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 19 11:05:23 yoda.lan systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 19 11:05:23 yoda.lan systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 19 11:05:23 yoda.lan systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 19 11:05:23 yoda.lan systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 19 11:05:23 yoda.lan systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target System Initialization.
Sep 19 11:05:23 yoda.lan systemd[1]: Started CUPS Scheduler.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Discard unused filesystem blocks once a week.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Daily man-db regeneration.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Update the plocate database daily.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Daily verification of password and group files.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Path Units.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Timer Units.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on CUPS Scheduler.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on Hostname Service Socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on libvirt locking daemon socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on libvirt logging daemon socket.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Socket Units.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting D-Bus System Message Bus...
Sep 19 11:05:23 yoda.lan systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:23 yoda.lan systemd[1]: Started D-Bus System Message Bus.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Basic System.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Network Manager...
Sep 19 11:05:23 yoda.lan systemd[1]: Started CoolerControl Liquidctl Daemon.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Apply cpupower configuration...
Sep 19 11:05:23 yoda.lan systemd[1]: Started Automatically set g810-led colour on startup.
Sep 19 11:05:23 yoda.lan dbus-broker-launch[821]: Ready
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Initialize hardware monitoring sensors...
Sep 19 11:05:23 yoda.lan systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting User Login Management...
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Virtual Machine and Container Registration Service...
Sep 19 11:05:23 yoda.lan systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Apply cpupower configuration.
Sep 19 11:05:23 yoda.lan (modprobe)[828]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Sep 19 11:05:23 yoda.lan systemd[1]: Started Virtual Machine and Container Registration Service.
Sep 19 11:05:23 yoda.lan kernel: nct6683: Found NCT6687D or compatible chip at 0x4e:0xa20
Sep 19 11:05:23 yoda.lan kernel: nct6683 nct6683.2592: NCT6687D EC firmware version 1.0 build 05/07/20
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5023] NetworkManager (version 1.52.1-1) is starting... (boot:773a6e0a-a4f5-41e5-a2fc-98dd8e3f3e33)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5023] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /var/lib/NetworkManager/NetworkManager-intern.conf
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5083] manager[0x55eb6420fc90]: monitoring kernel firmware directory '/lib/firmware'.
Sep 19 11:05:23 yoda.lan systemd-logind[830]: New seat seat0.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Hostname Service...
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event7 (ROCCAT ROCCAT Kone XTD)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event8 (ROCCAT ROCCAT Kone XTD)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event11 (Generic Virtual HID)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event13 (Generic Virtual HID System Control)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event14 (Generic Virtual HID Consumer Control)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event2 (ZY.Ltd ZY Control Mic)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event5 (ZY.Ltd ZY Control Mic Consumer Control)
Sep 19 11:05:23 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event6 (ZY.Ltd ZY Control Mic System Control)
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Initialize hardware monitoring sensors.
Sep 19 11:05:23 yoda.lan systemd[1]: Started User Login Management.
Sep 19 11:05:23 yoda.lan coolercontrol-liqctld[825]: Traceback (most recent call last):
Sep 19 11:05:23 yoda.lan coolercontrol-liqctld[825]:   File "/usr/bin/coolercontrol-liqctld", line 5, in <module>
Sep 19 11:05:23 yoda.lan coolercontrol-liqctld[825]:     from coolercontrol_liqctld.liqctld import main
Sep 19 11:05:23 yoda.lan coolercontrol-liqctld[825]: ModuleNotFoundError: No module named 'coolercontrol_liqctld'
Sep 19 11:05:23 yoda.lan systemd[1]: coolercontrol-liqctld.service: Main process exited, code=exited, status=1/FAILURE
Sep 19 11:05:23 yoda.lan systemd[1]: coolercontrol-liqctld.service: Failed with result 'exit-code'.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Hostname Service.
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5468] hostname: hostname: using hostnamed
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5468] hostname: static hostname changed from (none) to "yoda.lan"
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5471] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5512] manager[0x55eb6420fc90]: rfkill: Wi-Fi hardware radio set enabled
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5512] manager[0x55eb6420fc90]: rfkill: WWAN hardware radio set enabled
Sep 19 11:05:23 yoda.lan systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5689] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-team.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5693] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-adsl.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5698] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-ovs.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5732] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wwan.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5739] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-wifi.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5743] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.52.1-1/libnm-device-plugin-bluetooth.so)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5744] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5745] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5745] manager: Networking is enabled by state file
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5749] settings: Loaded settings plugin: keyfile (internal)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5769] dhcp: init: Using DHCP client 'internal'
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5770] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5777] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5781] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5785] device (lo): Activation: starting connection 'lo' (f005f371-1449-4f32-a157-23bc5adc734d)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5790] manager: (enp42s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.5792] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 19 11:05:23 yoda.lan systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 19 11:05:23 yoda.lan kernel: Generic FE-GE Realtek PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
Sep 19 11:05:23 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Sep 19 11:05:23 yoda.lan systemd[1]: Started Network Manager.
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7609] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target Network.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Network Manager Wait Online...
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7619] ovsdb: disconnected from ovsdb
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7619] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7620] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7621] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7622] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan systemd[1]: Started CoolerControl Daemon.
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7627] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7628] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 19 11:05:23 yoda.lan NetworkManager[824]: <info>  [1758243923.7630] device (lo): Activation: successful, device activated.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting CUPS Scheduler...
Sep 19 11:05:23 yoda.lan systemd[1]: Started Apache Web Server.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting libvirt legacy monolithic daemon...
Sep 19 11:05:23 yoda.lan systemd[1]: Starting MariaDB 11.8.2 database server...
Sep 19 11:05:23 yoda.lan systemd[1]: Starting OpenSSH Daemon...
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Permit User Sessions...
Sep 19 11:05:23 yoda.lan systemd[1]: Finished Permit User Sessions.
Sep 19 11:05:23 yoda.lan systemd[1]: Started Simple Desktop Display Manager.
Sep 19 11:05:23 yoda.lan coolercontrold[889]: Logging Level: INFO
Sep 19 11:05:23 yoda.lan coolercontrold[889]: Initializing...
Sep 19 11:05:23 yoda.lan coolercontrold[889]: Configuration file check successful
Sep 19 11:05:23 yoda.lan sshd[894]: Server listening on 0.0.0.0 port 1987.
Sep 19 11:05:23 yoda.lan systemd[1]: Started OpenSSH Daemon.
Sep 19 11:05:23 yoda.lan systemd[1]: Reached target SSH Access Available.
Sep 19 11:05:23 yoda.lan systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 19 11:05:23 yoda.lan httpd[891]: AH00526: Syntax error on line 260 of /etc/httpd/conf/httpd.conf:
Sep 19 11:05:23 yoda.lan httpd[891]: DocumentRoot '/srv/http/dolibarr/htdocs' is not a directory, or is not readable
Sep 19 11:05:23 yoda.lan sddm[917]: Initializing...
Sep 19 11:05:23 yoda.lan sddm[917]: Starting...
Sep 19 11:05:23 yoda.lan sddm[917]: Logind interface found
Sep 19 11:05:23 yoda.lan sddm[917]: Adding new display...
Sep 19 11:05:23 yoda.lan systemd[1]: httpd.service: Main process exited, code=exited, status=1/FAILURE
Sep 19 11:05:23 yoda.lan systemd[1]: httpd.service: Failed with result 'exit-code'.
Sep 19 11:05:23 yoda.lan sddm[917]: Loaded empty theme configuration
Sep 19 11:05:23 yoda.lan sddm[917]: Xauthority path: "/run/sddm/xauth_GbFkEF"
Sep 19 11:05:23 yoda.lan sddm[917]: Using VT 2
Sep 19 11:05:23 yoda.lan sddm[917]: Display server starting...
Sep 19 11:05:23 yoda.lan sddm[917]: Writing cookie to "/run/sddm/xauth_GbFkEF"
Sep 19 11:05:23 yoda.lan sddm[917]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GbFkEF -noreset -displayfd 16
Sep 19 11:05:23 yoda.lan libvirtd[892]: libvirt version: 11.5.0
Sep 19 11:05:23 yoda.lan libvirtd[892]: hostname: yoda.lan
Sep 19 11:05:23 yoda.lan libvirtd[892]: Libvirt doesn't support VirtualBox API version 7001012
Sep 19 11:05:23 yoda.lan systemd[1]: Started libvirt legacy monolithic daemon.
Sep 19 11:05:23 yoda.lan (mariadbd)[957]: mariadb.service: Referenced but unset environment variable evaluates to an empty string: MYSQLD_OPTS, _WSREP_NEW_CLUSTER
Sep 19 11:05:23 yoda.lan systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 19 11:05:23 yoda.lan libvirtd[892]: Cannot find 'dmidecode' in path: No such file or directory
Sep 19 11:05:23 yoda.lan libvirtd[892]: Unable to open /dev/kvm: No such file or directory
Sep 19 11:05:23 yoda.lan libvirtd[892]: Cannot find 'dmidecode' in path: No such file or directory
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Warning] failed to retrieve the MAC address
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] Starting MariaDB 11.8.2-MariaDB source revision 8d36cafe4fc700e6e577d5a36650c58707e76b92 server_uid unknown as process 957
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Warning] WSREP: Guessing address for incoming client connections failed. Try setting wsrep_node_incoming_address explicitly.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] WSREP: Node addr:
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Compressed tables use zlib 1.3.1
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Number of transaction pools: 1
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Using liburing
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: innodb_buffer_pool_size_max=128m, innodb_buffer_pool_size=128m
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Initialized memory pressure event listener
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Completed initialization of buffer pool
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: End of log at LSN=20545122
Sep 19 11:05:23 yoda.lan systemd[1]: Started CUPS Scheduler.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Opened 3 undo tablespaces
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: 128 rollback segments in 3 undo tablespaces are active.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: log sequence number 20545122; transaction id 28996
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] Plugin 'wsrep-provider' is disabled.
Sep 19 11:05:23 yoda.lan mariadbd[957]: 2025-09-19 11:05:23 0 [Note] InnoDB: Buffer pool(s) load completed at 250919 11:05:23
Sep 19 11:05:24 yoda.lan dbus-broker-launch[821]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Sep 19 11:05:24 yoda.lan mariadbd[957]: 2025-09-19 11:05:24 0 [Note] Server socket created on IP: '0.0.0.0'.
Sep 19 11:05:24 yoda.lan mariadbd[957]: 2025-09-19 11:05:24 0 [Note] Server socket created on IP: '::'.
Sep 19 11:05:24 yoda.lan mariadbd[957]: 2025-09-19 11:05:24 0 [Note] mariadbd: Event Scheduler: Loaded 0 events
Sep 19 11:05:24 yoda.lan mariadbd[957]: 2025-09-19 11:05:24 0 [Note] /usr/bin/mariadbd: ready for connections.
Sep 19 11:05:24 yoda.lan mariadbd[957]: Version: '11.8.2-MariaDB'  socket: '/run/mysqld/mysqld.sock'  port: 3306  Arch Linux
Sep 19 11:05:24 yoda.lan systemd[1]: Started MariaDB 11.8.2 database server.
Sep 19 11:05:24 yoda.lan sddm[917]: Setting default cursor
Sep 19 11:05:24 yoda.lan sddm[917]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Sep 19 11:05:24 yoda.lan sddm[917]: Display server started.
Sep 19 11:05:24 yoda.lan sddm[917]: Socket server starting...
Sep 19 11:05:24 yoda.lan sddm[917]: Socket server started.
Sep 19 11:05:24 yoda.lan sddm[917]: Loading theme configuration from "/usr/share/sddm/themes/sddm-slice/theme.conf"
Sep 19 11:05:24 yoda.lan sddm[917]: Greeter starting...
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: [PAM] Starting...
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: [PAM] Authenticating...
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: [PAM] returning.
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=963) by (uid=0)
Sep 19 11:05:24 yoda.lan systemd-logind[830]: New session c1 of user sddm.
Sep 19 11:05:24 yoda.lan systemd[1]: Created slice User Slice of UID 963.
Sep 19 11:05:24 yoda.lan systemd[1]: Starting User Runtime Directory /run/user/963...
Sep 19 11:05:24 yoda.lan systemd[1]: Finished User Runtime Directory /run/user/963.
Sep 19 11:05:24 yoda.lan systemd[1]: Starting User Manager for UID 963...
Sep 19 11:05:24 yoda.lan dbus-broker-launch[821]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 19 11:05:24 yoda.lan (systemd)[1032]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Sep 19 11:05:24 yoda.lan (systemd)[1032]: pam_unix(systemd-user:session): session opened for user sddm(uid=963) by sddm(uid=0)
Sep 19 11:05:24 yoda.lan systemd-logind[830]: New session 1 of user sddm.
Sep 19 11:05:24 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event9 (Logitech G512 RGB MECHANICAL GAMING KEYBOARD)
Sep 19 11:05:24 yoda.lan systemd[1032]: Queued start job for default target Main User Target.
Sep 19 11:05:24 yoda.lan systemd[1032]: Created slice User Application Slice.
Sep 19 11:05:24 yoda.lan systemd[1032]: Reached target Paths.
Sep 19 11:05:24 yoda.lan systemd[1032]: Reached target Timers.
Sep 19 11:05:24 yoda.lan systemd[1032]: Starting D-Bus User Message Bus Socket...
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG network certificate management daemon.
Sep 19 11:05:24 yoda.lan systemd[1032]: Starting GCR ssh-agent wrapper...
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GNOME Keyring daemon.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GnuPG public key management service.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on p11-kit server.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on PipeWire PulseAudio.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on PipeWire Multimedia System Sockets.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on D-Bus User Message Bus Socket.
Sep 19 11:05:24 yoda.lan systemd[1032]: Listening on GCR ssh-agent wrapper.
Sep 19 11:05:24 yoda.lan systemd[1032]: Reached target Sockets.
Sep 19 11:05:24 yoda.lan systemd[1032]: Reached target Basic System.
Sep 19 11:05:24 yoda.lan systemd[1]: Started User Manager for UID 963.
Sep 19 11:05:24 yoda.lan systemd[1032]: Starting Update XDG user dir configuration...
Sep 19 11:05:24 yoda.lan systemd[1]: Started Session c1 of User sddm.
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: Writing cookie to "/tmp/xauth_TsBXon"
Sep 19 11:05:24 yoda.lan sddm-helper[1028]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-Xuuplx --theme /usr/share/sddm/themes/sddm-slice"
Sep 19 11:05:24 yoda.lan sddm[917]: Greeter session started successfully
Sep 19 11:05:24 yoda.lan systemd[1032]: Finished Update XDG user dir configuration.
Sep 19 11:05:24 yoda.lan systemd[1032]: Reached target Main User Target.
Sep 19 11:05:24 yoda.lan systemd[1032]: Startup finished in 179ms.
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: High-DPI autoscaling not Enabled
Sep 19 11:05:24 yoda.lan systemd-logind[830]: Watching system buttons on /dev/input/event10 (Logitech G512 RGB MECHANICAL GAMING KEYBOARD Keyboard)
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Reading from "/usr/share/wayland-sessions/hyprland-uwsm.desktop"
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Reading from "/usr/share/xsessions/i3-with-shmlog.desktop"
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Reading from "/usr/share/xsessions/i3.desktop"
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Loading theme configuration from "/usr/share/sddm/themes/sddm-slice/theme.conf"
Sep 19 11:05:24 yoda.lan systemd[1032]: Created slice User Core Session Slice.
Sep 19 11:05:24 yoda.lan systemd[1032]: Starting D-Bus User Message Bus...
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Service file '/usr/share//dbus-1/services/org.erikreider.swaync.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service'
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 19 11:05:24 yoda.lan systemd[1032]: Started D-Bus User Message Bus.
Sep 19 11:05:24 yoda.lan dbus-broker-launch[1049]: Ready
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Connected to the daemon.
Sep 19 11:05:24 yoda.lan sddm[917]: Message received from greeter: Connect
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Loading file:///usr/share/sddm/themes/sddm-slice/Main.qml...
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: file:///usr/share/sddm/themes/sddm-slice/slice/VirtualKeyboard.qml:2:1: module "QtQuick.VirtualKeyboard" is not installed
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: file:///usr/share/sddm/themes/sddm-slice/slice/PageUsers.qml:54:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Adding view for "DP-1" QRect(2560,0 2560x1440)
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Loading file:///usr/share/sddm/themes/sddm-slice/Main.qml...
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: file:///usr/share/sddm/themes/sddm-slice/slice/VirtualKeyboard.qml:2:1: module "QtQuick.VirtualKeyboard" is not installed
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: file:///usr/share/sddm/themes/sddm-slice/slice/PageUsers.qml:54:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Adding view for "DP-2" QRect(0,0 2560x1440)
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Message received from daemon: Capabilities
Sep 19 11:05:24 yoda.lan sddm-greeter[1045]: Message received from daemon: HostName
Sep 19 11:05:26 yoda.lan coolercontrold[889]: Could not establish socket connection to coolercontrol-liqctld, retry #1 - No such file or directory (os error 2)
Sep 19 11:05:27 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control off
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1748] device (enp42s0): carrier: link connected
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1749] device (enp42s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1753] policy: auto-activating connection 'Ethernet connection 1' (52d80afd-7dd6-47e5-b2e8-e9db9b74e5cc)
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1755] device (enp42s0): Activation: starting connection 'Ethernet connection 1' (52d80afd-7dd6-47e5-b2e8-e9db9b74e5cc)
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1755] device (enp42s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1757] manager: NetworkManager state is now CONNECTING
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1757] device (enp42s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1760] device (enp42s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.1764] policy: set 'Ethernet connection 1' (enp42s0) as default for IPv4 routing and DNS
Sep 19 11:05:27 yoda.lan dbus-broker-launch[821]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3115] device (enp42s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3122] device (enp42s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3122] device (enp42s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3124] manager: NetworkManager state is now CONNECTED_SITE
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3125] device (enp42s0): Activation: successful, device activated.
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3127] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 19 11:05:27 yoda.lan NetworkManager[824]: <info>  [1758243927.3128] manager: startup complete
Sep 19 11:05:27 yoda.lan systemd[1]: Finished Network Manager Wait Online.
Sep 19 11:05:27 yoda.lan systemd[1]: Reached target Network is Online.
Sep 19 11:05:27 yoda.lan systemd[1]: Mounting /mnt/nfs-spock...
Sep 19 11:05:27 yoda.lan systemd[1]: Starting Samba NMB Daemon...
Sep 19 11:05:27 yoda.lan kernel: netfs: FS-Cache loaded
Sep 19 11:05:27 yoda.lan kernel: RPC: Registered named UNIX socket transport module.
Sep 19 11:05:27 yoda.lan kernel: RPC: Registered udp transport module.
Sep 19 11:05:27 yoda.lan kernel: RPC: Registered tcp transport module.
Sep 19 11:05:27 yoda.lan kernel: RPC: Registered tcp-with-tls transport module.
Sep 19 11:05:27 yoda.lan kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Sep 19 11:05:27 yoda.lan nmbd[1074]: [2025/09/19 11:05:27.385693,  0] ../../source3/nmbd/nmbd.c:901(main)
Sep 19 11:05:27 yoda.lan nmbd[1074]:   nmbd version 4.22.3 started.
Sep 19 11:05:27 yoda.lan nmbd[1074]:   Copyright Andrew Tridgell and the Samba Team 1992-2025
Sep 19 11:05:27 yoda.lan systemd[1]: Started Samba NMB Daemon.
Sep 19 11:05:27 yoda.lan systemd[1]: Starting Samba SMB Daemon...
Sep 19 11:05:27 yoda.lan smbd[1081]: [2025/09/19 11:05:27.443335,  0] ../../source3/smbd/server.c:1971(main)
Sep 19 11:05:27 yoda.lan smbd[1081]:   smbd version 4.22.3 started.
Sep 19 11:05:27 yoda.lan smbd[1081]:   Copyright Andrew Tridgell and the Samba Team 1992-2025
Sep 19 11:05:27 yoda.lan systemd[1]: Started Samba SMB Daemon.
Sep 19 11:05:27 yoda.lan systemd[1]: Reached target Multi-User System.
Sep 19 11:05:27 yoda.lan systemd[1]: Reached target Graphical Interface.
Sep 19 11:05:27 yoda.lan coolercontrold[889]: Could not establish socket connection to coolercontrol-liqctld, retry #2 - No such file or directory (os error 2)
Sep 19 11:05:28 yoda.lan coolercontrold[889]: Could not establish socket connection to coolercontrol-liqctld, retry #3 - No such file or directory (os error 2)
Sep 19 11:05:28 yoda.lan sddm-greeter[1045]: Reading from "/usr/share/wayland-sessions/hyprland-uwsm.desktop"
Sep 19 11:05:28 yoda.lan sddm[917]: Message received from greeter: Login
Sep 19 11:05:28 yoda.lan sddm[917]: Reading from "/usr/share/wayland-sessions/hyprland-uwsm.desktop"
Sep 19 11:05:28 yoda.lan sddm[917]: Session "/usr/share/wayland-sessions/hyprland-uwsm.desktop" selected, command: "uwsm start -- hyprland.desktop" for VT 1
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: [PAM] Starting...
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: [PAM] Authenticating...
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: [PAM] Preparing to converse...
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: [PAM] Conversation with 1 messages
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: gkr-pam: unable to locate daemon control file
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: gkr-pam: stashed password to try later in open session
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: [PAM] returning.
Sep 19 11:05:28 yoda.lan sddm[917]: Authentication for user  "ewan"  successful
Sep 19 11:05:28 yoda.lan sddm-greeter[1045]: Message received from daemon: LoginSucceeded
Sep 19 11:05:28 yoda.lan sddm-helper[1089]: pam_unix(sddm:session): session opened for user ewan(uid=1000) by ewan(uid=0)
Sep 19 11:05:28 yoda.lan systemd-logind[830]: New session 2 of user ewan.
Sep 19 11:05:28 yoda.lan systemd[1]: Created slice User Slice of UID 1000.
Sep 19 11:05:28 yoda.lan systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 19 11:05:28 yoda.lan sddm-helper[1028]: [PAM] Closing session
Sep 19 11:05:28 yoda.lan sddm-helper[1028]: pam_unix(sddm-greeter:session): session closed for user sddm
Sep 19 11:05:28 yoda.lan sddm-helper[1028]: [PAM] Ended.
Sep 19 11:05:28 yoda.lan sddm[917]: Auth: sddm-helper exited successfully
Sep 19 11:05:28 yoda.lan sddm[917]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Sep 19 11:05:28 yoda.lan systemd-logind[830]: Session c1 logged out. Waiting for processes to exit.
Sep 19 11:05:28 yoda.lan systemd[1]: session-c1.scope: Deactivated successfully.
Sep 19 11:05:28 yoda.lan systemd[1]: session-c1.scope: Consumed 232ms CPU time, 89.9M memory peak.
Sep 19 11:05:28 yoda.lan systemd-logind[830]: Removed session c1.
Sep 19 11:05:28 yoda.lan systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 19 11:05:28 yoda.lan systemd[1]: Starting User Manager for UID 1000...
Sep 19 11:05:28 yoda.lan (systemd)[1110]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ewan] ruser=[<unknown>] rhost=[<unknown>]
Sep 19 11:05:28 yoda.lan (systemd)[1110]: pam_unix(systemd-user:session): session opened for user ewan(uid=1000) by ewan(uid=0)
Sep 19 11:05:28 yoda.lan systemd-logind[830]: New session 3 of user ewan.
Sep 19 11:05:29 yoda.lan systemd[1110]: Queued start job for default target Main User Target.
Sep 19 11:05:29 yoda.lan systemd[1110]: Created slice User Application Slice.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Paths.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Timers.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting D-Bus User Message Bus Socket...
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG network certificate management daemon.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting GCR ssh-agent wrapper...
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GNOME Keyring daemon.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GnuPG public key management service.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on p11-kit server.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on PipeWire PulseAudio.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on PipeWire Multimedia System Sockets.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on D-Bus User Message Bus Socket.
Sep 19 11:05:29 yoda.lan systemd[1110]: Listening on GCR ssh-agent wrapper.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Sockets.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Basic System.
Sep 19 11:05:29 yoda.lan systemd[1]: Started User Manager for UID 1000.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting Update XDG user dir configuration...
Sep 19 11:05:29 yoda.lan systemd[1]: Started Session 2 of User ewan.
Sep 19 11:05:29 yoda.lan systemd[1110]: Started GNOME Keyring daemon.
Sep 19 11:05:29 yoda.lan systemd[1110]: Finished Update XDG user dir configuration.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Main User Target.
Sep 19 11:05:29 yoda.lan systemd[1110]: Startup finished in 177ms.
Sep 19 11:05:29 yoda.lan gnome-keyring-daemon[1124]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
Sep 19 11:05:29 yoda.lan gnome-keyring-daemon[1124]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Sep 19 11:05:29 yoda.lan systemd[1110]: Created slice User Core Session Slice.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting D-Bus User Message Bus...
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Service file '/usr/share//dbus-1/services/org.erikreider.swaync.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service'
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Sep 19 11:05:29 yoda.lan systemd[1110]: Started D-Bus User Message Bus.
Sep 19 11:05:29 yoda.lan dbus-broker-launch[1130]: Ready
Sep 19 11:05:29 yoda.lan gnome-keyring-daemon[1124]: keyring was in an invalid or unrecognized format: /home/ewan/.local/share/keyrings/Default_keyring.keyring
Sep 19 11:05:29 yoda.lan gnome-keyring-d[1124]: keyring was in an invalid or unrecognized format: /home/ewan/.local/share/keyrings/Default_keyring.keyring
Sep 19 11:05:29 yoda.lan gnome-keyring-daemon[1124]: keyring was in an invalid or unrecognized format: /home/ewan/.local/share/keyrings/Default.keyring
Sep 19 11:05:29 yoda.lan gnome-keyring-d[1124]: keyring was in an invalid or unrecognized format: /home/ewan/.local/share/keyrings/Default.keyring
Sep 19 11:05:29 yoda.lan sddm-helper[1089]: gkr-pam: unlocked login keyring
Sep 19 11:05:29 yoda.lan sddm-helper[1089]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "uwsm start -- hyprland.desktop"
Sep 19 11:05:29 yoda.lan sddm-helper[1132]: Jumping to VT 1
Sep 19 11:05:29 yoda.lan sddm-helper[1132]: VT mode didn't need to be fixed
Sep 19 11:05:29 yoda.lan sddm[917]: Session started true
Sep 19 11:05:29 yoda.lan uwsm[1132]: Selected compositor ID: hyprland.desktop
                                               Command Line: Hyprland
                                           Plugin/binary ID: hyprland
                                      Initial Desktop Names: Hyprland
                                                       Name: Hyprland
                                                Description: An intelligent dynamic tiling Wayland compositor
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created dir "/run/user/1000/systemd/user/"
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created unit subdir "wayland-wm-env@hyprland.desktop.service.d/" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created "wayland-wm-env@hyprland.desktop.service.d/50_custom.conf" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created unit subdir "wayland-wm@hyprland.desktop.service.d/" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created "wayland-wm@hyprland.desktop.service.d/50_custom.conf" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created unit subdir "app-@autostart.service.d/" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created "app-@autostart.service.d/slice-tweak.conf" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created unit subdir "app-flatpak-.scope.d/" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created "app-flatpak-.scope.d/order-tweak.conf" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created unit subdir "plasma-xdg-desktop-portal-kde.service.d/" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Created "plasma-xdg-desktop-portal-kde.service.d/order-tweak.conf" (run).
Sep 19 11:05:29 yoda.lan uwsm[1132]: Reloading systemd user manager.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reload requested from client PID 1132 ('uwsm')...
Sep 19 11:05:29 yoda.lan systemd[1110]: Reloading...
Sep 19 11:05:29 yoda.lan systemd[1110]: Reloading finished in 143 ms.
Sep 19 11:05:29 yoda.lan uwsm[1132]: Starting hyprland.desktop and waiting while it is running...
Sep 19 11:05:29 yoda.lan systemd[1110]: Created slice User Background Tasks Slice.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting Bind graphical session to PID 1132...
Sep 19 11:05:29 yoda.lan systemd[1110]: Started Bind graphical session to PID 1132.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting Environment preloader for Hyprland, An intelligent dynamic tiling Wayland compositor...
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Preparing environment for Hyprland...
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Got saved login session variables.
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Loading plugin "/usr/share/uwsm/plugins/hyprland.sh".
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Applying quirks for "hyprland".
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Loading environment from "/home/ewan/.config/uwsm/env-hyprland".
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Marking variables for later cleanup from systemd user manager on stop:
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CASROOT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_DrawPluginDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_EXCEPTION_PROMPT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_IGESDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_LANGUAGE
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_MDTVTexturesDirectory
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_MIGRATION_TYPES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_OCCTResourcePath
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_PluginDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_SHMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_STEPDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_ShadersDirectory
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_StandardDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_StandardLiteDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_TObjDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_TObjMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XCAFDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XSMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XmlOcafResource
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DEBUGINFOD_URLS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DESKTOP_SESSION
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DRAWDEFAULT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DRAWHOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MAIL
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MMGT_CLEAR
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MOTD_SHOWN
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   OLDPWD
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   PATH
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   UWSM_FINALIZE_VARNAMES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   UWSM_WAIT_VARNAMES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   WLR_DRM_NO_MODIFIERS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_BACKEND
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CACHE_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CONFIG_DIRS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CONFIG_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CURRENT_DESKTOP
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_DATA_DIRS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_DATA_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_MENU_PREFIX
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SEAT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SEAT_PATH
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_CLASS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_DESKTOP
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_ID
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_PATH
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_TYPE
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_STATE_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_VTNR
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]: Exporting variables to systemd user manager:
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CASROOT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_DrawPluginDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_EXCEPTION_PROMPT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_IGESDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_LANGUAGE
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_MDTVTexturesDirectory
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_MIGRATION_TYPES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_OCCTResourcePath
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_PluginDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_SHMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_STEPDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_ShadersDirectory
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_StandardDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_StandardLiteDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_TObjDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_TObjMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XCAFDefaults
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XSMessage
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   CSF_XmlOcafResource
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DEBUGINFOD_URLS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DESKTOP_SESSION
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DRAWDEFAULT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   DRAWHOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MAIL
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MMGT_CLEAR
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   MOTD_SHOWN
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   OLDPWD
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   PATH (updating)
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   UWSM_FINALIZE_VARNAMES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   UWSM_WAIT_VARNAMES
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   WLR_DRM_NO_MODIFIERS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_BACKEND
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CACHE_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CONFIG_DIRS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CONFIG_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_CURRENT_DESKTOP
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_DATA_DIRS (updating)
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_DATA_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_MENU_PREFIX
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SEAT
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SEAT_PATH
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_CLASS
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_DESKTOP
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_ID
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_PATH
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_SESSION_TYPE
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_STATE_HOME
Sep 19 11:05:29 yoda.lan uwsm_env-preloader[1156]:   XDG_VTNR
Sep 19 11:05:29 yoda.lan systemd[1110]: Finished Environment preloader for Hyprland, An intelligent dynamic tiling Wayland compositor.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Preparation for session of hyprland.desktop Wayland compositor.
Sep 19 11:05:29 yoda.lan systemd[1110]: Reached target Session services which should run early before the graphical session is brought up.
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting Wait for WAYLAND_DISPLAY and other variables...
Sep 19 11:05:29 yoda.lan systemd[1110]: Starting Main service for Hyprland, An intelligent dynamic tiling Wayland compositor...
Sep 19 11:05:29 yoda.lan uwsm_hyprland.desktop[1189]: Starting: Hyprland...
Sep 19 11:05:29 yoda.lan uwsm_waitenv[1188]: Expecting variables to appear in activation environment:
Sep 19 11:05:29 yoda.lan uwsm_waitenv[1188]:   HYPRLAND_INSTANCE_SIGNATURE, WAYLAND_DISPLAY
Sep 19 11:05:29 yoda.lan uwsm_hyprland.desktop[1191]: Expecting variables to appear in activation environment:
Sep 19 11:05:29 yoda.lan uwsm_hyprland.desktop[1191]:   HYPRLAND_INSTANCE_SIGNATURE, WAYLAND_DISPLAY
Sep 19 11:05:29 yoda.lan systemd[1]: g810-led-startup.service: Deactivated successfully.
Sep 19 11:05:29 yoda.lan coolercontrold[889]: Could not establish socket connection to coolercontrol-liqctld, retry #4 - No such file or directory (os error 2)
Sep 19 11:05:29 yoda.lan uwsm[1155]: waitpid: Holding login session 2 open until PID 1189 exits
Sep 19 11:05:30 yoda.lan systemd[1110]: Starting User preferences database...
Sep 19 11:05:30 yoda.lan systemd[1110]: Started User preferences database.
Sep 19 11:05:30 yoda.lan coolercontrold[889]: Could not establish socket connection to coolercontrol-liqctld, retry #5 - No such file or directory (os error 2)
Sep 19 11:05:30 yoda.lan systemd[1110]: Starting Virtual filesystem service...
Sep 19 11:05:30 yoda.lan systemd[1110]: Started Virtual filesystem service.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Main service for Hyprland, An intelligent dynamic tiling Wayland compositor.
Sep 19 11:05:31 yoda.lan systemd[1]: Starting Authorization Manager...
Sep 19 11:05:31 yoda.lan uwsm_waitenv[1188]: All expected variables appeared in activation environment.
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Accessibility services bus...
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]: All expected variables appeared in activation environment.
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Portal service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Accessibility services bus.
Sep 19 11:05:31 yoda.lan dbus-broker-launch[1327]: Ready
Sep 19 11:05:31 yoda.lan polkitd[1308]: Started polkitd version 126
Sep 19 11:05:31 yoda.lan polkitd[1308]: Loading rules from directory /etc/polkit-1/rules.d
Sep 19 11:05:31 yoda.lan polkitd[1308]: Loading rules from directory /run/polkit-1/rules.d
Sep 19 11:05:31 yoda.lan polkitd[1308]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 19 11:05:31 yoda.lan polkitd[1308]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Sep 19 11:05:31 yoda.lan polkitd[1308]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 19 11:05:31 yoda.lan polkitd[1308]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting sandboxed app permission store...
Sep 19 11:05:31 yoda.lan polkitd[1308]: Finished loading, compiling and executing 10 rules
Sep 19 11:05:31 yoda.lan systemd[1]: Started Authorization Manager.
Sep 19 11:05:31 yoda.lan polkitd[1308]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 19 11:05:31 yoda.lan systemd[1110]: Started sandboxed app permission store.
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1350]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1350]: > Warning:          Could not resolve keysym XF86RefreshRateToggle
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1350]: > Warning:          Could not resolve keysym XF86Accessibility
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1350]: > Warning:          Could not resolve keysym XF86DoNotDisturb
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1350]: Errors from xkbcomp are not fatal to the X server
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting flatpak document portal service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started flatpak document portal service.
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: > Warning:          Unsupported maximum keycode 708, clipping.
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: >                   X11 cannot support keycodes above 255.
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: > Warning:          Could not resolve keysym XF86RefreshRateToggle
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: > Warning:          Could not resolve keysym XF86Accessibility
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: > Warning:          Could not resolve keysym XF86DoNotDisturb
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1362]: Errors from xkbcomp are not fatal to the X server
Sep 19 11:05:31 yoda.lan NetworkManager[824]: <info>  [1758243931.2684] agent-manager: agent[a1b500bb156c1c4d,:1.35/org.freedesktop.nm-applet/1000]: agent registered
Sep 19 11:05:31 yoda.lan systemd[1110]: Created slice Slice /app/dbus-:1.22-org.a11y.atspi.Registry.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started dbus-:1.22-org.a11y.atspi.Registry@0.service.
Sep 19 11:05:31 yoda.lan at-spi2-registryd[1400]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]: Exporting variables to systemd user manager:
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]:   DISPLAY (already set)
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]:   HYPRLAND_INSTANCE_SIGNATURE (already set)
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]:   WAYLAND_DISPLAY (already set)
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]: Marking variables for later cleanup from systemd user manager on stop:
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]:   HYPRLAND_INSTANCE_SIGNATURE
Sep 19 11:05:31 yoda.lan systemd[1110]: Finished Wait for WAYLAND_DISPLAY and other variables.
Sep 19 11:05:31 yoda.lan systemd[1110]: Reached target Session of hyprland.desktop Wayland compositor.
Sep 19 11:05:31 yoda.lan systemd[1110]: Reached target Current graphical user session.
Sep 19 11:05:31 yoda.lan systemd[1110]: Created slice User Graphical Application Slice.
Sep 19 11:05:31 yoda.lan systemd[1110]: Reached target XDG Autostart for session of hyprland.desktop Wayland compositor.
Sep 19 11:05:31 yoda.lan systemd[1110]: Reached target Startup of XDG autostart applications.
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Nextcloud...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting AT-SPI D-Bus Bus...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Blueman Applet...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Nextcloud...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Geoclue Demo agent...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Certificate and Key Storage...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Secret Storage Service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting NetworkManager Applet...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Orca Screen Reader...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Events and Tasks Reminders...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting gnome-disk-utility notification plugin for GNOME Settings Daemon...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting GNOME Software...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Roccat...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting User folders update...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting vboxclient...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting xapp-sn-watcher...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Xfce Notification Daemon...
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Portal service (GTK/GNOME implementation)...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Roccat.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Nextcloud.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Nextcloud.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Events and Tasks Reminders.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started vboxclient.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Blueman Applet.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-gnome\x2dkeyring\x2dpkcs11@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in Certificate and Key Storage being skipped.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-gnome\x2dkeyring\x2dsecrets@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in Secret Storage Service being skipped.
Sep 19 11:05:31 yoda.lan roccateventhand[1421]: Could not init input event handling: Could not open uhid: Permission denied
Sep 19 11:05:31 yoda.lan systemd[1110]: app-orca\x2dautostart@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in Orca Screen Reader being skipped.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-org.gnome.SettingsDaemon.DiskUtilityNotify@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in gnome-disk-utility notification plugin for GNOME Settings Daemon being skipped.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-org.gnome.Software@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in GNOME Software being skipped.
Sep 19 11:05:31 yoda.lan roccateventhand[1421]: Atom _NET_WM_PID is not available on this display
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Geoclue Demo agent.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-user\x2ddirs\x2dupdate\x2dgtk@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in User folders update being skipped.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started NetworkManager Applet.
Sep 19 11:05:31 yoda.lan systemd[1110]: app-xfce4\x2dnotifyd@autostart.service: Skipped due to 'exec-condition'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Condition check resulted in Xfce Notification Daemon being skipped.
Sep 19 11:05:31 yoda.lan uwsm_hyprland.desktop[1191]: Autoready: Unit for hyprland.desktop is already active, restricting notification access.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started xapp-sn-watcher.
Sep 19 11:05:31 yoda.lan xdg-desktop-por[1430]: Theme parsing error: gtk.css:4738:18: Not using units is deprecated. Assuming 'px'.
Sep 19 11:05:31 yoda.lan nm-applet[1438]: Theme parsing error: gtk.css:4738:18: Not using units is deprecated. Assuming 'px'.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Portal service (GTK/GNOME implementation).
Sep 19 11:05:31 yoda.lan systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Created slice Slice /app/dbus-:1.2-org.gnome.keyring.SystemPrompter.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service.
Sep 19 11:05:31 yoda.lan evolution-alarm[1416]: Theme parsing error: gtk.css:4738:18: Not using units is deprecated. Assuming 'px'.
Sep 19 11:05:31 yoda.lan systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully called chroot.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully dropped privileges.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully limited resources.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Running.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Canary thread running.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Watchdog thread running.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started PipeWire Multimedia Service.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Multimedia Service Session Manager.
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Evolution source registry...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started PipeWire PulseAudio.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 0 threads of 0 processes of 0 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1492 of process 1492 owned by '1000' high priority at nice level -11.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 1 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Portal service.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1499 of process 1492 owned by '1000' RT at priority 20.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 2 threads of 1 processes of 1 users.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1493 of process 1493 owned by '1000' high priority at nice level -11.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 3 threads of 2 processes of 1 users.
Sep 19 11:05:31 yoda.lan roccateventhand[1421]: Could not read actual profile: Could not open file /dev/hidraw5 for device key hidraw0: Permission denied
Sep 19 11:05:31 yoda.lan roccateventhand[1421]: Could not start chardev eventhandler: Permission denied
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1497 of process 1497 owned by '1000' high priority at nice level -11.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 4 threads of 3 processes of 1 users.
Sep 19 11:05:31 yoda.lan nextcloud[1406]: nextcloud.gui.application: Migrating old config from "/home/ewan/.local/share/Nextcloud" to "/home/ewan/.config/Nextcloud"
Sep 19 11:05:31 yoda.lan nextcloud[1409]: nextcloud.gui.application: Migrating old config from "/home/ewan/.local/share/Nextcloud" to "/home/ewan/.config/Nextcloud"
Sep 19 11:05:31 yoda.lan nextcloud[1406]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/ewan/.local/share/Nextcloud" to "/home/ewan/.config/Nextcloud" )
Sep 19 11:05:31 yoda.lan nextcloud[1409]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/ewan/.local/share/Nextcloud" to "/home/ewan/.config/Nextcloud" )
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1507 of process 1497 owned by '1000' RT at priority 20.
Sep 19 11:05:31 yoda.lan nextcloud[1406]: nextcloud.gui.application: Will move the individual files QList("nextcloud_sync.log", "nextcloud_sync.log.1")
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 5 threads of 3 processes of 1 users.
Sep 19 11:05:31 yoda.lan nextcloud[1409]: nextcloud.gui.application: Will move the individual files QList("nextcloud_sync.log", "nextcloud_sync.log.1")
Sep 19 11:05:31 yoda.lan nextcloud[1406]: nextcloud.gui.application: Fallback move of  "nextcloud_sync.log" also failed
Sep 19 11:05:31 yoda.lan nextcloud[1409]: nextcloud.gui.application: Fallback move of  "nextcloud_sync.log" also failed
Sep 19 11:05:31 yoda.lan nextcloud[1406]: nextcloud.gui.application: Fallback move of  "nextcloud_sync.log.1" also failed
Sep 19 11:05:31 yoda.lan nextcloud[1409]: nextcloud.gui.application: Fallback move of  "nextcloud_sync.log.1" also failed
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Successfully made thread 1527 of process 1493 owned by '1000' RT at priority 20.
Sep 19 11:05:31 yoda.lan rtkit-daemon[1473]: Supervising 6 threads of 3 processes of 1 users.
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Theme parsing error: gtk.css:4738:18: Not using units is deprecated. Assuming 'px'.
Sep 19 11:05:31 yoda.lan blueman-applet[1408]: Theme parsing error: gtk.css:4738:18: Not using units is deprecated. Assuming 'px'.
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: bus acquired: org.gnome.keyring.PrivatePrompter
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: registering prompter
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: bus acquired: org.gnome.keyring.SystemPrompter
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: acquired name: org.gnome.keyring.PrivatePrompter
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: acquired name: org.gnome.keyring.SystemPrompter
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: received BeginPrompting call from callback /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: preparing a prompt for callback /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: creating new GcrPromptDialog prompt
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Fontconfig warning: using without calling FcInit()
Sep 19 11:05:31 yoda.lan systemd[1110]: Created slice Slice /app/dbus-:1.2-org.gnome.OnlineAccounts.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started dbus-:1.2-org.gnome.OnlineAccounts@0.service.
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: automatically selecting secret exchange protocol
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: generating public key
Sep 19 11:05:31 yoda.lan blueman-applet[1408]: blueman-applet 11.05.31 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: beginning the secret exchange:
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: calling the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: returned from the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: received PerformPrompt call from callback /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: receiving secret exchange:
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: deriving shared transport key
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: deriving transport key
Sep 19 11:05:31 yoda.lan gcr-prompter[1477]: Gcr: starting password prompt for callback /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Evolution source registry.
Sep 19 11:05:31 yoda.lan goa-daemon[1537]: goa-daemon version 3.54.4 starting
Sep 19 11:05:31 yoda.lan systemd[1110]: Created slice Slice /app/dbus-:1.2-org.gnome.Identity.
Sep 19 11:05:31 yoda.lan systemd[1110]: Started dbus-:1.2-org.gnome.Identity@0.service.
Sep 19 11:05:31 yoda.lan blueman-applet[1408]: blueman-applet 11.05.31 WARNING  PluginManager:153 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Sep 19 11:05:31 yoda.lan blueman-applet[1408]: blueman-applet 11.05.31 WARNING  PluginManager:153 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Sep 19 11:05:31 yoda.lan systemd[1]: Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Sep 19 11:05:31 yoda.lan blueman-applet[1408]: blueman-applet 11.05.31 WARNING  DiscvManager:122 update_menuitems: warning: Adapter is None
Sep 19 11:05:31 yoda.lan evolution-alarm[1416]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Evolution calendar service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Evolution calendar service.
Sep 19 11:05:31 yoda.lan systemd[1110]: Starting Evolution address book service...
Sep 19 11:05:31 yoda.lan systemd[1110]: Started Evolution address book service.
Sep 19 11:05:31 yoda.lan coolercontrold[889]: Error initializing LIQUIDCTL Repo: Failed to connect to coolercontrol-liqctld after 5 tries
Sep 19 11:05:31 yoda.lan coolercontrold[889]: Error initializing CPU Repo: Something has gone wrong - missing Hwmon devices. cpuinfo count: 1 hwmon devices found: 0
Sep 19 11:05:31 yoda.lan coolercontrold[889]: Error communicating with nvidia-smi. If you have a Nvidia card with proprietary drivers, nvidia-smi and nvidia-settings are required. sh: line 1: nvidia-smi: command not found
Sep 19 11:05:31 yoda.lan coolercontrold[889]: Initialized GPU Devices: ["amdgpu"]
Sep 19 11:05:31 yoda.lan wireplumber[1493]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Sep 19 11:05:31 yoda.lan wireplumber[1493]: spa.bluez5: BlueZ system service is not available
Sep 19 11:05:31 yoda.lan wireplumber[1493]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 19 11:05:31 yoda.lan wireplumber[1493]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#7
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#5
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#3
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#1
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#8
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#6
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#4
Sep 19 11:05:31 yoda.lan coolercontrold[889]: No pwm_enable found for fan#2
Sep 19 11:05:32 yoda.lan coolercontrold[889]: Initialized Hwmon Devices: ["nvme2", "nct6687", "nvme1", "jc42", "nvme0", "kraken2023", "jc42"]
Sep 19 11:05:32 yoda.lan coolercontrold[889]: Initialized Custom Sensors: []
Sep 19 11:05:32 yoda.lan coolercontrold[889]: Applying all saved device settings
Sep 19 11:05:32 yoda.lan coolercontrold[889]: API bound to IPv4 and IPv6 addresses: 127.0.0.1:11987, [::1]:11987
Sep 19 11:05:32 yoda.lan coolercontrold[889]: Daemon successfully initialized
Sep 19 11:05:32 yoda.lan kernel: Key type dns_resolver registered
Sep 19 11:05:32 yoda.lan kernel: NFS: Registering the id_resolver key type
Sep 19 11:05:32 yoda.lan kernel: Key type id_resolver registered
Sep 19 11:05:32 yoda.lan kernel: Key type id_legacy registered
Sep 19 11:05:32 yoda.lan systemd[1]: Reached target Host and Network Name Lookups.
Sep 19 11:05:32 yoda.lan systemd[1]: Listening on RPCbind Server Activation Socket.
Sep 19 11:05:32 yoda.lan systemd[1]: Reached target RPC Port Mapper.
Sep 19 11:05:32 yoda.lan systemd[1]: Starting Notify NFS peers of a restart...
Sep 19 11:05:32 yoda.lan systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Sep 19 11:05:32 yoda.lan sm-notify[1627]: Version 2.8.3 starting
Sep 19 11:05:32 yoda.lan systemd[1]: Started Notify NFS peers of a restart.
Sep 19 11:05:32 yoda.lan systemd[1]: Starting RPC Bind...
Sep 19 11:05:32 yoda.lan systemd[1]: Started RPC Bind.
Sep 19 11:05:32 yoda.lan rpc.statd[1631]: Version 2.8.3 starting
Sep 19 11:05:32 yoda.lan rpc.statd[1631]: Flags: TI-RPC
Sep 19 11:05:32 yoda.lan systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Sep 19 11:05:32 yoda.lan mount[1633]: Created symlink '/run/systemd/system/remote-fs.target.wants/rpc-statd.service' → '/usr/lib/systemd/system/rpc-statd.service'.
Sep 19 11:05:32 yoda.lan systemd[1]: Reload requested from client PID 1633 ('systemctl') (unit mnt-nfs\x2dspock.mount)...
Sep 19 11:05:32 yoda.lan systemd[1]: Reloading...
Sep 19 11:05:32 yoda.lan systemd[1]: Reloading finished in 219 ms.
Sep 19 11:05:32 yoda.lan mount[1075]: mount.nfs: an incorrect mount option was specified for /mnt/nfs-spock
Sep 19 11:05:32 yoda.lan systemd[1]: mnt-nfs\x2dspock.mount: Mount process exited, code=exited, status=32/n/a
Sep 19 11:05:32 yoda.lan systemd[1]: mnt-nfs\x2dspock.mount: Failed with result 'exit-code'.
Sep 19 11:05:32 yoda.lan systemd[1]: Failed to mount /mnt/nfs-spock.
Sep 19 11:05:32 yoda.lan systemd[1]: Startup finished in 13.312s (firmware) + 2.596s (loader) + 6.613s (kernel) + 12.351s (userspace) = 34.873s.
Sep 19 11:05:33 yoda.lan systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 19 11:05:39 yoda.lan systemd[1]: Stopping User Manager for UID 963...
Sep 19 11:05:39 yoda.lan systemd[1032]: Activating special unit Exit the Session...
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped target Main User Target.
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped target Basic System.
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped target Paths.
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped target Sockets.
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped target Timers.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG network certificate management daemon.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GCR ssh-agent wrapper.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GNOME Keyring daemon.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG cryptographic agent and passphrase cache.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed GnuPG public key management service.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed p11-kit server.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed PipeWire PulseAudio.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed PipeWire Multimedia System Sockets.
Sep 19 11:05:39 yoda.lan dbus-broker[1050]: Dispatched 198 messages @ 0(±1)μs / message.
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopping D-Bus User Message Bus...
Sep 19 11:05:39 yoda.lan systemd[1032]: Stopped D-Bus User Message Bus.
Sep 19 11:05:39 yoda.lan systemd[1032]: Removed slice User Core Session Slice.
Sep 19 11:05:39 yoda.lan systemd[1032]: Closed D-Bus User Message Bus Socket.
Sep 19 11:05:39 yoda.lan systemd[1032]: Removed slice User Application Slice.
Sep 19 11:05:39 yoda.lan systemd[1032]: Reached target Shutdown.
Sep 19 11:05:39 yoda.lan systemd[1032]: Finished Exit the Session.
Sep 19 11:05:39 yoda.lan systemd[1032]: Reached target Exit the Session.
Sep 19 11:05:39 yoda.lan systemd-logind[830]: Removed session 1.
Sep 19 11:05:39 yoda.lan (sd-pam)[1034]: pam_unix(systemd-user:session): session closed for user sddm
Sep 19 11:05:39 yoda.lan systemd[1]: user@963.service: Deactivated successfully.
Sep 19 11:05:39 yoda.lan systemd[1]: Stopped User Manager for UID 963.
Sep 19 11:05:39 yoda.lan systemd[1]: Stopping User Runtime Directory /run/user/963...
Sep 19 11:05:39 yoda.lan systemd[1]: run-user-963.mount: Deactivated successfully.
Sep 19 11:05:39 yoda.lan systemd[1]: user-runtime-dir@963.service: Deactivated successfully.
Sep 19 11:05:39 yoda.lan systemd[1]: Stopped User Runtime Directory /run/user/963.
Sep 19 11:05:39 yoda.lan systemd[1]: Removed slice User Slice of UID 963.
Sep 19 11:05:39 yoda.lan systemd[1]: user-963.slice: Consumed 436ms CPU time, 100.2M memory peak.
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: completed password prompt for callback :1.0@/org/gnome/keyring/Prompt/p2
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: encrypting data
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: sending the secret exchange:
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: calling the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: returned from the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: received PerformPrompt call from callback /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: closing the prompt
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.0
Sep 19 11:05:40 yoda.lan gcr-prompter[1477]: Gcr: calling the PromptDone method on /org/gnome/keyring/Prompt/p2@:1.0, and ignoring reply
Sep 19 11:05:50 yoda.lan gcr-prompter[1477]: Gcr: 10 second inactivity timeout, quitting
Sep 19 11:05:50 yoda.lan gcr-prompter[1477]: Gcr: unregistering prompter
Sep 19 11:05:50 yoda.lan gcr-prompter[1477]: Gcr: disposing prompter
Sep 19 11:05:50 yoda.lan gcr-prompter[1477]: Gcr: finalizing prompter
Sep 19 11:05:53 yoda.lan systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 19 11:05:54 yoda.lan systemd-timesyncd[433]: Contacted time server 112.213.32.219:123 (2.arch.pool.ntp.org).
Sep 19 11:05:54 yoda.lan systemd-timesyncd[433]: Initial clock synchronization to Fri 2025-09-19 11:05:54.592983 AEST.
Sep 19 11:06:29 yoda.lan gnome-keyring-daemon[1124]: asked to register item /org/freedesktop/secrets/collection/Default/1, but it's already registered
Sep 19 11:06:29 yoda.lan gnome-keyring-d[1124]: asked to register item /org/freedesktop/secrets/collection/Default/1, but it's already registered
Sep 19 11:07:24 yoda.lan systemd[1]: libvirtd.service: Deactivated successfully.
Sep 19 11:07:53 yoda.lan systemd-logind[830]: The system will suspend now!
Sep 19 11:07:53 yoda.lan coolercontrold[889]: System is going to sleep
Sep 19 11:07:53 yoda.lan NetworkManager[824]: <info>  [1758244073.7410] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Sep 19 11:07:53 yoda.lan NetworkManager[824]: <info>  [1758244073.7411] manager: NetworkManager state is now ASLEEP
Sep 19 11:07:53 yoda.lan NetworkManager[824]: <info>  [1758244073.7411] device (enp42s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Sep 19 11:07:53 yoda.lan systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 19 11:07:53 yoda.lan systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 19 11:07:53 yoda.lan NetworkManager[824]: <info>  [1758244073.7702] device (enp42s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Sep 19 11:07:53 yoda.lan NetworkManager[824]: <info>  [1758244073.8073] device (enp42s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Sep 19 11:07:53 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Sep 19 11:07:53 yoda.lan systemd[1]: Reached target Sleep.
Sep 19 11:07:53 yoda.lan systemd[1]: Starting System Suspend...
Sep 19 11:07:53 yoda.lan systemd[1]: session-2.scope: Unit now frozen-by-parent.
Sep 19 11:07:53 yoda.lan systemd[1]: user.slice: Unit now frozen.
Sep 19 11:07:53 yoda.lan systemd-sleep[2275]: Successfully froze unit 'user.slice'.
Sep 19 11:07:53 yoda.lan systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Sep 19 11:07:53 yoda.lan systemd[1]: user@1000.service: Unit now frozen-by-parent.
Sep 19 11:07:53 yoda.lan systemd-sleep[2275]: Performing sleep operation 'suspend'...
Sep 19 11:07:53 yoda.lan kernel: PM: suspend entry (deep)
Sep 19 11:07:53 yoda.lan kernel: Filesystems sync: 0.050 seconds
Sep 19 11:08:11 yoda.lan kernel: Freezing user space processes
Sep 19 11:08:11 yoda.lan kernel: Freezing user space processes completed (elapsed 0.000 seconds)
Sep 19 11:08:11 yoda.lan kernel: OOM killer disabled.
Sep 19 11:08:11 yoda.lan kernel: Freezing remaining freezable tasks
Sep 19 11:08:11 yoda.lan kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Sep 19 11:08:11 yoda.lan kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Sep 19 11:08:11 yoda.lan kernel: serial 00:04: disabled
Sep 19 11:08:11 yoda.lan kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache
Sep 19 11:08:11 yoda.lan kernel: ata3.00: Entering standby power mode
Sep 19 11:08:11 yoda.lan kernel: sd 3:0:0:0: [sdb] Synchronizing SCSI cache
Sep 19 11:08:11 yoda.lan kernel: ata4.00: Entering standby power mode
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: MODE1 reset
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: GPU mode1 reset
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: GPU smu mode1 reset
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: Refused to change power state from D0 to D3hot
Sep 19 11:08:11 yoda.lan kernel: ACPI: PM: Preparing to enter system sleep state S3
Sep 19 11:08:11 yoda.lan kernel: ACPI: PM: Saving platform NVS memory
Sep 19 11:08:11 yoda.lan kernel: Disabling non-boot CPUs ...
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 15 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 14 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 13 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 12 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 11 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 10 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 9 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 8 is now offline
Sep 19 11:08:11 yoda.lan kernel: Spectre V2 : Update user space SMT mitigation: STIBP off
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 7 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 6 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 5 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 4 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 3 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 2 is now offline
Sep 19 11:08:11 yoda.lan kernel: smpboot: CPU 1 is now offline
Sep 19 11:08:11 yoda.lan kernel: ACPI: PM: Low-level resume complete
Sep 19 11:08:11 yoda.lan kernel: ACPI: PM: Restoring platform NVS memory
Sep 19 11:08:11 yoda.lan kernel: LVT offset 0 assigned for vector 0x400
Sep 19 11:08:11 yoda.lan kernel: Enabling non-boot CPUs ...
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Sep 19 11:08:11 yoda.lan kernel: CPU1 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Sep 19 11:08:11 yoda.lan kernel: CPU2 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Sep 19 11:08:11 yoda.lan kernel: CPU3 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 4 APIC 0x8
Sep 19 11:08:11 yoda.lan kernel: CPU4 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 5 APIC 0xa
Sep 19 11:08:11 yoda.lan kernel: CPU5 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 6 APIC 0xc
Sep 19 11:08:11 yoda.lan kernel: CPU6 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 7 APIC 0xe
Sep 19 11:08:11 yoda.lan kernel: CPU7 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 8 APIC 0x1
Sep 19 11:08:11 yoda.lan kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 19 11:08:11 yoda.lan kernel: CPU8 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 9 APIC 0x3
Sep 19 11:08:11 yoda.lan kernel: CPU9 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 10 APIC 0x5
Sep 19 11:08:11 yoda.lan kernel: CPU10 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 11 APIC 0x7
Sep 19 11:08:11 yoda.lan kernel: CPU11 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 12 APIC 0x9
Sep 19 11:08:11 yoda.lan kernel: CPU12 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 13 APIC 0xb
Sep 19 11:08:11 yoda.lan kernel: CPU13 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 14 APIC 0xd
Sep 19 11:08:11 yoda.lan kernel: CPU14 is up
Sep 19 11:08:11 yoda.lan kernel: smpboot: Booting Node 0 Processor 15 APIC 0xf
Sep 19 11:08:11 yoda.lan kernel: CPU15 is up
Sep 19 11:08:11 yoda.lan kernel: ACPI: PM: Waking up from system sleep state S3
Sep 19 11:08:11 yoda.lan kernel: xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
Sep 19 11:08:11 yoda.lan kernel: usb usb1: root hub lost power or was reset
Sep 19 11:08:11 yoda.lan kernel: usb usb2: root hub lost power or was reset
Sep 19 11:08:11 yoda.lan kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000F00000).
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: PSP is resuming...
Sep 19 11:08:11 yoda.lan kernel: serial 00:04: activated
Sep 19 11:08:11 yoda.lan kernel: nvme nvme1: D3 entry latency set to 10 seconds
Sep 19 11:08:11 yoda.lan kernel: nvme nvme1: 16/0/0 default/read/poll queues
Sep 19 11:08:11 yoda.lan kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SMU is resuming...
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SMU driver if version not matched
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: use vbios provided pptable
Sep 19 11:08:11 yoda.lan kernel: usb 1-6: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: nvme nvme2: 8/0/0 default/read/poll queues
Sep 19 11:08:11 yoda.lan kernel: nvme nvme2: Ignoring bogus Namespace Identifiers
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: SMU is resumed successfully!
Sep 19 11:08:11 yoda.lan kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 19 11:08:11 yoda.lan kernel: [drm] DMUB hardware initialized: version=0x02020020
Sep 19 11:08:11 yoda.lan kernel: ata5: SATA link down (SStatus 0 SControl 330)
Sep 19 11:08:11 yoda.lan kernel: ata2: SATA link down (SStatus 0 SControl 330)
Sep 19 11:08:11 yoda.lan kernel: ata6: SATA link down (SStatus 0 SControl 330)
Sep 19 11:08:11 yoda.lan kernel: ata1: SATA link down (SStatus 0 SControl 330)
Sep 19 11:08:11 yoda.lan kernel: usb 1-6: reset full-speed USB device number 5 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 19 11:08:11 yoda.lan kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 19 11:08:11 yoda.lan kernel: sd 3:0:0:0: [sdb] Starting disk
Sep 19 11:08:11 yoda.lan kernel: ata4.00: supports DRM functions and may not be fully accessible
Sep 19 11:08:11 yoda.lan kernel: ata4.00: configured for UDMA/133
Sep 19 11:08:11 yoda.lan kernel: ahci 0000:02:00.1: port does not support device sleep
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
Sep 19 11:08:11 yoda.lan kernel: amdgpu 0000:2d:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
Sep 19 11:08:11 yoda.lan kernel: usb 1-7: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
Sep 19 11:08:11 yoda.lan kernel: pl2303 1-6:1.0: device disconnected
Sep 19 11:08:11 yoda.lan kernel: usb 1-7: reset full-speed USB device number 7 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-2: reset high-speed USB device number 2 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-5: reset high-speed USB device number 3 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-10: reset high-speed USB device number 8 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-2.3: reset high-speed USB device number 4 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-5.1: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: usb 1-5.1: reset full-speed USB device number 6 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1: reset full-speed USB device number 9 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Sep 19 11:08:11 yoda.lan kernel: sd 2:0:0:0: [sda] Starting disk
Sep 19 11:08:11 yoda.lan kernel: ata3.00: configured for UDMA/133
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.6: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.6: reset full-speed USB device number 12 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.1: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.1: reset full-speed USB device number 10 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.2: WARN: invalid context state for evaluate context command.
Sep 19 11:08:11 yoda.lan kernel: usb 1-10.1.2: reset full-speed USB device number 11 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: pl2303 1-6:1.0: pl2303 converter detected
Sep 19 11:08:11 yoda.lan kernel: OOM killer enabled.
Sep 19 11:08:11 yoda.lan kernel: Restarting tasks ... done.
Sep 19 11:08:11 yoda.lan kernel: random: crng reseeded on system resumption
Sep 19 11:08:11 yoda.lan kernel: PM: suspend exit
Sep 19 11:08:11 yoda.lan kernel: Generic FE-GE Realtek PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
Sep 19 11:08:11 yoda.lan kernel: usb 1-6: pl2303 converter now attached to ttyUSB0
Sep 19 11:08:11 yoda.lan systemd-sleep[2275]: System returned from sleep operation 'suspend'.
Sep 19 11:08:11 yoda.lan systemd[1]: user@1000.service: Unit now thawed.
Sep 19 11:08:11 yoda.lan systemd[1]: session-2.scope: Unit now thawed.
Sep 19 11:08:11 yoda.lan systemd[1]: user-1000.slice: Unit now thawed.
Sep 19 11:08:11 yoda.lan systemd[1]: user.slice: Unit now thawed.
Sep 19 11:08:11 yoda.lan systemd-sleep[2275]: Successfully thawed unit 'user.slice'.
Sep 19 11:08:11 yoda.lan systemd[1]: systemd-suspend.service: Deactivated successfully.
Sep 19 11:08:11 yoda.lan systemd[1]: Finished System Suspend.
Sep 19 11:08:11 yoda.lan systemd[1]: Stopped target Sleep.
Sep 19 11:08:11 yoda.lan systemd[1]: Reached target Suspend.
Sep 19 11:08:11 yoda.lan systemd-logind[830]: Operation 'suspend' finished.
Sep 19 11:08:11 yoda.lan coolercontrold[889]: System is waking from sleep
Sep 19 11:08:11 yoda.lan systemd[1]: Stopped target Suspend.
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.2557] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.2558] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 19 11:08:11 yoda.lan nmbd[1074]: [2025/09/19 11:08:11.250143,  0] ../../source3/libsmb/nmblib.c:929(send_udp)
Sep 19 11:08:11 yoda.lan nmbd[1074]:   Packet send failed to 10.1.1.255(138) ERRNO=Network is unreachable
Sep 19 11:08:11 yoda.lan nmbd[1074]: [2025/09/19 11:08:11.273049,  0] ../../source3/libsmb/nmblib.c:929(send_udp)
Sep 19 11:08:11 yoda.lan nmbd[1074]:   Packet send failed to 10.1.1.255(138) ERRNO=Network is unreachable
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: new high-speed USB device number 8 using xhci_hcd
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.3981] manager: NetworkManager state is now DISCONNECTED
Sep 19 11:08:11 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: New USB device found, idVendor=0bda, idProduct=8152, bcdDevice=20.00
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: Product: USB 10/100 LAN
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: Manufacturer: Realtek
Sep 19 11:08:11 yoda.lan kernel: usb 3-2.2: SerialNumber: 00E04C360D89
Sep 19 11:08:11 yoda.lan mtp-probe[2407]: checking bus 3, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-2/3-2.2"
Sep 19 11:08:11 yoda.lan mtp-probe[2407]: bus: 3, device: 8 was not an MTP device
Sep 19 11:08:11 yoda.lan kernel: usbcore: registered new device driver r8152-cfgselector
Sep 19 11:08:11 yoda.lan kernel: r8152-cfgselector 3-2.2: reset high-speed USB device number 8 using xhci_hcd
Sep 19 11:08:11 yoda.lan kernel: r8152 3-2.2:1.0: skip request firmware
Sep 19 11:08:11 yoda.lan kernel: r8152 3-2.2:1.0 eth0: v1.12.13
Sep 19 11:08:11 yoda.lan kernel: usbcore: registered new interface driver r8152
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.8598] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Sep 19 11:08:11 yoda.lan kernel: usbcore: registered new interface driver cdc_ether
Sep 19 11:08:11 yoda.lan mtp-probe[2432]: checking bus 3, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-2/3-2.2"
Sep 19 11:08:11 yoda.lan mtp-probe[2432]: bus: 3, device: 8 was not an MTP device
Sep 19 11:08:11 yoda.lan mtp-probe[2434]: checking bus 3, device 8: "/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-2/3-2.2"
Sep 19 11:08:11 yoda.lan mtp-probe[2434]: bus: 3, device: 8 was not an MTP device
Sep 19 11:08:11 yoda.lan kernel: r8152 3-2.2:1.0 enp47s0f3u2u2: renamed from eth0
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.9066] device (eth0): interface index 3 renamed iface from 'eth0' to 'enp47s0f3u2u2'
Sep 19 11:08:11 yoda.lan NetworkManager[824]: <info>  [1758244091.9101] device (enp47s0f3u2u2): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 19 11:08:13 yoda.lan coolercontrold[889]: Re-initializing and re-applying settings after waking from sleep
Sep 19 11:08:13 yoda.lan coolercontrold[889]: Applying all saved device settings
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1850] device (enp42s0): carrier: link connected
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1852] device (enp42s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Sep 19 11:08:15 yoda.lan kernel: r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control off
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1856] policy: auto-activating connection 'Ethernet connection 1' (52d80afd-7dd6-47e5-b2e8-e9db9b74e5cc)
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1859] device (enp42s0): Activation: starting connection 'Ethernet connection 1' (52d80afd-7dd6-47e5-b2e8-e9db9b74e5cc)
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1859] device (enp42s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1860] manager: NetworkManager state is now CONNECTING
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1861] device (enp42s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1863] device (enp42s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.1868] policy: set 'Ethernet connection 1' (enp42s0) as default for IPv4 routing and DNS
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3378] device (enp42s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3384] device (enp42s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3385] device (enp42s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3387] manager: NetworkManager state is now CONNECTED_SITE
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3388] device (enp42s0): Activation: successful, device activated.
Sep 19 11:08:15 yoda.lan NetworkManager[824]: <info>  [1758244095.3391] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 19 11:08:15 yoda.lan systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 19 11:10:20 yoda.lan systemd-timesyncd[433]: Contacted time server 112.213.32.219:123 (0.arch.pool.ntp.org).
Sep 19 11:10:31 yoda.lan sudo[2526]:     ewan : TTY=pts/0 ; PWD=/home/ewan ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Sep 19 11:10:31 yoda.lan sudo[2526]: pam_unix(sudo:session): session opened for user root(uid=0) by ewan(uid=1000)
Sep 19 11:12:43 yoda.lan sudo[2526]: pam_unix(sudo:session): session closed for user root
Sep 19 11:12:57 yoda.lan sudo[2569]:     ewan : TTY=pts/0 ; PWD=/home/ewan ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Sep 19 11:12:57 yoda.lan sudo[2569]: pam_unix(sudo:session): session opened for user root(uid=0) by ewan(uid=1000)

Desktop: Dual boot {Arch & Windows 11}  |  Hyprland  |  AMD Ryzen 5700X  |  32GB DDR4  |  AMD Radeon RX 6700XT  |  Dual display DP-1 & DP-2=2560x1440
Laptop: Triple boot {Arch & Mint & Windows 11}  |  Dell Latitude 5420  |  Intel Core i5-1145G7  |  16GB DDR4  |  Iris Xe GPU | eDP-1=1920x1080

~ Do or do not, there is no try ~

Offline

#2 2025-09-25 05:18:27

coxe87b
Member
From: Canberra
Registered: 2019-12-08
Posts: 92

Re: One monitor of dual setup not resuming from sleep - Hyprland

To add some extra detail;
The monitor that does not resume from sleep properly, does actually come on at the same time (as if it is being given the signal to wake) but then cycles through the different input sources (DP, HDMI1, HDMI2) but then goes back to sleep while the other one displays the lockscreen to enter the password.

I discovered that manually turning the monitor on while on the lockscreen does not work, but when I unlock by entering the password, manually powering it on then does work and it picks up the allocated workspaces as normal.

So now I suspect that the issue is with the hyprlock lockscreen not wanting to resume both monitors.

Note: When locking the screens manually without allowing it to timeout to sleep, both monitors do indeed have the password prompt. It only seems to be on resuming from sleep that this issue happens.


Desktop: Dual boot {Arch & Windows 11}  |  Hyprland  |  AMD Ryzen 5700X  |  32GB DDR4  |  AMD Radeon RX 6700XT  |  Dual display DP-1 & DP-2=2560x1440
Laptop: Triple boot {Arch & Mint & Windows 11}  |  Dell Latitude 5420  |  Intel Core i5-1145G7  |  16GB DDR4  |  Iris Xe GPU | eDP-1=1920x1080

~ Do or do not, there is no try ~

Offline

Board footer

Powered by FluxBB