You are not logged in.
After an update, Plasma seems to be aborting with a failed assertion when I start up Kicad's schematic editor:
Jun 19 20:28:48 col-desktop-linux systemd-coredump[5873]: [?] Process 3641 (kwin_wayland) of user 1000 dumped core.
Stack trace of thread 3641:
#0 0x00007f0c75c9a29c n/a (libc.so.6 + 0x9a29c)
#1 0x00007f0c75c3e7d0 raise (libc.so.6 + 0x3e7d0)
#2 0x00007f0c75c25681 abort (libc.so.6 + 0x25681)
#3 0x00007f0c7609d5b9 _ZSt21__glibcxx_assert_failPKciS0_S0_ (libstdc++.so.6 + 0x9d5b9)
#4 0x00007f0c7916d056 n/a (libkwin.so.6 + 0x16d056)
#5 0x00007f0c7916f74d n/a (libkwin.so.6 + 0x16f74d)
#6 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#7 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#8 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#9 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#10 0x00007f0c793b7b52 _ZNK4KWin14WorkspaceScene15layerCandidatesEl (libkwin.so.6 + 0x3b7b52)
#11 0x00007f0c791a782a _ZN4KWin10Compositor9compositeEPNS_10RenderLoopE (libkwin.so.6 + 0x1a782a)
#12 0x00007f0c765f081b n/a (libQt6Core.so.6 + 0x1f081b)
#13 0x00007f0c791ff17b _ZN4KWin10RenderLoop14frameRequestedEPS0_ (libkwin.so.6 + 0x1ff17b)
#14 0x00007f0c765e7cf9 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1e7cf9)
#15 0x00007f0c7790411f _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x10411f)
#16 0x00007f0c76583658 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x183658)
#17 0x00007f0c7676b2f5 _ZN14QTimerInfoList14activateTimersEv (libQt6Core.so.6 + 0x36b2f5)
#18 0x00007f0c76776bd2 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x376bd2)
#19 0x00007f0c77583543 _ZN23QUnixEventDispatcherQPA13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Gui.so.6 + 0x78354>
#20 0x00007f0c76591983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#21 0x00007f0c76586eaa _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x186eaa)
#22 0x0000559d2ef3b040 n/a (kwin_wayland + 0x3f040)
#23 0x00007f0c75c27741 n/a (libc.so.6 + 0x27741)
#24 0x00007f0c75c27879 __libc_start_main (libc.so.6 + 0x27879)
#25 0x0000559d2ef3f655 n/a (kwin_wayland + 0x43655)This happens on both my desktop, running a Ryzen with an AMD Radeon RX 7800 XT and my laptop, an ASUS ROG Zephyr. It doesn't happen when I opened Kicad on Gnome on my desktop.
I did a `pacman -Syu` and also tried `fc-cache -r` and removing `~/.cache`, but the issue persists.
I'll try downgrading a few packages, but if anyone knows what's going on, I'd appreciate it.
Full journalctl log for the boot:
Jun 19 20:26:33 archlinux kernel: Linux version 6.19.14-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20260209, GNU ld (GNU Binutils) 2.46) #1 SMP PREEMPT_DYNAMIC Thu, 23 Apr 2026 06:57:02 +0000
Jun 19 20:26:33 archlinux kernel: Command line: root=UUID=12b12b25-432d-4ffb-ac8c-2bfff58d5c13 rootflags=x-systemd.device-timeout=0 rw bgrt_disable
Jun 19 20:26:33 archlinux kernel: BIOS-provided physical RAM map:
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d81fff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x0000000009d82000-0x0000000009ffffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20cfff] ACPI NVS
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000000a20d000-0x000000000affffff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000b9feafff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000b9feb000-0x00000000ba36afff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000ba36b000-0x00000000ba3cefff] ACPI data
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000ba3cf000-0x00000000bbacdfff] ACPI NVS
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000bbace000-0x00000000bcdfefff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000bcdff000-0x00000000bdffffff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000083e2fffff] usable
Jun 19 20:26:33 archlinux kernel: BIOS-e820: [mem 0x000000083e300000-0x000000083fffffff] reserved
Jun 19 20:26:33 archlinux kernel: NX (Execute Disable) protection: active
Jun 19 20:26:33 archlinux kernel: APIC: Static calls initialized
Jun 19 20:26:33 archlinux kernel: efi: EFI v2.7 by American Megatrends
Jun 19 20:26:33 archlinux kernel: efi: ACPI=0xbbab7000 ACPI 2.0=0xbbab7014 TPMFinalLog=0xbaa81000 SMBIOS=0xbcbd0000 MEMATTR=0xb8533018 INITRD=0xb73fe118 RNG=0xba38e018 TPMEventLog=0xba384018
Jun 19 20:26:33 archlinux kernel: random: crng init done
Jun 19 20:26:33 archlinux kernel: efi: Remove mem312: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Jun 19 20:26:33 archlinux kernel: efi: Remove mem313: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Jun 19 20:26:33 archlinux kernel: efi: Remove mem314: MMIO range=[0xfd600000-0xfd6fffff] (1MB) from e820 map
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0xfd600000-0xfd6fffff] reserved
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem315: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Remove mem316: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem317: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem318: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem319: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem320: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem321: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem322: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Not removing mem323: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Jun 19 20:26:33 archlinux kernel: efi: Remove mem324: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jun 19 20:26:33 archlinux kernel: SMBIOS 2.8 present.
Jun 19 20:26:33 archlinux kernel: DMI: Micro-Star International Co., Ltd. MS-7B79/X470 GAMING PLUS (MS-7B79), BIOS A.M7 08/28/2025
Jun 19 20:26:33 archlinux kernel: DMI: Memory slots populated: 4/4
Jun 19 20:26:33 archlinux kernel: tsc: Fast TSC calibration using PIT
Jun 19 20:26:33 archlinux kernel: tsc: Detected 3792.866 MHz processor
Jun 19 20:26:33 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 19 20:26:33 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 19 20:26:33 archlinux kernel: last_pfn = 0x83e300 max_arch_pfn = 0x400000000
Jun 19 20:26:33 archlinux kernel: MTRR map: 6 entries (4 fixed + 2 variable; max 21), built from 9 variable MTRRs
Jun 19 20:26:33 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jun 19 20:26:33 archlinux kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Jun 19 20:26:33 archlinux kernel: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
Jun 19 20:26:33 archlinux kernel: Using GB pages for direct mapping
Jun 19 20:26:33 archlinux kernel: Secure boot disabled
Jun 19 20:26:33 archlinux kernel: RAMDISK: [mem 0xafc61000-0xb2ea7fff]
Jun 19 20:26:33 archlinux kernel: ACPI: Early table checksum verification disabled
Jun 19 20:26:33 archlinux kernel: ACPI: RSDP 0x00000000BBAB7014 000024 (v02 ALASKA)
Jun 19 20:26:33 archlinux kernel: ACPI: XSDT 0x00000000BBAB6728 0000DC (v01 ALASKA A M I 01072009 AMI 01000013)
Jun 19 20:26:33 archlinux kernel: ACPI: FACP 0x00000000BA3C0000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Jun 19 20:26:33 archlinux kernel: ACPI: DSDT 0x00000000BA3B9000 006E33 (v02 ALASKA A M I 01072009 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: FACS 0x00000000BAAB1000 000040
Jun 19 20:26:33 archlinux kernel: ACPI: IVRS 0x00000000BA3CE000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA3C6000 0072B0 (v02 AMD MYRTLE 00000002 MSFT 04000000)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA3C2000 003B86 (v02 AMD AMD AOD 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA3C1000 0000FC (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Jun 19 20:26:33 archlinux kernel: ACPI: FIDT 0x00000000BA3B8000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Jun 19 20:26:33 archlinux kernel: ACPI: MCFG 0x00000000BA3B7000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Jun 19 20:26:33 archlinux kernel: ACPI: HPET 0x00000000BA3B6000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Jun 19 20:26:33 archlinux kernel: ACPI: FPDT 0x00000000BA3B5000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Jun 19 20:26:33 archlinux kernel: ACPI: VFCT 0x00000000BA3A6000 00E284 (v01 ALASKA A M I 00000001 AMD 33504F47)
Jun 19 20:26:33 archlinux kernel: ACPI: TPM2 0x00000000BA3A5000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA39F000 005304 (v02 AMD AmdTable 00000001 AMD 00000001)
Jun 19 20:26:33 archlinux kernel: ACPI: CRAT 0x00000000BA39E000 000EE8 (v01 AMD AmdTable 00000001 AMD 00000001)
Jun 19 20:26:33 archlinux kernel: ACPI: CDIT 0x00000000BA39D000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA39C000 0002C2 (v02 AMD MYRTLEGP 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA39A000 0010C9 (v02 AMD MYRTLEPX 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA399000 00052C (v02 AMD MYRTLEOI 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA395000 0037DC (v02 AMD MYRTLE 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA394000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: WSMT 0x00000000BA393000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Jun 19 20:26:33 archlinux kernel: ACPI: APIC 0x00000000BA392000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA391000 00049F (v02 AMD MYRTLERN 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: SSDT 0x00000000BA38F000 0010AF (v02 AMD MYRTLE 00000001 INTL 20120913)
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0xba3c0000-0xba3c0113]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0xba3b9000-0xba3bfe32]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0xbaab1000-0xbaab103f]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving IVRS table memory at [mem 0xba3ce000-0xba3ce0cf]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba3c6000-0xba3cd2af]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba3c2000-0xba3c5b85]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba3c1000-0xba3c10fb]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0xba3b8000-0xba3b809b]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0xba3b7000-0xba3b703b]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0xba3b6000-0xba3b6037]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0xba3b5000-0xba3b5043]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving VFCT table memory at [mem 0xba3a6000-0xba3b4283]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0xba3a5000-0xba3a504b]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba39f000-0xba3a4303]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving CRAT table memory at [mem 0xba39e000-0xba39eee7]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving CDIT table memory at [mem 0xba39d000-0xba39d028]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba39c000-0xba39c2c1]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba39a000-0xba39b0c8]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba399000-0xba39952b]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba395000-0xba3987db]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba394000-0xba3940be]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0xba393000-0xba393027]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0xba392000-0xba39215d]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba391000-0xba39149e]
Jun 19 20:26:33 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0xba38f000-0xba3900ae]
Jun 19 20:26:33 archlinux kernel: No NUMA configuration found
Jun 19 20:26:33 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000083e2fffff]
Jun 19 20:26:33 archlinux kernel: NODE_DATA(0) allocated [mem 0x83e2d5280-0x83e2fffff]
Jun 19 20:26:33 archlinux kernel: Zone ranges:
Jun 19 20:26:33 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jun 19 20:26:33 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jun 19 20:26:33 archlinux kernel: Normal [mem 0x0000000100000000-0x000000083e2fffff]
Jun 19 20:26:33 archlinux kernel: Device empty
Jun 19 20:26:33 archlinux kernel: Movable zone start for each node
Jun 19 20:26:33 archlinux kernel: Early memory node ranges
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x0000000000100000-0x0000000009d81fff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x000000000a20d000-0x000000000affffff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x000000000b020000-0x00000000b9feafff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x00000000bcdff000-0x00000000bdffffff]
Jun 19 20:26:33 archlinux kernel: node 0: [mem 0x0000000100000000-0x000000083e2fffff]
Jun 19 20:26:33 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000083e2fffff]
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA32: 638 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA32: 13 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone DMA32: 11796 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Jun 19 20:26:33 archlinux kernel: ACPI: PM-Timer IO Port: 0x808
Jun 19 20:26:33 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jun 19 20:26:33 archlinux kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Jun 19 20:26:33 archlinux kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Jun 19 20:26:33 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 19 20:26:33 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 19 20:26:33 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 19 20:26:33 archlinux kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jun 19 20:26:33 archlinux kernel: CPU topo: Max. logical packages: 1
Jun 19 20:26:33 archlinux kernel: CPU topo: Max. logical nodes: 1
Jun 19 20:26:33 archlinux kernel: CPU topo: Num. nodes per package: 1
Jun 19 20:26:33 archlinux kernel: CPU topo: Max. logical dies: 1
Jun 19 20:26:33 archlinux kernel: CPU topo: Max. dies per package: 1
Jun 19 20:26:33 archlinux kernel: CPU topo: Max. threads per core: 2
Jun 19 20:26:33 archlinux kernel: CPU topo: Num. cores per package: 8
Jun 19 20:26:33 archlinux kernel: CPU topo: Num. threads per package: 16
Jun 19 20:26:33 archlinux kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x09d82000-0x09ffffff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20cfff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xb9feb000-0xbcdfefff]
Jun 19 20:26:33 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xffffffff]
Jun 19 20:26:33 archlinux kernel: [mem 0xc0000000-0xfe9fffff] available for PCI devices
Jun 19 20:26:33 archlinux kernel: Booting paravirtualized kernel on bare hardware
Jun 19 20:26:33 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Jun 19 20:26:33 archlinux kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jun 19 20:26:33 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jun 19 20:26:33 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jun 19 20:26:33 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Jun 19 20:26:33 archlinux kernel: Kernel command line: root=UUID=12b12b25-432d-4ffb-ac8c-2bfff58d5c13 rootflags=x-systemd.device-timeout=0 rw bgrt_disable
Jun 19 20:26:33 archlinux kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Jun 19 20:26:33 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jun 19 20:26:33 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 19 20:26:33 archlinux kernel: software IO TLB: area num 16.
Jun 19 20:26:33 archlinux kernel: Fallback order for Node 0: 0
Jun 19 20:26:33 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 8360416
Jun 19 20:26:33 archlinux kernel: Policy zone: Normal
Jun 19 20:26:33 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 19 20:26:33 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jun 19 20:26:33 archlinux kernel: ftrace: allocating 57683 entries in 228 pages
Jun 19 20:26:33 archlinux kernel: ftrace: allocated 228 pages with 4 groups
Jun 19 20:26:33 archlinux kernel: Dynamic Preempt: full
Jun 19 20:26:33 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 19 20:26:33 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Jun 19 20:26:33 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jun 19 20:26:33 archlinux kernel: Trampoline variant of Tasks RCU enabled.
Jun 19 20:26:33 archlinux kernel: Rude variant of Tasks RCU enabled.
Jun 19 20:26:33 archlinux kernel: Tracing variant of Tasks RCU enabled.
Jun 19 20:26:33 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Jun 19 20:26:33 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jun 19 20:26:33 archlinux kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Jun 19 20:26:33 archlinux kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Jun 19 20:26:33 archlinux kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Jun 19 20:26:33 archlinux kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
Jun 19 20:26:33 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 19 20:26:33 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 19 20:26:33 archlinux kernel: Console: colour dummy device 80x25
Jun 19 20:26:33 archlinux kernel: printk: legacy console [tty0] enabled
Jun 19 20:26:33 archlinux kernel: ACPI: Core revision 20250807
Jun 19 20:26:33 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jun 19 20:26:33 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Jun 19 20:26:33 archlinux kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Jun 19 20:26:33 archlinux kernel: x2apic enabled
Jun 19 20:26:33 archlinux kernel: APIC: Switched APIC routing to: cluster x2apic
Jun 19 20:26:33 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 19 20:26:33 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d580a0eebb, max_idle_ns: 881591138602 ns
Jun 19 20:26:33 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7585.73 BogoMIPS (lpj=3792866)
Jun 19 20:26:33 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 19 20:26:33 archlinux kernel: LVT offset 1 assigned for vector 0xf9
Jun 19 20:26:33 archlinux kernel: LVT offset 2 assigned for vector 0xf4
Jun 19 20:26:33 archlinux kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jun 19 20:26:33 archlinux kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jun 19 20:26:33 archlinux kernel: process: using mwait in idle threads
Jun 19 20:26:33 archlinux kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Jun 19 20:26:33 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 19 20:26:33 archlinux kernel: Transient Scheduler Attacks: Mitigation: Clear CPU buffers
Jun 19 20:26:33 archlinux kernel: Spectre V2 : Mitigation: Retpolines
Jun 19 20:26:33 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jun 19 20:26:33 archlinux kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Jun 19 20:26:33 archlinux kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Jun 19 20:26:33 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 19 20:26:33 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Jun 19 20:26:33 archlinux kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 19 20:26:33 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 19 20:26:33 archlinux kernel: active return thunk: srso_alias_return_thunk
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jun 19 20:26:33 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
Jun 19 20:26:33 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jun 19 20:26:33 archlinux kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Jun 19 20:26:33 archlinux kernel: x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
Jun 19 20:26:33 archlinux kernel: x86/fpu: xstate_offset[12]: 856, xstate_sizes[12]: 24
Jun 19 20:26:33 archlinux kernel: x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
Jun 19 20:26:33 archlinux kernel: Freeing SMP alternatives memory: 56K
Jun 19 20:26:33 archlinux kernel: pid_max: default: 32768 minimum: 301
Jun 19 20:26:33 archlinux kernel: landlock: Up and running.
Jun 19 20:26:33 archlinux kernel: Yama: becoming mindful.
Jun 19 20:26:33 archlinux kernel: LSM support for eBPF active
Jun 19 20:26:33 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 19 20:26:33 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jun 19 20:26:33 archlinux kernel: smpboot: CPU0: AMD Ryzen 7 5700G with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Jun 19 20:26:33 archlinux kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jun 19 20:26:33 archlinux kernel: ... version: 0
Jun 19 20:26:33 archlinux kernel: ... bit width: 48
Jun 19 20:26:33 archlinux kernel: ... generic counters: 6
Jun 19 20:26:33 archlinux kernel: ... generic bitmap: 000000000000003f
Jun 19 20:26:33 archlinux kernel: ... fixed-purpose counters: 0
Jun 19 20:26:33 archlinux kernel: ... fixed-purpose bitmap: 0000000000000000
Jun 19 20:26:33 archlinux kernel: ... value mask: 0000ffffffffffff
Jun 19 20:26:33 archlinux kernel: ... max period: 00007fffffffffff
Jun 19 20:26:33 archlinux kernel: ... global_ctrl mask: 000000000000003f
Jun 19 20:26:33 archlinux kernel: signal: max sigframe size: 3376
Jun 19 20:26:33 archlinux kernel: rcu: Hierarchical SRCU implementation.
Jun 19 20:26:33 archlinux kernel: rcu: Max phase no-delay instances is 400.
Jun 19 20:26:33 archlinux kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Jun 19 20:26:33 archlinux kernel: MCE: In-kernel MCE decoding enabled.
Jun 19 20:26:33 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 19 20:26:33 archlinux kernel: smp: Bringing up secondary CPUs ...
Jun 19 20:26:33 archlinux kernel: smpboot: x86: Booting SMP configuration:
Jun 19 20:26:33 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Jun 19 20:26:33 archlinux kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jun 19 20:26:33 archlinux kernel: smp: Brought up 1 node, 16 CPUs
Jun 19 20:26:33 archlinux kernel: smpboot: Total of 16 processors activated (121371.71 BogoMIPS)
Jun 19 20:26:33 archlinux kernel: Memory: 32599464K/33441664K available (20574K kernel code, 2951K rwdata, 16748K rodata, 4776K init, 4596K bss, 819700K reserved, 0K cma-reserved)
Jun 19 20:26:33 archlinux kernel: devtmpfs: initialized
Jun 19 20:26:33 archlinux kernel: x86/mm: Memory block size: 128MB
Jun 19 20:26:33 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20cfff] (53248 bytes)
Jun 19 20:26:33 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0xba3cf000-0xbbacdfff] (24113152 bytes)
Jun 19 20:26:33 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Jun 19 20:26:33 archlinux kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 19 20:26:33 archlinux kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Jun 19 20:26:33 archlinux kernel: PM: RTC time: 00:26:29, date: 2026-06-20
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 19 20:26:33 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jun 19 20:26:33 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 19 20:26:33 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 19 20:26:33 archlinux kernel: audit: initializing netlink subsys (disabled)
Jun 19 20:26:33 archlinux kernel: audit: type=2000 audit(1781915189.165:1): state=initialized audit_enabled=0 res=1
Jun 19 20:26:33 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 19 20:26:33 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 19 20:26:33 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 19 20:26:33 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 19 20:26:33 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 19 20:26:33 archlinux kernel: cpuidle: using governor ladder
Jun 19 20:26:33 archlinux kernel: cpuidle: using governor menu
Jun 19 20:26:33 archlinux kernel: efi: Freeing EFI boot services memory: 61456K
Jun 19 20:26:33 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 19 20:26:33 archlinux kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Jun 19 20:26:33 archlinux kernel: PCI: Using configuration type 1 for base access
Jun 19 20:26:33 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 19 20:26:33 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 19 20:26:33 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 19 20:26:33 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 19 20:26:33 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 19 20:26:33 archlinux kernel: raid6: skipped pq benchmark and selected avx2x4
Jun 19 20:26:33 archlinux kernel: raid6: using avx2x2 recovery algorithm
Jun 19 20:26:33 archlinux kernel: ACPI: Added _OSI(Module Device)
Jun 19 20:26:33 archlinux kernel: ACPI: Added _OSI(Processor Device)
Jun 19 20:26:33 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 19 20:26:33 archlinux kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jun 19 20:26:33 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 19 20:26:33 archlinux kernel: ACPI: Interpreter enabled
Jun 19 20:26:33 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 19 20:26:33 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Jun 19 20:26:33 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 19 20:26:33 archlinux kernel: PCI: Ignoring E820 reservations for host bridge windows
Jun 19 20:26:33 archlinux kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Jun 19 20:26:33 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 19 20:26:33 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 19 20:26:33 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jun 19 20:26:33 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun 19 20:26:33 archlinux kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
Jun 19 20:26:33 archlinux kernel: PCI host bridge to bus 0000:00
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfcffffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x840000000-0x7fffffffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400 PCIe Root Port
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 10-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xfcb00000-0xfcdfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400 PCIe Root Port
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 16-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xfc800000-0xfcafffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 PCIe Root Port
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 27]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xfcf00000-0xfcffffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 PCIe Root Port
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 30]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xfc400000-0xfc7fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400 PCIe Root Port
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: PCI bridge to [bus 31]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: bridge window [mem 0xfce00000-0xfcefffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 conventional PCI endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: BAR 0 [mem 0xfcd00000-0xfcd03fff]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: PCI bridge to [bus 11-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 10-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: PCI bridge to [bus 12]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: PCI bridge to [bus 11-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: [1002:747e] type 00 class 0x030000 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: BAR 4 [io 0xf000-0xf0ff]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: BAR 5 [mem 0xfcb00000-0xfcbfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: ROM [mem 0xfcc00000-0xfcc1ffff pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: PME# supported from D1 D2 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.1: BAR 0 [mem 0xfcc20000-0xfcc23fff]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.1: PME# supported from D1 D2 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: PCI bridge to [bus 12]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.0: [1022:43d0] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.0: BAR 0 [mem 0xfcaa0000-0xfcaa7fff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.1: [1022:43c8] type 00 class 0x010601 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.1: BAR 5 [mem 0xfca80000-0xfca9ffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.1: ROM [mem 0xfca00000-0xfca7ffff pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.1: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: [1022:43c6] type 01 class 0x060400 PCIe Switch Upstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: PCI bridge to [bus 20-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: bridge window [mem 0xfc800000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 16-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: PCI bridge to [bus 21]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: enabling Extended Tags
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: PCI bridge to [bus 22]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: bridge window [mem 0xfc900000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: PCI bridge to [bus 23]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: enabling Extended Tags
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: PCI bridge to [bus 24]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: enabling Extended Tags
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: PCI bridge to [bus 25]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: enabling Extended Tags
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: [1022:43c7] type 01 class 0x060400 PCIe Switch Downstream Port
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: PCI bridge to [bus 26]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: bridge window [mem 0xfc800000-0xfc8fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: PME# supported from D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: PCI bridge to [bus 20-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: PCI bridge to [bus 21]
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: BAR 0 [io 0xe000-0xe0ff]
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: BAR 2 [mem 0xfc904000-0xfc904fff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: BAR 4 [mem 0xfc900000-0xfc903fff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: supports D1 D2
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: PCI bridge to [bus 22]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: PCI bridge to [bus 23]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: PCI bridge to [bus 24]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: PCI bridge to [bus 25]
Jun 19 20:26:33 archlinux kernel: pci 0000:26:00.0: [1b21:1242] type 00 class 0x0c0330 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:26:00.0: BAR 0 [mem 0xfc800000-0xfc807fff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: PCI bridge to [bus 26]
Jun 19 20:26:33 archlinux kernel: pci 0000:27:00.0: [15b7:5030] type 00 class 0x010802 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:27:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:27:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.2 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 27]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.0: [1022:145a] type 00 class 0x130000 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.1: [1002:1637] type 00 class 0x040300 PCIe Legacy Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.1: BAR 0 [mem 0xfc708000-0xfc70bfff]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.1: PME# supported from D1 D2 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.2: BAR 2 [mem 0xfc600000-0xfc6fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.2: BAR 5 [mem 0xfc70c000-0xfc70dfff]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.3: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.3: BAR 0 [mem 0xfc500000-0xfc5fffff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.3: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.4: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.4: BAR 0 [mem 0xfc400000-0xfc4fffff 64bit]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.4: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.6: BAR 0 [mem 0xfc700000-0xfc707fff]
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.6: PME# supported from D0 D3hot D3cold
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 30]
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.0: [1022:7901] type 00 class 0x010601 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.0: BAR 5 [mem 0xfce01000-0xfce017ff]
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.1: [1022:7901] type 00 class 0x010601 PCIe Endpoint
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.1: BAR 5 [mem 0xfce00000-0xfce007ff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: PCI bridge to [bus 31]
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jun 19 20:26:33 archlinux kernel: iommu: Default domain type: Translated
Jun 19 20:26:33 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 19 20:26:33 archlinux kernel: SCSI subsystem initialized
Jun 19 20:26:33 archlinux kernel: libata version 3.00 loaded.
Jun 19 20:26:33 archlinux kernel: ACPI: bus type USB registered
Jun 19 20:26:33 archlinux kernel: usbcore: registered new interface driver usbfs
Jun 19 20:26:33 archlinux kernel: usbcore: registered new interface driver hub
Jun 19 20:26:33 archlinux kernel: usbcore: registered new device driver usb
Jun 19 20:26:33 archlinux kernel: EDAC MC: Ver: 3.0.0
Jun 19 20:26:33 archlinux kernel: efivars: Registered efivars operations
Jun 19 20:26:33 archlinux kernel: NetLabel: Initializing
Jun 19 20:26:33 archlinux kernel: NetLabel: domain hash size = 128
Jun 19 20:26:33 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jun 19 20:26:33 archlinux kernel: NetLabel: unlabeled traffic allowed by default
Jun 19 20:26:33 archlinux kernel: mctp: management component transport protocol core
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_MCTP protocol family
Jun 19 20:26:33 archlinux kernel: PCI: Using ACPI for IRQ routing
Jun 19 20:26:33 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0x09d82000-0x0bffffff]
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0xb9feb000-0xbbffffff]
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
Jun 19 20:26:33 archlinux kernel: e820: reserve RAM buffer [mem 0x83e300000-0x83fffffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: vgaarb: setting as boot VGA device
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: vgaarb: bridge control possible
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 19 20:26:33 archlinux kernel: vgaarb: loaded
Jun 19 20:26:33 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jun 19 20:26:33 archlinux kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jun 19 20:26:33 archlinux kernel: clocksource: Switched to clocksource tsc-early
Jun 19 20:26:33 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Jun 19 20:26:33 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 19 20:26:33 archlinux kernel: pnp: PnP ACPI init
Jun 19 20:26:33 archlinux kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:01: [mem 0x1000000000000 window] could not be reserved
Jun 19 20:26:33 archlinux kernel: system 00:03: [io 0x0a00-0x0a0f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:03: [io 0x0a10-0x0a1f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:03: [io 0x0a20-0x0a2f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:03: [io 0x0a40-0x0a4f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x040b] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x04d6] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c14] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c50-0x0c51] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c52] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c6c] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0c6f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0800-0x089f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0b00-0x0b0f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0900-0x090f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [io 0x0910-0x091f] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Jun 19 20:26:33 archlinux kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Jun 19 20:26:33 archlinux kernel: pnp: PnP ACPI: found 5 devices
Jun 19 20:26:33 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_INET protocol family
Jun 19 20:26:33 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 19 20:26:33 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jun 19 20:26:33 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 19 20:26:33 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 19 20:26:33 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jun 19 20:26:33 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jun 19 20:26:33 archlinux kernel: MPTCP token hash table entries: 32768 (order: 8, 786432 bytes, linear)
Jun 19 20:26:33 archlinux kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Jun 19 20:26:33 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_XDP protocol family
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: PCI bridge to [bus 12]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: PCI bridge to [bus 11-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 10-12]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xfcb00000-0xfcdfffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: PCI bridge to [bus 21]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: PCI bridge to [bus 22]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: bridge window [mem 0xfc900000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: PCI bridge to [bus 23]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: PCI bridge to [bus 24]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: PCI bridge to [bus 25]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: PCI bridge to [bus 26]
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: bridge window [mem 0xfc800000-0xfc8fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: PCI bridge to [bus 20-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: bridge window [mem 0xfc800000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: PCI bridge to [bus 16-26]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: bridge window [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: bridge window [mem 0xfc800000-0xfcafffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: PCI bridge to [bus 27]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: bridge window [mem 0xfcf00000-0xfcffffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: PCI bridge to [bus 30]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: bridge window [mem 0xfc400000-0xfc7fffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: PCI bridge to [bus 31]
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: bridge window [mem 0xfce00000-0xfcefffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfcffffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:00: resource 10 [mem 0x840000000-0x7fffffffff window]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:10: resource 0 [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:10: resource 1 [mem 0xfcb00000-0xfcdfffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:10: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:11: resource 0 [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:11: resource 1 [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:11: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:12: resource 0 [io 0xf000-0xffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:12: resource 1 [mem 0xfcb00000-0xfccfffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:12: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:16: resource 0 [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:16: resource 1 [mem 0xfc800000-0xfcafffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:20: resource 0 [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:20: resource 1 [mem 0xfc800000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:22: resource 0 [io 0xe000-0xefff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:22: resource 1 [mem 0xfc900000-0xfc9fffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:26: resource 1 [mem 0xfc800000-0xfc8fffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:27: resource 1 [mem 0xfcf00000-0xfcffffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:30: resource 1 [mem 0xfc400000-0xfc7fffff]
Jun 19 20:26:33 archlinux kernel: pci_bus 0000:31: resource 1 [mem 0xfce00000-0xfcefffff]
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.1: D0 power state depends on 0000:12:00.0
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.3: extending delay after power-on from D3hot to 20 msec
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.4: extending delay after power-on from D3hot to 20 msec
Jun 19 20:26:33 archlinux kernel: PCI: CLS 64 bytes, default 64
Jun 19 20:26:33 archlinux kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jun 19 20:26:33 archlinux kernel: Trying to unpack rootfs image as initramfs...
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.0: Adding to iommu group 0
Jun 19 20:26:33 archlinux kernel: pci 0000:00:01.1: Adding to iommu group 1
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.0: Adding to iommu group 2
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.1: Adding to iommu group 3
Jun 19 20:26:33 archlinux kernel: pci 0000:00:02.2: Adding to iommu group 4
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.0: Adding to iommu group 5
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.1: Adding to iommu group 6
Jun 19 20:26:33 archlinux kernel: pci 0000:00:08.2: Adding to iommu group 7
Jun 19 20:26:33 archlinux kernel: pci 0000:00:14.0: Adding to iommu group 8
Jun 19 20:26:33 archlinux kernel: pci 0000:00:14.3: Adding to iommu group 8
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.0: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.1: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.2: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.3: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.4: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.5: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.6: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:00:18.7: Adding to iommu group 9
Jun 19 20:26:33 archlinux kernel: pci 0000:10:00.0: Adding to iommu group 10
Jun 19 20:26:33 archlinux kernel: pci 0000:11:00.0: Adding to iommu group 11
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.0: Adding to iommu group 12
Jun 19 20:26:33 archlinux kernel: pci 0000:12:00.1: Adding to iommu group 13
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.1: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:16:00.2: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:00.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:01.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:02.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:03.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:04.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:20:08.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:22:00.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:26:00.0: Adding to iommu group 14
Jun 19 20:26:33 archlinux kernel: pci 0000:27:00.0: Adding to iommu group 15
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.0: Adding to iommu group 16
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.1: Adding to iommu group 17
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.2: Adding to iommu group 18
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.3: Adding to iommu group 19
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.4: Adding to iommu group 20
Jun 19 20:26:33 archlinux kernel: pci 0000:30:00.6: Adding to iommu group 21
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.0: Adding to iommu group 22
Jun 19 20:26:33 archlinux kernel: pci 0000:31:00.1: Adding to iommu group 23
Jun 19 20:26:33 archlinux kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Jun 19 20:26:33 archlinux kernel: AMD-Vi: Interrupt remapping enabled
Jun 19 20:26:33 archlinux kernel: AMD-Vi: X2APIC enabled
Jun 19 20:26:33 archlinux kernel: AMD-Vi: Virtual APIC enabled
Jun 19 20:26:33 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 19 20:26:33 archlinux kernel: software IO TLB: mapped [mem 0x00000000b3111000-0x00000000b7111000] (64MB)
Jun 19 20:26:33 archlinux kernel: LVT offset 0 assigned for vector 0x400
Jun 19 20:26:33 archlinux kernel: perf: AMD IBS detected (0x000003ff)
Jun 19 20:26:33 archlinux kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jun 19 20:26:33 archlinux kernel: Initialise system trusted keyrings
Jun 19 20:26:33 archlinux kernel: Key type blacklist registered
Jun 19 20:26:33 archlinux kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Jun 19 20:26:33 archlinux kernel: fuse: init (API version 7.45)
Jun 19 20:26:33 archlinux kernel: integrity: Platform Keyring initialized
Jun 19 20:26:33 archlinux kernel: integrity: Machine keyring initialized
Jun 19 20:26:33 archlinux kernel: xor: automatically using best checksumming function avx
Jun 19 20:26:33 archlinux kernel: Key type asymmetric registered
Jun 19 20:26:33 archlinux kernel: Asymmetric key parser 'x509' registered
Jun 19 20:26:33 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Jun 19 20:26:33 archlinux kernel: io scheduler mq-deadline registered
Jun 19 20:26:33 archlinux kernel: io scheduler kyber registered
Jun 19 20:26:33 archlinux kernel: io scheduler bfq registered
Jun 19 20:26:33 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 19 20:26:33 archlinux kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 30
Jun 19 20:26:33 archlinux kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 31
Jun 19 20:26:33 archlinux kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 32
Jun 19 20:26:33 archlinux kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 33
Jun 19 20:26:33 archlinux kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 34
Jun 19 20:26:33 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jun 19 20:26:33 archlinux kernel: ACPI: button: Power Button [PWRB]
Jun 19 20:26:33 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jun 19 20:26:33 archlinux kernel: ACPI: button: Power Button [PWRF]
Jun 19 20:26:33 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
Jun 19 20:26:33 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1141
Jun 19 20:26:33 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 19 20:26:33 archlinux kernel: Non-volatile memory driver v1.3
Jun 19 20:26:33 archlinux kernel: Linux agpgart interface v0.103
Jun 19 20:26:33 archlinux kernel: Freeing initrd memory: 51484K
Jun 19 20:26:33 archlinux kernel: tpm_crb MSFT0101:00: Disabling hwrng
Jun 19 20:26:33 archlinux kernel: ACPI: bus type drm_connector registered
Jun 19 20:26:33 archlinux kernel: ahci 0000:16:00.1: SSS flag set, parallel bus scan disabled
Jun 19 20:26:33 archlinux kernel: ahci 0000:16:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 19 20:26:33 archlinux kernel: ahci 0000:16:00.1: 8/8 ports implemented (port mask 0xff)
Jun 19 20:26:33 archlinux kernel: ahci 0000:16:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Jun 19 20:26:33 archlinux kernel: scsi host0: ahci
Jun 19 20:26:33 archlinux kernel: scsi host1: ahci
Jun 19 20:26:33 archlinux kernel: scsi host2: ahci
Jun 19 20:26:33 archlinux kernel: scsi host3: ahci
Jun 19 20:26:33 archlinux kernel: scsi host4: ahci
Jun 19 20:26:33 archlinux kernel: scsi host5: ahci
Jun 19 20:26:33 archlinux kernel: scsi host6: ahci
Jun 19 20:26:33 archlinux kernel: scsi host7: ahci
Jun 19 20:26:33 archlinux kernel: ata1: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80100 irq 45 lpm-pol 1 ext
Jun 19 20:26:33 archlinux kernel: ata2: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80180 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata3: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80200 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata4: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80280 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata5: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80300 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata6: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80380 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata7: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80400 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ata8: SATA max UDMA/133 abar m131072@0xfca80000 port 0xfca80480 irq 45 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.0: 1/1 ports implemented (port mask 0x1)
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Jun 19 20:26:33 archlinux kernel: scsi host8: ahci
Jun 19 20:26:33 archlinux kernel: ata9: SATA max UDMA/133 abar m2048@0xfce01000 port 0xfce01100 irq 47 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.1: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.1: 1/1 ports implemented (port mask 0x1)
Jun 19 20:26:33 archlinux kernel: ahci 0000:31:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Jun 19 20:26:33 archlinux kernel: scsi host9: ahci
Jun 19 20:26:33 archlinux kernel: ata10: SATA max UDMA/133 abar m2048@0xfce00000 port 0xfce00100 irq 49 lpm-pol 3
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: new USB bus registered, assigned bus number 1
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: new USB bus registered, assigned bus number 2
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:16:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 19 20:26:33 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb1: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb1: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb1: SerialNumber: 0000:16:00.0
Jun 19 20:26:33 archlinux kernel: hub 1-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 1-0:1.0: 14 ports detected
Jun 19 20:26:33 archlinux kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 19 20:26:33 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb2: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb2: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb2: SerialNumber: 0000:16:00.0
Jun 19 20:26:33 archlinux kernel: hub 2-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 2-0:1.0: 8 ports detected
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: new USB bus registered, assigned bus number 3
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: new USB bus registered, assigned bus number 4
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:26:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 19 20:26:33 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb3: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb3: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb3: SerialNumber: 0000:26:00.0
Jun 19 20:26:33 archlinux kernel: hub 3-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 3-0:1.0: 2 ports detected
Jun 19 20:26:33 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 19 20:26:33 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb4: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb4: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb4: SerialNumber: 0000:26:00.0
Jun 19 20:26:33 archlinux kernel: hub 4-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 4-0:1.0: 2 ports detected
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: new USB bus registered, assigned bus number 5
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: new USB bus registered, assigned bus number 6
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jun 19 20:26:33 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb5: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb5: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb5: SerialNumber: 0000:30:00.3
Jun 19 20:26:33 archlinux kernel: hub 5-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 5-0:1.0: 4 ports detected
Jun 19 20:26:33 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 19 20:26:33 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb6: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb6: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb6: SerialNumber: 0000:30:00.3
Jun 19 20:26:33 archlinux kernel: hub 6-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 6-0:1.0: 2 ports detected
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: new USB bus registered, assigned bus number 7
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: new USB bus registered, assigned bus number 8
Jun 19 20:26:33 archlinux kernel: xhci_hcd 0000:30:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jun 19 20:26:33 archlinux kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb7: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb7: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb7: SerialNumber: 0000:30:00.4
Jun 19 20:26:33 archlinux kernel: hub 7-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 7-0:1.0: 4 ports detected
Jun 19 20:26:33 archlinux kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 19 20:26:33 archlinux kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.19
Jun 19 20:26:33 archlinux kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 19 20:26:33 archlinux kernel: usb usb8: Product: xHCI Host Controller
Jun 19 20:26:33 archlinux kernel: usb usb8: Manufacturer: Linux 6.19.14-arch1-1 xhci-hcd
Jun 19 20:26:33 archlinux kernel: usb usb8: SerialNumber: 0000:30:00.4
Jun 19 20:26:33 archlinux kernel: hub 8-0:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 8-0:1.0: 2 ports detected
Jun 19 20:26:33 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Jun 19 20:26:33 archlinux kernel: usbserial: USB Serial support registered for generic
Jun 19 20:26:33 archlinux kernel: i8042: PNP: No PS/2 controller found.
Jun 19 20:26:33 archlinux kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 19 20:26:33 archlinux kernel: rtc_cmos 00:02: registered as rtc0
Jun 19 20:26:33 archlinux kernel: rtc_cmos 00:02: setting system clock to 2026-06-20T00:26:29 UTC (1781915189)
Jun 19 20:26:33 archlinux kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
Jun 19 20:26:33 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Jun 19 20:26:33 archlinux kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Jun 19 20:26:33 archlinux kernel: fbcon: Deferring console take-over
Jun 19 20:26:33 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 19 20:26:33 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 19 20:26:33 archlinux kernel: usbcore: registered new interface driver usbhid
Jun 19 20:26:33 archlinux kernel: usbhid: USB HID core driver
Jun 19 20:26:33 archlinux kernel: rust_binder: Loaded Rust Binder.
Jun 19 20:26:33 archlinux kernel: drop_monitor: Initializing network drop monitor service
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_INET6 protocol family
Jun 19 20:26:33 archlinux kernel: Segment Routing with IPv6
Jun 19 20:26:33 archlinux kernel: RPL Segment Routing with IPv6
Jun 19 20:26:33 archlinux kernel: In-situ OAM (IOAM) with IPv6
Jun 19 20:26:33 archlinux kernel: NET: Registered PF_PACKET protocol family
Jun 19 20:26:33 archlinux kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Jun 19 20:26:33 archlinux kernel: microcode: Current revision: 0x0a500014
Jun 19 20:26:33 archlinux kernel: resctrl: L3 allocation detected
Jun 19 20:26:33 archlinux kernel: resctrl: MB allocation detected
Jun 19 20:26:33 archlinux kernel: resctrl: L3 monitoring detected
Jun 19 20:26:33 archlinux kernel: IPI shorthand broadcast: enabled
Jun 19 20:26:33 archlinux kernel: sched_clock: Marking stable (639051953, 259461)->(656902547, -17591133)
Jun 19 20:26:33 archlinux kernel: registered taskstats version 1
Jun 19 20:26:33 archlinux kernel: Loading compiled-in X.509 certificates
Jun 19 20:26:33 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9b47e8de8f770e7b2b25b0d443cd669258325bd3'
Jun 19 20:26:33 archlinux kernel: zswap: loaded using pool zstd
Jun 19 20:26:33 archlinux kernel: Demotion targets for Node 0: null
Jun 19 20:26:33 archlinux kernel: Key type .fscrypt registered
Jun 19 20:26:33 archlinux kernel: Key type fscrypt-provisioning registered
Jun 19 20:26:33 archlinux kernel: Btrfs loaded, zoned=yes, fsverity=yes
Jun 19 20:26:33 archlinux kernel: Key type big_key registered
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft UEFI CA 2023: 81aa6b3244c935bce0d6628af39827421e32497d'
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation: Windows UEFI CA 2023: aefc5fbbbe055d8f8daa585473499417ab5a5272'
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Option ROM UEFI CA 2023: 514fbf937fa46fb57bf07af8bed84b3b864b1711'
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jun 19 20:26:33 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 19 20:26:33 archlinux kernel: integrity: Loaded X.509 cert 'MSI SHIP DB: ebc30d5be5f35f8041c1c2d9e613eee2'
Jun 19 20:26:33 archlinux kernel: PM: Magic number: 14:872:405
Jun 19 20:26:33 archlinux kernel: RAS: Correctable Errors collector initialized.
Jun 19 20:26:33 archlinux kernel: clk: Disabling unused clocks
Jun 19 20:26:33 archlinux kernel: PM: genpd: Disabling unused power domains
Jun 19 20:26:33 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 330)
Jun 19 20:26:33 archlinux kernel: ata9: SATA link down (SStatus 0 SControl 300)
Jun 19 20:26:33 archlinux kernel: ata10: SATA link down (SStatus 0 SControl 300)
Jun 19 20:26:33 archlinux kernel: usb 1-11: new full-speed USB device number 2 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: usb 5-2: new high-speed USB device number 2 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: usb 5-2: New USB device found, idVendor=1acf, idProduct=0b10, bcdDevice=12.02
Jun 19 20:26:33 archlinux kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 5-2: Product: CODi A05020 Webcam
Jun 19 20:26:33 archlinux kernel: usb 5-2: Manufacturer: SunplusIT Inc
Jun 19 20:26:33 archlinux kernel: ata2: SATA link down (SStatus 0 SControl 330)
Jun 19 20:26:33 archlinux kernel: usb 3-2: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.57
Jun 19 20:26:33 archlinux kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 3-2: Product: USB2.1 Hub
Jun 19 20:26:33 archlinux kernel: usb 3-2: Manufacturer: Generic
Jun 19 20:26:33 archlinux kernel: hub 3-2:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 3-2:1.0: 5 ports detected
Jun 19 20:26:33 archlinux kernel: usb 1-11: New USB device found, idVendor=2550, idProduct=8761, bcdDevice= 2.00
Jun 19 20:26:33 archlinux kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 19 20:26:33 archlinux kernel: usb 1-11: Product: Bluetooth Radio
Jun 19 20:26:33 archlinux kernel: usb 1-11: Manufacturer: Realtek
Jun 19 20:26:33 archlinux kernel: usb 1-11: SerialNumber: 00E04C239987
Jun 19 20:26:33 archlinux kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.57
Jun 19 20:26:33 archlinux kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 4-2: Product: USB3.2 Hub
Jun 19 20:26:33 archlinux kernel: usb 4-2: Manufacturer: Generic
Jun 19 20:26:33 archlinux kernel: hub 4-2:1.0: USB hub found
Jun 19 20:26:33 archlinux kernel: hub 4-2:1.0: 3 ports detected
Jun 19 20:26:33 archlinux kernel: usb 1-12: new full-speed USB device number 3 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: tsc: Refined TSC clocksource calibration: 3792.889 MHz
Jun 19 20:26:33 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d5835d7d2a, max_idle_ns: 881590702836 ns
Jun 19 20:26:33 archlinux kernel: clocksource: Switched to clocksource tsc
Jun 19 20:26:33 archlinux kernel: usb 3-2.5: new high-speed USB device number 3 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: usb 3-2.5: New USB device found, idVendor=0bda, idProduct=1100, bcdDevice= 1.01
Jun 19 20:26:33 archlinux kernel: usb 3-2.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 3-2.5: Product: HID Device
Jun 19 20:26:33 archlinux kernel: usb 3-2.5: Manufacturer: Realtek
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:0BDA:1100.0001: hiddev96,hidraw0: USB HID v1.11 Device [Realtek HID Device] on usb-0000:26:00.0-2.5/input0
Jun 19 20:26:33 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 19 20:26:33 archlinux kernel: ata3.00: Model 'Samsung SSD 860 EVO 4TB', rev 'RVT04B6Q', applying quirks: noncqtrim zeroaftertrim noncqonati nolpmonati
Jun 19 20:26:33 archlinux kernel: ata3.00: supports DRM functions and may not be fully accessible
Jun 19 20:26:33 archlinux kernel: ata3.00: ATA-11: Samsung SSD 860 EVO 4TB, RVT04B6Q, max UDMA/133
Jun 19 20:26:33 archlinux kernel: ata3.00: 7814037168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jun 19 20:26:33 archlinux kernel: ata3.00: Features: Trust Dev-Sleep DIPM NCQ-sndrcv
Jun 19 20:26:33 archlinux kernel: ata3.00: supports DRM functions and may not be fully accessible
Jun 19 20:26:33 archlinux kernel: ata3.00: configured for UDMA/133
Jun 19 20:26:33 archlinux kernel: ahci 0000:16:00.1: port does not support device sleep
Jun 19 20:26:33 archlinux kernel: scsi 2:0:0:0: Direct-Access ATA Samsung SSD 860 4B6Q PQ: 0 ANSI: 5
Jun 19 20:26:33 archlinux kernel: ata3.00: Enabling discard_zeroes_data
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jun 19 20:26:33 archlinux kernel: ata3.00: Enabling discard_zeroes_data
Jun 19 20:26:33 archlinux kernel: sda: sda1 sda2 sda3
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] supports TCG Opal
Jun 19 20:26:33 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Jun 19 20:26:33 archlinux kernel: usb 1-12: New USB device found, idVendor=0c45, idProduct=652f, bcdDevice= 1.02
Jun 19 20:26:33 archlinux kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 1-12: Product: USB DEVICE
Jun 19 20:26:33 archlinux kernel: usb 1-12: Manufacturer: SONiX
Jun 19 20:26:33 archlinux kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-12/1-12:1.0/0003:0C45:652F.0002/input/input2
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:0C45:652F.0002: input,hidraw1: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:16:00.0-12/input0
Jun 19 20:26:33 archlinux kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-12/1-12:1.1/0003:0C45:652F.0003/input/input3
Jun 19 20:26:33 archlinux kernel: input: SONiX USB DEVICE Wireless Radio Control as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-12/1-12:1.1/0003:0C45:652F.0003/input/input4
Jun 19 20:26:33 archlinux kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-12/1-12:1.1/0003:0C45:652F.0003/input/input5
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:0C45:652F.0003: input,hiddev97,hidraw2: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:16:00.0-12/input1
Jun 19 20:26:33 archlinux kernel: ata4: SATA link down (SStatus 0 SControl 300)
Jun 19 20:26:33 archlinux kernel: usb 1-13: new full-speed USB device number 4 using xhci_hcd
Jun 19 20:26:33 archlinux kernel: ata5: SATA link down (SStatus 0 SControl 330)
Jun 19 20:26:33 archlinux kernel: usb 1-13: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
Jun 19 20:26:33 archlinux kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 19 20:26:33 archlinux kernel: usb 1-13: Product: USB Receiver
Jun 19 20:26:33 archlinux kernel: usb 1-13: Manufacturer: Logitech
Jun 19 20:26:33 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.0/0003:046D:C52B.0004/input/input6
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:046D:C52B.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:16:00.0-13/input0
Jun 19 20:26:33 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.1/0003:046D:C52B.0005/input/input7
Jun 19 20:26:33 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.1/0003:046D:C52B.0005/input/input8
Jun 19 20:26:33 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.1/0003:046D:C52B.0005/input/input9
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:046D:C52B.0005: input,hiddev98,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:16:00.0-13/input1
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:046D:C52B.0006: hiddev99,hidraw5: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:16:00.0-13/input2
Jun 19 20:26:33 archlinux kernel: ata6: failed to resume link (SControl 0)
Jun 19 20:26:33 archlinux kernel: ata6: SATA link down (SStatus 0 SControl 0)
Jun 19 20:26:33 archlinux kernel: ata7: SATA link down (SStatus 0 SControl 330)
Jun 19 20:26:33 archlinux kernel: ata8: SATA link down (SStatus 0 SControl 330)
Jun 19 20:26:33 archlinux kernel: Freeing unused decrypted memory: 2028K
Jun 19 20:26:33 archlinux kernel: Freeing unused kernel image (initmem) memory: 4776K
Jun 19 20:26:33 archlinux kernel: Write protecting the kernel read-only data: 40960k
Jun 19 20:26:33 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 1952K
Jun 19 20:26:33 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1684K
Jun 19 20:26:33 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 19 20:26:33 archlinux kernel: rodata_test: all tests were successful
Jun 19 20:26:33 archlinux kernel: Run /init as init process
Jun 19 20:26:33 archlinux kernel: with arguments:
Jun 19 20:26:33 archlinux kernel: /init
Jun 19 20:26:33 archlinux kernel: with environment:
Jun 19 20:26:33 archlinux kernel: HOME=/
Jun 19 20:26:33 archlinux kernel: TERM=linux
Jun 19 20:26:33 archlinux systemd[1]: Successfully made /usr/ read-only.
Jun 19 20:26:33 archlinux systemd[1]: systemd 260.1-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +LIBARCHIVE)
Jun 19 20:26:33 archlinux systemd[1]: Detected architecture x86-64.
Jun 19 20:26:33 archlinux systemd[1]: Running in initrd.
Jun 19 20:26:33 archlinux systemd[1]: Received untrusted credentials: nvpcr-anchor.9624158955664b62aa682cc7dfd73625
Jun 19 20:26:33 archlinux systemd[1]: Acquired 0 regular credentials, 1 untrusted credentials.
Jun 19 20:26:33 archlinux kernel: fbcon: Taking over console
Jun 19 20:26:33 archlinux systemd[1]: Initializing machine ID from random generator.
Jun 19 20:26:33 archlinux kernel: Console: switching to colour frame buffer device 128x48
Jun 19 20:26:33 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Jun 19 20:26:33 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
Jun 19 20:26:33 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 19 20:26:33 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/12b12b25-432d-4ffb-ac8c-2bfff58d5c13...
Jun 19 20:26:33 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/d846968b-52a3-4a09-bfe4-9646b3c43934...
Jun 19 20:26:33 archlinux systemd[1]: Reached target Path Units.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Slice Units.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Swaps.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Timer Units.
Jun 19 20:26:33 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Jun 19 20:26:33 archlinux systemd[1]: Listening on Journal Sockets.
Jun 19 20:26:33 archlinux systemd[1]: Listening on udev Control Socket.
Jun 19 20:26:33 archlinux systemd[1]: Listening on udev Kernel Socket.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Socket Units.
Jun 19 20:26:33 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Jun 19 20:26:33 archlinux systemd[1]: Early Battery Level Check skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/class/power_supply
Jun 19 20:26:33 archlinux systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
Jun 19 20:26:33 archlinux systemd[1]: Starting Journal Service...
Jun 19 20:26:33 archlinux systemd[1]: Starting Load Kernel Modules...
Jun 19 20:26:33 archlinux systemd[1]: Starting TPM PCR Barrier (initrd)...
Jun 19 20:26:33 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 19 20:26:33 archlinux systemd[1]: Starting Coldplug All udev Devices...
Jun 19 20:26:33 archlinux systemd-journald[262]: Collecting audit messages is disabled.
Jun 19 20:26:33 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Jun 19 20:26:33 archlinux systemd[1]: Finished Load Kernel Modules.
Jun 19 20:26:33 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Jun 19 20:26:33 archlinux systemd[1]: Reached target Local File Systems.
Jun 19 20:26:33 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 19 20:26:33 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 19 20:26:33 archlinux systemd[1]: Finished TPM PCR Barrier (initrd).
Jun 19 20:26:33 archlinux systemd-journald[262]: Journal started
Jun 19 20:26:33 archlinux systemd-journald[262]: Runtime Journal (/run/log/journal/c67f07dc909b40d3b621b1b6128b3b8f) is 8M, max 639.5M, 631.5M free.
Jun 19 20:26:33 archlinux systemd-udevd[278]: Using default interface naming scheme 'v260'.
Jun 19 20:26:33 archlinux systemd-pcrextend[267]: Extended PCR index 11 with 'enter-initrd' (banks sha256, sha384).
Jun 19 20:26:33 archlinux systemd[1]: Started Journal Service.
Jun 19 20:26:33 archlinux systemd[1]: Starting Create System Files and Directories...
Jun 19 20:26:33 archlinux systemd[1]: Finished Create System Files and Directories.
Jun 19 20:26:33 archlinux systemd[1]: Finished Coldplug All udev Devices.
Jun 19 20:26:33 archlinux kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Jun 19 20:26:33 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input11
Jun 19 20:26:33 archlinux kernel: ccp 0000:30:00.2: enabling device (0000 -> 0002)
Jun 19 20:26:33 archlinux kernel: ccp 0000:30:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jun 19 20:26:33 archlinux kernel: ccp 0000:30:00.2: tee enabled
Jun 19 20:26:33 archlinux kernel: ccp 0000:30:00.2: psp enabled
Jun 19 20:26:33 archlinux kernel: Key type psk registered
Jun 19 20:26:33 archlinux kernel: nvme nvme0: pci function 0000:27:00.0
Jun 19 20:26:33 archlinux systemd[1]: Starting Virtual Console Setup...
Jun 19 20:26:33 archlinux kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 19 20:26:33 archlinux systemd-vconsole-setup[359]: Configuration of first virtual console was skipped, ignoring remaining ones.
Jun 19 20:26:33 archlinux systemd[1]: Finished Virtual Console Setup.
Jun 19 20:26:33 archlinux kernel: nvme0n1: p1 p2
Jun 19 20:26:33 archlinux systemd[1]: Found device WD_BLACK SN850X 1000GB linux.
Jun 19 20:26:33 archlinux systemd[1]: Starting Cryptography Setup for root...
Jun 19 20:26:33 archlinux kernel: ACPI: video: Video Device [VGA1] (multi-head: yes rom: no post: no)
Jun 19 20:26:33 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LNXVIDEO:01/input/input12
Jun 19 20:26:33 archlinux kernel: device-mapper: uevent: version 1.0.3
Jun 19 20:26:33 archlinux kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Jun 19 20:26:33 archlinux systemd[1]: Starting Dispatch Password Requests to Console...
Jun 19 20:26:33 archlinux systemd[1]: Started Dispatch Password Requests to Console.
Jun 19 20:26:33 archlinux systemd-tty-ask-password-agent[369]: Starting password query on /dev/tty1.
Jun 19 20:26:33 archlinux kernel: logitech-djreceiver 0003:046D:C52B.0006: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:16:00.0-13/input2
Jun 19 20:26:33 archlinux kernel: input: Logitech Wireless Device PID:4051 Mouse as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4051.0007/input/input13
Jun 19 20:26:33 archlinux kernel: hid-generic 0003:046D:4051.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Device PID:4051] on usb-0000:16:00.0-13/input2:1
Jun 19 20:26:33 archlinux kernel: input: Logitech M510 as /devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13/1-13:1.2/0003:046D:C52B.0006/0003:046D:4051.0007/input/input17
Jun 19 20:26:33 archlinux kernel: logitech-hidpp-device 0003:046D:4051.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech M510] on usb-0000:16:00.0-13/input2:1
Jun 19 20:26:35 archlinux kernel: amdgpu: Virtual CRAT table created for CPU
Jun 19 20:26:35 archlinux kernel: amdgpu: Topology: Add CPU node
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: enabling device (0006 -> 0007)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x1458:0x2413 0xC8).
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: register mmio base: 0xFCB00000
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: register mmio size: 1048576
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 0 <common_v1_0_0> (soc21_common)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 1 <gmc_v11_0_0> (gmc_v11_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 2 <ih_v6_0_0> (ih_v6_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 3 <psp_v13_0_0> (psp)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 4 <smu_v13_0_0> (smu)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 5 <dce_v1_0_0> (dm)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 6 <gfx_v11_0_0> (gfx_v11_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 7 <sdma_v6_0_0> (sdma_v6_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 8 <vcn_v4_0_0> (vcn_v4_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 9 <jpeg_v4_0_0> (jpeg_v4_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: detected ip block number 10 <mes_v11_0_0> (mes_v11_0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: Fetched VBIOS from VFCT
Jun 19 20:26:35 archlinux kernel: amdgpu: ATOM BIOS: 113-APM6771OC-58A2
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: CP RS64 enable
Jun 19 20:26:35 archlinux kernel: Console: switching to colour dummy device 80x25
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: vgaarb: deactivate vga console
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: MEM ECC is not presented.
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: SRAM ECC is not presented.
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: DF poison setting is inconsistent(1:0:0:0)!
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: Poison setting is inconsistent in DF/UMC(0:1)!
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
Jun 19 20:26:35 archlinux kernel: [drm] Detected VRAM RAM=16368M, BAR=16384M
Jun 19 20:26:35 archlinux kernel: [drm] RAM width 256bits GDDR6
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: amdgpu: 16368M of VRAM memory ready
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: amdgpu: 15988M of GTT memory ready.
Jun 19 20:26:35 archlinux kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
Jun 19 20:26:35 archlinux kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000300000).
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x07002F00
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [VCN instance 0] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [VCN instance 1] Found VCN firmware Version ENC: 1.24 DEC: 9 VEP: 0 Revision: 16
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00505600 (80.86.0)
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: SMU driver if version not matched
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: SMU is initialized successfully!
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] Display Core v3.2.359 initialized on DCN 3.2
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Jun 19 20:26:35 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x07002F00
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] HDMI-A-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] DP-1: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] DP-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: [drm] HDMI-A-2: PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
Jun 19 20:26:36 archlinux kernel: amdgpu: HMM registered 16368MB device memory
Jun 19 20:26:36 archlinux kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Jun 19 20:26:36 archlinux kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Jun 19 20:26:36 archlinux kernel: amdgpu: Virtual CRAT table created for GPU
Jun 19 20:26:36 archlinux kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
Jun 19 20:26:36 archlinux kernel: kfd kfd: amdgpu: added device 1002:747e
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: amdgpu: Using BAMACO for runtime pm
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: [drm] Registered 4 planes with drm panic
Jun 19 20:26:36 archlinux kernel: [drm] Initialized amdgpu 3.64.0 for 0000:12:00.0 on minor 1
Jun 19 20:26:36 archlinux kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jun 19 20:26:36 archlinux kernel: [drm] pre_validate_dsc:1667 MST_DSC dsc precompute is not needed
Jun 19 20:26:36 archlinux kernel: Console: switching to colour frame buffer device 240x67
Jun 19 20:26:36 archlinux kernel: amdgpu 0000:12:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jun 19 20:26:38 archlinux systemd-tty-ask-password-agent[369]: Password query on /dev/tty1 finished successfully.
Jun 19 20:26:38 archlinux systemd-cryptsetup[365]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/d846968b-52a3-4a09-bfe4-9646b3c43934.
Jun 19 20:26:39 archlinux kernel: Key type trusted registered
Jun 19 20:26:39 archlinux kernel: Key type encrypted registered
Jun 19 20:26:39 archlinux systemd[1]: Found device /dev/disk/by-uuid/12b12b25-432d-4ffb-ac8c-2bfff58d5c13.
Jun 19 20:26:39 archlinux systemd[1]: Finished Cryptography Setup for root.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Initrd Root Device.
Jun 19 20:26:39 archlinux systemd[1]: Reached target System Initialization.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Basic System.
Jun 19 20:26:39 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/12b12b25-432d-4ffb-ac8c-2bfff58d5c13...
Jun 19 20:26:39 archlinux systemd-fsck[455]: linux-plaintext: clean, 4734240/60260352 files, 136779105/241040384 blocks
Jun 19 20:26:39 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/12b12b25-432d-4ffb-ac8c-2bfff58d5c13.
Jun 19 20:26:39 archlinux systemd[1]: Mounting /sysroot...
Jun 19 20:26:39 archlinux kernel: EXT4-fs (dm-0): Supports (experimental) DIO atomic writes awu_min: 4096, awu_max: 4096
Jun 19 20:26:39 archlinux kernel: EXT4-fs (dm-0): mounted filesystem 12b12b25-432d-4ffb-ac8c-2bfff58d5c13 r/w with ordered data mode. Quota mode: none.
Jun 19 20:26:39 archlinux systemd[1]: Mounted /sysroot.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Initrd Root File System.
Jun 19 20:26:39 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Jun 19 20:26:39 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Jun 19 20:26:39 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Jun 19 20:26:39 archlinux systemd[1]: initrd-parse-etc.service: Triggering OnSuccess= dependencies.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Initrd File Systems.
Jun 19 20:26:39 archlinux systemd[1]: Reached target Initrd Default Target.
Jun 19 20:26:39 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Initrd Default Target.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Basic System.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Initrd Root Device.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Path Units.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Slice Units.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Socket Units.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target System Initialization.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Swaps.
Jun 19 20:26:39 archlinux systemd[1]: Stopped target Timer Units.
Jun 19 20:26:39 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Jun 19 20:26:39 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Jun 19 20:26:39 archlinux systemd[1]: Stopping Dispatch Password Requests to Console...
Jun 19 20:26:39 archlinux systemd[1]: Stopping Display Boot-Time Emergency Messages In Full Screen...
Jun 19 20:26:39 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jun 19 20:26:39 archlinux systemd[1]: Stopped Load Kernel Modules.
Jun 19 20:26:40 archlinux systemd[1]: Stopping TPM PCR Barrier (initrd)...
Jun 19 20:26:40 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Create System Files and Directories.
Jun 19 20:26:40 archlinux systemd[1]: Stopped target Local File Systems.
Jun 19 20:26:40 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Jun 19 20:26:40 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Jun 19 20:26:40 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Jun 19 20:26:40 archlinux systemd[1]: systemd-bsod.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Display Boot-Time Emergency Messages In Full Screen.
Jun 19 20:26:40 archlinux systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Dispatch Password Requests to Console.
Jun 19 20:26:40 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Jun 19 20:26:40 archlinux systemd[1]: systemd-udevd.service: Consumed 3.224s CPU time over 6.741s wall clock time, 39.1M memory peak.
Jun 19 20:26:40 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Jun 19 20:26:40 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 19 20:26:40 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Closed udev Control Socket.
Jun 19 20:26:40 archlinux systemd[1]: Starting Cleanup udev Database...
Jun 19 20:26:40 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 19 20:26:40 archlinux systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped Virtual Console Setup.
Jun 19 20:26:40 archlinux systemd-pcrextend[478]: Extended PCR index 11 with 'leave-initrd' (banks sha256, sha384).
Jun 19 20:26:40 archlinux systemd[1]: systemd-pcrphase-initrd.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Stopped TPM PCR Barrier (initrd).
Jun 19 20:26:40 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Jun 19 20:26:40 archlinux systemd[1]: Finished Cleanup udev Database.
Jun 19 20:26:40 archlinux systemd[1]: Reached target Switch Root.
Jun 19 20:26:40 archlinux systemd[1]: Starting Switch Root...
Jun 19 20:26:40 archlinux systemd[1]: Switching root.
Jun 19 20:26:40 archlinux systemd-journald[262]: Journal stopped
Jun 19 20:26:41 col-desktop-linux systemd-journald[262]: Received SIGTERM from PID 1 (systemd).
Jun 19 20:26:41 col-desktop-linux systemd[1]: systemd 260.2-2-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +LIBARCHIVE)
Jun 19 20:26:41 col-desktop-linux systemd[1]: Detected architecture x86-64.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Received untrusted credentials: nvpcr-anchor.9624158955664b62aa682cc7dfd73625
Jun 19 20:26:41 col-desktop-linux systemd[1]: Acquired 0 regular credentials, 1 untrusted credentials.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Hostname set to <col-desktop-linux>.
Jun 19 20:26:41 col-desktop-linux systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jun 19 20:26:41 col-desktop-linux systemd[1]: initrd-switch-root.service: Deactivated successfully.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Stopped Switch Root.
Jun 19 20:26:41 col-desktop-linux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/dirmngr.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/getty.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/gpg-agent.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/keyboxd.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/modprobe.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Created slice User and Session Slice.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Expecting device /dev/disk/by-uuid/16AC-A2EC...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Expecting device /dev/disk/by-uuid/bc9c038f-2785-4be6-94b9-2bf465996545...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Login Prompts.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Image Downloads.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Stopped target Switch Root.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Stopped target Initrd File Systems.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Stopped target Initrd Root File System.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Path Units.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Remote File Systems.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Slice Units.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Swaps.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Local Verity Protected Volumes.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on LVM2 poll daemon socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Query the User Interactively for a Password.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Process Core Dump Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Credential Encryption/Decryption.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Factory Reset Management.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Console Output Muting Service Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on TPM PCR Measurements.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Make TPM PCR Policy.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Disk Repartitioning Service Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on udev Control Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on udev Varlink Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting Huge Pages File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting POSIX Message Queue File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting Kernel Debug File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting Kernel Trace File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting Temporary Directory /tmp...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Create List of Static Device Nodes...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting Kernel Configuration File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm
Jun 19 20:26:41 col-desktop-linux systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounting FUSE Control File System...
Jun 19 20:26:41 col-desktop-linux systemd[1]: systemd-cryptsetup@root.service: Deactivated successfully.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Stopped systemd-cryptsetup@root.service.
Jun 19 20:26:41 col-desktop-linux systemd[1]: systemd-cryptsetup@root.service: Consumed 1.672s CPU time over 7.399s wall clock time, 789.5M memory peak.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Journal Service...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Load Kernel Modules...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting TPM PCR Machine ID Measurement...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Early TPM SRK Setup...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Load udev Rules from Credentials...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Coldplug All udev Devices...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted Huge Pages File System.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted POSIX Message Queue File System.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted Kernel Debug File System.
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: Collecting audit messages is disabled.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted Kernel Trace File System.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted Temporary Directory /tmp.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Create List of Static Device Nodes.
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: Journal started
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: Runtime Journal (/run/log/journal/9624158955664b62aa682cc7dfd73625) is 8M, max 639.5M, 631.5M free.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Queued start job for default target Graphical Interface.
Jun 19 20:26:41 col-desktop-linux systemd[1]: systemd-journald.service: Deactivated successfully.
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Using 8 probe threads
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Failed to find module 'vboxnetflt'
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Failed to find module 'vboxdrv'
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Failed to find module 'vboxnetadp'
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted Kernel Configuration File System.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Started Journal Service.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Mounted FUSE Control File System.
Jun 19 20:26:41 col-desktop-linux kernel: EXT4-fs (dm-0): re-mounted 12b12b25-432d-4ffb-ac8c-2bfff58d5c13.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Inserted module 'crypto_user'
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Inserted module 'ntsync'
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Load udev Rules from Credentials.
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Inserted module 'sg'
Jun 19 20:26:41 col-desktop-linux kernel: i2c_dev: i2c /dev entries driver
Jun 19 20:26:41 col-desktop-linux kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Inserted module 'i2c_dev'
Jun 19 20:26:41 col-desktop-linux kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jun 19 20:26:41 col-desktop-linux kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jun 19 20:26:41 col-desktop-linux kernel: i2c i2c-9: Successfully instantiated SPD at 0x50
Jun 19 20:26:41 col-desktop-linux kernel: i2c i2c-9: Successfully instantiated SPD at 0x51
Jun 19 20:26:41 col-desktop-linux kernel: i2c i2c-9: Successfully instantiated SPD at 0x52
Jun 19 20:26:41 col-desktop-linux kernel: i2c i2c-9: Successfully instantiated SPD at 0x53
Jun 19 20:26:41 col-desktop-linux kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jun 19 20:26:41 col-desktop-linux systemd[1]: Rebuild Hardware Database skipped, no trigger condition checks were met.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 19 20:26:41 col-desktop-linux systemd-modules-load[657]: Inserted module 'i2c_piix4'
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Load/Save OS Random Seed...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 19 20:26:41 col-desktop-linux systemd-tpm2-setup[661]: SRK already stored in the TPM.
Jun 19 20:26:41 col-desktop-linux systemd-tpm2-setup[661]: SRK fingerprint is 6ccd7cdd7c2ec7558a2ca76a0e715767de4798e5db54f1a2087d2a0ba0da0b5b.
Jun 19 20:26:41 col-desktop-linux systemd-tpm2-setup[661]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.pem' in PEM format.
Jun 19 20:26:41 col-desktop-linux systemd-tpm2-setup[661]: SRK public key saved to '/run/systemd/tpm2-srk-public-key.tpm2b_public' in TPM2B_PUBLIC format.
Jun 19 20:26:41 col-desktop-linux systemd-pcrextend[658]: Extended PCR index 15 with 'machine-id:9624158955664b62aa682cc7dfd73625' (banks sha256, sha384).
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Load Kernel Modules.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished TPM PCR Machine ID Measurement.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: Time spent on flushing to /var/log/journal/9624158955664b62aa682cc7dfd73625 is 22.164ms for 1329 entries.
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: System Journal (/var/log/journal/9624158955664b62aa682cc7dfd73625) is 2.1G, max 4G, 1.8G free.
Jun 19 20:26:41 col-desktop-linux systemd-journald[656]: Received client request to flush runtime journal.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Apply Kernel Variables...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Load/Save OS Random Seed.
Jun 19 20:26:41 col-desktop-linux systemd-sysctl[690]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory
Jun 19 20:26:41 col-desktop-linux systemd-sysctl[690]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory
Jun 19 20:26:41 col-desktop-linux systemd-sysctl[690]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Apply Kernel Variables.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Create System Users...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Create System Users.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Journal Log Access Socket...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Network Time Synchronization...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Journal Log Access Socket.
Jun 19 20:26:41 col-desktop-linux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 696 ((systemd-times))
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Preparation for Local File Systems.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 19 20:26:41 col-desktop-linux systemd-udevd[704]: Using default interface naming scheme 'v260'.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 19 20:26:41 col-desktop-linux kernel: ee1004 9-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 19 20:26:41 col-desktop-linux kernel: ee1004 9-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 19 20:26:41 col-desktop-linux kernel: ee1004 9-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 19 20:26:41 col-desktop-linux kernel: ee1004 9-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Coldplug All udev Devices.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs
Jun 19 20:26:41 col-desktop-linux systemd[1]: Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse
Jun 19 20:26:41 col-desktop-linux mtp-probe[764]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-12"
Jun 19 20:26:41 col-desktop-linux mtp-probe[765]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:02.1/0000:16:00.0/usb1/1-13"
Jun 19 20:26:41 col-desktop-linux mtp-probe[764]: bus: 1, device: 3 was not an MTP device
Jun 19 20:26:41 col-desktop-linux mtp-probe[765]: bus: 1, device: 4 was not an MTP device
Jun 19 20:26:41 col-desktop-linux systemd[1]: Condition check resulted in WD_BLACK SN850X 1000GB EFI being skipped.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting File System Check on /dev/disk/by-uuid/16AC-A2EC...
Jun 19 20:26:41 col-desktop-linux systemd[1]: Condition check resulted in Samsung_SSD_860_EVO_4TB linux-aux being skipped.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting File System Check on /dev/disk/by-uuid/bc9c038f-2785-4be6-94b9-2bf465996545...
Jun 19 20:26:41 col-desktop-linux systemd-fsck[819]: linux-aux: clean, 70169/170450944 files, 77721269/681774592 blocks
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished File System Check on /dev/disk/by-uuid/bc9c038f-2785-4be6-94b9-2bf465996545.
Jun 19 20:26:41 col-desktop-linux kernel: mousedev: PS/2 mouse device common for all mice
Jun 19 20:26:41 col-desktop-linux kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jun 19 20:26:41 col-desktop-linux kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jun 19 20:26:41 col-desktop-linux kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jun 19 20:26:41 col-desktop-linux systemd-fsck[795]: fsck.fat 4.2 (2021-01-31)
Jun 19 20:26:41 col-desktop-linux systemd-fsck[795]: /dev/nvme0n1p1: 194 files, 5263/393116 clusters
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished File System Check on /dev/disk/by-uuid/16AC-A2EC.
Jun 19 20:26:41 col-desktop-linux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input18
Jun 19 20:26:41 col-desktop-linux mtp-probe[857]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:30:00.3/usb5/5-2"
Jun 19 20:26:41 col-desktop-linux mtp-probe[857]: bus: 5, device: 2 was not an MTP device
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: Core ver 2.22
Jun 19 20:26:41 col-desktop-linux kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: HCI device and connection manager initialized
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: HCI socket layer initialized
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: L2CAP socket layer initialized
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: SCO socket layer initialized
Jun 19 20:26:41 col-desktop-linux mtp-probe[875]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:02.1/0000:16:00.2/0000:20:08.0/0000:26:00.0/usb3/3-2/3-2.5"
Jun 19 20:26:41 col-desktop-linux mtp-probe[875]: bus: 3, device: 3 was not an MTP device
Jun 19 20:26:41 col-desktop-linux kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Jun 19 20:26:41 col-desktop-linux kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 19 20:26:41 col-desktop-linux kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Jun 19 20:26:41 col-desktop-linux nfsrahead[883]: skipping non-NFS device 259:0
Jun 19 20:26:41 col-desktop-linux nfsrahead[884]: skipping non-NFS device 253:0
Jun 19 20:26:41 col-desktop-linux nfsrahead[886]: skipping non-NFS device 8:0
Jun 19 20:26:41 col-desktop-linux kernel: mc: Linux media interface: v0.10
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Virtual Console Setup...
Jun 19 20:26:41 col-desktop-linux kernel: videodev: Linux video capture interface: v2.00
Jun 19 20:26:41 col-desktop-linux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 19 20:26:41 col-desktop-linux systemd-vconsole-setup[899]: Configuration of first virtual console was skipped, ignoring remaining ones.
Jun 19 20:26:41 col-desktop-linux systemd[1]: Finished Virtual Console Setup.
Jun 19 20:26:41 col-desktop-linux kernel: r8169 0000:22:00.0: enabling device (0000 -> 0003)
Jun 19 20:26:41 col-desktop-linux kernel: usbcore: registered new interface driver btusb
Jun 19 20:26:41 col-desktop-linux systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 19 20:26:41 col-desktop-linux kernel: r8169 0000:22:00.0 eth0: RTL8168h/8111h, 00:d8:61:50:d2:5e, XID 541, IRQ 103
Jun 19 20:26:41 col-desktop-linux kernel: r8169 0000:22:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: TSC scaling supported
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: Nested Virtualization enabled
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: Nested Paging enabled
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: LBR virtualization supported
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Jun 19 20:26:41 col-desktop-linux kernel: kvm_amd: Virtual GIF supported
Jun 19 20:26:41 col-desktop-linux systemd[1]: Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
Jun 19 20:26:41 col-desktop-linux systemd[1]: Rebuild Hardware Database skipped, no trigger condition checks were met.
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Jun 19 20:26:41 col-desktop-linux kernel: r8169 0000:22:00.0 enp34s0: renamed from eth0
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: btrtl_initialize: key id 0
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
Jun 19 20:26:41 col-desktop-linux kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_intel 0000:12:00.1: enabling device (0000 -> 0002)
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_intel 0000:12:00.1: Force to non-snoop mode
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_intel 0000:30:00.1: enabling device (0000 -> 0002)
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_intel 0000:30:00.6: enabling device (0000 -> 0002)
Jun 19 20:26:41 col-desktop-linux systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_intel 0000:12:00.1: bound 0000:12:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jun 19 20:26:41 col-desktop-linux kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:10:00.0/0000:11:00.0/0000:12:00.1/sound/card1/input19
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input23
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input24
Jun 19 20:26:41 col-desktop-linux kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:10:00.0/0000:11:00.0/0000:12:00.1/sound/card1/input20
Jun 19 20:26:41 col-desktop-linux kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:10:00.0/0000:11:00.0/0000:12:00.1/sound/card1/input21
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input25
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input26
Jun 19 20:26:41 col-desktop-linux kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:10:00.0/0000:11:00.0/0000:12:00.1/sound/card1/input22
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input27
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:08.1/0000:30:00.1/sound/card2/input28
Jun 19 20:26:41 col-desktop-linux systemd[1]: Reached target Sound Card.
Jun 19 20:26:41 col-desktop-linux kernel: usb 5-2: 3:1: cannot get freq at ep 0x86
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: autoconfig for ALC892: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: mono: mono_out=0x0
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: dig-out=0x1e/0x0
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: inputs:
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: Rear Mic=0x18
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: Front Mic=0x19
Jun 19 20:26:41 col-desktop-linux kernel: snd_hda_codec_alc662 hdaudioC3D0: Line=0x1a
Jun 19 20:26:41 col-desktop-linux kernel: amd_atl: AMD Address Translation Library initialized
Jun 19 20:26:41 col-desktop-linux kernel: intel_rapl_common: Found RAPL domain package
Jun 19 20:26:41 col-desktop-linux kernel: intel_rapl_common: Found RAPL domain core
Jun 19 20:26:41 col-desktop-linux kernel: usb 5-2: 3:2: cannot get freq at ep 0x86
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input29
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input30
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input31
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input32
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input33
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input34
Jun 19 20:26:41 col-desktop-linux kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:30:00.6/sound/card3/input35
Jun 19 20:26:41 col-desktop-linux kernel: usb 5-2: 3:3: cannot get freq at ep 0x86
Jun 19 20:26:42 col-desktop-linux kernel: usbcore: registered new interface driver snd-usb-audio
Jun 19 20:26:42 col-desktop-linux kernel: uvcvideo 5-2:1.0: Found UVC 1.00 device CODi A05020 Webcam (1acf:0b10)
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounting /efi...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounting /mnt/aux...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Virtual Machine and Container Storage (Compatibility) skipped, unmet condition check ConditionPathExists=/var/lib/machines.raw
Jun 19 20:26:42 col-desktop-linux systemd[1]: Listening on Disk Image Download Service Socket.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounted /efi.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Reached target Local File Systems.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Listening on Boot Loader Control Service Socket.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Listening on System Extension Image Management.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Set Up Additional Binary Formats...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Update Boot Loader Random Seed...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Create System Files and Directories...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Started Network Time Synchronization.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Reached target System Time Set.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Set Up Additional Binary Formats.
Jun 19 20:26:42 col-desktop-linux kernel: EXT4-fs (sda1): mounted filesystem bc9c038f-2785-4be6-94b9-2bf465996545 r/w with ordered data mode. Quota mode: none.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Mounted /mnt/aux.
Jun 19 20:26:42 col-desktop-linux bootctl[939]: Mount point '/efi' which backs the random seed file is world accessible, which is a security hole!
Jun 19 20:26:42 col-desktop-linux bootctl[939]: Random seed file '/efi/loader/random-seed' is world accessible, which is a security hole!
Jun 19 20:26:42 col-desktop-linux bootctl[939]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Update Boot Loader Random Seed.
Jun 19 20:26:42 col-desktop-linux kernel: usbcore: registered new interface driver uvcvideo
Jun 19 20:26:42 col-desktop-linux systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 19 20:26:42 col-desktop-linux systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 19 20:26:42 col-desktop-linux systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Create System Files and Directories.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Initial Setup skipped, unmet condition check ConditionFirstBoot=yes
Jun 19 20:26:42 col-desktop-linux systemd[1]: First Boot Complete skipped, unmet condition check ConditionFirstBoot=yes
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Rebuild Journal Catalog...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Save Transient machine-id to Disk skipped, unmet condition check ConditionPathIsMountPoint=/etc/machine-id
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Rebuild Journal Catalog.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Reached target Trusted Platform Module.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 19 20:26:42 col-desktop-linux systemd[1]: Starting Update is Completed...
Jun 19 20:26:42 col-desktop-linux systemd[1]: Finished Update is Completed.
Jun 19 20:26:42 col-desktop-linux kernel: Bluetooth: hci0: RTL: fw version 0xdfc6d922
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014c)
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014c)
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: WARNING:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:345:Esys_NV_DefineSpace_Finish() Received TPM Error
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: ERROR:esys:src/tss2-esys/api/Esys_NV_DefineSpace.c:121:Esys_NV_DefineSpace() Esys Finish ErrorCode (0x0000014c)
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[661]: 3 NvPCRs initialized.
Jun 19 20:26:43 col-desktop-linux systemd[1]: Finished Early TPM SRK Setup.
Jun 19 20:26:43 col-desktop-linux systemd[1]: Repartition Root Disk skipped, no trigger condition checks were met.
Jun 19 20:26:43 col-desktop-linux systemd[1]: Starting TPM SRK Setup...
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[958]: SRK already stored in the TPM.
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[958]: SRK fingerprint is 6ccd7cdd7c2ec7558a2ca76a0e715767de4798e5db54f1a2087d2a0ba0da0b5b.
Jun 19 20:26:43 col-desktop-linux systemd-tpm2-setup[958]: SRK saved in '/var/lib/systemd/tpm2-srk-public-key.pem' matches SRK in TPM2.
Jun 19 20:26:45 col-desktop-linux systemd-tpm2-setup[958]: 3 NvPCRs already initialized.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished TPM SRK Setup.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting TPM PCR NvPCR Initialization Separator...
Jun 19 20:26:45 col-desktop-linux systemd-pcrextend[960]: Extended PCR index 9 with 'nvpcr-separator' (banks sha256, sha384).
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished TPM PCR NvPCR Initialization Separator.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Local Encrypted Volumes.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting TPM NvPCR Product ID Measurement...
Jun 19 20:26:45 col-desktop-linux systemd-pcrextend[963]: Extended NvPCR index 'hardware' with 'product-id:0000000000000000000000d86150d25e'.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished TPM NvPCR Product ID Measurement.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target System Initialization.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Discard unused filesystem blocks once a week.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Daily rotation of log files.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Daily man-db regeneration.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Discard unused packages weekly.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Daily verification of password and group files.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Timer Units.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on CUPS Scheduler.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting PC/SC Smart Card Daemon Activation Socket...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on Authorization Manager Agent Helper.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on Hostname Service Socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on User Login Management Varlink Socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting D-Bus System Message Bus...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting TPM PCR Barrier (Initialization)...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Socket Units.
Jun 19 20:26:45 col-desktop-linux systemd-pcrextend[967]: Extended PCR index 11 with 'sysinit' (banks sha256, sha384).
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished TPM PCR Barrier (Initialization).
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started D-Bus System Message Bus.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Basic System.
Jun 19 20:26:45 col-desktop-linux dbus-broker-launch[966]: Ready
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Bluetooth service...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started firewalld - dynamic firewall daemon.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Preparation for Network.
Jun 19 20:26:45 col-desktop-linux (bluetoothd)[970]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Network Manager...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Clean up modules from old kernels...
Jun 19 20:26:45 col-desktop-linux systemd[1]: SSH Key Generation skipped, no trigger condition checks were met.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting User Login Management...
Jun 19 20:26:45 col-desktop-linux bash[974]: + for i in /usr/lib/modules/[0-9]*
Jun 19 20:26:45 col-desktop-linux bash[974]: + [[ 6.19.14-arch1-1 = 6\.19\.14\-arch1\-1 ]]
Jun 19 20:26:45 col-desktop-linux bash[974]: + continue
Jun 19 20:26:45 col-desktop-linux bash[974]: + for i in /usr/lib/modules/[0-9]*
Jun 19 20:26:45 col-desktop-linux bash[974]: + [[ 7.0.12-arch1-1 = 6\.19\.14\-arch1\-1 ]]
Jun 19 20:26:45 col-desktop-linux bash[974]: + pacman -Qo /usr/lib/modules/7.0.12-arch1-1
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting TPM PCR Barrier (User)...
Jun 19 20:26:45 col-desktop-linux bluetoothd[970]: Bluetooth daemon 5.86
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Bluetooth service.
Jun 19 20:26:45 col-desktop-linux bluetoothd[970]: Starting SDP server
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.3514] NetworkManager (version 1.56.1-1) is starting... (boot:be52ed0d-7e08-418d-b577-ecfd01771b74)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.3516] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Bluetooth Support.
Jun 19 20:26:45 col-desktop-linux systemd-pcrextend[976]: Extended PCR index 11 with 'ready' (banks sha256, sha384).
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished TPM PCR Barrier (User).
Jun 19 20:26:45 col-desktop-linux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 19 20:26:45 col-desktop-linux kernel: Bluetooth: BNEP filters: protocol multicast
Jun 19 20:26:45 col-desktop-linux kernel: Bluetooth: BNEP socket layer initialized
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.3579] manager[0x55e858bbabf0]: monitoring kernel firmware directory '/lib/firmware'.
Jun 19 20:26:45 col-desktop-linux bluetoothd[970]: Bluetooth management interface 1.23 initialized
Jun 19 20:26:45 col-desktop-linux bluetoothd[970]: Battery Provider Manager created
Jun 19 20:26:45 col-desktop-linux kernel: Bluetooth: MGMT ver 1.23
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Hostname Service...
Jun 19 20:26:45 col-desktop-linux systemd-logind[975]: New seat seat0.
Jun 19 20:26:45 col-desktop-linux kernel: NET: Registered PF_ALG protocol family
Jun 19 20:26:45 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 19 20:26:45 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 19 20:26:45 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event2 (SONiX USB DEVICE)
Jun 19 20:26:45 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event3 (SONiX USB DEVICE Keyboard)
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started User Login Management.
Jun 19 20:26:45 col-desktop-linux bluetoothd[970]: Failed to set default system config for hci0
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Hostname Service.
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4052] hostname: hostname: using hostnamed
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4053] hostname: static hostname changed from (none) to "col-desktop-linux"
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4055] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4066] manager[0x55e858bbabf0]: rfkill: Wi-Fi hardware radio set enabled
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4067] manager[0x55e858bbabf0]: rfkill: WWAN hardware radio set enabled
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4128] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-bluetooth.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4131] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-adsl.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4135] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-wwan.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4302] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-team.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4308] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-ovs.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4318] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.56.1-1/libnm-device-plugin-wifi.so)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4320] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4320] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4321] manager: Networking is enabled by state file
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4323] settings: Loaded settings plugin: keyfile (internal)
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4370] dhcp: init: Using DHCP client 'internal'
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4373] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4376] manager: (lo): assume: will attempt to assume matching connection 'lo' (cbfc94ea-95b9-42b1-a9c8-c32711bb1073) (guessed)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4377] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4380] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4384] device (lo): Activation: starting connection 'lo' (cbfc94ea-95b9-42b1-a9c8-c32711bb1073)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4390] manager: (enp34s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.4391] device (enp34s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 19 20:26:45 col-desktop-linux kernel: Generic FE-GE Realtek PHY r8169-0-2200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2200:00, irq=MAC)
Jun 19 20:26:45 col-desktop-linux kernel: r8169 0000:22:00.0 enp34s0: Link is Down
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6172] manager: (home): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Network Manager.
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6174] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Network.
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6189] ovsdb: disconnected from ovsdb
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6190] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6191] device (lo): state change: prepare -> config (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6194] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6199] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6206] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting OpenSSH Daemon...
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6206] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'assume')
Jun 19 20:26:45 col-desktop-linux NetworkManager[973]: <info> [1781915205.6208] device (lo): Activation: successful, device activated.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Permit User Sessions...
Jun 19 20:26:45 col-desktop-linux systemd[1]: Finished Permit User Sessions.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Simple Desktop Display Manager.
Jun 19 20:26:45 col-desktop-linux sshd[1063]: Server listening on 0.0.0.0 port 22.
Jun 19 20:26:45 col-desktop-linux sshd[1063]: Server listening on :: port 22.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started OpenSSH Daemon.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Multi-User System.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target Graphical Interface.
Jun 19 20:26:45 col-desktop-linux systemd[1]: Reached target SSH Access Available.
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Initializing...
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Starting...
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Logind interface found
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Adding new display...
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Loaded empty theme configuration
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Xauthority path: "/run/sddm/xauth_JHesea"
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Using VT 2
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Display server starting...
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Writing cookie to "/run/sddm/xauth_JHesea"
Jun 19 20:26:45 col-desktop-linux sddm[1072]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_JHesea -noreset -displayfd 16
Jun 19 20:26:45 col-desktop-linux systemd[1]: Starting Authorization Manager...
Jun 19 20:26:45 col-desktop-linux polkitd[1119]: Started polkitd version 127
Jun 19 20:26:45 col-desktop-linux systemd[1]: Started Authorization Manager.
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Setting default cursor
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Could not setup default cursor
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Display server started.
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jun 19 20:26:46 col-desktop-linux bash[977]: /usr/lib/modules/7.0.12-arch1-1/ is owned by linux 7.0.12.arch1-1
Jun 19 20:26:46 col-desktop-linux bash[977]: /usr/lib/modules/7.0.12-arch1-1/ is owned by linux-headers 7.0.12.arch1-1
Jun 19 20:26:46 col-desktop-linux bash[977]: /usr/lib/modules/7.0.12-arch1-1/ is owned by virtualbox-host-modules-arch 7.2.10-1
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
Jun 19 20:26:46 col-desktop-linux bash[974]: + continue
Jun 19 20:26:46 col-desktop-linux systemd[1]: linux-modules-cleanup.service: Deactivated successfully.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Finished Clean up modules from old kernels.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Startup finished in 11.847s (firmware) + 881ms (loader) + 3.930s (kernel) + 7.512s (initrd) + 5.946s (userspace) = 30.119s.
Jun 19 20:26:46 col-desktop-linux systemd[1]: linux-modules-cleanup.service: Consumed 235ms CPU time over 925ms wall clock time, 203.9M memory peak.
Jun 19 20:26:46 col-desktop-linux sddm-helper[1152]: [PAM] Starting...
Jun 19 20:26:46 col-desktop-linux sddm-helper[1152]: [PAM] Authenticating...
Jun 19 20:26:46 col-desktop-linux sddm-helper[1152]: [PAM] returning.
Jun 19 20:26:46 col-desktop-linux dbus-broker-launch[966]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Authentication for user "col" successful
Jun 19 20:26:46 col-desktop-linux sddm-helper[1152]: pam_unix(sddm-autologin:session): session opened for user col(uid=1000) by col(uid=0)
Jun 19 20:26:46 col-desktop-linux systemd-logind[975]: New session '1' of user 'col' with class 'user' and type 'wayland'.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Created slice User Slice of UID 1000.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 19 20:26:46 col-desktop-linux kernel: logitech-hidpp-device 0003:046D:4051.0007: HID++ 4.5 device connected.
Jun 19 20:26:46 col-desktop-linux systemd-user-runtime-dir[1155]: Successfully configured disk quota for UID 1000 on /tmp to 12.4G
Jun 19 20:26:46 col-desktop-linux systemd-user-runtime-dir[1155]: Successfully configured disk quota for UID 1000 on /dev/shm to 12.4G
Jun 19 20:26:46 col-desktop-linux systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Starting User Manager for UID 1000...
Jun 19 20:26:46 col-desktop-linux (systemd)[1158]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[col] ruser=[<unknown>] rhost=[<unknown>]
Jun 19 20:26:46 col-desktop-linux (systemd)[1158]: pam_unix(systemd-user:session): session opened for user col(uid=1000) by col(uid=0)
Jun 19 20:26:46 col-desktop-linux systemd-logind[975]: New session '2' of user 'col' with class 'manager' and type 'unspecified'.
Jun 19 20:26:46 col-desktop-linux 30-systemd-environment-d-generator[1162]: /home/col/.config/environment.d/emv.conf:3: invalid syntax (around "SSH_AGENT_PID"), ignoring.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Queued start job for default target Main User Target.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Created slice User Application Slice.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Paths.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Timers.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Starting D-Bus User Message Bus Socket...
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG network certificate management daemon.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Docker Socket for the API.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on GnuPG public key management service.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on p11-kit server.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on PipeWire PulseAudio.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on PipeWire Multimedia System Sockets.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Speech Dispatcher Socket.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Socket for the OpenSSH key agent.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Query the User Interactively for a Password.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Disk Image Download Service Socket.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Journal Log Access Socket.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on Virtual Machine and Container Registration Service Socket.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Listening on D-Bus User Message Bus Socket.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Sockets.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Basic System.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Started User Manager for UID 1000.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Started OpenSSH key agent.
Jun 19 20:26:46 col-desktop-linux systemd[1]: Started Session 1 of User col.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Started Syncthing - Open Source Continuous File Synchronization.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Main User Target.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Startup finished in 143ms.
Jun 19 20:26:46 col-desktop-linux sddm-helper[1152]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
Jun 19 20:26:46 col-desktop-linux sddm-helper[1176]: Jumping to VT 1
Jun 19 20:26:46 col-desktop-linux sddm-helper[1176]: VT mode didn't need to be fixed
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: syncthing v2.1.1 "Hafnium Hornet" (go1.26.4-X:nodwarf5 linux-amd64) syncthing@archlinux 2026-06-02 21:08:37 UTC [libsqlite3, noupgrade] (log.pkg=main)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Calculated our device ID (device=BGZQC6G-43PBJLE-2N23VH6-KUP6CV5-W45SAOL-6BI3S46-3ZVP4EA-ZUKZUQO log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Overall rate limit in use (send="is unlimited" recv="is unlimited" log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener starting (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Using discovery mechanism (identity="global discovery server https://discovery-lookup.syncthing.net/v2/?noannounce" log.pkg=discover)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Using discovery mechanism (identity="global discovery server https://discovery-announce-v4.syncthing.net/v2/?nolookup" log.pkg=discover)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Using discovery mechanism (identity="global discovery server https://discovery-announce-v6.syncthing.net/v2/?nolookup" log.pkg=discover)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Using discovery mechanism (identity="IPv4 local broadcast discovery on port 21027" log.pkg=discover)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Using discovery mechanism (identity="IPv6 local multicast discovery on address [ff12::8384]:21027" log.pkg=discover)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: TCP listener starting (address="[::]:22000" log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: QUIC listener starting (address="[::]:22000" log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label="Notes And Writing" folder.id=c97qk-6pofz folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Detected NAT services (count=0 log.pkg=nat)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: GUI and API listening (address=127.0.0.1:8384 log.pkg=api)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Access the GUI via the following URL: http://127.0.0.1:8384/ (log.pkg=api)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded configuration (name="Desktop (Linux)" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=OIPENEU name=alex-steamdeck address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=QEWAV5G name="Galaxy Tab S6 Lite" address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=UFN4PER name="Pixel 8" address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=5CS6S67 name=col-laptop-rog address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=3K25DBS name="Desktop (Windows)" address="[dynamic tcp://desktop.lan]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=6PV2GOV name=big-black-box address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=AXVTZ6P name=col-laptop-asus address="[dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Loaded peer device configuration (device=LNMM7WU name=NAS address="[quic://nas.internal dynamic]" log.pkg=syncthing)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener shutting down (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Service failed (error="Get \"https://relays.syncthing.net/endpoint\": dial tcp: lookup relays.syncthing.net: Temporary failure in name resolution" supervisor=listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint service=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener starting (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener shutting down (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Service failed (error="Get \"https://relays.syncthing.net/endpoint\": dial tcp: lookup relays.syncthing.net: Temporary failure in name resolution" supervisor=listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint service=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener starting (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label=Projects folder.id=kpdxc-swnua folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Relay listener shutting down (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Service failed (error="Get \"https://relays.syncthing.net/endpoint\": dial tcp: lookup relays.syncthing.net: Temporary failure in name resolution" supervisor=listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint service=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label=Images folder.id=maj6a-gfskp folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label="App Config" folder.id=sryrr-vcwsz folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label="Foundry Worlds" folder.id=sxa2r-ijyss folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Ready to synchronize (folder.label=PassVault folder.id=vagjd-ssfh5 folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label=PassVault folder.id=vagjd-ssfh5 folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label="App Config" folder.id=sryrr-vcwsz folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label="Notes And Writing" folder.id=c97qk-6pofz folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux sddm[1072]: Session started true
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Reached target Sound Card.
Jun 19 20:26:46 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event3 (SONiX USB DEVICE Keyboard)
Jun 19 20:26:46 col-desktop-linux systemd-logind[975]: Watching system buttons on /dev/input/event2 (SONiX USB DEVICE)
Jun 19 20:26:46 col-desktop-linux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label="Foundry Worlds" folder.id=sxa2r-ijyss folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux systemd[1]: Starting Locale Service...
Jun 19 20:26:46 col-desktop-linux systemd[1]: Started Locale Service.
Jun 19 20:26:46 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label=Images folder.id=maj6a-gfskp folder.type=sendreceive log.pkg=model)
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Created slice User Core Session Slice.
Jun 19 20:26:46 col-desktop-linux systemd[1158]: Starting D-Bus User Message Bus...
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service'
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started D-Bus User Message Bus.
Jun 19 20:26:47 col-desktop-linux dbus-broker-launch[1276]: Ready
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Reload requested from client PID 1176 ('startplasma-way')...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Reloading...
Jun 19 20:26:47 col-desktop-linux 30-systemd-environment-d-generator[1279]: /home/col/.config/environment.d/emv.conf:3: invalid syntax (around "SSH_AGENT_PID"), ignoring.
Jun 19 20:26:47 col-desktop-linux syncthing[1175]: Measured hashing performance (perf="2043.23 MB/s" log.pkg=syncthing)
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Reloading finished in 118 ms.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.kde.KSplash@0.service.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Created slice User Background Tasks Slice.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Starting KDE Global Shortcuts Server...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Starting KDE Wayland Compositor...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Starting User folders update...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Finished User folders update.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Reached target Session services which should run early before the graphical session is brought up.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started KDE Wayland Compositor.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Starting KDE Config Module Initialization...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started KDE Global Shortcuts Server.
Jun 19 20:26:47 col-desktop-linux kwin_wayland[1295]: No backend specified, automatically choosing drm
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Starting KDE Night Time Service...
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started KDE Night Time Service.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started PipeWire Multimedia Service.
Jun 19 20:26:47 col-desktop-linux systemd[1158]: Started Multimedia Service Session Manager.
Jun 19 20:26:47 col-desktop-linux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 19 20:26:47 col-desktop-linux systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 19 20:26:47 col-desktop-linux rtkit-daemon[1363]: Handling system-suspend using logind.
Jun 19 20:26:47 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1357 of process 1357 owned by '1000' high priority at nice level -11.
Jun 19 20:26:47 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1367 of process 1357 owned by '1000' RT at priority 20.
Jun 19 20:26:47 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1355 of process 1355 owned by '1000' high priority at nice level -11.
Jun 19 20:26:47 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1362 of process 1355 owned by '1000' RT at priority 20.
Jun 19 20:26:48 col-desktop-linux wireplumber[1357]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Jun 19 20:26:48 col-desktop-linux kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 19 20:26:48 col-desktop-linux kernel: Bluetooth: RFCOMM socket layer initialized
Jun 19 20:26:48 col-desktop-linux kernel: Bluetooth: RFCOMM ver 1.11
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/ldac
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx_hd
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_hd
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aptx
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/aac
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aac
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_g
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_g
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/sbc
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/sbc
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jun 19 20:26:48 col-desktop-linux bluetoothd[970]: Endpoint registered: sender=:1.23 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jun 19 20:26:48 col-desktop-linux wireplumber[1357]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Jun 19 20:26:48 col-desktop-linux wireplumber[1357]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Warning: Multiple symbols for level 1/group 1 on key <FK23>
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Using F23, ignoring XF86TouchpadOff
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Warning: Symbol map for key <FK23> redefined
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Using last definition for conflicting fields
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Warning: Symbol map for key <FK24> redefined
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: > Using last definition for conflicting fields
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1396]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting Accessibility services bus...
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > Warning: Unsupported maximum keycode 709, clipping.
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > X11 cannot support keycodes above 255.
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > Warning: Virtual modifier Hyper multiply defined
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > Using 0, ignoring 0
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > Warning: Virtual modifier ScrollLock multiply defined
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: > Using 0, ignoring 0
Jun 19 20:26:48 col-desktop-linux kwin_wayland_wrapper[1405]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started Accessibility services bus.
Jun 19 20:26:48 col-desktop-linux dbus-broker-launch[1417]: Ready
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KDE Config Module Initialization.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KDE Daemon 6...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KDE Session Management Server...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting Virtual filesystem service...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started Virtual filesystem service.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KDE Session Management Server.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KDE Plasma Workspace...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KDE Daemon 6.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Created slice Slice /app/dbus-:1.15-org.a11y.atspi.Registry.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started dbus-:1.15-org.a11y.atspi.Registry@0.service.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KDE Configuration Module Initialization (Phase 1)...
Jun 19 20:26:48 col-desktop-linux at-spi2-registryd[1462]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Finished KDE Configuration Module Initialization (Phase 1).
Jun 19 20:26:48 col-desktop-linux kded6[1437]: QDBusObjectPath: invalid path "/modules/wpad-detector"
Jun 19 20:26:48 col-desktop-linux kded6[1437]: The kded module name "wpad-detector" is invalid!
Jun 19 20:26:48 col-desktop-linux kded6[1437]: Unable to register service to systemBus: "com.redhat.NewPrinterNotification"
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KActivityManager Activity manager Service...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KDE Plasma Workspace.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Reached target KDE Plasma Workspace Core.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started Proxies GTK DBus menus to a Plasma readable format.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Starting Daemon for power management...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KAccess.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting KDE PolicyKit Authentication Agent...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting Powerdevil...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started Handle legacy xembed system tray icons.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: Starting libddcutil. library built Not set at Not set. stdout_stderr_redirected=true
Jun 19 20:26:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: New PolkitAgentListener 0x55f151ea6990
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KDE PolicyKit Authentication Agent.
Jun 19 20:26:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Adding new listener PolkitQt1::Agent::Listener(0x55f151ea6510) for 0x55f151ea6990
Jun 19 20:26:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Listener online
Jun 19 20:26:48 col-desktop-linux kaccess[1482]: X server XKB extension major= 1 minor= 0
Jun 19 20:26:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Authentication agent result: true
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Starting User preferences database...
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started User preferences database.
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started KActivityManager Activity manager Service.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Started Daemon for power management.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Starting Disk Manager...
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: Starting. library built Not set at Not set, library_initialized=false, libopts=|(null)|
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: Initializing libddcutil. ddcutil version: 2.2.7, shared library: /usr/lib/libddcutil.so.5.5.1
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: library built Not set at Not set. stdout_stderr_redirected=true
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: (ddci_init ) Calling ldbus_start_sleep_watch_thread...
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Options passed from client:
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Applying combined libddcutil options:
Jun 19 20:26:48 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 0.146384] (ldbus_pause_if_recent_return_from_sleep)Pausing for 486
Jun 19 20:26:48 col-desktop-linux kernel: nvme nvme0: using unchecked data buffer
Jun 19 20:26:48 col-desktop-linux kernel: block nvme0n1: No UUID available providing old NGUID
Jun 19 20:26:48 col-desktop-linux systemd[1]: Started Disk Manager.
Jun 19 20:26:48 col-desktop-linux plasmashell[1461]: Member visible of the object PlasmaQuick::Dialog overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:26:48 col-desktop-linux systemd[1158]: Started PipeWire PulseAudio.
Jun 19 20:26:48 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1560 of process 1560 owned by '1000' high priority at nice level -11.
Jun 19 20:26:48 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 1563 of process 1560 owned by '1000' RT at priority 20.
Jun 19 20:26:48 col-desktop-linux plasmashell[1461]: Member enabled of the object DeclarativeDropArea overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:26:48 col-desktop-linux NetworkManager[973]: <info> [1781915208.7690] agent-manager: agent[3cd569578bbcc2d6,:1.25/org.kde.plasma.networkmanagement/1000]: agent registered
Jun 19 20:26:48 col-desktop-linux kded6[1437]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.26'
Jun 19 20:26:48 col-desktop-linux systemd[1]: Created slice CUPS Slice.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Starting CUPS Scheduler...
Jun 19 20:26:48 col-desktop-linux dbus-broker-launch[966]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Jun 19 20:26:48 col-desktop-linux kded6[1437]: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Jun 19 20:26:48 col-desktop-linux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 19 20:26:48 col-desktop-linux kded6[1437]: PendingCall Error: "The name is not activatable"
Jun 19 20:26:48 col-desktop-linux kded6[1437]: No object for name "alsa_output.pci-0000_12_00.1.hdmi-stereo-extra1.monitor"
Jun 19 20:26:48 col-desktop-linux systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 19 20:26:48 col-desktop-linux systemd[1]: Started CUPS Scheduler.
Jun 19 20:26:49 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 0.632478] paused for 486 millisec at start of i2c_open_bus_basic()
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1370] device (enp34s0): carrier: link connected
Jun 19 20:26:49 col-desktop-linux kernel: r8169 0000:22:00.0 enp34s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1372] device (enp34s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1376] policy: auto-activating connection 'Home Ethernet' (c16987db-6ec9-4244-8d99-7190d10f2b12)
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1378] device (enp34s0): Activation: starting connection 'Home Ethernet' (c16987db-6ec9-4244-8d99-7190d10f2b12)
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1378] device (enp34s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1380] manager: NetworkManager state is now CONNECTING
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1383] device (enp34s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux kernel: r8169 0000:22:00.0 enp34s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1598] device (enp34s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1601] dhcp4 (enp34s0): activation: beginning transaction (timeout in 45 seconds)
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.1612] dhcp4 (enp34s0): state changed new lease, address=10.69.42.10, acd pending
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3452] dhcp4 (enp34s0): state changed new lease, address=10.69.42.10
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3459] policy: set 'Home Ethernet' (enp34s0) as default for IPv4 routing and DNS
Jun 19 20:26:49 col-desktop-linux dbus-broker-launch[966]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3489] device (enp34s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3494] device (enp34s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3495] device (enp34s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3497] manager: NetworkManager state is now CONNECTED_SITE
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3498] device (enp34s0): Activation: successful, device activated.
Jun 19 20:26:49 col-desktop-linux NetworkManager[973]: <info> [1781915209.3500] manager: startup complete
Jun 19 20:26:49 col-desktop-linux systemd[1158]: Created slice Slice /app/dbus-:1.2-org.kde.kdeconnect.
Jun 19 20:26:49 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.kde.kdeconnect@0.service.
Jun 19 20:26:49 col-desktop-linux kdeconnectd[1659]: Failed to send mDNS query: Cannot assign requested address
Jun 19 20:26:49 col-desktop-linux systemd[1158]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Jun 19 20:26:49 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: new capabilities for "Galaxy Tab S6 Lite"
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: No Primary Battery detected on this system. This may be a bug.
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Total quantity of batteries found: 1
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Primary Battery seems to have been removed. Suspending packets until it is reconnected.
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Clearing existing entries 3
Jun 19 20:26:50 col-desktop-linux NetworkManager[973]: <info> [1781915210.6145] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Failed to send mDNS query: Cannot assign requested address
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: No object for name "alsa_output.pci-0000_12_00.1.hdmi-stereo-extra1.monitor"
Jun 19 20:26:50 col-desktop-linux NetworkManager[973]: <info> [1781915210.6701] dhcp6 (enp34s0): activation: beginning transaction (timeout in 45 seconds)
Jun 19 20:26:50 col-desktop-linux NetworkManager[973]: <info> [1781915210.6708] policy: set 'Home Ethernet' (enp34s0) as default for IPv6 routing and DNS
Jun 19 20:26:50 col-desktop-linux NetworkManager[973]: <info> [1781915210.6722] dhcp6 (enp34s0): state changed new lease, address=fd8e:220e:d6a4::ee1 2603:7080:3c40:40b0::ee1
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: new capabilities for "Pixel 8"
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: No Primary Battery detected on this system. This may be a bug.
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Total quantity of batteries found: 1
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Primary Battery seems to have been removed. Suspending packets until it is reconnected.
Jun 19 20:26:50 col-desktop-linux kdeconnectd[1659]: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: Library initialization complete.
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.467031] (ddci_init) Done. Returning 0
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Starting ddca_start_watch_displays()
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: Watching for DPMS state changes unimplemented
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Watching for DPMS state changes unimplemented
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.468313] Time since library initialized: 2.468313 seconds
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.468316] Extra delay starting dw_start_watch_displays: 0 millisec
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Watching for display connection changes, resolved watch mode = Watch_Mode_Udev, poll loop interval = 500 millisec
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] initial_stabilization_millisec: 0, stabilization_poll_millisec: 100
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] libddcutil recheck thread 0x5624be16b960 started
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] libddcutil watch thread 0x5624be194e50 started
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484] Done ddca_start_watch_displays returning OK - OK(0): success
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1682][ 2.478226] Recheck interval: Sleeping for 200 milliseconds
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.478230] (ddca_get_display_refs) Returned DDCA_Display_Ref list:
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.478243] DDCA_Display_Ref Display_Ref[1:bus /dev/i2c-7 @0x5624be150a40]
Jun 19 20:26:50 col-desktop-linux org_kde_powerdevil[1484]: [ 1484][ 2.478246] DDCA_Display_Ref Display_Ref[2:bus /dev/i2c-8 @0x5624be18ec50]
Jun 19 20:26:50 col-desktop-linux plasmashell[1461]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jun 19 20:26:51 col-desktop-linux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
Jun 19 20:26:51 col-desktop-linux backlighthelper[1732]: no kernel backlight interface found
Jun 19 20:26:51 col-desktop-linux org_kde_powerdevil[1484]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jun 19 20:26:51 col-desktop-linux org_kde_powerdevil[1484]: org.kde.powerdevil.backlighthelper.brightness failed
Jun 19 20:26:51 col-desktop-linux systemd[1]: Starting Power Profiles daemon...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Powerdevil.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Reached target KDE Plasma Workspace.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Reached target Current graphical user session.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Reached target plasma-workspace-wayland.target.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting OpenRGB...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Firefox...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Geoclue Demo agent...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting NetworkManager Applet...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting KDE Connect...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Plasma Session Restore...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting KeePassXC...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Thunderbird...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting KUnifiedPush Distributor...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting KDE Session Restoration...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting KDE Startup Sound...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Portal service...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started KeePassXC.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started OpenRGB.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started KDE Connect.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Firefox.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Condition check resulted in NetworkManager Applet being skipped.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Thunderbird.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started KUnifiedPush Distributor.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Geoclue Demo agent.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Finished KDE Session Restoration.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Plasma Session Restore.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Reached target Startup of XDG autostart applications.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Finished KDE Startup Sound.
Jun 19 20:26:51 col-desktop-linux systemd[1]: Started Power Profiles daemon.
Jun 19 20:26:51 col-desktop-linux org_kde_powerdevil[1484]: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting sandboxed app permission store...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started sandboxed app permission store.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting flatpak document portal service...
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started flatpak document portal service.
Jun 19 20:26:51 col-desktop-linux /usr/lib/xdg-desktop-portal[1765]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Portal service (GTK/GNOME implementation)...
Jun 19 20:26:51 col-desktop-linux plasmashell[1461]: No object for name "alsa_output.pci-0000_12_00.1.hdmi-stereo-extra1.monitor"
Jun 19 20:26:51 col-desktop-linux openrgb[1748]: Connection attempt failed
Jun 19 20:26:51 col-desktop-linux openrgb[1748]: [i2c_smbus_linux] Failed to read i2c device PCI device ID
Jun 19 20:26:51 col-desktop-linux openrgb[1748]: [i2c_smbus_linux] Failed to read i2c device PCI device ID
Jun 19 20:26:51 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local="[::]:22000" connection.remote=10.69.42.17:22000 connection.type=quic-client connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=20 connection.id=65QK9ORH5TIO41804BQIR68DAQ log.pkg=connections)
Jun 19 20:26:51 col-desktop-linux syncthing[1175]: New device connection (device=LNMM7WU address=10.69.42.17:22000 remote.name=NAS remote.client=syncthing remote.version=v2.0.16 log.pkg=model)
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Portal service (GTK/GNOME implementation).
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Starting Xdg Desktop Portal For KDE...
Jun 19 20:26:51 col-desktop-linux systemd[1]: Started PC/SC Smart Card Daemon.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Xdg Desktop Portal For KDE.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Created slice Slice /app/dbus-:1.2-org.freedesktop.impl.portal.desktop.kwallet.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.freedesktop.impl.portal.desktop.kwallet@0.service.
Jun 19 20:26:51 col-desktop-linux systemd[1158]: Started Portal service.
Jun 19 20:26:51 col-desktop-linux ksmserver[1438]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
Jun 19 20:26:51 col-desktop-linux xembedsniproxy[1485]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Jun 19 20:26:51 col-desktop-linux gmenudbusmenuproxy[1480]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Jun 19 20:26:51 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1483/root")
Jun 19 20:26:51 col-desktop-linux kactivitymanagerd[1479]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
Jun 19 20:26:51 col-desktop-linux kded6[1437]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
Jun 19 20:26:51 col-desktop-linux org_kde_powerdevil[1484]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.org_kde_powerdevil'")
Jun 19 20:26:51 col-desktop-linux kdeconnectd[1659]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 19 20:26:51 col-desktop-linux kaccess[1482]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 19 20:26:51 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Unable to open /proc/1483/root")
Jun 19 20:26:51 col-desktop-linux kactivitymanagerd[1479]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ActivityManager'")
Jun 19 20:26:51 col-desktop-linux gmenudbusmenuproxy[1480]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Jun 19 20:26:51 col-desktop-linux org_kde_powerdevil[1484]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 19 20:26:51 col-desktop-linux ksmserver[1438]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.ksmserver'")
Jun 19 20:26:51 col-desktop-linux plasmashell[1461]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 19 20:26:51 col-desktop-linux kded6[1437]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.kded6'")
Jun 19 20:26:51 col-desktop-linux xembedsniproxy[1485]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Jun 19 20:26:51 col-desktop-linux xdg-desktop-portal-kde[1863]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: Connection already associated with an application ID")
Jun 19 20:26:51 col-desktop-linux systemd[1158]: dbus-:1.2-org.freedesktop.impl.portal.desktop.kwallet@0.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 19 20:26:51 col-desktop-linux systemd[1158]: dbus-:1.2-org.freedesktop.impl.portal.desktop.kwallet@0.service: Failed with result 'exit-code'.
Jun 19 20:26:52 col-desktop-linux keepassxc[1756]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Jun 19 20:26:52 col-desktop-linux keepassxc[1756]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
Jun 19 20:26:52 col-desktop-linux plasmashell[1461]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:26:52 col-desktop-linux systemd[1158]: Starting Virtual filesystem metadata service...
Jun 19 20:26:52 col-desktop-linux systemd[1158]: Started Virtual filesystem metadata service.
Jun 19 20:26:52 col-desktop-linux systemd[1]: Starting Time & Date Service...
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd[1]: Started Time & Date Service.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:26:52 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 2197 of process 1749 owned by '1000' RT at priority 10.
Jun 19 20:26:53 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 2786 of process 1758 owned by '1000' RT at priority 10.
Jun 19 20:26:54 col-desktop-linux plasmashell[1461]: QDBusError("org.freedesktop.DBus.Error.UnknownObject", "No such object path '/modules/kdeconnect/devices/6116fa41_e613_43bb_951f_cecbd5563508/notifications'")
Jun 19 20:26:55 col-desktop-linux syncthing[1175]: Established secure connection (device=UFN4PER connection.local="[fd8e:220e:d6a4:0:e760:5cfa:d163:6fa5]:22000" connection.remote="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" connection.type=tcp-server connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9PA4MB55MESMIMVB3UI392 log.pkg=connections)
Jun 19 20:26:55 col-desktop-linux syncthing[1175]: New device connection (device=UFN4PER address="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" remote.name="Pixel 8" remote.client=syncthing remote.version=v2.1.1 log.pkg=model)
Jun 19 20:26:55 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address=10.69.42.12:22000 error=EOF log.pkg=connections)
Jun 19 20:26:55 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" error=EOF log.pkg=connections)
Jun 19 20:26:55 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address="[2603:7080:3c40:40b0:4507:8eaa:6d10:7cd1]:22000" error="read tcp [2603:7080:3c40:40b0::ee1]:22000->[2603:7080:3c40:40b0:4507:8eaa:6d10:7cd1]:22000: read: connection reset by peer" log.pkg=connections)
Jun 19 20:26:55 col-desktop-linux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 19 20:26:56 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local="[::]:22000" connection.remote=10.69.42.17:22000 connection.type=quic-client connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=20 connection.id=65QK9PE6G92JIQK9BAIEM0UKMQ log.pkg=connections)
Jun 19 20:26:56 col-desktop-linux syncthing[1175]: Additional device connection (device=LNMM7WU address=10.69.42.17:22000 count=1 log.pkg=model)
Jun 19 20:26:58 col-desktop-linux systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Jun 19 20:26:59 col-desktop-linux openrgb[3075]: sh: line 1: nvidia-smi: command not found
Jun 19 20:27:00 col-desktop-linux systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Jun 19 20:27:01 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local="[::]:22000" connection.remote=10.69.42.17:22000 connection.type=quic-client connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=20 connection.id=65QK9Q0RE0PRKS6HLCTMSI4TVC log.pkg=connections)
Jun 19 20:27:01 col-desktop-linux syncthing[1175]: Additional device connection (device=LNMM7WU address=10.69.42.17:22000 count=2 log.pkg=model)
Jun 19 20:27:01 col-desktop-linux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Jun 19 20:27:01 col-desktop-linux systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Jun 19 20:27:02 col-desktop-linux kwin_wayland[1295]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 19 20:27:02 col-desktop-linux kwin_wayland[1295]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 19 20:27:02 col-desktop-linux kwin_wayland[1295]: Could not find slot Krunner1Adaptor::Teardown
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/14917_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Failed to resolve executable from service. Error: "Could not find the program '/home/col/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/../vrmonitor.sh'"
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/18028_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/6149_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/64618_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Failed to resolve executable from service. Error: "Could not find the program 'SS14.Launcher'"
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Failed to resolve executable from service. Error: "Could not find the program '/home/col/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrurlhandler'"
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/51094_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/41435_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/9882_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/26581_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/6354_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/33095_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/56563_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/46214_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/12339_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/31379_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/44687_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/5759_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/47108_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/10259_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/61351_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/64716_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/23515_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/28014_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/23210_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/24213_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/2452_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/61586_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/49510_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/61223_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/35953_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/36554_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/3162_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/8942_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/7662_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/41060_favicon" for writing.
Jun 19 20:27:02 col-desktop-linux plasmashell[1461]: Chrome runner: could not open iconFile "/home/col/.cache/bookmarksrunner/KRunner-Favicons-firefox-default/1104_favicon" for writing.
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local=10.69.42.10:22000 connection.remote=10.69.42.17:22000 connection.type=tcp-server connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9Q667C2UQK486FIHBBLJ4K log.pkg=connections)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Additional device connection (device=LNMM7WU address=10.69.42.17:22000 count=3 log.pkg=model)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Lost device connection (kind=secondary device=LNMM7WU connection="[::]:22000-10.69.42.17:22000/quic-client/TLS1.3-TLS_AES_128_GCM_SHA256/LAN-P20-65QK9PE6G92JIQK9BAIEM0UKMQ" error="replacing connection" remaining=2 log.pkg=model)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Lost device connection (kind=primary device=LNMM7WU connection="[::]:22000-10.69.42.17:22000/quic-client/TLS1.3-TLS_AES_128_GCM_SHA256/LAN-P20-65QK9ORH5TIO41804BQIR68DAQ" error="replacing connection" remaining=3 log.pkg=model)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Lost device connection (kind=secondary device=LNMM7WU connection="[::]:22000-10.69.42.17:22000/quic-client/TLS1.3-TLS_AES_128_GCM_SHA256/LAN-P20-65QK9Q0RE0PRKS6HLCTMSI4TVC" error="replacing connection" remaining=1 log.pkg=model)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address="[2603:7080:3c40:40b0:aaa1:59ff:fe43:9595]:22000" error=EOF log.pkg=connections)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address="[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000" error=EOF log.pkg=connections)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address="[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000" error="write tcp [fd8e:220e:d6a4::ee1]:22000->[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000: write: connection reset by peer" log.pkg=connections)
Jun 19 20:27:03 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address=10.69.42.17:54112 error="write tcp 10.69.42.10:22000->10.69.42.17:54112: write: connection reset by peer" log.pkg=connections)
Jun 19 20:27:03 col-desktop-linux systemd[1158]: Started KiCad - EDA Suite.
Jun 19 20:27:06 col-desktop-linux kwin_wayland_wrapper[1295]: /usr/include/c++/16.1.1/optional:1228: constexpr const _Tp* std::optional<_Tp>::operator->() const [with _Tp = KWin::FormatInfo]: Assertion 'this->_M_is_engaged()' failed.
Jun 19 20:27:07 col-desktop-linux systemd-coredump[3611]: Process 1295 (kwin_wayland) of user 1000 terminated abnormally with signal 6/ABRT, processing...
Jun 19 20:27:07 col-desktop-linux systemd[1]: Created slice Slice /system/systemd-coredump.
Jun 19 20:27:07 col-desktop-linux systemd[1]: Started Process Core Dump (PID 3611/UID 0).
Jun 19 20:27:07 col-desktop-linux syncthing[1175]: Completed initial scan (folder.label=Projects folder.id=kpdxc-swnua folder.type=sendreceive log.pkg=model)
Jun 19 20:27:07 col-desktop-linux systemd-coredump[3612]: Process 1295 (kwin_wayland) of user 1000 dumped core.
Stack trace of thread 1295:
#0 0x00007fa8e2e9a29c n/a (libc.so.6 + 0x9a29c)
#1 0x00007fa8e2e3e7d0 raise (libc.so.6 + 0x3e7d0)
#2 0x00007fa8e2e25681 abort (libc.so.6 + 0x25681)
#3 0x00007fa8e329d5b9 _ZSt21__glibcxx_assert_failPKciS0_S0_ (libstdc++.so.6 + 0x9d5b9)
#4 0x00007fa8e636d056 n/a (libkwin.so.6 + 0x16d056)
#5 0x00007fa8e636f74d n/a (libkwin.so.6 + 0x16f74d)
#6 0x00007fa8e65b6982 n/a (libkwin.so.6 + 0x3b6982)
#7 0x00007fa8e65b6982 n/a (libkwin.so.6 + 0x3b6982)
#8 0x00007fa8e65b6982 n/a (libkwin.so.6 + 0x3b6982)
#9 0x00007fa8e65b6982 n/a (libkwin.so.6 + 0x3b6982)
#10 0x00007fa8e65b7b52 _ZNK4KWin14WorkspaceScene15layerCandidatesEl (libkwin.so.6 + 0x3b7b52)
#11 0x00007fa8e63a782a _ZN4KWin10Compositor9compositeEPNS_10RenderLoopE (libkwin.so.6 + 0x1a782a)
#12 0x00007fa8e37f081b n/a (libQt6Core.so.6 + 0x1f081b)
#13 0x00007fa8e63ff17b _ZN4KWin10RenderLoop14frameRequestedEPS0_ (libkwin.so.6 + 0x1ff17b)
#14 0x00007fa8e37e7cf9 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1e7cf9)
#15 0x00007fa8e490411f _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x10411f)
#16 0x00007fa8e3783658 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x183658)
#17 0x00007fa8e396b2f5 _ZN14QTimerInfoList14activateTimersEv (libQt6Core.so.6 + 0x36b2f5)
#18 0x00007fa8e3976bd2 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x376bd2)
#19 0x00007fa8e4583543 _ZN23QUnixEventDispatcherQPA13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Gui.so.6 + 0x783543)
#20 0x00007fa8e3791983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#21 0x00007fa8e3786eaa _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x186eaa)
#22 0x0000560ddd97e040 n/a (kwin_wayland + 0x3f040)
#23 0x00007fa8e2e27741 n/a (libc.so.6 + 0x27741)
#24 0x00007fa8e2e27879 __libc_start_main (libc.so.6 + 0x27879)
#25 0x0000560ddd982655 n/a (kwin_wayland + 0x43655)
Stack trace of thread 1304:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1316:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8a517a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007fa8a51439ed n/a (libvulkan_radeon.so + 0x3439ed)
#6 0x00007fa8a517a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1306:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1324:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2ee51d2 clock_nanosleep (libc.so.6 + 0xe51d2)
#3 0x00007fa8e2ef17c7 __nanosleep (libc.so.6 + 0xf17c7)
#4 0x00007fa8e6713943 n/a (libkwin.so.6 + 0x513943)
#5 0x00007fa8e6713cba n/a (libkwin.so.6 + 0x513cba)
#6 0x00007fa8e670efb6 n/a (libkwin.so.6 + 0x50efb6)
#7 0x00007fa8e2e9d8fc n/a (libc.so.6 + 0x9d8fc)
#8 0x00007fa8e2e9d979 pthread_once (libc.so.6 + 0x9d979)
#9 0x00007fa8e670f26f n/a (libkwin.so.6 + 0x50f26f)
#10 0x00007fa8e3978825 n/a (libQt6Core.so.6 + 0x378825)
#11 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2050:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1325:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2ee51d2 clock_nanosleep (libc.so.6 + 0xe51d2)
#3 0x00007fa8e2ef17c7 __nanosleep (libc.so.6 + 0xf17c7)
#4 0x00007fa8e6713943 n/a (libkwin.so.6 + 0x513943)
#5 0x00007fa8e6713cba n/a (libkwin.so.6 + 0x513cba)
#6 0x00007fa8e670efb6 n/a (libkwin.so.6 + 0x50efb6)
#7 0x00007fa8e2e9d8fc n/a (libc.so.6 + 0x9d8fc)
#8 0x00007fa8e2e9d979 pthread_once (libc.so.6 + 0x9d979)
#9 0x00007fa8e670f26f n/a (libkwin.so.6 + 0x50f26f)
#10 0x00007fa8e3978825 n/a (libQt6Core.so.6 + 0x378825)
#11 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1326:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007fa8e2f0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007fa8e2186edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007fa8e2186fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007fa8e3a9d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007fa8e3791983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007fa8e38b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007fa8e3978595 n/a (libQt6Core.so.6 + 0x378595)
#10 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2049:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1346:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2069:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1320:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1356:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1359:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007fa8e2f0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007fa8e2186edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007fa8e2186fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007fa8e3a9d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007fa8e3791983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007fa8e38b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007fa8e3978595 n/a (libQt6Core.so.6 + 0x378595)
#10 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1349:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1319:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2098:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1323:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1317:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8a517a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007fa8a4fdbbbb n/a (libvulkan_radeon.so + 0x1dbbbb)
#6 0x00007fa8a517a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1322:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1305:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3315:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1321:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3316:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1301:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007fa8e2f0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007fa8e2186edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007fa8e2186fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007fa8e3a9d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007fa8e3791983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007fa8e38b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007fa8e3d6c7d1 n/a (libQt6DBus.so.6 + 0x397d1)
#10 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#11 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1352:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1308:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1351:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1307:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1315:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8a517a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007fa8a51439ed n/a (libvulkan_radeon.so + 0x3439ed)
#6 0x00007fa8a517a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1358:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1348:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1318:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2097:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007fa8e39713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007fa8e38b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007fa8e39784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1302:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1303:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1347:
#0 0x00007fa8e2ea0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007fa8e2e94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007fa8e2e94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007fa8e2e9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007fa8d102e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007fa8d0fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007fa8d102e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007fa8e2e981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007fa8e2f1d21c n/a (libc.so.6 + 0x11d21c)
ELF object binary architecture: AMD x86-64
Jun 19 20:27:07 col-desktop-linux systemd[1]: systemd-coredump@0-1-3611_3612-0.service: Deactivated successfully.
Jun 19 20:27:07 col-desktop-linux systemd[1]: systemd-coredump@0-1-3611_3612-0.service: Consumed 926ms CPU time over 963ms wall clock time, 604M memory peak.
Jun 19 20:27:07 col-desktop-linux xdg-desktop-portal-gtk[1807]: Error reading events from display: Broken pipe
Jun 19 20:27:07 col-desktop-linux xdg-desktop-portal-kde[1863]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: warning: queue "ksystemclipboard queue" 0x5632fdf1a350 destroyed while proxies still attached:
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: ext_data_control_manager_v1#40 still attached
Jun 19 20:27:07 col-desktop-linux kwin_wayland_wrapper[1379]: (EE) failed to read Wayland events: Broken pipe
Jun 19 20:27:07 col-desktop-linux openrgb[1748]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux openrgb[1748]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux keepassxc[1756]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux keepassxc[1756]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: Attempting wayland reconnect
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:27:07 col-desktop-linux kdeconnectd[1659]: There are no outputs - creating placeholder screen
Jun 19 20:27:07 col-desktop-linux plasmashell[1461]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux polkit-kde-authentication-agent-1[1483]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Attempting wayland reconnect
Jun 19 20:27:07 col-desktop-linux kded6[1437]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux kded6[1437]: Attempting wayland reconnect
Jun 19 20:27:07 col-desktop-linux kded6[1437]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:27:07 col-desktop-linux kded6[1437]: There are no outputs - creating placeholder screen
Jun 19 20:27:07 col-desktop-linux kactivitymanagerd[1479]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux kactivitymanagerd[1479]: Attempting wayland reconnect
Jun 19 20:27:07 col-desktop-linux kactivitymanagerd[1479]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:27:07 col-desktop-linux kactivitymanagerd[1479]: There are no outputs - creating placeholder screen
Jun 19 20:27:07 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:27:07 col-desktop-linux polkit-kde-authentication-agent-1[1483]: There are no outputs - creating placeholder screen
Jun 19 20:27:07 col-desktop-linux org_kde_powerdevil[1484]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:27:07 col-desktop-linux org_kde_powerdevil[1484]: Attempting wayland reconnect
Jun 19 20:27:07 col-desktop-linux org_kde_powerdevil[1484]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:27:07 col-desktop-linux org_kde_powerdevil[1484]: There are no outputs - creating placeholder screen
Jun 19 20:27:07 col-desktop-linux systemd[1158]: app-OpenRGB@autostart.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:07 col-desktop-linux systemd[1158]: app-OpenRGB@autostart.service: Failed with result 'exit-code'.
Jun 19 20:27:07 col-desktop-linux systemd[1158]: app-OpenRGB@autostart.service: Consumed 6.604s CPU time over 16.525s wall clock time, 39.8M memory peak.
Jun 19 20:27:07 col-desktop-linux systemd[1158]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:07 col-desktop-linux systemd[1158]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jun 19 20:27:07 col-desktop-linux systemd[1158]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 19 20:27:07 col-desktop-linux systemd[1158]: plasma-xdg-desktop-portal-kde.service: Failed with result 'exit-code'.
Jun 19 20:27:07 col-desktop-linux kaccess[1482]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:27:07 col-desktop-linux gmenudbusmenuproxy[1480]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:27:07 col-desktop-linux xembedsniproxy[1485]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:27:07 col-desktop-linux ksmserver[1438]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Failed with result 'exit-code'.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-kaccess.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-kaccess.service: Failed with result 'exit-code'.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: app-org.keepassxc.KeePassXC@autostart.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:08 col-desktop-linux systemd[1158]: app-org.keepassxc.KeePassXC@autostart.service: Failed with result 'exit-code'.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: app-org.keepassxc.KeePassXC@autostart.service: Consumed 490ms CPU time over 16.536s wall clock time, 92.1M memory peak.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Failed with result 'exit-code'.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Failed with result 'exit-code'.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Consumed 5.457s CPU time over 19.661s wall clock time, 683.6M memory peak.
Jun 19 20:27:08 col-desktop-linux kwin_wayland[3641]: No backend specified, automatically choosing drm
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Scheduled restart job, restart counter is at 1.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 1.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Scheduled restart job, restart counter is at 1.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: plasma-kaccess.service: Scheduled restart job, restart counter is at 1.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: Started Proxies GTK DBus menus to a Plasma readable format.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: Started KAccess.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: Starting KDE Plasma Workspace...
Jun 19 20:27:08 col-desktop-linux systemd[1158]: Started Handle legacy xembed system tray icons.
Jun 19 20:27:08 col-desktop-linux firefox[1749]: ExceptionHandler::GenerateDump attempting to generate:
Jun 19 20:27:08 col-desktop-linux firefox[1749]: /home/col/.mozilla/firefox/j89p51te.default-release/minidumps/0a16f46f-3563-c937-d278-93104c72d72d.dmp
Jun 19 20:27:08 col-desktop-linux firefox[1749]: ExceptionHandler::GenerateDump cloned child 3680
Jun 19 20:27:08 col-desktop-linux firefox[1749]: ExceptionHandler::SendContinueSignalToChild sent continue signal to child
Jun 19 20:27:08 col-desktop-linux firefox[3680]: ExceptionHandler::WaitForContinueSignal waiting for continue signal...
Jun 19 20:27:08 col-desktop-linux firefox[1749]: ExceptionHandler::GenerateDump minidump generation
Jun 19 20:27:08 col-desktop-linux firefox[1749]: succeeded
Jun 19 20:27:08 col-desktop-linux systemd-coredump[3716]: Process 1758 (thunderbird) of user 1000 terminated abnormally with signal 11/SEGV, processing...
Jun 19 20:27:08 col-desktop-linux systemd[1]: Started Process Core Dump (PID 3716/UID 0).
Jun 19 20:27:08 col-desktop-linux firefox[2965]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2885]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2848]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2850]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2395]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2718]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2378]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2153]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux firefox[2369]: Exiting due to channel error.
Jun 19 20:27:08 col-desktop-linux systemd[1158]: app-firefox@autostart.service: Main process exited, code=exited, status=11/n/a
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.freedesktop.Notifications@1.service.
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Started KDE Plasma Workspace.
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Warning: Multiple symbols for level 1/group 1 on key <FK23>
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Using F23, ignoring XF86TouchpadOff
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Warning: Symbol map for key <FK23> redefined
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Using last definition for conflicting fields
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Warning: Symbol map for key <FK24> redefined
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: > Using last definition for conflicting fields
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3783]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > Warning: Unsupported maximum keycode 709, clipping.
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > X11 cannot support keycodes above 255.
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > Warning: Virtual modifier Hyper multiply defined
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > Using 0, ignoring 0
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > Warning: Virtual modifier ScrollLock multiply defined
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: > Using 0, ignoring 0
Jun 19 20:27:09 col-desktop-linux kwin_wayland_wrapper[3846]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:27:09 col-desktop-linux xembedsniproxy[3669]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Jun 19 20:27:09 col-desktop-linux gmenudbusmenuproxy[3666]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Jun 19 20:27:09 col-desktop-linux kaccess[3667]: X server XKB extension major= 1 minor= 0
Jun 19 20:27:09 col-desktop-linux plasmashell[3668]: Member visible of the object PlasmaQuick::Dialog overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Starting Portal service (GTK/GNOME implementation)...
Jun 19 20:27:09 col-desktop-linux plasmashell[3668]: Member enabled of the object DeclarativeDropArea overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Started Portal service (GTK/GNOME implementation).
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Starting Xdg Desktop Portal For KDE...
Jun 19 20:27:09 col-desktop-linux systemd[1158]: Started Xdg Desktop Portal For KDE.
Jun 19 20:27:10 col-desktop-linux plasmashell[3668]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:27:10 col-desktop-linux plasmashell[3668]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:27:10 col-desktop-linux systemd-coredump[3718]: Process 1758 (thunderbird) of user 1000 dumped core.
Stack trace of thread 1758:
#0 0x00007ff08a09a29c n/a (libc.so.6 + 0x9a29c)
#1 0x00007ff08a03e7d0 raise (libc.so.6 + 0x3e7d0)
#2 0x00007ff0794c9050 n/a (libxul.so + 0x7ac9050)
#3 0x00007ff07a1e04ac n/a (libxul.so + 0x87e04ac)
#4 0x00007ff08a03e8f0 n/a (libc.so.6 + 0x3e8f0)
#5 0x00007ff0794ea892 n/a (libxul.so + 0x7aea892)
#6 0x00007ff0794e6c81 n/a (libxul.so + 0x7ae6c81)
#7 0x00007ff080d04af8 g_log_structured_array (libglib-2.0.so.0 + 0x67af8)
#8 0x00007ff080d05133 g_log_structured_standard (libglib-2.0.so.0 + 0x68133)
#9 0x00007ff08156d723 n/a (libgdk-3.so.0 + 0x5a723)
#10 0x00007ff080d0071f n/a (libglib-2.0.so.0 + 0x6371f)
#11 0x00007ff080d00c33 n/a (libglib-2.0.so.0 + 0x63c33)
#12 0x00007ff080d00fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#13 0x00007ff078a3416a n/a (libxul.so + 0x703416a)
#14 0x00007ff07898d276 n/a (libxul.so + 0x6f8d276)
#15 0x00007ff07898d35e n/a (libxul.so + 0x6f8d35e)
#16 0x00007ff075361e19 n/a (libxul.so + 0x3961e19)
#17 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#18 0x00007ff075a624bd n/a (libxul.so + 0x40624bd)
#19 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#20 0x00007ff07898cfba n/a (libxul.so + 0x6f8cfba)
#21 0x00007ff078a340a0 n/a (libxul.so + 0x70340a0)
#22 0x00007ff0793f3707 n/a (libxul.so + 0x79f3707)
#23 0x00007ff0794de7a2 n/a (libxul.so + 0x7ade7a2)
#24 0x00007ff0794df0d2 n/a (libxul.so + 0x7adf0d2)
#25 0x00007ff0794df59c n/a (libxul.so + 0x7adf59c)
#26 0x000055abdfd93611 n/a (thunderbird + 0x24611)
#27 0x00007ff08a027741 n/a (libc.so.6 + 0x27741)
#28 0x00007ff08a027879 __libc_start_main (libc.so.6 + 0x27879)
#29 0x000055abdfd932b5 _start (thunderbird + 0x242b5)
Stack trace of thread 1842:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff080d2e0de g_cond_wait (libglib-2.0.so.0 + 0x910de)
#2 0x00007ff080cc354d n/a (libglib-2.0.so.0 + 0x2654d)
#3 0x00007ff080d37fd7 n/a (libglib-2.0.so.0 + 0x9afd7)
#4 0x00007ff080d37ad4 n/a (libglib-2.0.so.0 + 0x9aad4)
#5 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#6 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1843:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a10fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007ff080d00edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007ff080d00fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007ff080d01032 n/a (libglib-2.0.so.0 + 0x64032)
#7 0x00007ff080d37ad4 n/a (libglib-2.0.so.0 + 0x9aad4)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1850:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a10fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007ff080d00edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007ff080d00fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007ff07f50c7be n/a (libdconfsettings.so + 0x77be)
#7 0x00007ff080d37ad4 n/a (libglib-2.0.so.0 + 0x9aad4)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1845:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff080d2e0de g_cond_wait (libglib-2.0.so.0 + 0x910de)
#2 0x00007ff080cc354d n/a (libglib-2.0.so.0 + 0x2654d)
#3 0x00007ff080cc35c6 g_async_queue_pop (libglib-2.0.so.0 + 0x265c6)
#4 0x00007ff08a24851c n/a (libpangoft2-1.0.so.0 + 0xc51c)
#5 0x00007ff080d37ad4 n/a (libglib-2.0.so.0 + 0x9aad4)
#6 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#7 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1869:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a11d4f5 epoll_wait (libc.so.6 + 0x11d4f5)
#4 0x00007ff07f1d9845 n/a (libevent-2.1.so.7 + 0x2b845)
#5 0x00007ff07f1cfaf8 event_base_loop (libevent-2.1.so.7 + 0x21af8)
#6 0x00007ff075a1e4cb n/a (libxul.so + 0x401e4cb)
#7 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#8 0x00007ff075a235af n/a (libxul.so + 0x40235af)
#9 0x00007ff075a2196b n/a (libxul.so + 0x402196b)
#10 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1864:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b936fb7 n/a (libxul.so + 0x9f36fb7)
#2 0x00007ff07b0be055 n/a (libxul.so + 0x96be055)
#3 0x00007ff07b0bca2e n/a (libxul.so + 0x96bca2e)
#4 0x00007ff07b0baed4 n/a (libxul.so + 0x96baed4)
#5 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#6 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#7 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1872:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a10f9ce __poll (libc.so.6 + 0x10f9ce)
#4 0x00007ff07591f95f n/a (libxul.so + 0x3f1f95f)
#5 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#6 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#7 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#8 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#9 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#10 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#11 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1875:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1877:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07536690c n/a (libxul.so + 0x396690c)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1873:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a10f9ce __poll (libc.so.6 + 0x10f9ce)
#4 0x00007ff08a2ecde6 n/a (libnspr4.so + 0x2fde6)
#5 0x00007ff0754ee3f6 n/a (libxul.so + 0x3aee3f6)
#6 0x00007ff0754f0a23 n/a (libxul.so + 0x3af0a23)
#7 0x00007ff0754efed3 n/a (libxul.so + 0x3aefed3)
#8 0x00007ff0754f161e n/a (libxul.so + 0x3af161e)
#9 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#10 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#11 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#12 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#13 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#14 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#15 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#16 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2057:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2079:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1931:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b9bb899 n/a (libxul.so + 0x9fbb899)
#6 0x00007ff07b9bb790 n/a (libxul.so + 0x9fbb790)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2019:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2786:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a11d4f5 epoll_wait (libc.so.6 + 0x11d4f5)
#4 0x00007ff07a392459 n/a (libxul.so + 0x8992459)
#5 0x00007ff07a3a9395 n/a (libxul.so + 0x89a9395)
#6 0x00007ff07a3b8977 n/a (libxul.so + 0x89b8977)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1926:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1957:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07536690c n/a (libxul.so + 0x396690c)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1934:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b9bb899 n/a (libxul.so + 0x9fbb899)
#6 0x00007ff07b9bb790 n/a (libxul.so + 0x9fbb790)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2053:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2810:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1846:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a10fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007ff080d00edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007ff080d011a7 g_main_loop_run (libglib-2.0.so.0 + 0x641a7)
#6 0x00007ff080bd6974 n/a (libgio-2.0.so.0 + 0x127974)
#7 0x00007ff080d37ad4 n/a (libglib-2.0.so.0 + 0x9aad4)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2756:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007ff08a2d892e n/a (libnspr4.so + 0x1b92e)
#5 0x00007ff08a2db253 PR_Wait (libnspr4.so + 0x1e253)
#6 0x00007ff079686fc4 n/a (libxul.so + 0x7c86fc4)
#7 0x00007ff079686cfa n/a (libxul.so + 0x7c86cfa)
#8 0x00007ff0796bfa25 n/a (libxul.so + 0x7cbfa25)
#9 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#10 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#11 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#12 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#13 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#14 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#15 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#16 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1932:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b9bb899 n/a (libxul.so + 0x9fbb899)
#6 0x00007ff07b9bb790 n/a (libxul.so + 0x9fbb790)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1983:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1979:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1956:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2861:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2132:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07536690c n/a (libxul.so + 0x396690c)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2052:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff075a23c48 n/a (libxul.so + 0x4023c48)
#5 0x00007ff075a23339 n/a (libxul.so + 0x4023339)
#6 0x00007ff075a1dd6a n/a (libxul.so + 0x401dd6a)
#7 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#8 0x00007ff075a235af n/a (libxul.so + 0x40235af)
#9 0x00007ff075a2196b n/a (libxul.so + 0x402196b)
#10 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2018:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1998:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2391:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a105c6f wait4 (libc.so.6 + 0x105c6f)
#4 0x00007ff07fd3346b n/a (libglycin-2.so.0 + 0x33346b)
#5 0x00007ff07fb1340a n/a (libglycin-2.so.0 + 0x11340a)
#6 0x00007ff07fb1c6e7 n/a (libglycin-2.so.0 + 0x11c6e7)
#7 0x00007ff07fd2d570 n/a (libglycin-2.so.0 + 0x32d570)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1935:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b9bb899 n/a (libxul.so + 0x9fbb899)
#6 0x00007ff07b9bb790 n/a (libxul.so + 0x9fbb790)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1985:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2066:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b936fb7 n/a (libxul.so + 0x9f36fb7)
#2 0x00007ff07c3bb1e5 n/a (libxul.so + 0xa9bb1e5)
#3 0x00007ff07c3b84a6 n/a (libxul.so + 0xa9b84a6)
#4 0x00007ff07c3ceb17 n/a (libxul.so + 0xa9ceb17)
#5 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#6 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#7 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2058:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1933:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b9bb899 n/a (libxul.so + 0x9fbb899)
#6 0x00007ff07b9bb790 n/a (libxul.so + 0x9fbb790)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2787:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a11d4f5 epoll_wait (libc.so.6 + 0x11d4f5)
#4 0x00007ff07a392459 n/a (libxul.so + 0x8992459)
#5 0x00007ff07a3a8c95 n/a (libxul.so + 0x89a8c95)
#6 0x00007ff07a3b8797 n/a (libxul.so + 0x89b8797)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2056:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1940:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007ff08a2d892e n/a (libnspr4.so + 0x1b92e)
#5 0x00007ff08a2df909 PR_WaitCondVar (libnspr4.so + 0x22909)
#6 0x00007ff075b2311f n/a (libxul.so + 0x412311f)
#7 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2064:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2077:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2953:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2139:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07536690c n/a (libxul.so + 0x396690c)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2055:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2073:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1841:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a11002e read (libc.so.6 + 0x11002e)
#4 0x00007ff07910e02d n/a (libxul.so + 0x770e02d)
#5 0x00007ff07910dfcc n/a (libxul.so + 0x770dfcc)
#6 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#7 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2071:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2376:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b936fb7 n/a (libxul.so + 0x9f36fb7)
#2 0x00007ff07c2f5615 n/a (libxul.so + 0xa8f5615)
#3 0x00007ff07bf28bba n/a (libxul.so + 0xa528bba)
#4 0x00007ff07c08a5f8 n/a (libxul.so + 0xa68a5f8)
#5 0x00007ff07c34925a n/a (libxul.so + 0xa94925a)
#6 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1942:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07535bbb6 n/a (libxul.so + 0x395bbb6)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2093:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2067:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2759:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007ff08a11edf1 recvmsg (libc.so.6 + 0x11edf1)
#4 0x00007ff07516dc9f n/a (libxul.so + 0x376dc9f)
#5 0x00007ff075a2196b n/a (libxul.so + 0x402196b)
#6 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#7 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1978:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1947:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07571a445 n/a (libxul.so + 0x3d1a445)
#6 0x00007ff075719ec3 n/a (libxul.so + 0x3d19ec3)
#7 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2733:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a097882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x000055abdfde7936 _ZN7mozilla6detail21ConditionVariableImpl8wait_forERNS0_9MutexImplERKNS_16BaseTimeDurationINS_27TimeDurationValueCalculatorEEE (thunderbird + 0x78936)
#5 0x00007ff07536690c n/a (libxul.so + 0x396690c)
#6 0x00007ff075362073 n/a (libxul.so + 0x3962073)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a27 n/a (libxul.so + 0x4062a27)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1980:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1981:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1982:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1984:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff07534acae n/a (libxul.so + 0x394acae)
#6 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 1997:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x000055abdfde776c _ZN7mozilla6detail21ConditionVariableImpl4waitERNS0_9MutexImplE (thunderbird + 0x7876c)
#5 0x00007ff075358270 n/a (libxul.so + 0x3958270)
#6 0x00007ff075361f4a n/a (libxul.so + 0x3961f4a)
#7 0x00007ff07536512e n/a (libxul.so + 0x396512e)
#8 0x00007ff075a62a66 n/a (libxul.so + 0x4062a66)
#9 0x00007ff075a1cb0b n/a (libxul.so + 0x401cb0b)
#10 0x00007ff07535f85b n/a (libxul.so + 0x395f85b)
#11 0x00007ff08a2ec06b n/a (libnspr4.so + 0x2f06b)
#12 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#13 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2005:
#0 0x00007ff08a0a0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007ff08a094abc n/a (libc.so.6 + 0x94abc)
#2 0x00007ff08a094e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007ff08a09766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007ff05de2e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007ff05dde35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007ff05de2e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 2054:
#0 0x00007ff08a11af9d syscall (libc.so.6 + 0x11af9d)
#1 0x00007ff07b92e845 n/a (libxul.so + 0x9f2e845)
#2 0x00007ff07b74c125 n/a (libxul.so + 0x9d4c125)
#3 0x00007ff07b74bc04 n/a (libxul.so + 0x9d4bc04)
#4 0x00007ff07b74b82d n/a (libxul.so + 0x9d4b82d)
#5 0x00007ff07b74b6c9 n/a (libxul.so + 0x9d4b6c9)
#6 0x00007ff07b74b5c1 n/a (libxul.so + 0x9d4b5c1)
#7 0x00007ff07b92ebf0 n/a (libxul.so + 0x9f2ebf0)
#8 0x00007ff08a0981b9 n/a (libc.so.6 + 0x981b9)
#9 0x00007ff08a11d21c n/a (libc.so.6 + 0x11d21c)
ELF object binary architecture: AMD x86-64
Jun 19 20:27:10 col-desktop-linux plasmashell[3668]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:27:10 col-desktop-linux systemd[1]: systemd-coredump@1-4097-3716_3717-0.service: Deactivated successfully.
Jun 19 20:27:10 col-desktop-linux systemd[1]: systemd-coredump@1-4097-3716_3717-0.service: Consumed 1.578s CPU time over 1.670s wall clock time, 737.6M memory peak.
Jun 19 20:27:10 col-desktop-linux thunderbird[2761]: Exiting due to channel error.
Jun 19 20:27:10 col-desktop-linux systemd[1158]: app-org.mozilla.Thunderbird@autostart.service: Main process exited, code=dumped, status=11/SEGV
Jun 19 20:27:10 col-desktop-linux systemd[1158]: app-org.mozilla.Thunderbird@autostart.service: Failed with result 'core-dump'.
Jun 19 20:27:10 col-desktop-linux systemd[1158]: app-org.mozilla.Thunderbird@autostart.service: Consumed 9.541s CPU time over 19.146s wall clock time, 627.3M memory peak.
Jun 19 20:27:10 col-desktop-linux plasmashell[3668]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jun 19 20:27:11 col-desktop-linux plasmashell[3668]: No object for name "alsa_output.pci-0000_12_00.1.hdmi-stereo-extra1.monitor"
Jun 19 20:27:12 col-desktop-linux kded6[1437]: could not find kded module with id "kameleon"
Jun 19 20:27:12 col-desktop-linux kded6[1437]: attempted to load an invalid module.
Jun 19 20:27:12 col-desktop-linux plasmashell[3668]: error connecting to kameleon via dbus: "No such object path '/modules/kameleon'"
Jun 19 20:27:12 col-desktop-linux plasmashell[3668]: qrc:/qt/qml/plasma/applet/org/kde/plasma/brightness/PopupDialog.qml:96: TypeError: Value is null and could not be converted to an object
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:12 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:13 col-desktop-linux systemd-timesyncd[696]: Contacted time server [2602:81c:1000:2::605]:123 (2.arch.pool.ntp.org).
Jun 19 20:27:13 col-desktop-linux systemd-timesyncd[696]: Initial clock synchronization to Fri 2026-06-19 20:27:13.183954 EDT.
Jun 19 20:27:13 col-desktop-linux kded6[1437]: could not find kded module with id "kameleon"
Jun 19 20:27:13 col-desktop-linux kded6[1437]: attempted to load an invalid module.
Jun 19 20:27:13 col-desktop-linux plasmashell[3668]: error connecting to kameleon via dbus: "No such object path '/modules/kameleon'"
Jun 19 20:27:13 col-desktop-linux plasmashell[3668]: qrc:/qt/qml/plasma/applet/org/kde/plasma/brightness/PopupDialog.qml:96: TypeError: Value is null and could not be converted to an object
Jun 19 20:27:14 col-desktop-linux systemd[1158]: Started Firefox - Web Browser.
Jun 19 20:27:14 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local="[fd8e:220e:d6a4:0:e760:5cfa:d163:6fa5]:22000" connection.remote="[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000" connection.type=tcp-server connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9RGR7H8OQHV15J8CS9AHPC log.pkg=connections)
Jun 19 20:27:14 col-desktop-linux syncthing[1175]: Additional device connection (device=LNMM7WU address="[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000" count=1 log.pkg=model)
Jun 19 20:27:14 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address="[2603:7080:3c40:40b0:aaa1:59ff:fe43:9595]:22000" error=EOF log.pkg=connections)
Jun 19 20:27:14 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address="[fd8e:220e:d6a4:0:aaa1:59ff:fe43:9595]:22000" error=EOF log.pkg=connections)
Jun 19 20:27:14 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address=10.69.42.17:52688 error="write tcp 10.69.42.10:22000->10.69.42.17:52688: write: connection reset by peer" log.pkg=connections)
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:14 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:27:15 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 4298 of process 4102 owned by '1000' RT at priority 10.
Jun 19 20:27:15 col-desktop-linux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 19 20:27:17 col-desktop-linux systemd[1]: systemd-localed.service: Deactivated successfully.
Jun 19 20:27:18 col-desktop-linux systemd[1158]: app-firefox@autostart.service: Failed with result 'exit-code'.
Jun 19 20:27:18 col-desktop-linux systemd[1158]: app-firefox@autostart.service: Consumed 32.981s CPU time over 26.513s wall clock time, 2.2G memory peak.
Jun 19 20:27:20 col-desktop-linux kdeconnectd[1659]: Missing CAP_NET_ADMIN permission. Cannot determine whether a found address is of random or public type.
Jun 19 20:27:24 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=LNMM7WU address=10.69.42.17:38426 error="write tcp 10.69.42.10:22000->10.69.42.17:38426: write: connection reset by peer" log.pkg=connections)
Jun 19 20:27:29 col-desktop-linux at-spi2-registryd[1462]: Disabling unresponsive app with pid 3168
Jun 19 20:27:32 col-desktop-linux syncthing[1175]: Established secure connection (device=UFN4PER connection.local="[fd8e:220e:d6a4::ee1]:22000" connection.remote="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" connection.type=tcp-server connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9TIMVT0KE4PRT9VIVC8BL8 log.pkg=connections)
Jun 19 20:27:32 col-desktop-linux syncthing[1175]: Additional device connection (device=UFN4PER address="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" count=1 log.pkg=model)
Jun 19 20:27:32 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address="[2603:7080:3c40:40b0:4507:8eaa:6d10:7cd1]:22000" error=EOF log.pkg=connections)
Jun 19 20:27:32 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address=10.69.42.12:22000 error=EOF log.pkg=connections)
Jun 19 20:27:32 col-desktop-linux syncthing[1175]: Failed to exchange Hello messages (device=UFN4PER address="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:55362" error=EOF log.pkg=connections)
Jun 19 20:27:35 col-desktop-linux syncthing[1175]: Established secure connection (device=UFN4PER connection.local="[fd8e:220e:d6a4::ee1]:56196" connection.remote="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" connection.type=tcp-client connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9TVS48KU8RRES0OG9MI3CK log.pkg=connections)
Jun 19 20:27:35 col-desktop-linux syncthing[1175]: Additional device connection (device=UFN4PER address="[fd8e:220e:d6a4:0:8a85:95ca:7878:af54]:22000" count=2 log.pkg=model)
Jun 19 20:27:44 col-desktop-linux systemd[1]: systemd-timedated.service: Deactivated successfully.
Jun 19 20:27:46 col-desktop-linux systemd[1158]: Started kitty - Terminal emulator.
Jun 19 20:27:46 col-desktop-linux systemd[1158]: Started kitty child process: 5077 launched by: 5060.
Jun 19 20:27:47 col-desktop-linux syncthing[1175]: Established secure connection (device=LNMM7WU connection.local="[2603:7080:3c40:40b0::ee1]:22000" connection.remote="[2603:7080:3c40:40b0:aaa1:59ff:fe43:9595]:22000" connection.type=tcp-server connection.lan=true connection.crypto=TLS1.3-TLS_AES_128_GCM_SHA256 connection.prio=10 connection.id=65QK9V9C2CNA69GTAO5RDLT6U6 log.pkg=connections)
Jun 19 20:27:47 col-desktop-linux syncthing[1175]: Additional device connection (device=LNMM7WU address="[2603:7080:3c40:40b0:aaa1:59ff:fe43:9595]:22000" count=2 log.pkg=model)
Jun 19 20:27:47 col-desktop-linux plasma_waitforname[1289]: WaitForName: Service was not registered within timeout
Jun 19 20:27:47 col-desktop-linux systemd[1158]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:27:47 col-desktop-linux systemd[1158]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Jun 19 20:27:51 col-desktop-linux kwin_wayland[3641]: atomic commit failed: Device or resource busy
Jun 19 20:28:09 col-desktop-linux systemd[1]: pcscd.service: Deactivated successfully.
Jun 19 20:28:16 col-desktop-linux syncthing[1175]: Relay listener starting (id=dynamic+https://relays.syncthing.net/endpoint log.pkg=connections)
Jun 19 20:28:29 col-desktop-linux kwin_wayland[3641]: atomic commit failed: Device or resource busy
Jun 19 20:28:33 col-desktop-linux syncthing[1175]: Joined relay (uri=relay://162.221.89.143:22067 log.pkg=relay/client)
Jun 19 20:28:41 col-desktop-linux plasmashell[3668]: Failed to resolve executable from service. Error: "Could not find the program '/home/col/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/../vrmonitor.sh'"
Jun 19 20:28:41 col-desktop-linux plasmashell[3668]: Failed to resolve executable from service. Error: "Could not find the program 'SS14.Launcher'"
Jun 19 20:28:41 col-desktop-linux plasmashell[3668]: Failed to resolve executable from service. Error: "Could not find the program '/home/col/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrurlhandler'"
Jun 19 20:28:42 col-desktop-linux kwin_wayland[3641]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 19 20:28:42 col-desktop-linux kwin_wayland[3641]: QDBusConnection: couldn't handle call to Teardown, no slot matched
Jun 19 20:28:42 col-desktop-linux kwin_wayland[3641]: Could not find slot Krunner1Adaptor::Teardown
Jun 19 20:28:42 col-desktop-linux systemd[1158]: Started KiCad - EDA Suite.
Jun 19 20:28:47 col-desktop-linux kwin_wayland_wrapper[3641]: /usr/include/c++/16.1.1/optional:1228: constexpr const _Tp* std::optional<_Tp>::operator->() const [with _Tp = KWin::FormatInfo]: Assertion 'this->_M_is_engaged()' failed.
Jun 19 20:28:47 col-desktop-linux systemd-coredump[5872]: Process 3641 (kwin_wayland) of user 1000 terminated abnormally with signal 6/ABRT, processing...
Jun 19 20:28:47 col-desktop-linux systemd[1]: Started Process Core Dump (PID 5872/UID 0).
Jun 19 20:28:48 col-desktop-linux systemd-coredump[5873]: Process 3641 (kwin_wayland) of user 1000 dumped core.
Stack trace of thread 3641:
#0 0x00007f0c75c9a29c n/a (libc.so.6 + 0x9a29c)
#1 0x00007f0c75c3e7d0 raise (libc.so.6 + 0x3e7d0)
#2 0x00007f0c75c25681 abort (libc.so.6 + 0x25681)
#3 0x00007f0c7609d5b9 _ZSt21__glibcxx_assert_failPKciS0_S0_ (libstdc++.so.6 + 0x9d5b9)
#4 0x00007f0c7916d056 n/a (libkwin.so.6 + 0x16d056)
#5 0x00007f0c7916f74d n/a (libkwin.so.6 + 0x16f74d)
#6 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#7 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#8 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#9 0x00007f0c793b6982 n/a (libkwin.so.6 + 0x3b6982)
#10 0x00007f0c793b7b52 _ZNK4KWin14WorkspaceScene15layerCandidatesEl (libkwin.so.6 + 0x3b7b52)
#11 0x00007f0c791a782a _ZN4KWin10Compositor9compositeEPNS_10RenderLoopE (libkwin.so.6 + 0x1a782a)
#12 0x00007f0c765f081b n/a (libQt6Core.so.6 + 0x1f081b)
#13 0x00007f0c791ff17b _ZN4KWin10RenderLoop14frameRequestedEPS0_ (libkwin.so.6 + 0x1ff17b)
#14 0x00007f0c765e7cf9 _ZN7QObject5eventEP6QEvent (libQt6Core.so.6 + 0x1e7cf9)
#15 0x00007f0c7790411f _ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent (libQt6Widgets.so.6 + 0x10411f)
#16 0x00007f0c76583658 _ZN16QCoreApplication15notifyInternal2EP7QObjectP6QEvent (libQt6Core.so.6 + 0x183658)
#17 0x00007f0c7676b2f5 _ZN14QTimerInfoList14activateTimersEv (libQt6Core.so.6 + 0x36b2f5)
#18 0x00007f0c76776bd2 _ZN20QEventDispatcherUNIX13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x376bd2)
#19 0x00007f0c77583543 _ZN23QUnixEventDispatcherQPA13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Gui.so.6 + 0x783543)
#20 0x00007f0c76591983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#21 0x00007f0c76586eaa _ZN16QCoreApplication4execEv (libQt6Core.so.6 + 0x186eaa)
#22 0x0000559d2ef3b040 n/a (kwin_wayland + 0x3f040)
#23 0x00007f0c75c27741 n/a (libc.so.6 + 0x27741)
#24 0x00007f0c75c27879 __libc_start_main (libc.so.6 + 0x27879)
#25 0x0000559d2ef3f655 n/a (kwin_wayland + 0x43655)
Stack trace of thread 3651:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3649:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007f0c75d0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007f0c750b6edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007f0c750b6fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007f0c7689d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007f0c76591983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007f0c766b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007f0c76c717d1 n/a (libQt6DBus.so.6 + 0x397d1)
#10 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#11 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3654:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3656:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3663:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c1f17a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007f0c1f1439ed n/a (libvulkan_radeon.so + 0x3439ed)
#6 0x00007f0c1f17a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3664:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c1f17a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007f0c1f1439ed n/a (libvulkan_radeon.so + 0x3439ed)
#6 0x00007f0c1f17a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3665:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c1f17a39e n/a (libvulkan_radeon.so + 0x37a39e)
#5 0x00007f0c1efdbbbb n/a (libvulkan_radeon.so + 0x1dbbbb)
#6 0x00007f0c1f17a30d n/a (libvulkan_radeon.so + 0x37a30d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3675:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5472:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3681:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75ce51d2 clock_nanosleep (libc.so.6 + 0xe51d2)
#3 0x00007f0c75cf17c7 __nanosleep (libc.so.6 + 0xf17c7)
#4 0x00007f0c79513943 n/a (libkwin.so.6 + 0x513943)
#5 0x00007f0c79513cba n/a (libkwin.so.6 + 0x513cba)
#6 0x00007f0c7950efb6 n/a (libkwin.so.6 + 0x50efb6)
#7 0x00007f0c75c9d8fc n/a (libc.so.6 + 0x9d8fc)
#8 0x00007f0c75c9d979 pthread_once (libc.so.6 + 0x9d979)
#9 0x00007f0c7950f26f n/a (libkwin.so.6 + 0x50f26f)
#10 0x00007f0c76778825 n/a (libQt6Core.so.6 + 0x378825)
#11 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3704:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3676:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3682:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75ce51d2 clock_nanosleep (libc.so.6 + 0xe51d2)
#3 0x00007f0c75cf17c7 __nanosleep (libc.so.6 + 0xf17c7)
#4 0x00007f0c79513943 n/a (libkwin.so.6 + 0x513943)
#5 0x00007f0c79513cba n/a (libkwin.so.6 + 0x513cba)
#6 0x00007f0c7950efb6 n/a (libkwin.so.6 + 0x50efb6)
#7 0x00007f0c75c9d8fc n/a (libc.so.6 + 0x9d8fc)
#8 0x00007f0c75c9d979 pthread_once (libc.so.6 + 0x9d979)
#9 0x00007f0c7950f26f n/a (libkwin.so.6 + 0x50f26f)
#10 0x00007f0c76778825 n/a (libQt6Core.so.6 + 0x378825)
#11 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#12 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3866:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3712:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007f0c75d0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007f0c750b6edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007f0c750b6fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007f0c7689d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007f0c76591983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007f0c766b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007f0c76778595 n/a (libQt6Core.so.6 + 0x378595)
#10 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3650:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3653:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3867:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3683:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94b04 n/a (libc.so.6 + 0x94b04)
#3 0x00007f0c75d0fff6 ppoll (libc.so.6 + 0x10fff6)
#4 0x00007f0c750b6edf n/a (libglib-2.0.so.0 + 0x63edf)
#5 0x00007f0c750b6fe5 g_main_context_iteration (libglib-2.0.so.0 + 0x63fe5)
#6 0x00007f0c7689d0b2 _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt6Core.so.6 + 0x49d0b2)
#7 0x00007f0c76591983 _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt6Core.so.6 + 0x191983)
#8 0x00007f0c766b9342 _ZN7QThread4execEv (libQt6Core.so.6 + 0x2b9342)
#9 0x00007f0c76778595 n/a (libQt6Core.so.6 + 0x378595)
#10 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#11 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3706:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5261:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5471:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5107:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5258:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3674:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3677:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3655:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5262:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5259:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5467:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3679:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3703:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5474:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3705:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5473:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3678:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 3652:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c9766c pthread_cond_wait (libc.so.6 + 0x9766c)
#4 0x00007f0c6502e84e n/a (libgallium-26.1.3-arch1.2.so + 0x62e84e)
#5 0x00007f0c64fe35bd n/a (libgallium-26.1.3-arch1.2.so + 0x5e35bd)
#6 0x00007f0c6502e78d n/a (libgallium-26.1.3-arch1.2.so + 0x62e78d)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
Stack trace of thread 5260:
#0 0x00007f0c75ca0a52 n/a (libc.so.6 + 0xa0a52)
#1 0x00007f0c75c94abc n/a (libc.so.6 + 0x94abc)
#2 0x00007f0c75c94e07 n/a (libc.so.6 + 0x94e07)
#3 0x00007f0c75c97882 pthread_cond_timedwait (libc.so.6 + 0x97882)
#4 0x00007f0c767713a9 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt6Core.so.6 + 0x3713a9)
#5 0x00007f0c766b6e86 n/a (libQt6Core.so.6 + 0x2b6e86)
#6 0x00007f0c767784fb n/a (libQt6Core.so.6 + 0x3784fb)
#7 0x00007f0c75c981b9 n/a (libc.so.6 + 0x981b9)
#8 0x00007f0c75d1d21c n/a (libc.so.6 + 0x11d21c)
ELF object binary architecture: AMD x86-64
Jun 19 20:28:48 col-desktop-linux systemd[1]: systemd-coredump@2-8193-5872_5873-0.service: Deactivated successfully.
Jun 19 20:28:48 col-desktop-linux systemd[1]: systemd-coredump@2-8193-5872_5873-0.service: Consumed 823ms CPU time over 855ms wall clock time, 550.8M memory peak.
Jun 19 20:28:48 col-desktop-linux kitty[5060]: [61.550] [glfw error 65544]: Wayland: fatal display error: Broken pipe
Jun 19 20:28:48 col-desktop-linux xdg-desktop-portal-gtk[3893]: Error reading events from display: Broken pipe
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: warning: queue "ksystemclipboard queue" 0x7fbdb002d8d0 destroyed while proxies still attached:
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: ext_data_control_manager_v1#14 still attached
Jun 19 20:28:48 col-desktop-linux kwin_wayland_wrapper[3714]: (EE) failed to read Wayland events: Broken pipe
Jun 19 20:28:48 col-desktop-linux plasmashell[3668]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux xdg-desktop-portal-kde[3900]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Attempting wayland reconnect
Jun 19 20:28:48 col-desktop-linux org_kde_powerdevil[1484]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux org_kde_powerdevil[1484]: Attempting wayland reconnect
Jun 19 20:28:48 col-desktop-linux kded6[1437]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux kded6[1437]: Attempting wayland reconnect
Jun 19 20:28:48 col-desktop-linux kded6[1437]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:28:48 col-desktop-linux kded6[1437]: There are no outputs - creating placeholder screen
Jun 19 20:28:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:28:48 col-desktop-linux polkit-kde-authentication-agent-1[1483]: There are no outputs - creating placeholder screen
Jun 19 20:28:48 col-desktop-linux org_kde_powerdevil[1484]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:28:48 col-desktop-linux org_kde_powerdevil[1484]: There are no outputs - creating placeholder screen
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: Attempting wayland reconnect
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: Failed to write to the pipe: Broken pipe.
Jun 19 20:28:48 col-desktop-linux kdeconnectd[1659]: There are no outputs - creating placeholder screen
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-xdg-desktop-portal-kde.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux kaccess[3667]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:28:48 col-desktop-linux gmenudbusmenuproxy[3666]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:28:48 col-desktop-linux xembedsniproxy[3669]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 20:28:48 col-desktop-linux systemd[1158]: kitty-5060-0.scope: Consumed 522ms CPU time over 1min 1.392s wall clock time, 74M memory peak.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:28:48 col-desktop-linux systemd[1158]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-kaccess.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-kaccess.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: app-kitty@710a436b77c54c2c98890d03505b6be0.service: Consumed 314ms CPU time over 1min 1.634s wall clock time, 110.4M memory peak.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Main process exited, code=exited, status=255/EXCEPTION
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Consumed 5.254s CPU time over 1min 39.592s wall clock time, 369.4M memory peak.
Jun 19 20:28:48 col-desktop-linux kactivitymanagerd[1479]: The Wayland connection broke. Did the Wayland compositor die?
Jun 19 20:28:48 col-desktop-linux kactivitymanagerd[1479]: Attempting wayland reconnect
Jun 19 20:28:48 col-desktop-linux kactivitymanagerd[1479]: Failed to write to the pipe: Bad file descriptor.
Jun 19 20:28:48 col-desktop-linux kactivitymanagerd[1479]: There are no outputs - creating placeholder screen
Jun 19 20:28:48 col-desktop-linux kwin_wayland[5900]: No backend specified, automatically choosing drm
Jun 19 20:28:48 col-desktop-linux systemd[1158]: app-org.kicad.kicad@e9b97274eeb04fc8a312b1641bac03bb.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:28:48 col-desktop-linux systemd[1158]: app-org.kicad.kicad@e9b97274eeb04fc8a312b1641bac03bb.service: Failed with result 'exit-code'.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: app-org.kicad.kicad@e9b97274eeb04fc8a312b1641bac03bb.service: Consumed 18.491s CPU time over 5.965s wall clock time, 2.7G memory peak.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-plasmashell.service: Scheduled restart job, restart counter is at 2.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-gmenudbusmenuproxy.service: Scheduled restart job, restart counter is at 2.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-kaccess.service: Scheduled restart job, restart counter is at 2.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: plasma-xembedsniproxy.service: Scheduled restart job, restart counter is at 2.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: Started Proxies GTK DBus menus to a Plasma readable format.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: Started KAccess.
Jun 19 20:28:48 col-desktop-linux systemd[1158]: Starting KDE Plasma Workspace...
Jun 19 20:28:48 col-desktop-linux systemd[1158]: Started Handle legacy xembed system tray icons.
Jun 19 20:28:49 col-desktop-linux firefox[4102]: ExceptionHandler::GenerateDump attempting to generate:
Jun 19 20:28:49 col-desktop-linux firefox[4102]: /home/col/.mozilla/firefox/j89p51te.default-release/minidumps/53cc21ea-8935-625d-e502-8413a5519e26.dmp
Jun 19 20:28:49 col-desktop-linux firefox[4102]: ExceptionHandler::GenerateDump cloned child 5975
Jun 19 20:28:49 col-desktop-linux firefox[4102]: ExceptionHandler::SendContinueSignalToChild sent continue signal to child
Jun 19 20:28:49 col-desktop-linux firefox[5975]: ExceptionHandler::WaitForContinueSignal waiting for continue signal...
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.freedesktop.Notifications@2.service.
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Started KDE Plasma Workspace.
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Warning: Multiple symbols for level 1/group 1 on key <FK23>
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Using F23, ignoring XF86TouchpadOff
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Warning: Symbol map for key <FK23> redefined
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Using last definition for conflicting fields
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Warning: Symbol map for key <FK24> redefined
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: > Using last definition for conflicting fields
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[5991]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > Warning: Unsupported maximum keycode 709, clipping.
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > X11 cannot support keycodes above 255.
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > Warning: Virtual modifier Hyper multiply defined
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > Using 0, ignoring 0
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > Warning: Virtual modifier ScrollLock multiply defined
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: > Using 0, ignoring 0
Jun 19 20:28:49 col-desktop-linux kwin_wayland_wrapper[6001]: Errors from xkbcomp are not fatal to the X server
Jun 19 20:28:49 col-desktop-linux xembedsniproxy[5930]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.xembedsniproxy'")
Jun 19 20:28:49 col-desktop-linux gmenudbusmenuproxy[5927]: Failed to register with host portal QDBusError("org.freedesktop.portal.Error.Failed", "Could not register app ID: App info not found for 'org.kde.gmenudbusmenuproxy'")
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Starting Xdg Desktop Portal For KDE...
Jun 19 20:28:49 col-desktop-linux kaccess[5928]: X server XKB extension major= 1 minor= 0
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Started Xdg Desktop Portal For KDE.
Jun 19 20:28:49 col-desktop-linux plasmashell[5929]: Member visible of the object PlasmaQuick::Dialog overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Starting Portal service (GTK/GNOME implementation)...
Jun 19 20:28:49 col-desktop-linux firefox[4102]: ExceptionHandler::GenerateDump minidump generation
Jun 19 20:28:49 col-desktop-linux firefox[4102]: succeeded
Jun 19 20:28:49 col-desktop-linux plasmashell[5929]: Member enabled of the object DeclarativeDropArea overrides a member of the base object. Consider renaming it or adding final or override specifier
Jun 19 20:28:49 col-desktop-linux firefox[4920]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4811]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[5136]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[5193]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4469]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4463]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4483]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4754]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4692]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4609]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux firefox[4255]: Exiting due to channel error.
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Started Portal service (GTK/GNOME implementation).
Jun 19 20:28:49 col-desktop-linux systemd[1158]: app-firefox@d4c1575ecaa14c1d8bad00c97e60d351.service: Main process exited, code=exited, status=11/n/a
Jun 19 20:28:49 col-desktop-linux kwin_wayland[5900]: atomic commit failed: Device or resource busy
Jun 19 20:28:49 col-desktop-linux systemd[1158]: Started dbus-:1.2-org.kde.KSplash@1.service.
Jun 19 20:28:50 col-desktop-linux plasmashell[5929]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:28:50 col-desktop-linux plasmashell[5929]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:28:50 col-desktop-linux plasmashell[5929]: Final member StackingOrder is overridden in class QQmlDMAbstractItemModelData. The override won't be used.
Jun 19 20:28:50 col-desktop-linux plasmashell[5929]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jun 19 20:28:51 col-desktop-linux plasmashell[5929]: No object for name "alsa_output.pci-0000_12_00.1.hdmi-stereo-extra1.monitor"
Jun 19 20:28:52 col-desktop-linux kded6[1437]: could not find kded module with id "kameleon"
Jun 19 20:28:52 col-desktop-linux kded6[1437]: attempted to load an invalid module.
Jun 19 20:28:52 col-desktop-linux plasmashell[5929]: error connecting to kameleon via dbus: "No such object path '/modules/kameleon'"
Jun 19 20:28:52 col-desktop-linux plasmashell[5929]: qrc:/qt/qml/plasma/applet/org/kde/plasma/brightness/PopupDialog.qml:96: TypeError: Value is null and could not be converted to an object
Jun 19 20:28:54 col-desktop-linux kded6[1437]: could not find kded module with id "kameleon"
Jun 19 20:28:54 col-desktop-linux kded6[1437]: attempted to load an invalid module.
Jun 19 20:28:54 col-desktop-linux plasmashell[5929]: error connecting to kameleon via dbus: "No such object path '/modules/kameleon'"
Jun 19 20:28:54 col-desktop-linux plasmashell[5929]: qrc:/qt/qml/plasma/applet/org/kde/plasma/brightness/PopupDialog.qml:96: TypeError: Value is null and could not be converted to an object
Jun 19 20:28:54 col-desktop-linux systemd[1]: Starting Time & Date Service...
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/mmx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd-logind[975]: Parsed PE file '/efi/EFI/Linux/shimx64.efi' is not a UKI.
Jun 19 20:28:54 col-desktop-linux systemd[1]: Started Time & Date Service.
Jun 19 20:28:55 col-desktop-linux rtkit-daemon[1363]: Successfully made thread 6444 of process 6268 owned by '1000' RT at priority 10.
Jun 19 20:29:09 col-desktop-linux systemd[1158]: Started kitty - Terminal emulator.
Jun 19 20:29:09 col-desktop-linux systemd[1158]: Started kitty child process: 7093 launched by: 7080.
Jun 19 20:29:24 col-desktop-linux systemd[1]: systemd-timedated.service: Deactivated successfully.
Jun 19 20:29:50 col-desktop-linux plasma_waitforname[6195]: WaitForName: Service was not registered within timeout
Jun 19 20:29:50 col-desktop-linux systemd[1158]: dbus-:1.2-org.kde.KSplash@1.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 20:29:50 col-desktop-linux systemd[1158]: dbus-:1.2-org.kde.KSplash@1.service: Failed with result 'exit-code'.
Jun 19 20:31:54 col-desktop-linux systemd[1158]: Started kitty - Terminal emulator.
Jun 19 20:31:54 col-desktop-linux systemd[1158]: Started kitty child process: 7860 launched by: 7846.
Jun 19 20:32:25 col-desktop-linux syncthing[1175]: Detected NAT type (uri=quic://0.0.0.0:22000 type="Port restricted NAT" log.pkg=connections)
Jun 19 20:32:25 col-desktop-linux syncthing[1175]: Resolved external address (uri=quic://0.0.0.0:22000 address=quic://67.242.219.35:22000 via=stun.internetcalls.com:3478 log.pkg=connections)
Jun 19 20:32:44 col-desktop-linux sudo[7962]: col : TTY=pts/0 ; PWD=/home/col ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Jun 19 20:32:44 col-desktop-linux sudo[7962]: pam_unix(sudo:session): session opened for user root(uid=0) by col(uid=1000)
Jun 19 20:34:56 col-desktop-linux sudo[7962]: pam_unix(sudo:session): session closed for user root
Jun 19 20:34:59 col-desktop-linux sudo[8241]: col : TTY=pts/0 ; PWD=/home/col ; USER=root ; COMMAND=/usr/bin/journalctl -b 0
Jun 19 20:34:59 col-desktop-linux sudo[8241]: pam_unix(sudo:session): session opened for user root(uid=0) by col(uid=1000)`pacman -Q`:
7zip 26.01-1
a52dec 0.8.0-3
aalib 1.4rc5-19
aarch64-linux-gnu-binutils 2.46.1-1
aarch64-linux-gnu-gdb 17.2-1
aardvark-dns 1.17.1-1
abcde 2.9.3-6
abseil-cpp 20260526.0-2
accountsservice 26.13.3-1
acl 2.3.2-2
act 0.2.89-1
ada 3.4.4-1
adwaita-cursors 50.0-1
adwaita-fonts 50.0-1
adwaita-icon-theme 50.0-1
adwaita-icon-theme-legacy 46.2-3
afl++ 5.00c-1
agelessd 1.0.0-1
aha 0.5.1-3
alembic 1.8.11-2
alsa-card-profiles 1:1.6.7-1
alsa-lib 1.2.16.1-1
alsa-plugins 1:1.2.12-5
alsa-topology-conf 1.2.5.1-4
alsa-ucm-conf 1.2.16.1-1
amd-ucode 20260519-1
android-studio 2026.1.1.10-1
android-tools 35.0.2-27
android-udev 20260423-1
ansible 14.0.0-1
ansible-core 2.21.0-2
aom 3.14.1-1
apk-tools 3.0.6-1
apparmor 4.1.7-1
appstream 1.1.3-1
appstream-qt 1.1.3-1
apr 1.7.6-1
apr-util 1.6.3-2
arandr 0.1.11-6
arch-install-scripts 31-1
archipelagomw-bin 0.6.7-1
archiso 88-1
archlinux-keyring 20260612-1
arduino-ide-bin 2.3.10-1
argon2 20190702-6
aribb24 1.0.3-4
aribb25 0.2.7-3
ark 26.04.2-1
asciidoc 10.2.1-3
aspell 0.60.8.2-2
aspell-en 2026.02.25-1
asset-ripper-bin 1.3.9-1
assimp 6.0.5-1
at-spi2-core 2.60.4-1
atkmm 2.28.5-2
atomicparsley 20240608.083822.1ed9031-1
attica 6.27.0-1
attr 2.5.2-2
audacity 1:3.7.8-1
audit 4.1.4-2
aurorae 6.7.0-1
autoconf 2.73-1
automake 1.18.1-1
avahi 1:0.9rc4-1
ayatana-ido 0.10.4-1
babl 0.1.126-1
baloo 6.27.0-1
baloo-widgets 26.04.2-2
base-devel 1-2
bash 5.3.15-1
bc 1.08.2-1
bcg729 1.1.1-2
bcprov 1.84-1
binaryen 1:130-1
bind 9.20.24-1
binutils 2.46+r70+g155188ea10a7-1
bison 3.8.2-8
blas 3.12.1-2
blender 17:5.1.2-1
blosc 1.21.6-2
bluedevil 1:6.7.0-1
blueman 2.4.6-2
bluetui 0.8.1-2
bluez 5.86-6
bluez-libs 5.86-6
bluez-qt 6.27.0-1
bluez-utils 5.86-6
boost 1.91.0-1
boost-libs 1.91.0-1
botan 3.12.0-1
bottom 0.12.3-2
bpf 7.0.12-1
breeze 6.7.0-1
breeze-cursors 6.7.0-1
breeze-icons 6.27.0-1
breezy 3.3.21-2
brightnessctl 0.5.1-3
brltty 6.9.1-1
brother-hl-l2420dw 4.1.0-1
brotli 1.2.0-1
btrfs-progs 7.0-1
bubblewrap 0.11.2-1
bundletool 1.18.3-1
bzip2 1.0.8-6
c-ares 1.34.6-1
ca-certificates 20240618-1
ca-certificates-mozilla 3.125-1
ca-certificates-utils 20240618-1
cabextract 1.11-2
cairo 1.18.4-1
cairomm 1.14.6-1
cairomm-1.16 1.18.1-1
cameractrls 0.6.10-2
capstone 5.0.9-1
catatonit 0.2.1-2
cblas 3.12.1-2
ccid 1.8.2-1
cd-discid 1.4-5
cdparanoia 10.2-9
cdrdao 1.2.6-3
cdrtools 3.02a09-6
cemu-bin 2.6-2
ceres-solver 2.2.0-5
chromaprint 1.6.0-3
chromium 149.0.7827.155-1
chrpath 0.18-1
cifs-utils 7.5-1
clang 22.1.6-1
clinfo 3.0.25.02.14-1
clucene 2.3.3.4-17
cmake 4.3.4-1
cmark 0.31.2-1
cnijfilter2-mg7700 5.20-3
coin 1:4.0.8-1
colord 1.4.8-1
compiler-rt 22.1.6-1
composefs 1.0.8-1
confuse 3.3-5
conmon 1:2.2.1-1
containerd 2.3.1-1
containers-common 1:0.67.1-3
convertlit 1.8-13
coreutils 9.11-1
cpio 2.15-3
cppdap 1.58.0-3
cryptsetup 2.8.6-1
cups 2:2.4.19-1
cups-filters 2.0.1-2
cups-pdf 3.0.3-1
curl 8.20.0-7
curtail 1.16.2-1
cython 3.2.5-1
dart-sass 1.101.0-1
dav1d 1.5.3-1
db5.3 5.3.28-7
dbus 1.16.2-1
dbus-broker 37-3
dbus-broker-units 37-3
dbus-glib 0.114-1
dconf 0.49.0-1
ddcutil 2.2.7-1
ddrescue 1.30-2
debugedit 5.3-1
debuginfod 0.195-1
default-cursors 3-1
deluge 1:2.2.0-3
deluge-gtk 1:2.2.0-3
deno 2.8.3-1
desktop-file-utils 0.28-1
device-mapper 2.03.41-1
devtools 1:1.5.0-1
dhcpcd 10.3.2-1
diffstat 1.69-1
difftastic 0.69.0-1
diffutils 3.12-2
ding-libs 0.7.0-1
discord 1:1.0.143-1
discount 3.0.1.3-1
dkms 3.4.1-1
dmidecode 3.7-1
dnsmasq 2.93-1
dnssec-anchors 20250524-1
docbook-xml 4.5-11
docbook-xsl 1.79.2-9
docker 1:29.5.2-1
docker-buildx 0.34.1-1
docker-compose 5.1.4-1
docker-rootless-extras 29.6.0-1
doggo 1.1.7-1
dolphin 26.04.2-1
dolphin-emu 1:2603.1-2
dos2unix 7.5.6-1
dosfstools 4.2-5
dotconf 1.4.1-1
dotnet-host 10.0.9.sdk109-1
dotnet-runtime 10.0.9.sdk109-1
dotnet-sdk 10.0.9.sdk109-1
dotnet-targeting-pack 10.0.9.sdk109-1
double-conversion 3.4.0-1
downgrade 12.0.2-1
doxygen 1.16.1-3
draco 1.5.7-2
dtc 1:1.7.2-1
duktape 2.7.0-7
dvdbackup 0.4.2-7
e2fsprogs 1.47.4-1
easytag 2.4.3-16
ebook-tools 0.2.2-9
editorconfig-core-c 0.12.11-1
edk2-aarch64 202605-1
edk2-ovmf 202605-1
efibootmgr 18-4
efitools 1.9.2-7
efivar 39-2
egl-wayland 4:1.1.21-1
eglexternalplatform 1.2.1-1
electron 1:42-1
electron39 39.8.10-1
electron41 41.8.0-1
electron42 42.3.0-1
elfutils 0.195-1
embree 4.4.1-1
encfs 1.9.5-9
enchant 2.8.15-2
enet 1.3.18-1
eog 50.1-1
erofs-utils 1.9.1-1
espeak-ng 1.52.0-1
esphome 2026.5.1-1
esptool 5.3.0-1
ethtool 1:7.0-1
exempi 2.6.6-3
exfatprogs 1.4.2-1
exiv2 0.28.8-2
expac 10-12
expat 2.8.1-1
f3d 3.5.0-3
faac 1.50-1
faad2 2.11.2-1
fakeroot 1:1.37.2-2
fclones 0.35.0-2
fd 10.4.2-2
ffmpeg 2:8.1.2-1
ffmpeg4.4 4.4.6-5
ffmpegthumbs 26.04.2-1
fftw 3.3.11-1
file 5.48-1
filesystem 2025.10.12-1
findutils 4.10.0-3
firefox 152.0.1-1
firejail 0.9.80-1
firewalld 2.4.2-1
fish 4.7.1-1
flac 1.5.0-1
flam3 3.1.1-2
flameshot 14.0.0-1
flatpak 1:1.18.0-1
flex 2.6.4-6
fluidsynth 2.5.5-1
fmt 12.2.0-1
font-manager 0.9.4-3
fontconfig 2:2.18.1-1
frameworkintegration 6.27.0-1
freecad 1.1.1-4
freeglut 3.8.0-1
freeipmi 1.6.18-1
freetube-bin 0.24.1-1
freetype2 2.14.3-1
fribidi 1.0.16-2
fstrm 0.6.1-2
ftgl 2.4.0-3
fuse-common 3.18.2-1
fuse2 2.9.9-5
fuse3 3.18.2-1
fusee-nano 0.5.3-1
fwupd 2.1.5-1
fwupd-efi 1.8-2
fzf 0.72.0-1
gamescope 3.16.24-1
gawk 5.4.0-1
gc 8.2.12-1
gcc 16.1.1+r12+g301eb08fa2c5-1
gcc-fortran 16.1.1+r12+g301eb08fa2c5-1
gcc-libs 16.1.1+r12+g301eb08fa2c5-1
gcr-4 4.4.0.1-1
gd 2.3.3-9
gdb 17.2-1
gdb-common 17.2-1
gdbm 1.26-2
gdk-pixbuf2 2.44.6-2
gedit 50.0-3
gegl 0.4.70-2
gendesk 1.0.15-1
geoclue 2.8.1-1
geocode-glib 3.26.4-6
geoip 1.6.12-3
geoip-database 20260204-1
gettext 1.0-2
gexiv2 0.16.0-2
gfeeds 2.2.0-6
gflags 2.2.2-6
gfxstream 0.1.2-2
ghc-libs 9.6.6-1
ghex 50.2-1
ghidra 12.1.2-1
ghostscript 10.07.1-1
giflib 6.1.3-1
gifsicle 1.96-1
gimp 3.2.4-1
git 2.54.0-1
git-delta 0.19.2-2
git-filter-repo 2.47.0-3
git-htmldocs 2.54.0-1
github-cli 2.95.0-1
gjs 2:1.88.0-1
gl-gsync-demo 1:1.0+3+g4fd963a-2
gl2ps 1.4.2-4
glew 2.3.1-1
glfw 1:3.4-1
glib-networking 1:2.80.1-1
glib2 2.88.1-1
glibc 2.43+r22+g8362e8ce10b2-2
glibmm 2.66.8-2
glibmm-2.68 2.88.0-2
glm 1.0.3-1
glow 2.1.2-1
glslang 1:1.4.350.0-1
glu 9.0.3-3
glycin 2.1.1-1
glycin-gtk4 2.1.1-1
glyr 1.0.10-6
gmp 6.3.0-3
gnome-autoar 0.4.5-1
gnome-desktop 1:44.5-1
gnome-desktop-4 1:44.5-1
gnome-desktop-common 1:44.5-1
gnome-session 50.1-1
gnome-settings-daemon 50.1-1
gnome-shell 1:50.2-1
gnu-free-fonts 20120503-9
gnulib-l10n 20241231-1
gnupg 2.4.9-1
gnutls 3.8.13-2
go 2:1.26.4-1
gobject-introspection-runtime 1.86.0-2
gocryptfs 2.6.1-1
google-glog 0.7.1-2
gparted 1.8.1-2
gperf 3.3-2
gperftools 2.18.1-1
gpgme 2.1.0-1
gpgmepp 2.1.0-1
gpm 1.20.7.r38.ge82d1a6-6
gptfdisk 1.0.10-2
granite7 7.8.1-1
graphene 1.10.8-2
graphicsmagick 1.3.47-1
graphite 1:1.3.15-1
greetd 0.10.3-2
greetd-agreety 0.10.3-2
greetd-tuigreet 0.9.1-2
grep 3.12-2
groff 1.24.1-1
gsettings-desktop-schemas 50.1-1
gsettings-system-schemas 50.1-1
gsl 2.8-1
gsm 1.0.24-1
gspell 1.14.3-1
gssdp 1.6.5-1
gssproxy 0.9.2-3
gst-plugin-pipewire 1:1.6.7-1
gst-plugins-bad 1.28.4-1
gst-plugins-bad-libs 1.28.4-1
gst-plugins-base 1.28.4-1
gst-plugins-base-libs 1.28.4-1
gst-plugins-good 1.28.4-1
gstreamer 1.28.4-1
gtest 1.17.0-2
gtk-update-icon-cache 1:4.22.4-1
gtk-vnc 1.5.0-1
gtk3 1:3.24.52-1
gtk4 1:4.22.4-1
gtkmm-4.0 4.22.0-2
gtkmm3 3.24.11-1
gtksourceview4 4.8.4-2
gtksourceview5 5.20.0-1
guile 3.0.11-1
gum 0.17.0-1
gumbo-parser 0.13.2-1
gupnp 1:1.6.10-1
gupnp-dlna 0.12.0-5
gupnp-igd 1.6.0-2
gvfs 1.60.0-2
gweather-locations 2026.2-1
gyp 20240207.1615ec32-2
gzip 1.14-2
handbrake 1.11.2-1
harfbuzz 14.2.1-1
harfbuzz-icu 14.2.1-1
haskell-aeson 2.2.2.0-14
haskell-aeson-pretty 0.8.10-187
haskell-ansi-terminal 1.1-62
haskell-ansi-terminal-types 1.1-62
haskell-appar 0.1.8-16
haskell-asn1-encoding 0.9.6-362
haskell-asn1-parse 0.9.5-361
haskell-asn1-types 0.3.4-340
haskell-assoc 1.1.1-41
haskell-async 2.2.6-56
haskell-attoparsec 0.14.4-206
haskell-attoparsec-aeson 2.2.0.1-11
haskell-auto-update 0.1.6-480
haskell-base-compat 0.14.1-2
haskell-base-orphans 0.9.4-4
haskell-base-unicode-symbols 0.2.4.2-16
haskell-base16-bytestring 1.0.2.0-211
haskell-base64-bytestring 1.2.1.0-333
haskell-basement 0.0.16-4
haskell-bifunctors 5.6.3-27
haskell-bitvec 1.1.5.0-79
haskell-blaze-builder 0.4.4.1-57
haskell-blaze-html 0.9.2.0-134
haskell-blaze-markup 0.8.3.0-144
haskell-boring 0.2.2-3
haskell-bsb-http-chunked 0.0.0.4-528
haskell-byteorder 1.0.4-27
haskell-call-stack 0.4.0-444
haskell-case-insensitive 1.2.1.0-436
haskell-cassava 0.5.4.1-69
haskell-cborg 0.2.10.0-122
haskell-cereal 0.5.8.3-4
haskell-character-ps 0.1-1
haskell-citeproc 0.8.1.1-125
haskell-cmdargs 0.10.22-4
haskell-colour 2.3.7-28
haskell-commonmark 0.2.6.1-38
haskell-commonmark-extensions 0.2.5.6-34
haskell-commonmark-pandoc 0.2.2.3-84
haskell-comonad 5.0.10-15
haskell-conduit 1.3.6.1-169
haskell-conduit-extra 1.3.8-113
haskell-constraints 0.14.3-50
haskell-contravariant 1.5.6-1
haskell-cookie 0.5.0-2
haskell-crypton 1.0.4-41
haskell-crypton-connection 0.4.5-63
haskell-crypton-socks 0.6.2-48
haskell-crypton-x509 1.7.7-97
haskell-crypton-x509-store 1.6.12-34
haskell-crypton-x509-system 1.6.8-5
haskell-crypton-x509-validation 1.6.14-85
haskell-data-default 0.7.1.3-83
haskell-data-default-class 0.1.2.2-2
haskell-data-default-instances-containers 0.1.0.3-4
haskell-data-default-instances-dlist 0.0.1.2-186
haskell-data-default-instances-old-locale 0.0.1.2-2
haskell-data-fix 0.3.4-204
haskell-dec 0.0.6-3
haskell-digest 0.0.2.1-2
haskell-distributive 0.6.3-12
haskell-djot 0.1.2.4-8
haskell-dlist 1.0-436
haskell-doclayout 0.5.0.1-16
haskell-doctemplates 0.11.0.1-114
haskell-easy-file 0.2.5-152
haskell-emojis 0.1.5-5
haskell-erf 2.0.0.0-27
haskell-fast-logger 3.2.4-67
haskell-file-embed 0.0.16.0-2
haskell-generically 0.1.1-119
haskell-generics-sop 0.5.1.4-1
haskell-glob 0.10.2-254
haskell-gridtables 0.1.1.0-51
haskell-haddock-library 1.11.0-224
haskell-half 0.3.3-98
haskell-hashable 1.4.7.0-82
haskell-hourglass 0.2.12-377
haskell-hslua 2.3.1-5
haskell-hslua-aeson 2.3.1.1-89
haskell-hslua-classes 2.3.1-60
haskell-hslua-core 2.3.2-62
haskell-hslua-list 1.1.4-59
haskell-hslua-marshalling 2.3.1-170
haskell-hslua-module-doclayout 1.2.0-52
haskell-hslua-module-path 1.1.1-144
haskell-hslua-module-system 1.1.2-84
haskell-hslua-module-text 1.1.1-1
haskell-hslua-module-version 1.1.1-186
haskell-hslua-module-zip 1.1.3-78
haskell-hslua-objectorientation 2.3.1-79
haskell-hslua-packaging 2.3.1-181
haskell-hslua-repl 0.1.2-175
haskell-hslua-typing 0.1.1-173
haskell-http-api-data 0.6.1-71
haskell-http-client 0.7.19-88
haskell-http-client-tls 0.3.6.4-176
haskell-http-date 0.0.11-269
haskell-http-media 0.8.1.1-145
haskell-http-types 0.12.4-165
haskell-http2 5.1.3-5
haskell-hunit 1.6.2.0-487
haskell-indexed-traversable 0.1.4-195
haskell-indexed-traversable-instances 0.1.2.1-18
haskell-integer-conversion 0.1.1-85
haskell-integer-logarithms 1.0.4-205
haskell-iproute 1.7.15-115
haskell-ipynb 0.2-319
haskell-isocline 1.0.9-4
haskell-jira-wiki-markup 1.5.1-153
haskell-juicypixels 3.3.9-123
haskell-lexer 1.2-2
haskell-libyaml 0.1.4-197
haskell-lpeg 1.1.0-72
haskell-lua 2.3.4-34
haskell-memory 0.18.0-139
haskell-mime-types 0.1.2.1-1
haskell-mmorph 1.2.2-1
haskell-monad-control 1.0.3.1-329
haskell-mono-traversable 1.0.21.0-171
haskell-network 3.1.4.0-152
haskell-network-bsd 2.8.1.0-342
haskell-network-byte-order 0.1.7-4
haskell-network-control 0.1.3-48
haskell-network-uri 2.6.4.2-165
haskell-old-locale 1.0.0.7-33
haskell-old-time 1.1.0.5-1
haskell-onetuple 0.4.2.1-36
haskell-only 0.1-25
haskell-optparse-applicative 0.18.1.0-368
haskell-ordered-containers 0.2.4-131
haskell-os-string 2.0.11-10
haskell-pandoc 3.6-47
haskell-pandoc-lua-engine 0.4-50
haskell-pandoc-lua-marshal 0.3.0-38
haskell-pandoc-server 0.1.0.10-59
haskell-pandoc-types 1.23.1.1-5
haskell-pem 0.2.4-417
haskell-pretty-show 1.10-20
haskell-prettyprinter 1.7.1-422
haskell-prettyprinter-ansi-terminal 1.1.4-35
haskell-primitive 0.9.1.0-174
haskell-psqueues 0.2.8.3-28
haskell-quickcheck 2.15.0.1-183
haskell-random 1.2.1.3-269
haskell-recv 0.1.1-102
haskell-regex-base 0.94.0.3-3
haskell-regex-tdfa 1.3.2.5-69
haskell-resourcet 1.2.6-314
haskell-safe 0.3.21-136
haskell-safe-exceptions 0.1.7.4-251
haskell-scientific 0.3.8.1-73
haskell-semialign 1.3.1.1-12
haskell-semigroupoids 6.0.2-33
haskell-serialise 0.2.6.1-210
haskell-servant 0.20.3.0-88
haskell-servant-server 0.20.3.0-111
haskell-simple-sendfile 0.2.32-233
haskell-singleton-bool 0.1.8-77
haskell-skylighting 0.14.4-40
haskell-skylighting-core 0.14.4-40
haskell-skylighting-format-ansi 0.1-330
haskell-skylighting-format-blaze-html 0.1.1.3-184
haskell-skylighting-format-context 0.1.0.2-294
haskell-skylighting-format-latex 0.1-329
haskell-some 1.0.6-103
haskell-sop-core 0.5.0.2-4
haskell-split 0.2.5-193
haskell-splitmix 0.1.3-69
haskell-statevar 1.2.2-5
haskell-streaming-commons 0.2.3.1-34
haskell-strict 0.5.1-97
haskell-syb 0.7.3-121
haskell-tagged 0.8.10-1
haskell-tagsoup 0.14.8-357
haskell-tasty 1.5.3-12
haskell-temporary 1.3-1000
haskell-texmath 0.12.8.12-36
haskell-text-conversions 0.3.1.1-195
haskell-text-icu 0.8.0.5-135
haskell-text-iso8601 0.1.1.1-16
haskell-text-short 0.1.6.1-43
haskell-th-abstraction 0.6.0.0-1
haskell-th-compat 0.1.7-28
haskell-th-lift 0.8.7-1
haskell-th-lift-instances 0.1.20-184
haskell-these 1.2.1-307
haskell-time-compat 1.9.9-63
haskell-time-manager 0.0.1-177
haskell-tls 2.0.6-107
haskell-toml-parser 2.0.2.0-18
haskell-transformers-base 0.4.6.1-59
haskell-transformers-compat 0.7.2-4
haskell-typed-process 0.2.13.0-235
haskell-typst 0.6.1-37
haskell-typst-symbols 0.1.7-1
haskell-unicode-collation 0.1.3.7-5
haskell-unicode-data 0.6.0-65
haskell-unicode-transforms 0.4.0.1-208
haskell-uniplate 1.6.13-366
haskell-unix-compat 0.7.4.1-78
haskell-unix-time 0.4.17-100
haskell-unliftio 0.2.25.1-120
haskell-unliftio-core 0.2.1.0-4
haskell-unordered-containers 0.2.20.1-99
haskell-utf8-string 1.0.2-317
haskell-uuid-types 1.0.6.1-23
haskell-vault 0.3.1.6-28
haskell-vector 0.13.2.0-463
haskell-vector-algorithms 0.9.1.0-159
haskell-vector-stream 0.1.0.1-4
haskell-wai 3.2.4-179
haskell-wai-app-static 3.1.9-276
haskell-wai-cors 0.2.7-515
haskell-wai-extra 3.1.18-84
haskell-wai-logger 2.5.0-168
haskell-warp 3.4.0-61
haskell-witherable 0.4.2-262
haskell-word8 0.1.3-25
haskell-xml 1.3.14-33
haskell-xml-conduit 1.9.1.4-187
haskell-xml-types 0.3.8-11
haskell-yaml 0.11.11.2-241
haskell-zip-archive 0.4.3.2-137
haskell-zlib 0.7.1.0-10
hdf5-openmpi 2.1.1-1
hdparm 9.65-3
help2man 1.49.3-2
hicolor-icon-theme 0.18-1
hidapi 0.15.0-1
highway 1.4.0-1
hslua-cli 1.4.3-117
hspell 1.4-6
hunspell 1.7.3-1
hunspell-en_us 2026.02.25-1
hwdata 0.408-1
hwloc 2.14.0-1
hyperrogue-git 13.1f+r12031+g6bc9414cf-1
hyphen 2.8.9-1
i2c-tools 4.4-4
iana-etc 20260530-1
ibus 1.5.34-1
icu 78.3-1
id3lib 3.8.3-20
iio-sensor-proxy 3.9-1
ijs 0.35-7
imagemagick 7.1.2.25-1
imath 3.2.2-6
imlib2 1.12.6-1
inetutils 2.8-1
iniparser 4.2.6-2
inkscape 1.4.4-3
intel-oneapi-common 2026.0.0_235-1
intel-oneapi-compiler-dpcpp-cpp-runtime-libs 2026.0.0_947-2
intel-oneapi-compiler-shared-runtime-libs 2026.0.0_947-1
intel-oneapi-openmp 2026.0.0_947-1
intel-oneapi-tbb 2023.0.0_724-1
intel-oneapi-tcm 1.5.0_489-1
intel-oneapi-umf 1.1.0_340-2
intellij-idea-community-edition 4:2026.1.2-1
inter-font 4.1-1
intltool 0.51.0-6
iotop 0.6-13
iperf3 3.21-1
iproute2 7.1.0-1
iptables 1:1.8.13-1
iputils 20250605-1
ipython 9.12.0-1
iso-codes 4.20.1-1
jack2 1.9.22-2
jadx 1.5.5-2
jansson 2.15.0-1
jasper 4.2.9-1
java-commons-lang 3.20.0-1
java-environment-common 3-6
java-runtime-common 3-6
jbig2dec 0.20-2
jbigkit 2.1-8
jdk-openjdk 26.0.1.u8-1
jdk21-openjdk 21.0.11.u10-1
jdk8-openjdk 8.492.u09-1
jemalloc 1:5.3.1-2
jfsutils 1.1.15-9
jimtcl 0.83-3
josm 19555-2
jpegoptim 1.5.6-1
jq 1.8.1-3
jre17-openjdk 17.0.19.u10-1
jre8-openjdk 8.492.u09-1
jre8-openjdk-headless 8.492.u09-1
js140 140.12.0-1
json-c 0.18-2
json-glib 1.10.8-1
json-schema-validator 2.4.0-2
jsoncpp 1.9.6-3
kaccounts-integration 26.04.2-1
kactivitymanagerd 6.7.0-1
kanidm-clients 1.10.3-2
karchive 6.27.0-1
kauth 6.27.0-1
kbd 2.10.0-1
kbookmarks 6.27.0-1
kcmutils 6.27.0-1
kcodecs 6.27.0-1
kcolorscheme 6.27.0-1
kcompletion 6.27.0-1
kconfig 6.27.0-1
kconfigwidgets 6.27.0-1
kcontacts 1:6.27.0-1
kcoreaddons 6.27.0-1
kcrash 6.27.0-1
kdbusaddons 6.27.0-1
kde-cli-tools 6.7.0-1
kdeclarative 6.27.0-1
kdeconnect 26.04.2-1
kdecoration 6.7.0-1
kded 6.27.0-1
kdegraphics-mobipocket 26.04.2-1
kdegraphics-thumbnailers 26.04.2-1
kdesu 6.27.0-1
kdnssd 6.27.0-1
kdsoap 2.3.0-1
kdsoap-ws-discovery-client 0.4.0-3
keepassxc 2.7.12-3
kernel-modules-hook 0.1.7-3
keyutils 1.6.3-4
kfilemetadata 6.27.0-1
kglobalaccel 6.27.0-1
kglobalacceld 6.7.0-1
kguiaddons 6.27.0-1
kholidays 1:6.27.0-1
ki18n 6.27.0-1
kicad 10.0.4-1
kicad-demos 10.0.4-1
kicad-library 10.0.4-1
kicad-library-3d 10.0.4-1
kiconthemes 6.27.0-1
kidletime 6.27.0-1
kimageformats 6.27.0-1
kinfocenter 6.7.0-1
kio 6.27.0-1
kio-admin 26.04.2-1
kio-extras 26.04.2-1
kio-fuse 5.1.1-2
kirigami 6.27.0-1
kirigami-addons 1.12.1-1
kitemmodels 6.27.0-1
kitemviews 6.27.0-1
kitty 0.47.1-1
kitty-shell-integration 0.47.1-1
kitty-terminfo 0.47.1-1
kjobwidgets 6.27.0-1
kmenuedit 6.7.0-1
kmod 34.2-1
knewstuff 6.27.0-1
knighttime 6.7.0-1
knot 3.5.4-1
knotifications 6.27.0-1
knotifyconfig 6.27.0-1
komikku 50.7.0-1
kpackage 6.27.0-1
kparts 6.27.0-1
kpeople 6.27.0-1
kpipewire 6.7.0-1
kpty 6.27.0-1
kquickcharts 6.27.0-1
kquickimageeditor 0.6.2-1
krb5 1.22.2-1
krita 6.0.2.1-1
krunner 6.27.0-1
kscreen 6.7.0-1
kscreenlocker 6.7.0-1
kservice 6.27.0-1
kstatusnotifieritem 6.27.0-1
ksvg 6.27.0-1
ksystemstats 6.7.0-1
ktexteditor 6.27.0-1
ktextwidgets 6.27.0-1
kubectl 1.36.2-1
kunifiedpush 26.04.2-1
kunitconversion 6.27.0-1
kuserfeedback 6.27.0-1
kwallet 6.27.0-1
kwayland 6.7.0-1
kwidgetsaddons 6.27.0-1
kwin 6.7.0-3
kwindowsystem 6.27.0-1
kxmlgui 6.27.0-1
l-smash 2.14.5-4
lagrange-bin 1.20.7-1
lame 3.101.r6531-1
lapack 3.12.1-2
layer-shell-qt 6.7.0-1
lcms2 2.19.1-1
ldb 2:4.24.3-1
ldns 1.9.2-1
leancrypto 1.7.2-1
lensfun 1:0.3.4-6
leptonica 1.87.0-1
less 1:704-1
level-zero-loader 1.28.2-1
lib2geom 1.4-3
lib32-alsa-lib 1.2.16.1-1
lib32-alsa-plugins 1.2.12-1
lib32-brotli 1.1.0-1
lib32-bzip2 1.0.8-4
lib32-curl 8.20.0-7
lib32-dbus 1.16.2-1
lib32-e2fsprogs 1.47.4-1
lib32-expat 2.8.1-1
lib32-fakeroot 1:1.37.2-2
lib32-fontconfig 2:2.18.1-1
lib32-freetype2 2.14.3-1
lib32-gcc-libs 16.1.1+r12+g301eb08fa2c5-1
lib32-glib2 2.88.1-1
lib32-glibc 2.43+r22+g8362e8ce10b2-2
lib32-gmp 6.3.0-2
lib32-gnutls 3.8.13-3
lib32-harfbuzz 14.2.1-1
lib32-icu 78.3-1
lib32-json-c 0.18-2
lib32-keyutils 1.6.3-4
lib32-krb5 1.22.2-1
lib32-libdisplay-info 0.3.0-1
lib32-libdrm 2.4.134-1
lib32-libelf 0.195-1
lib32-libffi 3.5.2-1
lib32-libgcrypt 1.12.2-1
lib32-libglvnd 1.7.0-1
lib32-libgpg-error 1.61-1
lib32-libidn2 2.3.8-1
lib32-libldap 2.6.13-1
lib32-libltdl 2.6.1-1
lib32-libnghttp2 1.69.0-1
lib32-libnghttp3 1.16.0-1
lib32-libngtcp2 1.23.0-1
lib32-libnm 1.56.1-1
lib32-libpciaccess 0.19-1
lib32-libpipewire 1:1.6.7-1
lib32-libpng 1.6.58-1
lib32-libpsl 0.21.5-1
lib32-libssh2 1.11.1-1
lib32-libtasn1 4.21.0-1
lib32-libunistring 1.4.2-1
lib32-libva 2.22.0-1
lib32-libx11 1.8.13-1
lib32-libxau 1.0.12-1
lib32-libxcb 1.17.0-1
lib32-libxcrypt 4.5.2-1
lib32-libxcrypt-compat 4.5.2-1
lib32-libxdmcp 1.1.5-1
lib32-libxext 1.3.7-1
lib32-libxfixes 6.0.1-2
lib32-libxinerama 1.1.6-1
lib32-libxml2 2.15.3-1
lib32-libxshmfence 1.3.3-1
lib32-libxss 1.2.5-1
lib32-libxxf86vm 1.1.5-2
lib32-llvm-libs 1:22.1.6-1
lib32-lm_sensors 1:3.6.2-2
lib32-lzo 2.10-2
lib32-mesa 1:26.1.3-2
lib32-ncurses 6.6-2
lib32-nettle 4.0-2
lib32-nspr 4.39-1
lib32-nss 3.125-1
lib32-openssl 1:3.6.3-1
lib32-p11-kit 0.26.2-1
lib32-pcre2 10.47-1
lib32-pipewire 1:1.6.7-1
lib32-spirv-tools 1:1.4.350.0-1
lib32-sqlite 3.53.2-1
lib32-systemd 260.2-1
lib32-util-linux 2.42.2-1
lib32-vulkan-icd-loader 1.4.350.0-1
lib32-vulkan-mesa-implicit-layers 1:26.1.3-2
lib32-vulkan-radeon 1:26.1.3-2
lib32-wayland 1.25.0-1
lib32-xcb-util-keysyms 0.4.1-2
lib32-xz 5.8.3-1
lib32-zlib 1.3.2-1
lib32-zstd 1.5.7-2
lib3mf 2.5.0-1
libaacs 0.11.1-4
libabw 0.1.4-1
libaccounts-glib 1.27-3
libaccounts-qt 1.17-2
libadwaita 1:1.9.1-1
libaec 1.1.7-1
libaemu 0.1.2-5
libaio 0.3.113-4
libao 1.2.2-7
libappindicator 12.10.1-1
libarchive 3.8.7-1
libasan 16.1.1+r12+g301eb08fa2c5-1
libass 0.17.4-2
libassuan 3.0.0-1
libasyncns 1:0.8+r3+g68cd5af-3
libatasmart 0.19-8
libatomic 16.1.1+r12+g301eb08fa2c5-1
libatomic_ops 7.8.2-2
libavc1394 0.5.4-7
libavif 1.4.2-1
libavtp 0.2.0-3
libayatana-appindicator 0.5.94-1
libayatana-indicator 0.9.5-1
libb2 0.98.1-3
libb64 1.2.1-5
libblake3 1.8.4-1
libblockdev 3.5.0-2
libblockdev-crypto 3.5.0-2
libblockdev-fs 3.5.0-2
libblockdev-loop 3.5.0-2
libblockdev-mdraid 3.5.0-2
libblockdev-nvme 3.5.0-2
libblockdev-part 3.5.0-2
libblockdev-smart 3.5.0-2
libblockdev-swap 3.5.0-2
libbluray 1.4.1-1
libbpf 1.7.0-1
libbs2b 3.1.0-10
libbsd 0.12.2-2
libburn 1.5.8-1
libbytesize 2.12-3
libcaca 0.99.beta20-7
libcacard 2.8.1-1
libcamera 0.7.1-1
libcamera-ipa 0.7.1-1
libcanberra 1:0.30+r2+gc0620e4-6
libcap 2.78-1
libcap-ng 0.9.3-1
libcbor 0.14.0-1
libcddb 1.3.2-9
libcdio 2.3.0-1
libcdio-paranoia 10.2+2.0.2-2
libcdr 0.1.9-1
libclc 22.1.6-1
libcloudproviders 0.4.0-1
libcmis 0.6.3-1
libcolord 1.4.8-1
libcue 2.3.0-2
libcups 2:2.4.19-1
libcupsfilters 2.1.1-4
libcurl-gnutls 8.20.0-7
libdaemon 0.14-6
libdatachannel 0.24.3-2
libdatrie 0.2.14-1
libdbusmenu-glib 18.10.20180917-1
libdbusmenu-gtk3 18.10.20180917-1
libdc1394 2.2.7-2
libdca 0.0.7-3
libde265 1.1.1-1
libdecor 0.2.5-1
libdeflate 1.25-1
libdiscid 0.6.5-2
libdisplay-info 0.3.0-1
libdmtx 0.7.8-1
libdovi 3.3.2-1
libdrm 2.4.134-1
libdv 1.0.0-12
libdvbpsi 1:1.3.3-4
libdvdcss 1.5.0-1
libdvdnav 7.0.0-1
libdvdread 7.0.1-1
libe-book 0.1.3-20
libebml 1.4.5-2
libebur128 1.2.6-2
libedit 20260512_3.1-1
libei 1.6.0-1
libelf 0.195-1
libepoxy 1.5.10-3
libepubgen 0.1.1-6
libetonyek 0.1.13-2
libevdev 1.13.6-1
libevent 2.1.12-5
libexif 0.6.26-1
libexttextcat 3.4.8-1
libfabric 2.5.1-1
libfakekey 0.3-4
libfdk-aac 2.0.3-2
libffi 3.5.2-1
libfido2 1.17.0-1
libfontenc 1.1.9-1
libfreeaptx 0.2.2-1
libfreehand 0.1.3-1
libftdi 1.5-10
libftdi-compat 0.20-10
libfyaml 0.9.6-2
libgcc 16.1.1+r12+g301eb08fa2c5-1
libgcrypt 1.12.2-1
libgdiplus 6.2-1
libgdm 50.1-1
libgedit-amtk 5.10.0-1
libgedit-gfls 1:0.4.1-1
libgedit-gtksourceview 299.7.0-1
libgedit-tepl 6.14.0-2
libgee 0.20.8-1
libgexiv2 0.14.6-2
libgfortran 16.1.1+r12+g301eb08fa2c5-1
libgirepository 1.86.0-2
libgit2 1:1.9.4-1
libglvnd 1.7.0-3
libgme 0.6.5-1
libgomp 16.1.1+r12+g301eb08fa2c5-1
libgoom2 2k4-5
libgpg-error 1.61-1
libgphoto2 2.5.34-1
libgsf 1.14.58-1
libgtop 2.41.3-2
libgudev 238-3
libgusb 0.4.9-2
libgweather-4 4.6.0-1
libgxps 0.3.2-5
libhandy 1.8.3-2
libharu 2.4.6-1
libheif 1.23.0-1
libibus 1.5.34-1
libical 4.0.3-1
libice 1.1.2-1
libid3tag 0.16.4-1
libidn 1.44-1
libidn2 2.3.8-1
libiec61883 1.2.0-9
libieee1284 0.2.11-19
libimagequant 4.4.1-2
libimobiledevice 1.4.0-2
libimobiledevice-glue 1.3.2-1
libinih 62-2
libinput 1.31.3-1
libiptcdata 1.0.5-5
libisl 0.27-1
libisoburn 1.5.8.2-1
libisofs 1.5.8.2-1
libixion 0.20.0-7
libjaylink 0.4.0-1
libjcat 0.2.6-1
libjpeg-turbo 3.1.4.1-1
libjuice 1.7.2-1
libjxl 0.11.2-2
libkate 0.4.3-4
libkdcraw 26.04.2-1
libkeccak 1.4.3-1
libkexiv2 26.04.2-1
libksba 1.8.0-1
libkscreen 6.7.0-1
libksysguard 6.7.0-1
liblangtag 0.6.8-1
liblc3 1.1.3-2
libldac 2.0.2.3-3
libldap 2.6.13-1
liblouis 3.38.0-1
liblqr 0.4.3-1
liblrdf 0.6.1-5
liblsan 16.1.1+r12+g301eb08fa2c5-1
libltc 1.3.2-2
liblzf 3.6-5
libmad 0.15.1b-10
libmakepkg-dropins 20-1
libmalcontent 0.14.0-4
libmanette 0.2.13-2
libmatroska 1.7.1-2
libmaxminddb 1.13.3-1
libmbim 1.34.0-1
libmd 1.2.0-1
libmfx 23.2.2-6
libmicrodns 0.2.0-2
libmicrohttpd 1.0.5-1
libmikmod 3.3.13-1
libmm-glib 1.24.2-1
libmng 2.0.3-4
libmnl 1.0.5-2
libmodplug 0.8.9.0-7
libmpc 1.4.1-1
libmpcdec 1:0.1+r475-6
libmpeg2 0.5.1-11
libmspack 1:1.11-2
libmspub 0.1.5-1
libmtp 1.1.23-1
libmwaw 0.3.22-4
libmypaint 1.6.1-2
libmysofa 1.3.4-1
libnatpmp 20230423-3
libnautilus-extension 50.2.2-1
libnbd 1.24.2-2
libndp 1.9-1
libnet 2:1.3-2
libnetfilter_conntrack 1.1.1-1
libnewt 0.52.25-2
libnfnetlink 1.0.2-2
libnfs 6.0.2-5
libnftnl 1.3.1-1
libnghttp2 1.69.0-1
libnghttp3 1.16.0-1
libngtcp2 1.23.0-1
libnice 0.1.23-1
libnl 3.12.0-1
libnm 1.56.1-1
libnma 1.10.6-3
libnma-common 1.10.6-3
libnma-gtk4 1.10.6-3
libnotify 0.8.8-1
libnsl 2.0.1-2
libntfs-3g 2026.2.25-1
libnumbertext 1.0.11-3
libnvme 1.16.2-1
libobjc 16.1.1+r12+g301eb08fa2c5-1
libodfgen 0.1.8-5
libogg 1.3.6-1
liboggz 1.1.3-1
libopenmpt 0.8.7-1
libopusenc 0.3-1
liborcus 0.21.0-6
libosinfo 1.12.0-3
libp11-kit 0.26.2-1
libpagemaker 0.0.4-5
libpaper 2.2.8-1
libpathrs 0.2.5-2
libpcap 1.10.6-1
libpciaccess 0.19-1
libpeas 1.38.1-1
libpfm 4.13.0+r83+g91970fe-1
libpgm 5.3.128-4
libpipeline 1.5.8-1
libpipewire 1:1.6.7-1
libplacebo 7.360.1-2
libplasma 6.7.0-1
libplist 2.7.0-3
libpng 1.6.58-1
libportal 0.10.0-1
libportal-gtk4 0.10.0-1
libppd 2.1.1-2
libproxy 0.5.12-1
libpsl 0.21.5-2
libpulse 17.0+r98+gb096704c0-1
libqaccessibilityclient-qt6 0.6.0-4
libqalculate 5.11.0-1
libqmi 1.38.0-1
libqrtr-glib 1.4.0-1
libquadmath 16.1.1+r12+g301eb08fa2c5-1
libqxp 0.0.3-1
libraqm 0.10.5-1
libraw 0.22.1-1
libraw1394 2.1.2-4
libreoffice-fresh 26.2.4-2
librevenge 0.0.5-4
librsvg 2:2.62.3-1
librsync 1:2.3.4-2
libsamplerate 0.2.2-3
libsasl 2.1.28-5
libsbsms 2.3.0-6
libseccomp 2.6.0-1
libsecret 0.21.7-1
libshout 1:2.4.6-5
libsigc++ 2.12.2-1
libsigc++-3.0 3.8.1-1
libslirp 4.9.3-1
libsm 1.2.6-1
libsndfile 1.2.2-4
libsodium 1.0.22-1
libsonic 0.2.0-2
libsoup3 3.6.6-2
libsoxr 0.1.3-4
libspatialindex 2.1.0-1
libspeechd 0.12.1-3
libspiro 1:20240903-1
libspnav 1.2-1
libspng 0.7.4-4
libsrtp 1:2.8.0-1
libssc 0.4.3-1
libssh 0.12.0-1
libssh2 1.11.1-1
libstaroffice 0.0.7-5
libstdc++ 16.1.1+r12+g301eb08fa2c5-1
libstemmer 3.1.1-1
libsysprof-capture 50.0-2
libtasn1 4.21.0-1
libtatsu 1.0.5-1
libteam 1.32-3
libthai 0.1.30-1
libtheora 1.2.0-1
libtiff 4.7.1-2
libtiger 0.3.4-8
libtirpc 1.3.7-1
libtommath 1.3.0-2
libtool 2.6.1-1
libtorrent-rasterbar 1:2.0.13-1
libtpms 0.10.2-1
libtraceevent 1:1.9.0-1
libtracefs 1.8.3-1
libtsan 16.1.1+r12+g301eb08fa2c5-1
libubsan 16.1.1+r12+g301eb08fa2c5-1
libunibreak 7.0-1
libunistring 1.4.2-1
libunwind 1.8.2-1
libupnp 1.14.31-1
liburcu 0.15.6-1
liburing 2.14-1
libusb 1.0.30-1
libusb-compat 0.1.9-1
libusbmuxd 2.1.1-2
libutempter 1.2.3-1
libutf8proc 2.11.3-1
libuv 1.52.1-1
libva 2.23.0-1
libva-utils 2.23.0-1
libvdpau 1.5-4
libverto 0.3.2-6
libvirt 1:12.4.0-1
libvirt-glib 5.0.0-3
libvirt-python 1:12.4.0-1
libvisio 0.1.11-1
libvlc 3.0.23_2-7
libvoikko 4.3.3-3
libvorbis 1.3.7-4
libvpl 2.16.0-2
libvpx 1.16.0-3
libwacom 2.19.0-1
libwbclient 2:4.24.3-1
libwebp 1.6.0-2
libwebp-utils 1.6.0-2
libwireplumber 0.5.15-1
libwmf 0.2.15-1
libwnck3 43.3-1
libwpd 0.10.3-6
libwpg 0.3.4-3
libwps 0.4.14-4
libx11 1.8.13-1
libxau 1.0.12-1
libxaw 1.0.16-2
libxcb 1.17.0-1
libxcomposite 0.4.7-1
libxcrypt 4.5.2-1
libxcrypt-compat 4.5.2-1
libxcursor 1.2.3-1
libxcvt 0.1.3-1
libxdamage 1.1.7-1
libxdmcp 1.1.5-2
libxdp 1.6.3-1
libxext 1.3.7-1
libxfixes 6.0.2-1
libxfont2 2.0.7-1
libxft 2.3.9-1
libxi 1.8.3-1
libxinerama 1.1.6-1
libxkbcommon 1.13.2-1
libxkbcommon-x11 1.13.2-1
libxkbfile 1.2.0-1
libxml2 2.15.3-1
libxmlb 0.3.27-1
libxmp 4.7.0-1
libxmu 1.3.1-1
libxnvctrl 610.43.02-1
libxpm 3.5.19-1
libxrandr 1.5.5-1
libxrender 0.9.12-1
libxres 1.2.3-1
libxshmfence 1.3.3-1
libxslt 1.1.45-2
libxss 1.2.5-1
libxt 1.3.1-1
libxtst 1.2.5-1
libxv 1.0.13-1
libxxf86vm 1.1.7-1
libyaml 0.2.5-3
libyuv r2426+464c51a03-1
libzip 1.11.4-1
libzmf 0.0.2-20
licenses 20240728-1
lilv 0.28.0-1
linux 7.0.12.arch1-1
linux-api-headers 7.1-1
linux-firmware 20260519-1
linux-firmware-amdgpu 20260519-1
linux-firmware-atheros 20260519-1
linux-firmware-broadcom 20260519-1
linux-firmware-cirrus 20260519-1
linux-firmware-intel 20260519-1
linux-firmware-mediatek 20260519-1
linux-firmware-nvidia 20260519-1
linux-firmware-other 20260519-1
linux-firmware-radeon 20260519-1
linux-firmware-realtek 20260519-1
linux-firmware-whence 20260519-1
linux-headers 7.0.12.arch1-1
lirc 1:0.10.2-6
litehtml0.9 0.9-2
live-media 2025.05.24-1
lksctp-tools 1.0.21-1
lld 22.1.6-1
lldb 22.1.6-1
llhttp 9.3.1-1
llvm 22.1.6-1
llvm-libs 22.1.6-1
llvm20-libs 20.1.8-1
llvm21 21.1.8-1
llvm21-libs 21.1.8-1
lm_sensors 1:3.6.2-1
lmdb 0.9.35-1
localsearch 3.11.1-1
localsend-bin 1.17.0-1
log4cplus 2.1.2-1
logrotate 3.22.0-1
lpsolve 5.5.2.14-1
lrzip 0.660-1
lsb-release 2.0.r55.a25a4fc-1
lsdvd 0.21-1
lshw B.02.20-3
lsof 4.99.6-1
lua 5.5.0-2
lua51 5.1.5-13
lua52 5.2.4-8
lua54 5.4.8-6
lua54-lpeg 1.1.0-5
luajit 2.1.1780076327+b925b3e-1
luanti 5.15.1-1
luanti-common 5.15.1-1
luit 20250912-1
lv2 1.18.10-2
lvm2 2.03.41-1
lz4 1:1.10.0-2
lzo 2.10-5
lzop 1.04-4
m4 1.4.21-2
mailcap 2.1.54-2
make 4.4.1-3
makehuman 1.3.0-1
man-db 2.13.1-1
man-pages 6.18-1
manifold 3.4.1-1
material-maker-bin 1.6-2
materialx 1.39.4-5
mbedtls 3.6.5-1
mbedtls2 2.28.10-1
md4c 0.5.3-1
mdadm 4.6-2
med 5.0.0-4
media-player-info 26-1
mercurial 7.2.2-1
mergiraf 0.17.0-1
mesa 1:26.1.3-2
mesa-demos 9.0.0-7
mesa-utils 9.0.0-7
micro 2.0.15-3
milou 6.7.0-1
minder 2.0.9-1
minecraft-launcher 1:2.1.3-3
mingw-w64-binutils 2.46.0-1
mingw-w64-crt 14.0.0-1
mingw-w64-gcc 16.1.0-1
mingw-w64-headers 14.0.0-1
mingw-w64-pkg-config 2-4
mingw-w64-winpthreads 14.0.0-1
minikube 1.38.1-2
miniserve 0.35.0-1
miniupnpc 2.3.3-3
minizip 1:1.3.2-3
minizip-ng 4.2.1-1
mjpegtools 2.2.1-4
mkinitcpio 41-4
mkinitcpio-busybox 1.36.1-1
mlt 7.38.0-1
mnxdom 3.0-2
mobile-broadband-provider-info 20251101-1
modemmanager 1.24.2-1
modemmanager-qt 6.27.0-1
mokutil 0.7.2-2
mold 2.41.0-1
mono 6.12.0.206-1
mpdecimal 4.0.1-3
mpfr 4.2.2-1
mpg123 1.33.5-1
mtdev 1.1.7-1
mtools 1:4.0.49-1
mullvad-browser-bin 15.0.16-1
musescore 4.7.3-1
musl 1.2.6-1
mutter 50.2-2
mypaint-brushes 2.0.2-2
mypaint-brushes1 1.3.1-2
namcap 3.6.0-3
nano 9.0-1
nanobind 2.13.0-1
nanosvg 0.1.0.git1.9da543e-4
nasm 3.01-1
nautilus 50.2.2-1
ncdu 2.9.2-1
ncurses 6.6-2
ndctl 84-1
neon 0.37.1-1
net-snmp 5.9.5.2-1
netavark 1.17.2-2
netcdf 4.9.3-4
netctl 1.29-2
nettle 4.0-1
nettle3 3.10.2-2
network-manager-applet 1.36.0-2
networkmanager 1.56.1-1
networkmanager-openvpn 1.12.5-1
networkmanager-qt 6.27.0-1
networkmanager-vpn-plugin-openvpn 1.12.5-1
nfs-utils 2.9.1-1
nfsidmap 2.9.1-1
nftables 1:1.1.6-3
ngspice 46-2
nikola 8.3.3-3
ninja 1.13.2-3
nlohmann-json 3.12.0-2
nlopt 2.11.0-2
nm-connection-editor 1.36.0-2
nmap 7.99-2
nng 1.11-2
node-gyp 13.0.0-1
nodejs 26.2.0-1
nodejs-nopt 10.0.1-1
noto-fonts 1:2026.06.01-1
noto-fonts-cjk 20240730-1
noto-fonts-emoji 1:2.051-1
noto-fonts-extra 1:2026.06.01-1
npm 11.16.0-1
npth 1.8-1
nspr 4.39-1
nss 3.125-1
ntfs-3g 2026.2.25-1
ntp 4.2.8.p18-6
numactl 2.0.19-1
nvme-cli 2.16-2
nvtop 3.3.2-1
obs-studio 32.1.2-5
obs-wayland-hotkeys-git r30.2b5b2bd-1
ocean-sound-theme 6.7.0-1
ocl-icd 2.3.4-1
onetbb 2023.0.0-1
oniguruma 6.9.10-1
openal 1.25.2-1
openbsd-netcat 1.238_1-1
opencascade 1:7.9.3-3
opencl-headers 2:2025.07.22-1
opencl-mesa 1:26.1.3-2
opencolorio 2.5.1-1
opencore-amr 0.1.6-2
opencsg 1.8.2-2
opencv 4.13.0-10
openexr 3.4.13-1
openh264 2.6.0-2
openhmd-git .505.71829a9-1
openimagedenoise 2.4.1-2
openimageio 3.1.12.1-3
openjpeg2 2.5.4-1
openjph 0.29.0-1
openldap 2.6.13-1
openmpi 5.0.10-3
openocd 1:0.12.0-5
openpgl 0.7.1-1
openpmix 5.0.10-2
openresolv 3.17.4-1
openrgb 1.0rc2-6
openscad 2021.01-22
openshadinglanguage 1.15.3.0-1
openssh 10.3p1-1
openssl 3.6.3-1
opensubdiv 3.7.0-1
openucx 1.20.1-1
openvdb 13.0.0-1
openvkl 2.0.2-1
openvpn 2.7.4-1
openxr 1.1.60-1
optiimage 1.0.0-4
optipng 7.9.1-1
opus 1.6.1-1
opus-tools 0.2-7
opusfile 0.12-4
orc 0.4.42-1
orca 50.2-1
os-prober 1.84-1
oscar-bin 1.7.0-1
osinfo-db 20251212-1
ospray 3.2.0-7
ostree 2025.7-3
otf-crimson 0.800-3
otf-fira-sans 1:4.301-3
otf-font-awesome 7.2.0-1
otf-hermit 2.0-3
oxipng 10.1.1-1
p11-kit 0.26.2-1
pacman 7.1.0.r9.g54d9411-2
pacman-contrib 1.13.1-1
pacman-mirrorlist 20260610-1
pagraphcontrol-git 1.0.13.r8.gf27d135-1
pahole 1:1.31-2
pam 1.7.2-2
pambase 20260616-1
pandoc-cli 3.6-55
pango 1:1.57.1-1
pangomm 2.46.4-3
pangomm-2.48 2.56.1-2
papeaks-git 1.0.0.r4.g6828da6-1
parallel 20260522-1
parted 3.7-1
passim 0.1.11-1
passt 2026_06_11.a9c61ff-1
patch 2.8-1
pavucontrol 1:6.2-1
pcaudiolib 1.3-1
pciutils 3.15.0-1
pcre 8.45-4
pcre2 10.47-1
pcsclite 2.5.1-1
pdftk 3.3.3-4
perf 7.0.12-1
perl 5.42.2-1
perl-appconfig 1.71-15
perl-b-hooks-endofscope 0.28-4
perl-class-data-inheritable 0.10-1
perl-class-inspector 1.36-10
perl-class-load 0.25-4
perl-class-singleton 1.6-3
perl-clone 0.50-1
perl-clone-choose 0.010-4
perl-data-dump 1.25-8
perl-data-optlist 0.114-7
perl-data-uuid 1.227-3
perl-datetime 1.66-2
perl-datetime-locale 1.45-1
perl-datetime-timezone 2.68-1
perl-devel-stacktrace 2.05-4
perl-digest-sha1 2.13-22
perl-dist-checkconflicts 0.11-13
perl-encode-locale 1.05-15
perl-error 0.17030-3
perl-eval-closure 0.14-13
perl-exception-class 1.45-7
perl-exporter-tiny 1.006003-1
perl-file-copy-recursive 0.45-10
perl-file-listing 6.16-6
perl-file-sharedir 1.118-8
perl-file-sharedir-install 0.14-6
perl-file-slurp 9999.32-5
perl-html-parser 3.85-1
perl-html-tagset 3.24-4
perl-http-cookiejar 0.014-5
perl-http-cookies 6.11-4
perl-http-daemon 6.17-1
perl-http-date 6.06-5
perl-http-message 7.02-1
perl-http-negotiate 6.01-16
perl-image-exiftool 13.55-1
perl-inc-latest 0.500-15
perl-io-captureoutput 1.1105-9
perl-io-html 1.004-8
perl-io-string 1.08-13
perl-json 4.11-1
perl-libwww 6.83-1
perl-list-allutils 0.19-6
perl-list-moreutils 0.430-8
perl-list-moreutils-xs 0.430-7
perl-list-someutils 0.59-6
perl-list-utilsby 0.12-6
perl-locale-gettext 1.07-16
perl-lwp-mediatypes 6.04-8
perl-mailtools 2.22-3
perl-math-round 0.08-1
perl-mime-base32 1.303-13
perl-module-build 0.4234-6
perl-module-implementation 0.09-13
perl-module-runtime 0.018-1
perl-mro-compat 0.15-6
perl-namespace-autoclean 0.31-3
perl-namespace-clean 0.27-13
perl-net-http 6.24-2
perl-package-stash 0.40-7
perl-package-stash-xs 0.30-5
perl-params-util 1.102-7
perl-params-validate 1.31-5
perl-params-validationcompiler 0.31-6
perl-path-tiny 0.150-2
perl-role-tiny 2.002005-1
perl-sort-versions 1.62-13
perl-specio 0.53-1
perl-string-shellquote 1.04-8
perl-sub-exporter 0.991-4
perl-sub-exporter-progressive 0.001013-13
perl-sub-identify 0.14-14
perl-sub-install 0.929-4
perl-sys-syscall 0.25-14
perl-template-toolkit 3.106-1
perl-test-fatal 0.018-2
perl-timedate 2.35-1
perl-try-tiny 0.32-4
perl-uri 5.35-1
perl-variable-magic 0.64-3
perl-www-robotrules 6.03-1
perl-xml-parser 2.59-1
perl-yaml-libyaml 0.907.0-1
phodav 3.0-4
phonon-qt6 4.12.0-6
phonon-qt6-vlc 0.12.0-6
picard 2.13.3-3
picocom 3.1-3
pikaur 1.33.3-1
pinentry 1.3.2-2
pipewire 1:1.6.7-1
pipewire-audio 1:1.6.7-1
pipewire-pulse 1:1.6.7-1
pixman 0.46.4-1
pkcs11-helper 1.31.0-1
pkgconf 2.5.1-1
plasma-activities 6.7.0-1
plasma-activities-stats 6.7.0-1
plasma-desktop 6.7.0-1
plasma-disks 6.7.0-1
plasma-integration 6.7.0-1
plasma-nm 6.7.0-1
plasma-pa 6.7.0-1
plasma-systemmonitor 6.7.0-1
plasma-workspace 6.7.0-1
plasma5support 6.7.0-1
platformio-core 6.1.19-4
pngquant 3.0.3-3
pnpm 11.3.0-1
podman 5.8.3-1
podman-compose 1.6.0-1
podman-desktop 1.27.2-2
polkit 127-3
polkit-kde-agent 6.7.0-1
polkit-qt6 0.201.1-1
poppler 26.06.0-1
poppler-data 0.4.12-2
poppler-glib 26.06.0-1
poppler-qt6 26.06.0-1
popt 1.19-2
portaudio 1:19.7.0-4
portmidi 1:2.0.8-1
portsmf 234-3
postgresql-libs 18.4-1
potrace 1.16-5
power-profiles-daemon 0.30-1
powerdevil 6.7.0-1
ppp 2.5.2-1
print-manager 1:6.7.0-1
prismlauncher 11.0.2-1
prison 6.27.0-1
procps-ng 4.0.6-2
projectm 3.1.12-5
protobuf 35.0-2
protobuf-c 1.5.2-11
prrte 3.0.13-1
prusa-slicer 2.9.5-1
psensor 1.2.1-4
psmisc 23.7-2
ptex 2.5.2-1
pugixml 1.16-1
pulseaudio-qt 1.8.1-1
purpose 6.27.0-1
pv 1.10.5-1
pyalpm 0.11.1-1
pybind11 3.0.4-1
pyside6 6.11.1-1
pystring 1.2.0-1
python 3.14.5-1
python-aioesphomeapi 45.3.1-1
python-aiohappyeyeballs 2.6.1-4
python-ajsonrpc 1.2.0-6
python-anyio 4.14.0-1
python-appdirs 1.4.4-12
python-argcomplete 3.6.3-1
python-arrow 1.4.0-2
python-asttokens 3.0.1-1
python-async_interrupt 1.2.2-2
python-attrs 26.1.0-1
python-audioop-lts 0.2.2-2
python-audioread 3.1.0-3
python-autocommand 2.2.2-9
python-automat 25.4.16-2
python-babel 2.17.0-3
python-bcrypt 5.0.0-2
python-beautifulsoup4 4.15.0-1
python-binaryornot 0.6.0-1
python-bitarray 3.8.1-1
python-bitstring 4.4.0-1
python-black 26.5.1-1
python-blinker 1.9.0-4
python-boolean.py 5.0-2
python-bottle 0.13.4-1
python-brltty 6.9.1-1
python-brotli 1.2.0-1
python-bsdiff4 1.2.6-2
python-build 1.4.3-1
python-cachecontrol 1:0.14.4-3
python-cachetools 7.1.4-1
python-cachy 0.3.0-12
python-cairo 1.29.0-2
python-cairocffi 1.7.1-2
python-cairosvg 2.9.0-1
python-capng 0.9.3-1
python-certifi 2026.06.17-1
python-cffi 2.0.0-2
python-chacha20poly1305-reuseable 0.13.2-4
python-chardet 6.0.0.post1-1
python-charset-normalizer 3.4.7-1
python-cleo 1:2.1.0-2
python-click 8.3.3-1
python-cloudpickle 3.1.2-2
python-colorama 0.4.6-6
python-colorthief 0.2.1-5
python-configobj 5.0.9-6
python-constantly 23.10.4-3
python-contourpy 1.3.3-4
python-crashtest 0.4.1-5
python-cryptography 49.0.0-1
python-cssselect 1.4.0-1
python-cssselect2 0.9.0-1
python-cycler 0.12.1-4
python-cymem 2.0.13-1
python-dasbus 1.7-5
python-dateparser 1.4.1-1
python-dateutil 2.9.0-8
python-dbus 1.4.0-2
python-debian 1.1.1-1
python-decorator 5.3.1-1
python-defusedxml 0.7.1-8
python-discid 1.4.0-1
python-distlib 0.4.3-1
python-distro 1.9.0-4
python-docs 3.14.6-1
python-docutils 1:0.23-1
python-doit 0.37.0-1
python-dotenv 1.2.2-1
python-dulwich 1.1.0-1
python-ebooklib 0.20-1
python-ecdsa 0.19.2-1
python-emoji 2.15.0-2
python-esphome-glyphsets 0.2.0-4
python-executing 2.2.1-3
python-fastbencode 0.3.10-1
python-fasteners 0.20-3
python-fastjsonschema 2.21.2-2
python-fido2 2.2.0-1
python-filelock 3.29.3-1
python-filetype 1.2.0-7
python-findpython 0.8.0-1
python-firewall 2.4.2-1
python-fissix 24.4.24-2
python-fluidity 0.2.1-8
python-fonttools 4.63.0-1
python-fqdn 1.5.1-5
python-freetype-py 2.5.1-3
python-geoip 1.3.2-19
python-gobject 3.56.3-1
python-gpgme 2.0.0-2
python-h11 0.16.0-2
python-hsluv 5.0.4-4
python-html5lib 1.1-17
python-httptools 0.8.0-1
python-humanize 4.15.0-2
python-hyperlink 21.0.0-8
python-icmplib 3.0.4-5
python-idna 3.18-1
python-ifaddr 0.2.0-7
python-importlib-metadata 9.0.0-1
python-incremental 24.11.0-1
python-inflect 7.5.0-2
python-installer 1.0.0-1
python-intelhex 2.3.0-9
python-invoke 3.0.3-1
python-ipython-pygments-lexers 1.1.1-3
python-isoduration 20.11.0-6
python-jaraco.classes 3.4.0-3
python-jaraco.collections 5.1.0-3
python-jaraco.context 6.1.2-1
python-jaraco.functools 4.1.0-3
python-jaraco.text 4.0.0-4
python-jedi 0.19.2-4
python-jeepney 0.9.0-3
python-jellyfish 1.2.1-2
python-jinja 1:3.1.6-3
python-joblib 1.5.3-1
python-jsonpointer 3.1.1-1
python-jsonschema 4.26.0-1
python-jsonschema-specifications 2025.9.1-2
python-jxlpy 0.9.5-5
python-kconfiglib 14.1.0-6
python-keyring 25.7.0-3
python-kivy 2.3.1-2
python-kiwisolver 1.5.0-1
python-lark-parser 1.3.1-2
python-lazy-loader 0.5-1
python-legacy-cgi 2.6.4-2
python-lexicon 3.0.0-2
python-librosa 0.11.0-2
python-license-expression 30.4.4-2
python-llvmlite 0.47.0-1
python-lockfile 0.12.2-15
python-lxml 6.1.1-1
python-lxml-html-clean 0.4.5-1
python-magic 1:0.4.27-6
python-mako 1.3.12-1
python-markdown 3.10.2-1
python-markdown-it-py 4.0.0-2
python-markupsafe 3.0.3-1
python-marshmallow 4.3.0-1
python-matplotlib 3.11.0-1
python-matplotlib-inline 0.2.1-2
python-mdurl 0.1.2-9
python-merge3 0.0.16-2
python-micawber 0.6.2-1
python-more-itertools 11.1.0-1
python-msgpack 1.1.2-2
python-musicbrainzngs 0.7.1-10
python-mutagen 1.47.0-4
python-mypy_extensions 1.1.0-2
python-narwhals 2.22.1-1
python-natsort 8.4.0-4
python-noiseprotocol 0.3.1-5
python-numba 0.65.1-1
python-numpy 2.4.6-1
python-opengl 3.1.10-3
python-orjson 3.11.9-1
python-packaging 26.2-1
python-paho-mqtt 1.6.1-6
python-paramiko 4.0.0-2
python-parso 1:0.8.6-1
python-pathspec 1.1.1-1
python-patiencediff 0.2.19-1
python-pbs-installer 2026.06.10-1
python-pefile 2024.8.26-2
python-pexpect 4.9.0-7
python-pickleshare 0.7.5-12
python-piexif 1.1.3-11
python-pillow 12.2.0-1
python-pip 26.1.2-1
python-pipx 1.14.1-1
python-pivy 1:0.6.11-1
python-pkg_resources 81.0.0-1
python-pkginfo 1.12.1.2-2
python-platformdirs 4.10.0-1
python-pluggy 1.6.0-3
python-ply 3.11-17
python-poetry 2.4.1-1
python-poetry-core 2.4.1-1
python-poetry-plugin-export 1.10.0-1
python-pooch 1.9.0-1
python-prompt_toolkit 3.0.52-2
python-protobuf 35.0-2
python-pskc 1.4-1
python-psutil 7.2.2-1
python-ptyprocess 0.7.0-9
python-pure-eval 0.2.3-3
python-puremagic 2.2.0-1
python-pyacoustid 1.3.1-1
python-pyasn1 0.6.3-1
python-pyaudio 0.2.14-5
python-pycdio 2.1.1-8
python-pycparser 3.00-1
python-pyelftools 0.33-1
python-pygments 2.20.0-1
python-pyinotify 0.9.6-16
python-pyjwt 2.13.0-1
python-pynacl 1.6.2-1
python-pyopenssl 26.3.0-1
python-pyparsing 3.3.2-1
python-pypdf 6.13.2-1
python-pyphen 0.17.2-2
python-pyproject-api 1.10.1-1
python-pyproject-hooks 1.2.0-6
python-pyqt5 5.15.11-7
python-pyqt5-sip 12.18.0-1
python-pyrss2gen 1.1-18
python-pyscard 2.3.1-2
python-pyserial 3.5-8
python-pysocks 1.7.1-12
python-python-discovery 1.4.2-1
python-pytokens 0.4.1-1
python-pytz 2026.1-1
python-pyusb 1.3.1-2
python-pyxdg 0.28-7
python-rapidfuzz 3.14.5-1
python-rarfile 4.2-4
python-readability-lxml 0.8.4.1-2
python-reedsolo 1.7.0-5
python-referencing 0.37.0-3
python-regex 2026.5.9-1
python-rencode 1.0.8-3
python-requests 2.34.2-1
python-requests-toolbelt 1.0.0-6
python-resampy 0.4.3-4
python-resolvelib 1.2.1-2
python-rfc3339-validator 0.1.4-8
python-rich 15.0.0-1
python-rich-click 1.9.7-1
python-rpds-py 2026.5.1-1
python-ruamel-yaml 0.19.1-1
python-ruamel.yaml.clib 0.2.15-2
python-schema 0.7.8-2
python-scikit-learn 1.9.0-2
python-scipy 1.17.1-2
python-secretstorage 3.5.0-1
python-semantic-version 2.10.0-9
python-service-identity 26.1.0-1
python-setproctitle 1.3.7-2
python-setuptools 1:82.0.1-1
python-shellingham 1.5.4-4
python-six 1.17.0-3
python-soundfile 0.14.0-1
python-soupsieve 2.8.4-1
python-soxr 1.1.0-2
python-stack-data 0.6.3-5
python-standard-aifc 3.13.0-4
python-standard-chunk 3.13.0-4
python-standard-sunau 3.13.0-4
python-starlette 1.1.0-1
python-tabulate 0.10.0-1
python-threadpoolctl 3.5.0-3
python-tinycss2 1.5.1-2
python-toml 0.10.2-13
python-tomlkit 0.15.0-1
python-tornado 6.5.7-1
python-tox 4.33.0-1
python-tqdm 4.68.2-1
python-traitlets 5.15.1-1
python-trove-classifiers 2026.6.1.19-1
python-twisted 26.4.0-1
python-typeguard 4.5.2-1
python-types-python-dateutil 2.9.0.20260518-1
python-typing_extensions 4.15.0-3
python-tzdata 2026.2-1
python-tzlocal 1:5.3.1-2
python-unicorn 2.1.4-2
python-unidecode 1.4.0-3
python-uri-template 1.3.0-5
python-urllib3 2.7.0-1
python-urwid 4.0.2-1
python-userpath 1.9.2-4
python-uvloop 0.22.1-2
python-virtualenv 21.5.1-1
python-voluptuous 0.16.0-2
python-wcwidth 0.8.1-1
python-webcolors 25.10.0-2
python-webencodings 0.5.1-13
python-websockets 16.0-1
python-wheel 0.47.0-1
python-wsproto 1.3.2-1
python-wxpython 1:4.2.5-1
python-yaml 6.0.3-2
python-zeroconf 0.149.1-1
python-zipp 3.21.0-4
python-zope-interface 8.5-1
python-zstandard 0.25.0-2
qca-qt6 2.3.10-7
qcoro 0.13.0-2
qemu-audio-alsa 11.0.1-1
qemu-audio-dbus 11.0.1-1
qemu-audio-jack 11.0.1-1
qemu-audio-oss 11.0.1-1
qemu-audio-pa 11.0.1-1
qemu-audio-pipewire 11.0.1-1
qemu-audio-sdl 11.0.1-1
qemu-audio-spice 11.0.1-1
qemu-base 11.0.1-1
qemu-block-curl 11.0.1-1
qemu-block-dmg 11.0.1-1
qemu-block-nfs 11.0.1-1
qemu-block-ssh 11.0.1-1
qemu-chardev-spice 11.0.1-1
qemu-common 11.0.1-1
qemu-desktop 11.0.1-1
qemu-hw-display-qxl 11.0.1-1
qemu-hw-display-virtio-gpu 11.0.1-1
qemu-hw-display-virtio-gpu-gl 11.0.1-1
qemu-hw-display-virtio-gpu-pci 11.0.1-1
qemu-hw-display-virtio-gpu-pci-gl 11.0.1-1
qemu-hw-display-virtio-gpu-pci-rutabaga 11.0.1-1
qemu-hw-display-virtio-gpu-rutabaga 11.0.1-1
qemu-hw-display-virtio-vga 11.0.1-1
qemu-hw-display-virtio-vga-gl 11.0.1-1
qemu-hw-display-virtio-vga-rutabaga 11.0.1-1
qemu-hw-uefi-vars 11.0.1-1
qemu-hw-usb-host 11.0.1-1
qemu-hw-usb-redirect 11.0.1-1
qemu-hw-usb-smartcard 11.0.1-1
qemu-img 11.0.1-1
qemu-system-aarch64 11.0.1-1
qemu-system-x86 11.0.1-1
qemu-system-x86-firmware 11.0.1-1
qemu-ui-curses 11.0.1-1
qemu-ui-dbus 11.0.1-1
qemu-ui-egl-headless 11.0.1-1
qemu-ui-gtk 11.0.1-1
qemu-ui-opengl 11.0.1-1
qemu-ui-sdl 11.0.1-1
qemu-ui-spice-app 11.0.1-1
qemu-ui-spice-core 11.0.1-1
qemu-vhost-user-gpu 11.0.1-1
qhull 2020.2-5
qosmic 1.6.0-2
qpdf 12.3.2-2
qpwgraph 1.0.2-1
qqc2-breeze-style 6.7.0-1
qqc2-desktop-style 6.27.0-1
qrcodegencpp-cmake 1.8.0-4
qrencode 4.1.1-4
qrtool 0.13.2-1
qscintilla-qt5 2.14.1-6
qt5-base 5.15.19+kde+r96-1
qt5-declarative 5.15.19+kde+r23-1
qt5-multimedia 5.15.19+kde+r2-1
qt5-script 5.15.19-4
qt5-serialport 5.15.19-1
qt5-svg 5.15.19+kde+r5-1
qt5-tools 5.15.19+kde+r3-1
qt5-translations 5.15.19-1
qt5-wayland 5.15.19+kde+r55-1
qt5-x11extras 5.15.19-1
qt5-xmlpatterns 5.15.19-1
qt5ct 1.9-2
qt6-5compat 6.11.1-1
qt6-base 6.11.1-1
qt6-connectivity 6.11.1-1
qt6-declarative 6.11.1-3
qt6-imageformats 6.11.1-1
qt6-location 6.11.1-1
qt6-multimedia 6.11.1-1
qt6-multimedia-ffmpeg 6.11.1-1
qt6-networkauth 6.11.1-1
qt6-positioning 6.11.1-1
qt6-scxml 6.11.1-1
qt6-shadertools 6.11.1-1
qt6-speech 6.11.1-1
qt6-svg 6.11.1-1
qt6-tools 6.11.1-3
qt6-translations 6.11.1-1
qt6-virtualkeyboard 6.11.1-1
qt6-webchannel 6.11.1-1
qt6-webengine 6.11.1-4
qt6-websockets 6.11.1-1
qt6-webview 6.11.1-1
qtkeychain-qt6 0.16.0-1
qtqr 2.1-9
quazip-qt6 1.7.1-1
quickbms 0.12.0-2
r2modman-bin 3.2.17-1
raptor 2.0.16-9
rasqal 1:0.9.33-9
rav1e 0.8.1-2
rclone 1.74.3-1
rdma-core 63.0-2
re2 2:2025.11.05-5
readline 8.3.003-1
redland 1:1.0.17-10
renderdoc-bin 1.44-1
restic 0.19.0-1
retroarch 1.22.2-1
reuse 6.2.0-2
rhash 1.4.6-1
ripgrep 15.1.0-4
ripgrep-all 0.10.10-1
rkcommon 1.15.2-1
rnnoise 1:0.2-1
robin-map 1.4.1-1
rootlesskit 3.0.1-1
rpcbind 1.2.9-1
rpcsvc-proto 1.4.4-2
rpi-imager 2.0.9-1
rpmextract 1.0-11
rsync 3.4.4-1
rtkit 0.14-1
rtmpdump 1:2.6-2
rubberband 4.0.0-2
ruby 3.4.8-2
rubygems 3.6.9-1
runc 1.5.0-1
rust-analyzer 20260608-1
rust-bindgen 0.72.1-2
rustdesk-bin 1.4.7-1
rustup 1.29.0-2
rutabaga-ffi 0.1.75-1
s-tui 1.4.0-1
s3cmd 2.4.0-5
sane 1.4.0-4
sane-airscan 0.99.37-1
sbc 2.2-1
sbsigntools 0.9.5-4
sccache 0.15.0-1
schedtool 1.3.0-8
scour 0.38.2-6
sddm 0.21.0-7
sddm-kcm 6.7.0-1
sdl12-compat 1.2.68-2
sdl2-compat 2.32.70-1
sdl2_image 2.8.12-1
sdl2_mixer 2.8.2-1
sdl2_ttf 2.24.0-2
sdl3 3.4.10-1
sdl_gfx 2.0.27-2
sdl_image 1.2.12-9
sdl_mixer 1.2.12-13
sdl_ttf 2.0.11-8
seabios 1.17.0-2
seatd 0.9.3-1
sed 4.10-1
semver 7.8.4-1
sequoia-sq 1.3.1-3
serd 0.32.10-1
serf 1.3.10-2
sfml 3.1.0-1
sha3sum 1.2.5-1
shaderc 2026.2-1
shadow 4.19.4.arch1-1
shared-mime-info 2.4-3
shiboken6 6.11.1-1
shim-signed 16.1+fedora+8-1
signal-desktop 8.15.0-1
signon-kwallet-extension 26.04.2-1
signon-plugin-oauth2 0.25-4
signon-ui 0.17+20231016-4
signond 8.61-4
simde 0.8.2-1
simdjson 1:4.6.4-1
slang 2.3.3-4
slirp4netns 1.3.4-1
smartmontools 7.5-1
smbclient 2:4.24.3-1
snappy 1.2.2-3
sndio 1.10.0-1
socat 1.8.1.1-1
solid 6.27.0-1
sonnet 6.27.0-1
soqt 1.6.4-1
sord 0.16.22-1
sound-theme-freedesktop 0.8-6
soundfont-fluid 3.1-5
soundtouch 2.4.1-1
source-highlight 3.1.9-18
sox 14.8.0.1-1
spandsp 0.0.6-7
spdlog 1.17.0-2
spectacle 1:6.7.0-1
speech-dispatcher 0.12.1-3
speedcrunch 0.12.0-5
speex 1.2.1-2
speexdsp 1.2.1-2
spice 0.16.0-2
spice-gtk 0.42-5
spice-protocol 0.14.5-1
spirv-llvm-translator 22.1.2-1
spirv-tools 1:1.4.350.0-1
sponskrub 3.7.0-2
sqlite 3.53.2-1
squashfs-tools 4.7.5-1
sratom 0.6.22-1
srt 1.5.5-1
sshfs 3.7.6-1
startup-notification 0.12-9
steam 1.0.0.85-7
steam-devices 1.0.0.85-7
strace 7.0-1
stress 1.0.7-3
subversion 1.14.5-5
sudo 1.9.17.p2-6
suil 0.10.26-1
suitesparse 7.12.2-2
svgo 4.0.1-1
svt-av1 4.1.0-1
svt-hevc 1.5.1-4
swi-prolog 10.0.2-1
swig 4.4.1-1
syncthing 2.1.1-1
syndication 6.27.0-1
syndication-domination 1.0-9
syntax-highlighting 6.27.0-1
sysfsutils 2.1.1-2
syslinux 6.04.pre3.r3.g05ac953c-4
systemd 260.2-2
systemd-libs 260.2-2
systemd-sysvcompat 260.2-2
systemd-ukify 260.2-2
systemsettings 6.7.0-1
taglib 2.3-1
talloc 2.4.4-1
tar 1.35-2
tcl 8.6.16-1
tdb 1.4.15-1
tesseract 5.5.2-1
tesseract-data-eng 2:4.1.0-5
tesseract-data-osd 2:4.1.0-5
tevent 1:0.17.1-2
texinfo 7.3-1
thin-provisioning-tools 1.3.2-1
thunderbird 151.0.1-1
tidy 5.8.0-3
tiled 1.12.2-1
time 1.10-1
tinysparql 3.11.1-1
tinyxml2 11.0.0-2
tk 8.6.16-1
tmux 3.6_b-2
tokodon 26.04.2-1
tomlplusplus 3.4.0-2
tor 0.4.9.9-1
torbrowser-launcher 0.3.7-4
torsocks 2.5.0-1
totem-pl-parser 3.26.7-1
tpm2-tools 5.7-1
tpm2-tss 4.1.3-1
traceroute 2.1.6-1
transmission-cli 4.1.1-1
transmission-qt 4.1.1-1
trash-cli 0.24.5.26-3
tslib 1.24-1
ttc-iosevka 34.6.1-1
ttf-bitstream-vera 1.10-16
ttf-croscore 20220810-3
ttf-dejavu 2.37+18+g9b5d1b2f-8
ttf-droid 20121017-11
ttf-fira-code 6.2-4
ttf-fira-sans 1:4.301-3
ttf-hack 3.003-7
ttf-inconsolata 1:3.000-5
ttf-liberation 2.1.5-2
ttf-nerd-fonts-symbols 3.4.0-1
ttf-nerd-fonts-symbols-common 3.4.0-1
ttf-opensans 3.003-1
ttf-roboto 3.015-1
ttf-ubuntu-font-family 1:0.83-2
twolame 0.4.0-4
tzdata 2026b-1
uchardet 0.0.8-4
udisks2 2.11.1-2
unicorn 2.1.4-2
unixodbc 2.3.14-1
unrar 1:7.2.6-1
unxwb 0.3.2-1
unzip 6.0-23
upower 1.91.2-1
usbredir 0.15.0-1
usbutils 019-1
usd 26.05-3
uthash 2.3.0-3
util-linux 2.42.2-1
util-linux-libs 2.42.2-1
uvicorn 0.49.0-1
v4l-utils 1.32.0-2
v4l2loopback-dkms 0.15.3-1
valgrind 3.25.1-5
vamp-plugin-sdk 1:2.10-1
vapoursynth 77-1
vde2 2.3.3-8
ventoy-bin 1.1.12-1
verdict 1.4.5-2
vid.stab 1.1.1-2
virglrenderer 1.3.0-2
virt-install 5.1.0-3
virt-manager 5.1.0-3
virtiofsd 1.13.3-1
virtualbox 7.2.10-3
virtualbox-guest-iso 7.2.10-1
virtualbox-host-modules-arch 7.2.10-1
vkmark 1:2025.01-2
vlc 3.0.23_2-7
vlc-cli 3.0.23_2-7
vlc-gui-qt 3.0.23_2-7
vlc-plugin-a52dec 3.0.23_2-7
vlc-plugin-aalib 3.0.23_2-7
vlc-plugin-alsa 3.0.23_2-7
vlc-plugin-aom 3.0.23_2-7
vlc-plugin-archive 3.0.23_2-7
vlc-plugin-aribb24 3.0.23_2-7
vlc-plugin-aribb25 3.0.23_2-7
vlc-plugin-ass 3.0.23_2-7
vlc-plugin-avahi 3.0.23_2-7
vlc-plugin-bluray 3.0.23_2-7
vlc-plugin-caca 3.0.23_2-7
vlc-plugin-cddb 3.0.23_2-7
vlc-plugin-chromecast 3.0.23_2-7
vlc-plugin-dav1d 3.0.23_2-7
vlc-plugin-dbus 3.0.23_2-7
vlc-plugin-dbus-screensaver 3.0.23_2-7
vlc-plugin-dca 3.0.23_2-7
vlc-plugin-dvb 3.0.23_2-7
vlc-plugin-dvd 3.0.23_2-7
vlc-plugin-faad2 3.0.23_2-7
vlc-plugin-ffmpeg 3.0.23_2-7
vlc-plugin-firewire 3.0.23_2-7
vlc-plugin-flac 3.0.23_2-7
vlc-plugin-fluidsynth 3.0.23_2-7
vlc-plugin-freetype 3.0.23_2-7
vlc-plugin-gme 3.0.23_2-7
vlc-plugin-gnutls 3.0.23_2-7
vlc-plugin-gstreamer 3.0.23_2-7
vlc-plugin-inflate 3.0.23_2-7
vlc-plugin-jack 3.0.23_2-7
vlc-plugin-journal 3.0.23_2-7
vlc-plugin-jpeg 3.0.23_2-7
vlc-plugin-kate 3.0.23_2-7
vlc-plugin-libsecret 3.0.23_2-7
vlc-plugin-lirc 3.0.23_2-7
vlc-plugin-live555 3.0.23_2-7
vlc-plugin-lua 3.0.23_2-7
vlc-plugin-mad 3.0.23_2-7
vlc-plugin-matroska 3.0.23_2-7
vlc-plugin-mdns 3.0.23_2-7
vlc-plugin-modplug 3.0.23_2-7
vlc-plugin-mpeg2 3.0.23_2-7
vlc-plugin-mpg123 3.0.23_2-7
vlc-plugin-mtp 3.0.23_2-7
vlc-plugin-musepack 3.0.23_2-7
vlc-plugin-nfs 3.0.23_2-7
vlc-plugin-notify 3.0.23_2-7
vlc-plugin-ogg 3.0.23_2-7
vlc-plugin-opus 3.0.23_2-7
vlc-plugin-png 3.0.23_2-7
vlc-plugin-pulse 3.0.23_2-7
vlc-plugin-samplerate 3.0.23_2-7
vlc-plugin-sdl 3.0.23_2-7
vlc-plugin-sftp 3.0.23_2-7
vlc-plugin-shout 3.0.23_2-7
vlc-plugin-smb 3.0.23_2-7
vlc-plugin-soxr 3.0.23_2-7
vlc-plugin-speex 3.0.23_2-7
vlc-plugin-srt 3.0.23_2-7
vlc-plugin-svg 3.0.23_2-7
vlc-plugin-tag 3.0.23_2-7
vlc-plugin-theora 3.0.23_2-7
vlc-plugin-twolame 3.0.23_2-7
vlc-plugin-udev 3.0.23_2-7
vlc-plugin-upnp 3.0.23_2-7
vlc-plugin-vorbis 3.0.23_2-7
vlc-plugin-vpx 3.0.23_2-7
vlc-plugin-x264 3.0.23_2-7
vlc-plugin-x265 3.0.23_2-7
vlc-plugin-xml 3.0.23_2-7
vlc-plugin-zvbi 3.0.23_2-7
vlc-plugins-all 3.0.23_2-7
vlc-plugins-base 3.0.23_2-7
vlc-plugins-extra 3.0.23_2-7
vlc-plugins-video-output 3.0.23_2-7
vlc-plugins-visualization 3.0.23_2-7
vmaf 3.1.0-1
volume_key 0.3.12-12
vorbis-tools 1.4.3-1
vscodium-bin 1.121.03429-1
vscodium-bin-marketplace 1.76.0-1
vte-common 0.84.0-1
vte3 0.84.0-1
vtk 9.6.2-1
vulkan-icd-loader 1.4.350.0-1
vulkan-mesa-implicit-layers 1:26.1.3-2
vulkan-radeon 1:26.1.3-2
vulkan-tools 1.4.350.0-1
vulkan-validation-layers 1.4.350.0-1
vym 2.9.26-1
wasm-pack 0.15.0-1
watchexec 2.5.1-1
wavpack 5.9.0-1
wayland 1.25.0-1
wayland-utils 1.3.0-1
webkit2gtk-4.1 2.52.4-1
webkitgtk-6.0 2.52.4-1
webrtc-audio-processing-1 1.3-5
wget 1.25.0-5
which 2.25-1
whipper 0.10.0-8
wildmidi 0.4.6-1
wine 11.11-1
wine-mono 11.1.0-1
winetricks 20260125-2
wireguard-tools 1.0.20260223-1
wireplumber 0.5.15-1
wireshark-cli 4.7.1-1
wireshark-qt 4.7.1-1
wl-clipboard 1:2.3.0-1
wlr-randr 0.5.0-1
woff2 1.0.2-6
wolfssl 5.9.1-1
wpa_supplicant 2:2.11-5
wxwidgets-common 3.2.10-2
wxwidgets-gtk3 3.2.10-2
x11-ssh-askpass 1.2.4.1-8
x264 3:0.165.r3222.b35605a-2
x265 4.1-1
xcb-proto 1.17.0-4
xcb-util 0.4.1-2
xcb-util-cursor 0.1.6-1
xcb-util-errors 1.0.1-2
xcb-util-image 0.4.1-3
xcb-util-keysyms 0.4.1-5
xcb-util-renderutil 0.3.10-2
xcb-util-wm 0.4.2-2
xclip 0.13-6
xdg-dbus-proxy 0.1.7-1
xdg-desktop-portal 1.22.1-1
xdg-desktop-portal-gnome 50.0-1
xdg-desktop-portal-gtk 1.15.3-1
xdg-desktop-portal-kde 6.7.0-1
xdg-user-dirs 0.20-1
xdg-user-dirs-gtk 0.16-1
xdg-utils 1.2.1-2
xdotool 4.20260303.1-1
xerces-c 3.3.0-4
xf86-input-libinput 1.5.0-1
xfsprogs 7.0.1-1
xkeyboard-config 2.47-1
xmlsec 1.3.11-1
xorg-fonts-encodings 1.1.0-2
xorg-server 21.1.23-1
xorg-server-common 21.1.23-1
xorg-setxkbmap 1.3.5-1
xorg-xauth 1.1.5-1
xorg-xdpyinfo 1.4.0-1
xorg-xhost 1.0.10-1
xorg-xinit 1.4.4-1
xorg-xkbcomp 1.5.0-1
xorg-xmessage 1.0.7-2
xorg-xmodmap 1.0.11-2
xorg-xprop 1.2.8-1
xorg-xrandr 1.5.4-1
xorg-xrdb 1.2.2-2
xorg-xset 1.2.5-2
xorg-xwayland 24.1.12-1
xorgproto 2025.1-1
xsel 1.2.1-2
xterm 410-1
xvidcore 1.3.7-3
xxhash 0.8.3-1
xz 5.8.3-1
yaml-cpp 0.9.0-1
yarn 1.22.22-2
yazi 26.5.6-4
yt-dlp 2026.06.09-1
yt-dlp-drop-in 2026.03.17-1
yt-dlp-ejs 0.8.0-1
yubico-authenticator-bin 7.4.0-1
yubico-c 1.13-8
yubico-c-client 2.15-7
yubikey-manager 1:5.9.1-1
yubikey-personalization 1.20.0-5
z3 4.16.0-1
zbar 0.23.93-5
zenity 4.2.2-1
zeromq 4.3.5-3
zettlr 4.3.1-1
zimg 3.0.6-1
zint 2.16.0-2
zip 3.0-13
zix 0.8.2-1
zlib 1:1.3.2-3
zlib-ng 2.3.3-1
zola 0.22.1-2
zstd 1.5.7-3
zvbi 0.2.44-1
zxing-cpp 3.0.2-1Offline
Just ran into this problem. Can you share what you downgraded to get it working again? Is this a bug filed on this?
Offline
kicad or anything xwayland?
The assertion is from glibc, the trigger is "n/a" in libkwin => https://wiki.archlinux.org/title/Core_d … _core_dump and make sure to use https://wiki.archlinux.org/title/Debuginfod
Offline
I hit the exact same crash and traced it to a KWin 6.7.0 regression.
Fix that worked for me: downgrade KWin to the last 6.6.x
Offline
kicad or anything xwayland?
The assertion is from glibc, the trigger is "n/a" in libkwin => https://wiki.archlinux.org/title/Core_d … _core_dump and make sure to use https://wiki.archlinux.org/title/Debuginfod
I don't think Kicad is using xwayland - it has a generic wayland window icon and xwininfo doesn't see it. The project manager runs ok - it's only when opening a schematic from it that it crashes. glxgears runs ok as well.
Full traceback of the core dump:
#0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1 0x00007f0c75c9a363 in __pthread_kill_internal (threadid=<optimized out>, signo=6) at pthread_kill.c:89
#2 0x00007f0c75c3e7d0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3 0x00007f0c75c25681 in __GI_abort () at abort.c:77
#4 0x00007f0c7609d5b9 in std::__glibcxx_assert_fail (file=file@entry=0x7f0c79753fd8 "/usr/include/c++/16.1.1/optional", line=line@entry=1228,
function=function@entry=0x7f0c7975c7e8 "constexpr const _Tp* std::optional<_Tp>::operator->() const [with _Tp = KWin::FormatInfo]",
condition=condition@entry=0x7f0c7973e1a8 "this->_M_is_engaged()") at /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/assert_fail.cc:41
#5 0x00007f0c7916d056 in std::optional<KWin::FormatInfo>::operator->() const [clone .part.0] [clone .lto_priv.0] (this=<optimized out>, this=<optimized out>)
at /usr/include/c++/16.1.1/optional:1228
#6 0x00007f0c7916f74d in std::optional<KWin::FormatInfo>::operator-> (this=<optimized out>, this=<optimized out>) at /usr/include/c++/16.1.1/optional:1228
#7 KWin::isCandidate (item=0x559d6f1e8bc0, deviceRect=..., isOpaque=true, view=0x559d6e8d1770) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:267
#8 KWin::findOverlayCandidates (view=view@entry=0x559d6e8d1770, item=item@entry=0x559d6f1e8bc0, maxTotalCount=maxTotalCount@entry=2, occupied=..., opaque=..., effected=..., overlays=...,
underlays=..., corners=..., needsCompositedScene=@0x7ffcf7698edf: true) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:327
#9 0x00007f0c793b6982 in KWin::findOverlayCandidates (view=view@entry=0x559d6e8d1770, item=item@entry=0x559d6f1e7f30, maxTotalCount=maxTotalCount@entry=2, occupied=..., opaque=...,
effected=..., overlays=..., underlays=..., corners=..., needsCompositedScene=@0x7ffcf7698edf: true) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:310
#10 0x00007f0c793b6982 in KWin::findOverlayCandidates (view=view@entry=0x559d6e8d1770, item=item@entry=0x559d6f20da30, maxTotalCount=maxTotalCount@entry=2, occupied=..., opaque=...,
effected=..., overlays=..., underlays=..., corners=..., needsCompositedScene=@0x7ffcf7698edf: true) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:310
#11 0x00007f0c793b6982 in KWin::findOverlayCandidates (view=view@entry=0x559d6e8d1770, item=item@entry=0x559d6e696330, maxTotalCount=maxTotalCount@entry=2, occupied=..., opaque=...,
effected=..., overlays=..., underlays=..., corners=..., needsCompositedScene=@0x7ffcf7698edf: true) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:310
#12 0x00007f0c793b6982 in KWin::findOverlayCandidates (view=0x559d6e8d1770, item=0x559d6e823d00, maxTotalCount=maxTotalCount@entry=2, occupied=..., opaque=..., effected=..., overlays=...,
underlays=..., corners=..., needsCompositedScene=@0x7ffcf7698edf: true) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:310
#13 0x00007f0c793b7b52 in KWin::WorkspaceScene::layerCandidates (this=0x559d6d7cd7e0, maxTotalCount=<optimized out>) at /usr/src/debug/kwin/kwin-6.7.0/src/scene/workspacescene.cpp:455
#14 0x00007f0c791a782a in KWin::Compositor::composite (this=<optimized out>, renderLoop=<optimized out>) at /usr/src/debug/kwin/kwin-6.7.0/src/compositor.cpp:754
#15 0x00007f0c765f081b in QtPrivate::QSlotObjectBase::call (this=<optimized out>, r=<optimized out>, a=<optimized out>, this=<optimized out>, r=<optimized out>, a=<optimized out>)
at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobjectdefs_impl.h:462
#16 doActivate<false> (sender=0x559d6da75c40, signal_index=5, argv=0x7ffcf76994e0) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:4372
#17 0x00007f0c791ff17b in QMetaObject::activate<void, KWin::RenderLoop*> (sender=<optimized out>, mo=<optimized out>, local_signal_index=2, ret=0x0) at /usr/include/qt6/QtCore/qobjectdefs.h:320
#18 KWin::RenderLoop::frameRequested (this=<optimized out>, _t1=<optimized out>) at /usr/src/debug/kwin/build/src/kwin_autogen/include/moc_renderloop.cpp:171
#19 0x00007f0c765e7cf9 in QObject::event (this=<optimized out>, e=<optimized out>) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qobject.cpp:1454
#20 0x00007f0c7790411f in QApplicationPrivate::notify_helper (this=<optimized out>, receiver=0x559d6da75c40, e=0x7ffcf7699680)
at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:3276
#21 0x00007f0c76583658 in QCoreApplication::notifyInternal2 (receiver=0x559d6da75c40, event=0x7ffcf7699680) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1114
#22 0x00007f0c7676b2f5 in QCoreApplication::sendEvent (receiver=<optimized out>, event=0x7ffcf7699680) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1559
#23 QTimerInfoList::activateTimers (this=0x559d6d6a0e58) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp:427
#24 0x00007f0c76776bd2 in QEventDispatcherUNIXPrivate::activateTimers (this=0x559d6d6a0d80) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp:222
#25 QEventDispatcherUNIX::processEvents (this=<optimized out>, flags=..., flags@entry=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp:504
#26 0x00007f0c77583543 in QUnixEventDispatcherQPA::processEvents (this=<optimized out>, flags=...) at /usr/src/debug/qt6-base/qtbase/src/gui/platform/unix/qunixeventdispatcher.cpp:28
#27 0x00007f0c76591983 in QEventLoop::processEvents (this=0x7ffcf7699860, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:109
#28 QEventLoop::exec (this=0x7ffcf7699860, flags=...) at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qeventloop.cpp:198
#29 0x00007f0c76586eaa in QCoreApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qcoreapplication.cpp:1457
#30 0x00007f0c7790033a in QApplication::exec () at /usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qapplication.cpp:2546
#31 0x0000559d2ef3b040 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/kwin/kwin-6.7.0/src/main_wayland.cpp:660I'm guessing its trying to dereference a none optional. I'll try downgrading in a bit.
Offline
Downgrading kwin to 6.6.5-4 works. Notably, 6.6.90 and 6.6.91 both crash with similar tracebacks.
Offline
Offline
I believe this bug prevents plasmashell from starting. Downgrading kwin to version 6.6.5-4 fixes the issue.
Offline