Re: [REGRESSION] soft lockup on boot starting with kernel 6.10 / commit 5186ba33234c9a90833f7c93ce7de80e25fac6f5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Sep 9, 2024 at 1:02 AM Borislav Petkov <bp@xxxxxxxxx> wrote:
>
> On Sun, Sep 08, 2024 at 11:53:56PM -0700, Hugues Bruant wrote:
> > Hi,
> >
> > I have discovered a 100% reliable soft lockup on boot on my laptop:
> > Purism Librem 14, Intel Core i7-10710U, 48Gb RAM, Samsung Evo Plus 970
> > SSD, CoreBoot BIOS, grub bootloader, Arch Linux.
> >
> > The last working release is kernel 6.9.10, every release from 6.10
> > onwards reliably exhibit the issue, which, based on journalctl logs,
> > seems to be triggered somewhere in systemd-udev:
> > https://gitlab.archlinux.org/-/project/42594/uploads/04583baf22189a0a8bb2f8773096e013/lockup.log
> >
> > Bisect points to commit 5186ba33234c9a90833f7c93ce7de80e25fac6f5
>
> That's a merge commit. Meaning, the bisection likely went into the wrong
> direction.
I double-checked and the bisection results seem quite consistent.
While merge commits are unlikely to be correct bisection results,
they're entirely possible if the bug is triggered by an unexpected
interaction between multiple unrelated commits.

> However, you have out-of-tree modules. Try reproducing it without them.
That was the first suggestion on the Arch bug tracker. The whole
bisection was done without out-of-tree modules.

Now, for the fun part: the kind soul on the Arch bugtracker who
provided me with the kernel images for bisection built a patched
6.10.9 at my request, reverting just Tony's RDT changes that were
flagged by the bisection: bd4955d4bc2182ccb660c9c30a4dd7f36feaf943 and
e3ca96e479c91d6ee657d3caa5092a6a3a620f9f

That patch bring the boot success rate on my machine from 0/10 up to
4/10, even though this code is not supposed to be used, its presence
is clearly impactful!

The framebuffer fix seems to also have a positive (though smaller,
closer to 20%) impact on boot success rate, so I'm planning to test
the combination of both as a next step.

See some extra boot logs attached
Sep 10 12:11:37 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:11:37 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:11:37 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:11:37 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:11:37 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:11:37 luna kernel: APIC: Static calls initialized
Sep 10 12:11:37 luna kernel: SMBIOS 3.0 present.
Sep 10 12:11:37 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:37 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:11:37 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:11:37 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:11:37 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:11:37 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:11:37 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:11:37 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:11:37 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:11:37 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:11:37 luna kernel: Using GB pages for direct mapping
Sep 10 12:11:37 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:11:37 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:11:37 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:11:37 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:11:37 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:11:37 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:11:37 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:11:37 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:11:37 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:11:37 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:11:37 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:11:37 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:11:37 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:11:37 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:11:37 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:11:37 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:11:37 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:11:37 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:11:37 luna kernel: No NUMA configuration found
Sep 10 12:11:37 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:11:37 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:11:37 luna kernel: Zone ranges:
Sep 10 12:11:37 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:11:37 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:11:37 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:11:37 luna kernel:   Device   empty
Sep 10 12:11:37 luna kernel: Movable zone start for each node
Sep 10 12:11:37 luna kernel: Early memory node ranges
Sep 10 12:11:37 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:11:37 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:11:37 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:11:37 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:11:37 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:11:37 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:11:37 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:11:37 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:11:37 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:11:37 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:11:37 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:11:37 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:11:37 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:11:37 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:11:37 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:11:37 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:11:37 luna kernel: TSC deadline timer available
Sep 10 12:11:37 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:11:37 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:11:37 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:11:37 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:11:37 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:11:37 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:11:37 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:11:37 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:11:37 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:11:37 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:11:37 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:11:37 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:11:37 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:11:37 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:11:37 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:11:37 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:11:37 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:11:37 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:11:37 luna kernel: random: crng init done
Sep 10 12:11:37 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:11:37 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:11:37 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:11:37 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:11:37 luna kernel: Policy zone: Normal
Sep 10 12:11:37 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:11:37 luna kernel: software IO TLB: area num 16.
Sep 10 12:11:37 luna kernel: Memory: 49172528K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030548K reserved, 0K cma-reserved)
Sep 10 12:11:37 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:11:37 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:11:37 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:11:37 luna kernel: Dynamic Preempt: full
Sep 10 12:11:37 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:11:37 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:11:37 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:11:37 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:11:37 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:11:37 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:11:37 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:11:37 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:11:37 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:11:37 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:11:37 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:11:37 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:11:37 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:11:37 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:11:37 luna kernel: Console: colour dummy device 80x25
Sep 10 12:11:37 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:11:37 luna kernel: ACPI: Core revision 20240322
Sep 10 12:11:37 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:11:37 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:11:37 luna kernel: DMAR: Host address width 39
Sep 10 12:11:37 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:11:37 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:11:37 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:11:37 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:11:37 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:11:37 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:11:37 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:11:37 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:11:37 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:11:37 luna kernel: x2apic enabled
Sep 10 12:11:37 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:11:37 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:11:37 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:11:37 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:11:37 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:11:37 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:11:37 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:11:37 luna kernel: process: using mwait in idle threads
Sep 10 12:11:37 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:11:37 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:11:37 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:11:37 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:11:37 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:11:37 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:11:37 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:11:37 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:11:37 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:11:37 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:11:37 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:11:37 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:11:37 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:11:37 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:11:37 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:11:37 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:11:37 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:11:37 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:11:37 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:11:37 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:11:37 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:11:37 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:11:37 luna kernel: landlock: Up and running.
Sep 10 12:11:37 luna kernel: Yama: becoming mindful.
Sep 10 12:11:37 luna kernel: LSM support for eBPF active
Sep 10 12:11:37 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:11:37 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:11:37 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:11:37 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:11:37 luna kernel: ... version:                4
Sep 10 12:11:37 luna kernel: ... bit width:              48
Sep 10 12:11:37 luna kernel: ... generic registers:      4
Sep 10 12:11:37 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:11:37 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:11:37 luna kernel: ... fixed-purpose events:   3
Sep 10 12:11:37 luna kernel: ... event mask:             000000070000000f
Sep 10 12:11:37 luna kernel: signal: max sigframe size: 2032
Sep 10 12:11:37 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:11:37 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:11:37 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:11:37 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:11:37 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:11:37 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:11:37 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:11:37 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:11:37 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:11:37 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:11:37 luna kernel: devtmpfs: initialized
Sep 10 12:11:37 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:11:37 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:11:37 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:11:37 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:11:37 luna kernel: PM: RTC time: 19:11:23, date: 2024-09-10
Sep 10 12:11:37 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:11:37 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:11:37 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:11:37 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:11:37 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:11:37 luna kernel: audit: type=2000 audit(1725995483.009:1): state=initialized audit_enabled=0 res=1
Sep 10 12:11:37 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:11:37 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:11:37 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:11:37 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:11:37 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:11:37 luna kernel: cpuidle: using governor ladder
Sep 10 12:11:37 luna kernel: cpuidle: using governor menu
Sep 10 12:11:37 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:11:37 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:11:37 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:11:37 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:11:37 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:11:37 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:11:37 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:11:37 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:11:37 luna kernel: Demotion targets for Node 0: null
Sep 10 12:11:37 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:11:37 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:11:37 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:11:37 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:11:37 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:11:37 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:11:37 luna kernel: ACPI: EC: EC started
Sep 10 12:11:37 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:11:37 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:11:37 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:11:37 luna kernel: ACPI: Interpreter enabled
Sep 10 12:11:37 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:11:37 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:11:37 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:11:37 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:11:37 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:11:37 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:11:37 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:11:37 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:11:37 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:11:37 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:11:37 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:11:37 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:11:37 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:11:37 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:11:37 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:11:37 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:11:37 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:11:37 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:11:37 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:11:37 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:11:37 luna kernel: ACPI: EC: event unblocked
Sep 10 12:11:37 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:11:37 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:11:37 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:11:37 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:11:37 luna kernel: iommu: Default domain type: Translated
Sep 10 12:11:37 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:11:37 luna kernel: SCSI subsystem initialized
Sep 10 12:11:37 luna kernel: libata version 3.00 loaded.
Sep 10 12:11:37 luna kernel: ACPI: bus type USB registered
Sep 10 12:11:37 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:11:37 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:11:37 luna kernel: usbcore: registered new device driver usb
Sep 10 12:11:37 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:11:37 luna kernel: NetLabel: Initializing
Sep 10 12:11:37 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:11:37 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:11:37 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:11:37 luna kernel: mctp: management component transport protocol core
Sep 10 12:11:37 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:11:37 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:11:37 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:11:37 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:11:37 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:11:37 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:11:37 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:11:37 luna kernel: vgaarb: loaded
Sep 10 12:11:37 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:11:37 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:11:37 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:11:37 luna kernel: pnp: PnP ACPI init
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:11:37 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:11:37 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:11:37 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:11:37 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:11:37 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:11:37 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:11:37 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:11:37 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:11:37 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:11:37 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:11:37 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:11:37 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:11:37 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:11:37 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:11:37 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:11:37 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:11:37 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:11:37 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:11:37 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:11:37 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:11:37 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:11:37 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:11:37 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:11:37 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:11:37 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:11:37 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:11:37 luna kernel: Initialise system trusted keyrings
Sep 10 12:11:37 luna kernel: Key type blacklist registered
Sep 10 12:11:37 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:11:37 luna kernel: zbud: loaded
Sep 10 12:11:37 luna kernel: fuse: init (API version 7.40)
Sep 10 12:11:37 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:11:37 luna kernel: integrity: Machine keyring initialized
Sep 10 12:11:37 luna kernel: Key type asymmetric registered
Sep 10 12:11:37 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:11:37 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:11:37 luna kernel: io scheduler mq-deadline registered
Sep 10 12:11:37 luna kernel: io scheduler kyber registered
Sep 10 12:11:37 luna kernel: io scheduler bfq registered
Sep 10 12:11:37 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:11:37 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:11:37 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:11:37 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:11:37 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:11:37 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:11:37 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:11:37 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:11:37 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:11:37 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:11:37 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:11:37 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:11:37 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:11:37 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:11:37 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:11:37 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:11:37 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:11:37 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:11:37 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:11:37 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:11:37 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:11:37 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:11:37 luna kernel: Linux agpgart interface v0.103
Sep 10 12:11:37 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:11:37 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:11:37 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:11:37 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:11:37 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:11:37 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:11:37 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:11:23 UTC (1725995483)
Sep 10 12:11:37 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:11:37 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:11:37 luna kernel: intel_pstate: HWP enabled
Sep 10 12:11:37 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:11:37 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:11:37 luna kernel: fbcon: Deferring console take-over
Sep 10 12:11:37 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:11:37 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:11:37 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:11:37 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:11:37 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:11:37 luna kernel: Segment Routing with IPv6
Sep 10 12:11:37 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:11:37 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:11:37 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:11:37 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:11:37 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:11:37 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:11:37 luna kernel: sched_clock: Marking stable (686668421, 9096261)->(723217096, -27452414)
Sep 10 12:11:37 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:11:37 luna kernel: registered taskstats version 1
Sep 10 12:11:37 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:11:37 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:11:37 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:11:37 luna kernel: Demotion targets for Node 0: null
Sep 10 12:11:37 luna kernel: Key type .fscrypt registered
Sep 10 12:11:37 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:11:37 luna kernel: PM:   Magic number: 8:402:192
Sep 10 12:11:37 luna kernel: acpi device:1e: hash matches
Sep 10 12:11:37 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:11:37 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:11:37 luna kernel: clk: Disabling unused clocks
Sep 10 12:11:37 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:11:37 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:11:37 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:11:37 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:11:37 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:11:37 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:11:37 luna kernel: rodata_test: all tests were successful
Sep 10 12:11:37 luna kernel: Run /init as init process
Sep 10 12:11:37 luna kernel:   with arguments:
Sep 10 12:11:37 luna kernel:     /init
Sep 10 12:11:37 luna kernel:   with environment:
Sep 10 12:11:37 luna kernel:     HOME=/
Sep 10 12:11:37 luna kernel:     TERM=linux
Sep 10 12:11:37 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:11:37 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:11:37 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:11:37 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:11:37 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:11:37 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:11:37 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:11:37 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:11:37 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:11:37 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:11:37 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:11:37 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:11:37 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:11:37 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:11:37 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:11:37 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:11:37 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:11:37 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:11:37 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:11:37 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:11:37 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:11:37 luna kernel: usb: port power management may be unreliable
Sep 10 12:11:37 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:11:37 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:11:37 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:11:37 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:11:37 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:11:37 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:11:37 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:11:37 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:11:37 luna kernel: fbcon: Taking over console
Sep 10 12:11:37 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:11:37 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:11:37 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:11:37 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:11:37 luna kernel: Key type trusted registered
Sep 10 12:11:37 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 12:11:37 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:11:37 luna kernel: Key type encrypted registered
Sep 10 12:11:37 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:11:37 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:11:37 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:11:37 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:11:37 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:11:37 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:11:37 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:11:37 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:11:37 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:11:37 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:11:37 luna kernel: tsc: Refined TSC clocksource calibration: 1608.002 MHz
Sep 10 12:11:37 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dac31c1c, max_idle_ns: 440795261142 ns
Sep 10 12:11:37 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:11:37 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:11:37 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:11:37 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:11:37 luna kernel: PM: Image not found (code -22)
Sep 10 12:11:37 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:11:37 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:11:37 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:11:37 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:11:37 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:11:37 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:11:37 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:11:37 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:11:37 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:11:37 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:11:37 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:11:37 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:11:37 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:11:37 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:11:37 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:11:37 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:11:37 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:11:37 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:11:37 luna systemd[1]: Reached target Slice Units.
Sep 10 12:11:37 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:11:37 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:11:37 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:11:37 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:11:37 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:11:37 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:11:37 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:11:37 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:11:37 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:11:37 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:11:37 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:11:37 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:11:37 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:11:37 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:11:37 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:11:37 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:11:37 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:11:37 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:11:37 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:11:37 luna systemd[1]: Starting Journal Service...
Sep 10 12:11:37 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:11:37 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:11:37 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:11:37 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:11:37 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:11:37 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:11:37 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:11:37 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:11:37 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:11:37 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:11:37 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:11:37 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:11:37 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:11:37 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:11:37 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:11:37 luna kernel: loop: module loaded
Sep 10 12:11:37 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:11:37 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:11:37 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:11:37 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:11:37 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:11:37 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:11:37 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:11:37 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:11:37 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:11:37 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:11:37 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:11:37 luna systemd-journald[483]: Collecting audit messages is disabled.
Sep 10 12:11:37 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:11:37 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:11:37 luna systemd-journald[483]: Journal started
Sep 10 12:11:37 luna systemd-journald[483]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:11:37 luna systemd-modules-load[484]: Failed to find module 'acpi_call'
Sep 10 12:11:37 luna systemd-modules-load[484]: Inserted module 'crypto_user'
Sep 10 12:11:37 luna systemd-modules-load[484]: Inserted module 'pkcs8_key_parser'
Sep 10 12:11:37 luna lvm[477]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:11:37 luna systemd[1]: Started Journal Service.
Sep 10 12:11:37 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:11:37 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:11:37 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:11:37 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:11:37 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:11:37 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:11:37 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:11:37 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:11:37 luna systemd-journald[483]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.152ms for 682 entries.
Sep 10 12:11:37 luna systemd-journald[483]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 628.3M, max 4G, 3.3G free.
Sep 10 12:11:37 luna systemd-journald[483]: Received client request to flush runtime journal.
Sep 10 12:11:37 luna systemd-journald[483]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 12:11:37 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:11:37 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:11:37 luna systemd-udevd[520]: Using default interface naming scheme 'v255'.
Sep 10 12:11:37 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:11:37 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:11:37 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:11:37 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:11:37 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:11:37 luna lvm[544]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:11:37 luna lvm[544]: VG vg0 finished
Sep 10 12:11:37 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:11:37 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:11:37 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:11:37 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:11:37 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:11:37 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:11:37 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:11:37 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:11:37 luna systemd-fsck[584]: /dev/mapper/vg0-home: recovering journal
Sep 10 12:11:37 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:11:37 luna systemd-fsck[584]: /dev/mapper/vg0-home: clean, 625705/46137344 files, 21077318/184544256 blocks
Sep 10 12:11:37 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:11:37 luna kernel: CPU: 2 PID: 556 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:11:37 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:37 luna kernel: Call Trace:
Sep 10 12:11:37 luna kernel:  <TASK>
Sep 10 12:11:37 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:11:37 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:11:37 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:11:37 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:11:37 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:11:37 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:11:37 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:11:37 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:11:37 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:11:37 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:11:37 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:11:37 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:11:37 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:11:37 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:11:37 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:11:37 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:11:37 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:11:37 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:11:37 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:11:37 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:11:37 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:11:37 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:11:37 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:11:37 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:11:37 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:11:37 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:11:37 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:11:37 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:11:37 luna kernel:  ? do_user_addr_fault+0x36c/0x620
Sep 10 12:11:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:37 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:37 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:11:37 luna kernel: RIP: 0033:0x720257b261fd
Sep 10 12:11:37 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:11:37 luna kernel: RSP: 002b:00007ffef8d2a268 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:11:37 luna kernel: RAX: ffffffffffffffda RBX: 0000578387a4ad20 RCX: 0000720257b261fd
Sep 10 12:11:37 luna kernel: RDX: 0000000000000004 RSI: 00007202578ea05d RDI: 000000000000002d
Sep 10 12:11:37 luna kernel: RBP: 00007ffef8d2a320 R08: 0000000000000001 R09: 00007ffef8d2a2b0
Sep 10 12:11:37 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 00007202578ea05d
Sep 10 12:11:37 luna kernel: R13: 0000000000020000 R14: 0000578387a79470 R15: 0000578387a7d010
Sep 10 12:11:37 luna kernel:  </TASK>
Sep 10 12:11:37 luna kernel: coreboot: could not register framebuffer
Sep 10 12:11:37 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:11:37 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:11:37 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:11:37 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:11:37 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:11:37 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:11:37 luna systemd[1]: Reached target Swaps.
Sep 10 12:11:37 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:11:37 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:11:37 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:11:37 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 12:11:37 luna systemd-fsck[631]: /dev/nvme0n1p2: recovering journal
Sep 10 12:11:37 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:11:37 luna systemd-fsck[631]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:11:37 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:11:37 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:11:37 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:11:37 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:11:37 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:11:37 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:11:37 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:11:37 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:11:37 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:11:37 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:11:37 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:11:37 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:11:37 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:11:37 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:11:37 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:11:37 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:11:37 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:11:37 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:11:37 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:11:37 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:11:37 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:11:37 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:11:37 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:11:37 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:11:37 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:11:37 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:11:37 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:11:38 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:11:38 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:11:38 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:11:38 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:11:38 luna systemd[1]: Mounting /boot...
Sep 10 12:11:38 luna systemd[1]: Mounting /home...
Sep 10 12:11:38 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:11:38 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:11:38 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:11:38 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:11:38 luna systemd[1]: Mounted /boot.
Sep 10 12:11:38 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:11:38 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:11:38 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:11:38 luna systemd[1]: Mounted /home.
Sep 10 12:11:38 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:11:38 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:11:38 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:11:38 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:11:38 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:11:38 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:11:38 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:11:38 luna systemd-udevd[520]: 0000:00:02.0: Worker [549] terminated by signal 9 (KILL).
Sep 10 12:11:38 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:11:38 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 12:11:38 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 12:11:38 luna kernel: #PF: error_code(0x0000) - not-present page
Sep 10 12:11:38 luna kernel: PGD 0 P4D 0 
Sep 10 12:11:38 luna kernel: Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
Sep 10 12:11:38 luna kernel: CPU: 11 PID: 549 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:11:38 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:38 luna kernel: RIP: 0010:__release_resource+0x34/0xb0
Sep 10 12:11:38 luna kernel: Code: 8d 50 38 48 8b 40 38 48 85 c0 75 27 eb 6a 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 8d 50 30 <48> 8b 40 30 48 85 c0 74 45 48 39 c7 75 ee 40 84 f6 75 45 48 8b 4f
Sep 10 12:11:38 luna kernel: RSP: 0018:ffffb3a482123968 EFLAGS: 00010296
Sep 10 12:11:38 luna kernel: RAX: 0000000300000001 RBX: ffff91630576bb00 RCX: ffff916301e7e568
Sep 10 12:11:38 luna kernel: RDX: 0000000300000031 RSI: 0000000000000001 RDI: ffff91630576bb00
Sep 10 12:11:38 luna kernel: RBP: ffff91630574e000 R08: ffff916301e7d6a8 R09: 0000000000000000
Sep 10 12:11:38 luna kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff91630118c540
Sep 10 12:11:38 luna kernel: R13: ffff91630528e058 R14: ffff91630118c0c8 R15: ffff91630118c000
Sep 10 12:11:38 luna kernel: FS:  00007202578f0880(0000) GS:ffff916e2e580000(0000) knlGS:0000000000000000
Sep 10 12:11:38 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:11:38 luna kernel: CR2: 0000000300000031 CR3: 0000000103880003 CR4: 00000000003706f0
Sep 10 12:11:38 luna kernel: Call Trace:
Sep 10 12:11:38 luna kernel:  <TASK>
Sep 10 12:11:38 luna kernel:  ? __die_body.cold+0x19/0x27
Sep 10 12:11:38 luna kernel:  ? page_fault_oops+0x15a/0x2d0
Sep 10 12:11:38 luna kernel:  ? exc_page_fault+0x81/0x190
Sep 10 12:11:38 luna kernel:  ? asm_exc_page_fault+0x26/0x30
Sep 10 12:11:38 luna kernel:  ? __release_resource+0x34/0xb0
Sep 10 12:11:38 luna kernel:  release_resource+0x26/0x40
Sep 10 12:11:38 luna kernel:  platform_device_del+0x51/0x90
Sep 10 12:11:38 luna kernel:  platform_device_unregister+0x12/0x30
Sep 10 12:11:38 luna kernel:  sysfb_disable+0x4f/0xa0
Sep 10 12:11:38 luna kernel:  aperture_remove_conflicting_pci_devices+0x2a/0x90
Sep 10 12:11:38 luna kernel:  i915_driver_probe+0x7c8/0xac0 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:11:38 luna kernel:  local_pci_probe+0x42/0x90
Sep 10 12:11:38 luna kernel:  pci_device_probe+0xbd/0x290
Sep 10 12:11:38 luna kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Sep 10 12:11:38 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:11:38 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:11:38 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:11:38 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:11:38 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:11:38 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:11:38 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:11:38 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:11:38 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:11:38 luna kernel:  i915_init+0x23/0x90 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:11:38 luna kernel:  ? __pfx_i915_init+0x10/0x10 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:11:38 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:11:38 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:11:38 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:11:38 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:11:38 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:11:38 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:11:38 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:11:38 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:11:38 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 12:11:38 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:11:38 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:11:38 luna kernel:  ? irqtime_account_irq+0x3e/0xc0
Sep 10 12:11:38 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:38 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:11:38 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:38 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:11:38 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:11:38 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:11:38 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:11:38 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:11:38 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:11:38 luna kernel: RIP: 0033:0x720257b261fd
Sep 10 12:11:38 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:11:38 luna kernel: RSP: 002b:00007ffef8d2a268 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:11:38 luna kernel: RAX: ffffffffffffffda RBX: 0000578387a79fe0 RCX: 0000720257b261fd
Sep 10 12:11:38 luna kernel: RDX: 0000000000000004 RSI: 00007202578ea05d RDI: 000000000000002b
Sep 10 12:11:38 luna kernel: RBP: 00007ffef8d2a320 R08: 0000000000000001 R09: 00007ffef8d2a2b0
Sep 10 12:11:38 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 00007202578ea05d
Sep 10 12:11:38 luna kernel: R13: 0000000000020000 R14: 0000578387a79670 R15: 0000578387a7b9d0
Sep 10 12:11:38 luna kernel:  </TASK>
Sep 10 12:11:38 luna kernel: Modules linked in: x86_pkg_temp_thermal(+) snd_soc_core(+) intel_powerclamp ath9k(+) snd_compress coretemp ath9k_common ac97_bus snd_pcm_dmaengine kvm_intel ath9k_hw snd_hda_intel joydev snd_intel_dspcfg mousedev snd_intel_sdw_acpi ath i915(+) kvm snd_hda_codec mac80211 snd_hda_core processor_thermal_device_pci_legacy drm_buddy hid_multitouch processor_thermal_device snd_hwdep iTCO_wdt r8169 rapl i2c_algo_bit processor_thermal_wt_hint intel_pmc_bxt processor_thermal_rfim hid_generic ee1004 ttm iTCO_vendor_support realtek intel_cstate snd_pcm libarc4 processor_thermal_rapl spi_nor intel_rapl_msr i2c_i801 intel_rapl_common cfg80211 intel_uncore mtd psmouse snd_timer mdio_devres processor_thermal_wt_req drm_display_helper memconsole_coreboot framebuffer_coreboot cbmem snd processor_thermal_power_floor memconsole i2c_smbus libphy processor_thermal_mbox pcspkr intel_lpss_pci rfkill soundcore i2c_mux intel_lpss int340x_thermal_zone cec idma64 intel_pmc_core intel_soc_dts_iosf intel_pch_thermal intel_gtt
Sep 10 12:11:38 luna kernel:  i2c_hid_acpi intel_vsec i2c_hid video pmt_telemetry intel_hid pinctrl_cannonlake wmi pmt_class coreboot_table sparse_keymap mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 serio_raw sha256_ssse3 atkbd sha1_ssse3 aesni_intel libps2 nvme crypto_simd vivaldi_fmap nvme_core spi_intel_pci cryptd xhci_pci spi_intel nvme_auth i8042 xhci_pci_renesas serio
Sep 10 12:11:38 luna kernel: CR2: 0000000300000031
Sep 10 12:11:38 luna kernel: ---[ end trace 0000000000000000 ]---
Sep 10 12:11:38 luna kernel: RIP: 0010:__release_resource+0x34/0xb0
Sep 10 12:11:38 luna kernel: Code: 8d 50 38 48 8b 40 38 48 85 c0 75 27 eb 6a 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 8d 50 30 <48> 8b 40 30 48 85 c0 74 45 48 39 c7 75 ee 40 84 f6 75 45 48 8b 4f
Sep 10 12:11:38 luna kernel: RSP: 0018:ffffb3a482123968 EFLAGS: 00010296
Sep 10 12:11:38 luna kernel: RAX: 0000000300000001 RBX: ffff91630576bb00 RCX: ffff916301e7e568
Sep 10 12:11:38 luna kernel: RDX: 0000000300000031 RSI: 0000000000000001 RDI: ffff91630576bb00
Sep 10 12:11:38 luna kernel: RBP: ffff91630574e000 R08: ffff916301e7d6a8 R09: 0000000000000000
Sep 10 12:11:38 luna kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff91630118c540
Sep 10 12:11:38 luna kernel: R13: ffff91630528e058 R14: ffff91630118c0c8 R15: ffff91630118c000
Sep 10 12:11:38 luna kernel: FS:  00007202578f0880(0000) GS:ffff916e2e580000(0000) knlGS:0000000000000000
Sep 10 12:11:38 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:11:38 luna kernel: CR2: 0000000300000031 CR3: 0000000103880003 CR4: 00000000003706f0
Sep 10 12:11:38 luna kernel: note: (udev-worker)[549] exited with irqs disabled
Sep 10 12:11:38 luna kernel: note: (udev-worker)[549] exited with preempt_count 1
Sep 10 12:11:38 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:11:38 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x0000000095faa3c0, irq=18
Sep 10 12:11:38 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:11:38 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:11:38 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:11:38 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 12:11:38 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:11:38 luna systemd[1]: Starting Network Name Resolution...
Sep 10 12:11:38 luna systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 10 12:11:38 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 12:11:38 luna kernel: Bluetooth: Core ver 2.22
Sep 10 12:11:38 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 12:11:38 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 12:11:38 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 12:11:38 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 12:11:38 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 12:11:38 luna kernel: usbcore: registered new interface driver btusb
Sep 10 12:11:38 luna kernel: usb 1-3: USB disconnect, device number 2
Sep 10 12:11:38 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 12:11:39 luna kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Sep 10 12:11:44 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:11:44 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:12:03 luna kernel: watchdog: BUG: soft lockup - CPU#8 stuck for 26s! [tlp-usb-udev:735]
Sep 10 12:12:03 luna kernel: CPU#8 Utilization every 4s during lockup:
Sep 10 12:12:03 luna kernel:         #1: 100% system,          0% softirq,          1% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #2: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #3: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #4: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #5: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal(+) snd_soc_core intel_powerclamp ath9k snd_compress coretemp ath9k_common ac97_bus snd_pcm_dmaengine kvm_intel ath9k_hw snd_hda_intel joydev snd_intel_dspcfg mousedev snd_intel_sdw_acpi ath i915(+) kvm snd_hda_codec mac80211 snd_hda_core processor_thermal_device_pci_legacy drm_buddy hid_multitouch processor_thermal_device snd_hwdep iTCO_wdt r8169 rapl i2c_algo_bit processor_thermal_wt_hint intel_pmc_bxt processor_thermal_rfim hid_generic ee1004 ttm iTCO_vendor_support realtek intel_cstate snd_pcm libarc4 processor_thermal_rapl spi_nor
Sep 10 12:12:03 luna kernel:  intel_rapl_msr i2c_i801 intel_rapl_common cfg80211 intel_uncore mtd psmouse snd_timer mdio_devres processor_thermal_wt_req drm_display_helper memconsole_coreboot framebuffer_coreboot cbmem snd processor_thermal_power_floor memconsole i2c_smbus libphy processor_thermal_mbox pcspkr intel_lpss_pci rfkill soundcore i2c_mux intel_lpss int340x_thermal_zone cec idma64 intel_pmc_core intel_soc_dts_iosf intel_pch_thermal intel_gtt i2c_hid_acpi intel_vsec i2c_hid video pmt_telemetry intel_hid pinctrl_cannonlake wmi pmt_class coreboot_table sparse_keymap mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 serio_raw sha256_ssse3 atkbd sha1_ssse3 aesni_intel libps2 nvme crypto_simd vivaldi_fmap nvme_core spi_intel_pci cryptd xhci_pci spi_intel nvme_auth i8042
Sep 10 12:12:03 luna kernel:  xhci_pci_renesas serio
Sep 10 12:12:03 luna kernel: CPU: 8 PID: 735 Comm: tlp-usb-udev Tainted: G      D            6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:12:03 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:12:03 luna kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
Sep 10 12:12:03 luna kernel: Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
Sep 10 12:12:03 luna kernel: RSP: 0000:ffffb3a480883be8 EFLAGS: 00000202
Sep 10 12:12:03 luna kernel: RAX: 0000000000100101 RBX: ffffffff9dcb68d4 RCX: 0000000000000000
Sep 10 12:12:03 luna kernel: RDX: ffff916e2e437600 RSI: 0000000000000101 RDI: ffffffff9dcb68d4
Sep 10 12:12:03 luna kernel: RBP: 0000000000240000 R08: ffffb3a480883c60 R09: ffff91630113c108
Sep 10 12:12:03 luna kernel: R10: 0000000000000001 R11: ffff91630113c10c R12: ffff916e2e437600
Sep 10 12:12:03 luna kernel: R13: 0000000000240000 R14: 0000000000000000 R15: 000000013c732000
Sep 10 12:12:03 luna kernel: FS:  00007fe03ef77b80(0000) GS:ffff916e2e400000(0000) knlGS:0000000000000000
Sep 10 12:12:03 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:12:03 luna kernel: CR2: 00007fe03f259080 CR3: 000000014cac2005 CR4: 00000000003706f0
Sep 10 12:12:03 luna kernel: Call Trace:
Sep 10 12:12:03 luna kernel:  <IRQ>
Sep 10 12:12:03 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:12:03 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:12:03 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:12:03 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:12:03 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:12:03 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:12:03 luna kernel:  </IRQ>
Sep 10 12:12:03 luna kernel:  <TASK>
Sep 10 12:12:03 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:12:03 luna kernel:  ? native_queued_spin_lock_slowpath+0x223/0x2e0
Sep 10 12:12:03 luna kernel:  queued_read_lock_slowpath+0x115/0x120
Sep 10 12:12:03 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:12:03 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:12:03 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:12:03 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:12:03 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:12:03 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:12:03 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:12:03 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:12:03 luna kernel:  do_fault+0x295/0x470
Sep 10 12:12:03 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:12:03 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:12:03 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:12:03 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:12:03 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:12:03 luna kernel: RIP: 0033:0x7fe03f25d7d7
Sep 10 12:12:03 luna kernel: Code: 0f 1f 00 f3 0f 1e fa 55 49 89 fa 49 89 f3 48 89 e5 41 55 4c 8d 2d b9 b8 ff ff 41 54 53 48 83 e4 f0 48 85 ff 0f 84 a3 00 00 00 <45> 8b 65 00 44 89 e3 83 e3 01 0f 85 d7 00 00 00 8b 05 97 b8 ff ff
Sep 10 12:12:03 luna kernel: RSP: 002b:00007ffe654fbec0 EFLAGS: 00010206
Sep 10 12:12:03 luna kernel: RAX: 00007ffe654fd9f9 RBX: 00005f5396968ff0 RCX: 000000000068732f
Sep 10 12:12:03 luna kernel: RDX: 000000000000002f RSI: 0000000000000000 RDI: 00005f5396968ff0
Sep 10 12:12:03 luna kernel: RBP: 00007ffe654fbee0 R08: 0000000000000020 R09: 0000000000000001
Sep 10 12:12:03 luna kernel: R10: 00005f5396968ff0 R11: 0000000000000000 R12: 00007ffe654fd9f9
Sep 10 12:12:03 luna kernel: R13: 00007fe03f259080 R14: 0000000000000000 R15: 00005f53969627d8
Sep 10 12:12:03 luna kernel:  </TASK>
Sep 10 12:12:03 luna kernel: watchdog: BUG: soft lockup - CPU#5 stuck for 26s! [(resolved):724]
Sep 10 12:12:03 luna kernel: CPU#5 Utilization every 4s during lockup:
Sep 10 12:12:03 luna kernel:         #1: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #2: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #3: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #4: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #5: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal(+) snd_soc_core intel_powerclamp ath9k snd_compress coretemp ath9k_common ac97_bus snd_pcm_dmaengine kvm_intel ath9k_hw snd_hda_intel joydev snd_intel_dspcfg mousedev snd_intel_sdw_acpi ath i915(+) kvm snd_hda_codec mac80211 snd_hda_core processor_thermal_device_pci_legacy drm_buddy hid_multitouch processor_thermal_device snd_hwdep iTCO_wdt r8169 rapl i2c_algo_bit processor_thermal_wt_hint intel_pmc_bxt processor_thermal_rfim hid_generic ee1004 ttm iTCO_vendor_support realtek intel_cstate snd_pcm libarc4 processor_thermal_rapl spi_nor
Sep 10 12:12:03 luna kernel:  intel_rapl_msr i2c_i801 intel_rapl_common cfg80211 intel_uncore mtd psmouse snd_timer mdio_devres processor_thermal_wt_req drm_display_helper memconsole_coreboot framebuffer_coreboot cbmem snd processor_thermal_power_floor memconsole i2c_smbus libphy processor_thermal_mbox pcspkr intel_lpss_pci rfkill soundcore i2c_mux intel_lpss int340x_thermal_zone cec idma64 intel_pmc_core intel_soc_dts_iosf intel_pch_thermal intel_gtt i2c_hid_acpi intel_vsec i2c_hid video pmt_telemetry intel_hid pinctrl_cannonlake wmi pmt_class coreboot_table sparse_keymap mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 serio_raw sha256_ssse3 atkbd sha1_ssse3 aesni_intel libps2 nvme crypto_simd vivaldi_fmap nvme_core spi_intel_pci cryptd xhci_pci spi_intel nvme_auth i8042
Sep 10 12:12:03 luna kernel:  xhci_pci_renesas serio
Sep 10 12:12:03 luna kernel: CPU: 5 PID: 724 Comm: (resolved) Tainted: G      D      L     6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:12:03 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:12:03 luna kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x70/0x2e0
Sep 10 12:12:03 luna kernel: Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 c1 a0 fb
Sep 10 12:12:03 luna kernel: RSP: 0000:ffffb3a481d2bbe8 EFLAGS: 00000202
Sep 10 12:12:03 luna kernel: RAX: 0000000000000001 RBX: ffffffff9dcb68d4 RCX: 0000000000000000
Sep 10 12:12:03 luna kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffff9dcb68d4
Sep 10 12:12:03 luna kernel: RBP: ffffffff9dcb68d4 R08: ffffb3a481d2bc60 R09: ffff91630180e308
Sep 10 12:12:03 luna kernel: R10: 0000000000000001 R11: ffff91630180e30c R12: 0000000081000200
Sep 10 12:12:03 luna kernel: R13: ffffb3a481d2bc60 R14: 0000000000000000 R15: 000000013c732000
Sep 10 12:12:03 luna kernel: FS:  000075596844d880(0000) GS:ffff916e2e280000(0000) knlGS:0000000000000000
Sep 10 12:12:03 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:12:03 luna kernel: CR2: 00007559685b1080 CR3: 000000010599c002 CR4: 00000000003706f0
Sep 10 12:12:03 luna kernel: Call Trace:
Sep 10 12:12:03 luna kernel:  <IRQ>
Sep 10 12:12:03 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:12:03 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:12:03 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:12:03 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:12:03 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:12:03 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:12:03 luna kernel:  </IRQ>
Sep 10 12:12:03 luna kernel:  <TASK>
Sep 10 12:12:03 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:12:03 luna kernel:  ? native_queued_spin_lock_slowpath+0x70/0x2e0
Sep 10 12:12:03 luna kernel:  queued_read_lock_slowpath+0x115/0x120
Sep 10 12:12:03 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:12:03 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:12:03 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:12:03 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:12:03 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:12:03 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:12:03 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:12:03 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:12:03 luna kernel:  do_fault+0x295/0x470
Sep 10 12:12:03 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:12:03 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:12:03 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:12:03 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:12:03 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:12:03 luna kernel: RIP: 0033:0x7559685b5b0d
Sep 10 12:12:03 luna kernel: Code: 83 ec 10 83 fb 0f 0f 87 c0 00 00 00 b8 01 00 00 00 89 d9 4c 8d 1d 83 b5 ff ff d3 e0 89 c2 81 e2 83 08 00 00 0f 84 ca 00 00 00 <45> 8b 23 45 89 e2 41 83 e2 01 0f 85 a5 00 00 00 41 8b 43 04 83 f8
Sep 10 12:12:03 luna kernel: RSP: 002b:00007ffd5782dc10 EFLAGS: 00010202
Sep 10 12:12:03 luna kernel: RAX: 0000000000000002 RBX: 0000000000000001 RCX: 0000000000000001
Sep 10 12:12:03 luna kernel: RDX: 0000000000000002 RSI: 00007ffd5782dc50 RDI: 0000000000000001
Sep 10 12:12:03 luna kernel: RBP: 00007ffd5782dc30 R08: 00005d465cddc010 R09: 0000000000000007
Sep 10 12:12:03 luna kernel: R10: 000000000000008e R11: 00007559685b1080 R12: 00005d465cde0d40
Sep 10 12:12:03 luna kernel: R13: 00005d465cde0f00 R14: 00007ffd5782dcb8 R15: 000075596808bf00
Sep 10 12:12:03 luna kernel:  </TASK>
Sep 10 12:12:03 luna kernel: watchdog: BUG: soft lockup - CPU#11 stuck for 26s! [chgrp:718]
Sep 10 12:12:03 luna kernel: CPU#11 Utilization every 4s during lockup:
Sep 10 12:12:03 luna kernel:         #1: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #2: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #3: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #4: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:03 luna kernel:         #5: 100% system,          0% softirq,          1% hardirq,          0% idle
Sep 10 12:12:03 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal(+) snd_soc_core intel_powerclamp ath9k snd_compress coretemp ath9k_common ac97_bus snd_pcm_dmaengine kvm_intel ath9k_hw snd_hda_intel joydev snd_intel_dspcfg mousedev snd_intel_sdw_acpi ath i915(+) kvm snd_hda_codec mac80211 snd_hda_core processor_thermal_device_pci_legacy drm_buddy hid_multitouch processor_thermal_device snd_hwdep iTCO_wdt r8169 rapl i2c_algo_bit processor_thermal_wt_hint intel_pmc_bxt processor_thermal_rfim hid_generic ee1004 ttm iTCO_vendor_support realtek intel_cstate snd_pcm libarc4 processor_thermal_rapl spi_nor
Sep 10 12:12:03 luna kernel:  intel_rapl_msr i2c_i801 intel_rapl_common cfg80211 intel_uncore mtd psmouse snd_timer mdio_devres processor_thermal_wt_req drm_display_helper memconsole_coreboot framebuffer_coreboot cbmem snd processor_thermal_power_floor memconsole i2c_smbus libphy processor_thermal_mbox pcspkr intel_lpss_pci rfkill soundcore i2c_mux intel_lpss int340x_thermal_zone cec idma64 intel_pmc_core intel_soc_dts_iosf intel_pch_thermal intel_gtt i2c_hid_acpi intel_vsec i2c_hid video pmt_telemetry intel_hid pinctrl_cannonlake wmi pmt_class coreboot_table sparse_keymap mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 serio_raw sha256_ssse3 atkbd sha1_ssse3 aesni_intel libps2 nvme crypto_simd vivaldi_fmap nvme_core spi_intel_pci cryptd xhci_pci spi_intel nvme_auth i8042
Sep 10 12:12:03 luna kernel:  xhci_pci_renesas serio
Sep 10 12:12:03 luna kernel: CPU: 11 PID: 718 Comm: chgrp Tainted: G      D      L     6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:12:03 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:12:03 luna kernel: RIP: 0010:queued_read_lock_slowpath+0x4c/0x120
Sep 10 12:12:03 luna kernel: Code: 02 00 00 66 90 48 8d 6b 04 31 c0 ba 01 00 00 00 f0 0f b1 53 04 0f 85 ce 00 00 00 f0 81 03 00 02 00 00 8b 03 84 c0 74 08 f3 90 <8b> 03 84 c0 75 f8 48 89 ef c6 07 00 0f 1f 00 66 90 5b 5d c3 cc cc
Sep 10 12:12:03 luna kernel: RSP: 0000:ffffb3a481e7bc10 EFLAGS: 00000286
Sep 10 12:12:03 luna kernel: RAX: 00000000000002ff RBX: ffffffff9dcb68d0 RCX: 0000000000000000
Sep 10 12:12:03 luna kernel: RDX: 0000000000000001 RSI: 000000013c732fff RDI: ffffffff9dcb68d0
Sep 10 12:12:03 luna kernel: RBP: ffffffff9dcb68d4 R08: ffffb3a481e7bc60 R09: ffff916304369108
Sep 10 12:12:03 luna kernel: R10: 0000000000000001 R11: ffff91630436910c R12: 0000000081000200
Sep 10 12:12:03 luna kernel: R13: ffffb3a481e7bc60 R14: 0000000000000000 R15: 000000013c732000
Sep 10 12:12:03 luna kernel: FS:  00007f9726d41740(0000) GS:ffff916e2e580000(0000) knlGS:0000000000000000
Sep 10 12:12:03 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:12:03 luna kernel: CR2: 00007f9726f5f080 CR3: 0000000106380006 CR4: 00000000003706f0
Sep 10 12:12:03 luna kernel: Call Trace:
Sep 10 12:12:03 luna kernel:  <IRQ>
Sep 10 12:12:03 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:12:03 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:12:03 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:12:03 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:12:03 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:12:03 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:12:03 luna kernel:  </IRQ>
Sep 10 12:12:03 luna kernel:  <TASK>
Sep 10 12:12:03 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:12:03 luna kernel:  ? queued_read_lock_slowpath+0x4c/0x120
Sep 10 12:12:03 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:12:03 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:12:03 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:12:03 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:12:03 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:12:03 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:12:03 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:12:03 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:12:03 luna kernel:  do_fault+0x295/0x470
Sep 10 12:12:03 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:12:03 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:12:03 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:12:03 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:12:03 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:12:03 luna kernel: RIP: 0033:0x7f9726f63b0d
Sep 10 12:12:03 luna kernel: Code: 83 ec 10 83 fb 0f 0f 87 c0 00 00 00 b8 01 00 00 00 89 d9 4c 8d 1d 83 b5 ff ff d3 e0 89 c2 81 e2 83 08 00 00 0f 84 ca 00 00 00 <45> 8b 23 45 89 e2 41 83 e2 01 0f 85 a5 00 00 00 41 8b 43 04 83 f8
Sep 10 12:12:03 luna kernel: RSP: 002b:00007ffd71110270 EFLAGS: 00010202
Sep 10 12:12:03 luna kernel: RAX: 0000000000000002 RBX: 0000000000000001 RCX: 0000000000000001
Sep 10 12:12:03 luna kernel: RDX: 0000000000000002 RSI: 00007ffd711102b0 RDI: 0000000000000001
Sep 10 12:12:03 luna kernel: RBP: 00007ffd71110290 R08: 0000588b9b11f010 R09: 0000000000000007
Sep 10 12:12:03 luna kernel: R10: 0000000000000079 R11: 00007f9726f5f080 R12: 0000588b9b123c00
Sep 10 12:12:03 luna kernel: R13: 0000588b9b12be00 R14: 00007ffd71110318 R15: 00007f9726d13f00
Sep 10 12:12:03 luna kernel:  </TASK>
Sep 10 12:12:07 luna kernel: watchdog: BUG: soft lockup - CPU#3 stuck for 23s! [tlp-usb-udev:749]
Sep 10 12:12:07 luna kernel: CPU#3 Utilization every 4s during lockup:
Sep 10 12:12:07 luna kernel:         #1: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:07 luna kernel:         #2: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:07 luna kernel:         #3: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:07 luna kernel:         #4: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:07 luna kernel:         #5: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:12:07 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi x86_pkg_temp_thermal(+) snd_soc_core intel_powerclamp ath9k snd_compress coretemp ath9k_common ac97_bus snd_pcm_dmaengine kvm_intel ath9k_hw snd_hda_intel joydev snd_intel_dspcfg mousedev snd_intel_sdw_acpi ath i915(+) kvm snd_hda_codec mac80211 snd_hda_core processor_thermal_device_pci_legacy drm_buddy hid_multitouch processor_thermal_device snd_hwdep iTCO_wdt r8169 rapl i2c_algo_bit processor_thermal_wt_hint intel_pmc_bxt processor_thermal_rfim hid_generic ee1004 ttm iTCO_vendor_support realtek intel_cstate snd_pcm libarc4 processor_thermal_rapl spi_nor
Sep 10 12:12:07 luna kernel:  intel_rapl_msr i2c_i801 intel_rapl_common cfg80211 intel_uncore mtd psmouse snd_timer mdio_devres processor_thermal_wt_req drm_display_helper memconsole_coreboot framebuffer_coreboot cbmem snd processor_thermal_power_floor memconsole i2c_smbus libphy processor_thermal_mbox pcspkr intel_lpss_pci rfkill soundcore i2c_mux intel_lpss int340x_thermal_zone cec idma64 intel_pmc_core intel_soc_dts_iosf intel_pch_thermal intel_gtt i2c_hid_acpi intel_vsec i2c_hid video pmt_telemetry intel_hid pinctrl_cannonlake wmi pmt_class coreboot_table sparse_keymap mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 uas usb_storage dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 serio_raw sha256_ssse3 atkbd sha1_ssse3 aesni_intel libps2 nvme crypto_simd vivaldi_fmap nvme_core spi_intel_pci cryptd xhci_pci spi_intel nvme_auth i8042
Sep 10 12:12:07 luna kernel:  xhci_pci_renesas serio
Sep 10 12:12:07 luna kernel: CPU: 3 PID: 749 Comm: tlp-usb-udev Tainted: G      D      L     6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:12:07 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:12:07 luna kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x2a3/0x2e0
Sep 10 12:12:07 luna kernel: Code: c1 e9 12 83 e0 03 83 e9 01 48 c1 e0 05 48 63 c9 48 05 00 76 03 00 48 03 04 cd 20 03 b3 9c 48 89 10 8b 42 08 85 c0 75 09 f3 90 <8b> 42 08 85 c0 74 f7 48 8b 0a 48 85 c9 0f 84 6d ff ff ff 0f 0d 09
Sep 10 12:12:07 luna kernel: RSP: 0000:ffffb3a480857be8 EFLAGS: 00000246
Sep 10 12:12:07 luna kernel: RAX: 0000000000000000 RBX: ffffffff9dcb68d4 RCX: 0000000000000008
Sep 10 12:12:07 luna kernel: RDX: ffff916e2e1b7600 RSI: 0000000000240101 RDI: ffffffff9dcb68d4
Sep 10 12:12:07 luna kernel: RBP: 0000000000100000 R08: ffffb3a480857c60 R09: ffff91630128f508
Sep 10 12:12:07 luna kernel: R10: 0000000000000001 R11: ffff91630128f50c R12: ffff916e2e1b7600
Sep 10 12:12:07 luna kernel: R13: 0000000000100000 R14: 0000000000000000 R15: 000000013c732000
Sep 10 12:12:07 luna kernel: FS:  00007f1116348b80(0000) GS:ffff916e2e180000(0000) knlGS:0000000000000000
Sep 10 12:12:07 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:12:07 luna kernel: CR2: 00007f111662a080 CR3: 00000001016ac001 CR4: 00000000003706f0
Sep 10 12:12:07 luna kernel: Call Trace:
Sep 10 12:12:07 luna kernel:  <IRQ>
Sep 10 12:12:07 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:12:07 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:12:07 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:12:07 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:12:07 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:12:07 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:12:07 luna kernel:  </IRQ>
Sep 10 12:12:07 luna kernel:  <TASK>
Sep 10 12:12:07 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:12:07 luna kernel:  ? native_queued_spin_lock_slowpath+0x2a3/0x2e0
Sep 10 12:12:07 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:12:07 luna kernel:  queued_read_lock_slowpath+0x115/0x120
Sep 10 12:12:07 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:12:07 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:12:07 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:12:07 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:12:07 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:12:07 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:12:07 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:12:07 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:12:07 luna kernel:  do_fault+0x295/0x470
Sep 10 12:12:07 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:12:07 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:12:07 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:12:07 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:12:07 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:12:07 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:12:07 luna kernel: RIP: 0033:0x7f111662e7d7
Sep 10 12:12:07 luna kernel: Code: 0f 1f 00 f3 0f 1e fa 55 49 89 fa 49 89 f3 48 89 e5 41 55 4c 8d 2d b9 b8 ff ff 41 54 53 48 83 e4 f0 48 85 ff 0f 84 a3 00 00 00 <45> 8b 65 00 44 89 e3 83 e3 01 0f 85 d7 00 00 00 8b 05 97 b8 ff ff
Sep 10 12:12:07 luna kernel: RSP: 002b:00007ffd309224f0 EFLAGS: 00010206
Sep 10 12:12:07 luna kernel: RAX: 00007ffd30922c3a RBX: 00005f7807f64ff0 RCX: 000000000068732f
Sep 10 12:12:07 luna kernel: RDX: 000000000000002f RSI: 0000000000000000 RDI: 00005f7807f64ff0
Sep 10 12:12:07 luna kernel: RBP: 00007ffd30922510 R08: 0000000000000020 R09: 0000000000000001
Sep 10 12:12:07 luna kernel: R10: 00005f7807f64ff0 R11: 0000000000000000 R12: 00007ffd30922c3a
Sep 10 12:12:07 luna kernel: R13: 00007f111662a080 R14: 0000000000000000 R15: 00005f7807f5e7d8
Sep 10 12:12:07 luna kernel:  </TASK>
Sep 10 12:09:14 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:09:14 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:09:14 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:09:14 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:09:14 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:09:14 luna kernel: APIC: Static calls initialized
Sep 10 12:09:14 luna kernel: SMBIOS 3.0 present.
Sep 10 12:09:14 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:09:14 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:09:14 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:09:14 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:09:14 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:09:14 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:09:14 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:09:14 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:09:14 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:09:14 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:09:14 luna kernel: Using GB pages for direct mapping
Sep 10 12:09:14 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:09:14 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:09:14 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:09:14 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:09:14 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:09:14 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:09:14 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:09:14 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:09:14 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:09:14 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:09:14 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:09:14 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:09:14 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:09:14 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:09:14 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:09:14 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:09:14 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:09:14 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:09:14 luna kernel: No NUMA configuration found
Sep 10 12:09:14 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:09:14 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:09:14 luna kernel: Zone ranges:
Sep 10 12:09:14 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:09:14 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:09:14 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:09:14 luna kernel:   Device   empty
Sep 10 12:09:14 luna kernel: Movable zone start for each node
Sep 10 12:09:14 luna kernel: Early memory node ranges
Sep 10 12:09:14 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:09:14 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:09:14 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:09:14 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:09:14 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:09:14 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:09:14 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:09:14 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:09:14 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:09:14 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:09:14 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:09:14 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:09:14 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:09:14 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:09:14 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:09:14 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:09:14 luna kernel: TSC deadline timer available
Sep 10 12:09:14 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:09:14 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:09:14 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:09:14 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:09:14 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:09:14 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:09:14 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:09:14 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:09:14 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:09:14 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:09:14 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:09:14 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:09:14 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:09:14 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:09:14 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:09:14 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:09:14 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:09:14 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:09:14 luna kernel: random: crng init done
Sep 10 12:09:14 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:09:14 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:09:14 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:09:14 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:09:14 luna kernel: Policy zone: Normal
Sep 10 12:09:14 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:09:14 luna kernel: software IO TLB: area num 16.
Sep 10 12:09:14 luna kernel: Memory: 49172528K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030548K reserved, 0K cma-reserved)
Sep 10 12:09:14 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:09:14 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:09:14 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:09:14 luna kernel: Dynamic Preempt: full
Sep 10 12:09:14 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:09:14 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:09:14 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:09:14 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:09:14 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:09:14 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:09:14 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:09:14 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:09:14 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:09:14 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:09:14 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:09:14 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:09:14 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:09:14 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:09:14 luna kernel: Console: colour dummy device 80x25
Sep 10 12:09:14 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:09:14 luna kernel: ACPI: Core revision 20240322
Sep 10 12:09:14 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:09:14 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:09:14 luna kernel: DMAR: Host address width 39
Sep 10 12:09:14 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:09:14 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:09:14 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:09:14 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:09:14 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:09:14 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:09:14 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:09:14 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:09:14 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:09:14 luna kernel: x2apic enabled
Sep 10 12:09:14 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:09:14 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:09:14 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:09:14 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:09:14 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:09:14 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:09:14 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:09:14 luna kernel: process: using mwait in idle threads
Sep 10 12:09:14 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:09:14 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:09:14 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:09:14 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:09:14 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:09:14 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:09:14 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:09:14 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:09:14 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:09:14 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:09:14 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:09:14 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:09:14 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:09:14 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:09:14 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:09:14 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:09:14 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:09:14 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:09:14 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:09:14 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:09:14 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:09:14 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:09:14 luna kernel: landlock: Up and running.
Sep 10 12:09:14 luna kernel: Yama: becoming mindful.
Sep 10 12:09:14 luna kernel: LSM support for eBPF active
Sep 10 12:09:14 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:09:14 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:09:14 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:09:14 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:09:14 luna kernel: ... version:                4
Sep 10 12:09:14 luna kernel: ... bit width:              48
Sep 10 12:09:14 luna kernel: ... generic registers:      4
Sep 10 12:09:14 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:09:14 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:09:14 luna kernel: ... fixed-purpose events:   3
Sep 10 12:09:14 luna kernel: ... event mask:             000000070000000f
Sep 10 12:09:14 luna kernel: signal: max sigframe size: 2032
Sep 10 12:09:14 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:09:14 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:09:14 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:09:14 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:09:14 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:09:14 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:09:14 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:09:14 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:09:14 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:09:14 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:09:14 luna kernel: devtmpfs: initialized
Sep 10 12:09:14 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:09:14 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:09:14 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:09:14 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:09:14 luna kernel: PM: RTC time: 19:08:53, date: 2024-09-10
Sep 10 12:09:14 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:09:14 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:09:14 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:09:14 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:09:14 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:09:14 luna kernel: audit: type=2000 audit(1725995333.013:1): state=initialized audit_enabled=0 res=1
Sep 10 12:09:14 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:09:14 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:09:14 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:09:14 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:09:14 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:09:14 luna kernel: cpuidle: using governor ladder
Sep 10 12:09:14 luna kernel: cpuidle: using governor menu
Sep 10 12:09:14 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:09:14 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:09:14 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:09:14 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:09:14 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:09:14 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:09:14 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:09:14 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:09:14 luna kernel: Demotion targets for Node 0: null
Sep 10 12:09:14 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:09:14 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:09:14 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:09:14 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:09:14 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:09:14 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:09:14 luna kernel: ACPI: EC: EC started
Sep 10 12:09:14 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:09:14 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:09:14 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:09:14 luna kernel: ACPI: Interpreter enabled
Sep 10 12:09:14 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:09:14 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:09:14 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:09:14 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:09:14 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:09:14 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:09:14 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:09:14 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:09:14 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:09:14 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:09:14 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:09:14 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:09:14 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:09:14 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:09:14 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:09:14 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:09:14 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:09:14 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:09:14 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:09:14 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:09:14 luna kernel: ACPI: EC: event unblocked
Sep 10 12:09:14 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:09:14 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:09:14 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:09:14 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:09:14 luna kernel: iommu: Default domain type: Translated
Sep 10 12:09:14 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:09:14 luna kernel: SCSI subsystem initialized
Sep 10 12:09:14 luna kernel: libata version 3.00 loaded.
Sep 10 12:09:14 luna kernel: ACPI: bus type USB registered
Sep 10 12:09:14 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:09:14 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:09:14 luna kernel: usbcore: registered new device driver usb
Sep 10 12:09:14 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:09:14 luna kernel: NetLabel: Initializing
Sep 10 12:09:14 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:09:14 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:09:14 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:09:14 luna kernel: mctp: management component transport protocol core
Sep 10 12:09:14 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:09:14 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:09:14 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:09:14 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:09:14 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:09:14 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:09:14 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:09:14 luna kernel: vgaarb: loaded
Sep 10 12:09:14 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:09:14 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:09:14 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:09:14 luna kernel: pnp: PnP ACPI init
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:09:14 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:09:14 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:09:14 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:09:14 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:09:14 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:09:14 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:09:14 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:09:14 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:09:14 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:09:14 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:09:14 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:09:14 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:09:14 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:09:14 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:09:14 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:09:14 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:09:14 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:09:14 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:09:14 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:09:14 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:09:14 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:09:14 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:09:14 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:09:14 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:09:14 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:09:14 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:09:14 luna kernel: Initialise system trusted keyrings
Sep 10 12:09:14 luna kernel: Key type blacklist registered
Sep 10 12:09:14 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:09:14 luna kernel: zbud: loaded
Sep 10 12:09:14 luna kernel: fuse: init (API version 7.40)
Sep 10 12:09:14 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:09:14 luna kernel: integrity: Machine keyring initialized
Sep 10 12:09:14 luna kernel: Key type asymmetric registered
Sep 10 12:09:14 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:09:14 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:09:14 luna kernel: io scheduler mq-deadline registered
Sep 10 12:09:14 luna kernel: io scheduler kyber registered
Sep 10 12:09:14 luna kernel: io scheduler bfq registered
Sep 10 12:09:14 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:09:14 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:09:14 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:09:14 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:09:14 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:09:14 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:09:14 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:09:14 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:09:14 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:09:14 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:09:14 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:09:14 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:09:14 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:09:14 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:09:14 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:09:14 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:09:14 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:09:14 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:09:14 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:09:14 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:09:14 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:09:14 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:09:14 luna kernel: Linux agpgart interface v0.103
Sep 10 12:09:14 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:09:14 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:09:14 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:09:14 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:09:14 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:09:14 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:09:14 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:08:53 UTC (1725995333)
Sep 10 12:09:14 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:09:14 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:09:14 luna kernel: intel_pstate: HWP enabled
Sep 10 12:09:14 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:09:14 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:09:14 luna kernel: fbcon: Deferring console take-over
Sep 10 12:09:14 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:09:14 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:09:14 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:09:14 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:09:14 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:09:14 luna kernel: Segment Routing with IPv6
Sep 10 12:09:14 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:09:14 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:09:14 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:09:14 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:09:14 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:09:14 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:09:14 luna kernel: sched_clock: Marking stable (690743239, 9124599)->(725089853, -25222015)
Sep 10 12:09:14 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:09:14 luna kernel: registered taskstats version 1
Sep 10 12:09:14 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:09:14 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:09:14 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:09:14 luna kernel: Demotion targets for Node 0: null
Sep 10 12:09:14 luna kernel: Key type .fscrypt registered
Sep 10 12:09:14 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:09:14 luna kernel: PM:   Magic number: 8:849:141
Sep 10 12:09:14 luna kernel: acpi device:12: hash matches
Sep 10 12:09:14 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:09:14 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:09:14 luna kernel: clk: Disabling unused clocks
Sep 10 12:09:14 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:09:14 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:09:14 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:09:14 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:09:14 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:09:14 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:09:14 luna kernel: rodata_test: all tests were successful
Sep 10 12:09:14 luna kernel: Run /init as init process
Sep 10 12:09:14 luna kernel:   with arguments:
Sep 10 12:09:14 luna kernel:     /init
Sep 10 12:09:14 luna kernel:   with environment:
Sep 10 12:09:14 luna kernel:     HOME=/
Sep 10 12:09:14 luna kernel:     TERM=linux
Sep 10 12:09:14 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:09:14 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:09:14 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:09:14 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:09:14 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:09:14 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:09:14 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:09:14 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:09:14 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:09:14 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:09:14 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:09:14 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:09:14 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:09:14 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:09:14 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:09:14 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:09:14 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:09:14 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:09:14 luna kernel: usb: port power management may be unreliable
Sep 10 12:09:14 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:09:14 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:09:14 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:09:14 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:09:14 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:09:14 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:09:14 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:09:14 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:09:14 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:09:14 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:09:14 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:09:14 luna kernel: fbcon: Taking over console
Sep 10 12:09:14 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:09:14 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:09:14 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:09:14 luna kernel: Key type trusted registered
Sep 10 12:09:14 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:09:14 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:09:14 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:09:14 luna kernel: Key type encrypted registered
Sep 10 12:09:14 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:09:14 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:09:14 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:09:14 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:09:14 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:09:14 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:09:14 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:09:14 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:09:14 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:09:14 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:09:14 luna kernel: tsc: Refined TSC clocksource calibration: 1608.003 MHz
Sep 10 12:09:14 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dacfb38b, max_idle_ns: 440795204692 ns
Sep 10 12:09:14 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:09:14 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:09:14 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:09:14 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:09:14 luna kernel: PM: Image not found (code -22)
Sep 10 12:09:14 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:09:14 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:09:14 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:09:14 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:09:14 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:09:14 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:09:14 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:09:14 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:09:14 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:09:14 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:09:14 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:09:14 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:09:14 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:09:14 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:09:14 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:09:14 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:09:14 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:09:14 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:09:14 luna systemd[1]: Reached target Slice Units.
Sep 10 12:09:14 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:09:14 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:09:14 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:09:14 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:09:14 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:09:14 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:09:14 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:09:14 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:14 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:14 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:09:14 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:09:14 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:09:14 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:09:14 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:09:14 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:09:14 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:09:14 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:09:14 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:09:14 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:09:14 luna systemd[1]: Starting Journal Service...
Sep 10 12:09:14 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:09:14 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:14 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:09:14 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:14 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:09:14 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:09:14 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:09:14 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:09:14 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:09:14 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:09:14 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:09:14 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:09:14 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:09:14 luna kernel: loop: module loaded
Sep 10 12:09:14 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:09:14 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:09:14 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:09:14 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:09:14 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:09:14 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:09:14 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:09:14 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:09:14 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:09:14 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:09:14 luna systemd-journald[588]: Collecting audit messages is disabled.
Sep 10 12:09:14 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:09:14 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:09:14 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:09:14 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:09:14 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:09:14 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:09:14 luna systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 10 12:09:14 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:09:14 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:14 luna systemd-journald[588]: Journal started
Sep 10 12:09:14 luna systemd-journald[588]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:09:14 luna systemd-modules-load[589]: Failed to find module 'acpi_call'
Sep 10 12:09:14 luna systemd-modules-load[589]: Inserted module 'crypto_user'
Sep 10 12:09:14 luna systemd-modules-load[589]: Inserted module 'pkcs8_key_parser'
Sep 10 12:09:14 luna lvm[582]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:09:14 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:09:14 luna systemd[1]: Started Journal Service.
Sep 10 12:09:14 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:09:14 luna systemd[1]: Starting Create System Users...
Sep 10 12:09:14 luna systemd-journald[588]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 19.741ms for 681 entries.
Sep 10 12:09:14 luna systemd-journald[588]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 624.4M, max 4G, 3.3G free.
Sep 10 12:09:14 luna systemd-journald[588]: Received client request to flush runtime journal.
Sep 10 12:09:14 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:09:14 luna systemd[1]: Finished Create System Users.
Sep 10 12:09:14 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:09:14 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:09:14 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:09:14 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:09:14 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:09:14 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:09:14 luna systemd-udevd[629]: Using default interface naming scheme 'v255'.
Sep 10 12:09:14 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:09:14 luna lvm[651]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:09:14 luna lvm[651]: VG vg0 finished
Sep 10 12:09:14 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:09:14 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:09:14 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:09:14 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:09:14 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:09:14 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:09:14 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:09:14 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:09:14 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:09:14 luna kernel: CPU: 10 PID: 643 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:09:14 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:09:14 luna kernel: Call Trace:
Sep 10 12:09:14 luna kernel:  <TASK>
Sep 10 12:09:14 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:09:14 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:09:14 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:09:14 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:09:14 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:09:14 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:09:14 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:09:14 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:09:14 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:09:14 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:09:14 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:09:14 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:09:14 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:09:14 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:09:14 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:09:14 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:09:14 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:09:14 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:09:14 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:09:14 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:09:14 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:09:14 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:09:14 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:09:14 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:09:14 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:09:14 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:09:14 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:09:14 luna kernel:  ? do_filp_open+0xc4/0x170
Sep 10 12:09:14 luna kernel:  ? do_sys_openat2+0x9c/0xe0
Sep 10 12:09:14 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:09:14 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:09:14 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:09:14 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:09:14 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:09:14 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:09:14 luna kernel: RIP: 0033:0x721a4bf261fd
Sep 10 12:09:14 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:09:14 luna kernel: RSP: 002b:00007ffd441a9bf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:09:14 luna kernel: RAX: ffffffffffffffda RBX: 00005720a7b67e90 RCX: 0000721a4bf261fd
Sep 10 12:09:14 luna kernel: RDX: 0000000000000004 RSI: 0000721a4b7cd05d RDI: 000000000000001d
Sep 10 12:09:14 luna kernel: RBP: 00007ffd441a9cb0 R08: 0000000000000001 R09: 00007ffd441a9c40
Sep 10 12:09:14 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 0000721a4b7cd05d
Sep 10 12:09:14 luna kernel: R13: 0000000000020000 R14: 00005720a7b70450 R15: 00005720a7b699c0
Sep 10 12:09:14 luna kernel:  </TASK>
Sep 10 12:09:14 luna kernel: coreboot: could not register framebuffer
Sep 10 12:09:14 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:09:14 luna systemd-fsck[688]: /dev/mapper/vg0-home: clean, 625704/46137344 files, 21077291/184544256 blocks
Sep 10 12:09:14 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:09:14 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:09:14 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:09:14 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:09:14 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:09:14 luna kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Sep 10 12:09:14 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:09:14 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:09:14 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:09:14 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:09:14 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:09:14 luna systemd[1]: Reached target Swaps.
Sep 10 12:09:14 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:09:14 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:09:14 luna systemd-fsck[734]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:09:14 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:09:14 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:09:14 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:09:14 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:09:14 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:09:14 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:09:14 luna kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:09:14 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:09:14 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:09:14 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:09:14 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:09:14 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:09:14 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:09:14 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:09:14 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:09:14 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:09:14 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:09:14 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:09:14 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:09:14 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:09:14 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:09:14 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:09:14 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:09:14 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:09:14 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:09:15 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:09:15 luna systemd[1]: Mounting /boot...
Sep 10 12:09:15 luna systemd[1]: Mounting /home...
Sep 10 12:09:15 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:09:15 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:09:15 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:09:15 luna systemd[1]: Mounted /boot.
Sep 10 12:09:15 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:09:15 luna systemd[1]: Mounted /home.
Sep 10 12:09:15 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:09:15 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:09:15 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:09:15 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:09:15 luna systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 10 12:09:15 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:09:15 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:09:15 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:09:15 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:09:15 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:09:15 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:09:15 luna systemd[1]: Starting Rebuild Journal Catalog...
Sep 10 12:09:15 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:09:15 luna systemd[1]: Starting Network Name Resolution...
Sep 10 12:09:15 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 12:09:15 luna systemd[1]: Finished Rebuild Journal Catalog.
Sep 10 12:09:15 luna systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 10 12:09:15 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:09:15 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:09:15 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:09:15 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:09:15 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:09:15 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:09:15 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:09:15 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x000000005783267d, irq=18
Sep 10 12:09:15 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:09:15 luna kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 10 12:09:15 luna systemd-resolved[821]: Positive Trust Anchors:
Sep 10 12:09:15 luna systemd-resolved[821]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 10 12:09:15 luna systemd-resolved[821]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 10 12:09:15 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:09:15 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:09:15 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:09:15 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:09:15 luna systemd-resolved[821]: Using system hostname 'luna'.
Sep 10 12:09:15 luna systemd[1]: Started Network Name Resolution.
Sep 10 12:09:15 luna systemd[1]: Reached target Host and Network Name Lookups.
Sep 10 12:09:15 luna systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 10 12:09:15 luna systemd[1]: Starting Update is Completed...
Sep 10 12:09:15 luna kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 10 12:09:15 luna kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Sep 10 12:09:15 luna systemd[1]: Finished Update is Completed.
Sep 10 12:09:15 luna systemd[1]: Reached target System Initialization.
Sep 10 12:09:15 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:09:15 luna systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 10 12:09:15 luna systemd[1]: Started Daily man-db regeneration.
Sep 10 12:09:15 luna systemd[1]: Started Discard unused packages weekly.
Sep 10 12:09:15 luna systemd[1]: Started Daily verification of password and group files.
Sep 10 12:09:15 luna systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 12:09:15 luna systemd[1]: Reached target Path Units.
Sep 10 12:09:15 luna systemd[1]: Reached target Timer Units.
Sep 10 12:09:15 luna systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 10 12:09:15 luna systemd[1]: Listening on CUPS Scheduler.
Sep 10 12:09:15 luna systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 10 12:09:15 luna systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 10 12:09:15 luna systemd[1]: Listening on Hostname Service Socket.
Sep 10 12:09:15 luna systemd[1]: Reached target Socket Units.
Sep 10 12:09:15 luna systemd[1]: Starting D-Bus System Message Bus...
Sep 10 12:09:15 luna systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:15 luna dbus-broker-launch[839]: Looking up NSS user entry for 'gnome-remote-desktop'...
Sep 10 12:09:15 luna dbus-broker-launch[839]: NSS returned no entry for 'gnome-remote-desktop'
Sep 10 12:09:15 luna dbus-broker-launch[839]: Invalid user-name in /usr/share/dbus-1/system.d/gdm.conf +29: user="gnome-remote-desktop"
Sep 10 12:09:15 luna dbus-broker-launch[839]: Looking up NSS user entry for 'pulse'...
Sep 10 12:09:15 luna dbus-broker-launch[839]: NSS returned no entry for 'pulse'
Sep 10 12:09:15 luna dbus-broker-launch[839]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Sep 10 12:09:15 luna systemd[1]: Started D-Bus System Message Bus.
Sep 10 12:09:15 luna systemd[1]: Reached target Basic System.
Sep 10 12:09:15 luna systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 10 12:09:15 luna systemd[1]: Starting NTP client/server...
Sep 10 12:09:15 luna systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 10 12:09:15 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:09:15 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:09:15 luna systemd[1]: Starting Wireless service...
Sep 10 12:09:15 luna systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 10 12:09:15 luna systemd[1]: Starting User Login Management...
Sep 10 12:09:15 luna systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:09:15 luna ifplugd(eno0)[851]: ifplugd 0.28 initializing.
Sep 10 12:09:15 luna avahi-daemon[842]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
Sep 10 12:09:15 luna avahi-daemon[842]: Successfully dropped root privileges.
Sep 10 12:09:15 luna avahi-daemon[842]: avahi-daemon 0.8 starting up.
Sep 10 12:09:15 luna ifplugd(enp0s20f0u5c2)[855]: ifplugd 0.28 initializing.
Sep 10 12:09:15 luna dhcpcd[844]: dhcpcd-10.0.10 starting
Sep 10 12:09:15 luna dhcpcd[857]: dev: loaded udev
Sep 10 12:09:15 luna dhcpcd[857]: DUID 00:01:00:01:29:d7:69:50:00:23:81:38:93:c8
Sep 10 12:09:15 luna dbus-broker-launch[839]: Ready
Sep 10 12:09:15 luna avahi-daemon[842]: Successfully called chroot().
Sep 10 12:09:15 luna avahi-daemon[842]: Successfully dropped remaining capabilities.
Sep 10 12:09:15 luna systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 10 12:09:15 luna avahi-daemon[842]: No service file found in /etc/avahi/services.
Sep 10 12:09:15 luna kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 10 12:09:15 luna (chronyd)[843]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Sep 10 12:09:15 luna kernel: NET: Registered PF_ALG protocol family
Sep 10 12:09:15 luna chronyd[896]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Sep 10 12:09:15 luna chronyd[896]: Frequency 1.581 +/- 0.320 ppm read from /var/lib/chrony/drift
Sep 10 12:09:15 luna chronyd[896]: Using right/UTC timezone to obtain leap second data
Sep 10 12:09:15 luna systemd[1]: Started NTP client/server.
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 12:09:15 luna systemd-resolved[821]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event5 (Intel HID events)
Sep 10 12:09:15 luna systemd-logind[848]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 10 12:09:15 luna systemd-logind[848]: New seat seat0.
Sep 10 12:09:15 luna systemd[1]: Started User Login Management.
Sep 10 12:09:15 luna kernel: Bluetooth: Core ver 2.22
Sep 10 12:09:15 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 12:09:15 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 12:09:15 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 12:09:15 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 12:09:15 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 12:09:15 luna iwd[847]: Wireless daemon version 2.21
Sep 10 12:09:15 luna iwd[847]: Loaded configuration from /etc/iwd/main.conf
Sep 10 12:09:15 luna systemd[1]: Started Wireless service.
Sep 10 12:09:15 luna systemd[1]: Reached target Network.
Sep 10 12:09:15 luna systemd[1]: Starting CUPS Scheduler...
Sep 10 12:09:15 luna systemd[1]: Starting OpenSSH Daemon...
Sep 10 12:09:15 luna systemd[1]: Starting Permit User Sessions...
Sep 10 12:09:15 luna iwd[847]: [General].UseDefaultInterface is deprecated, please use [DriverQuirks].DefaultInterface instead
Sep 10 12:09:15 luna ifplugd(eno0)[851]: Using interface eno0/00:23:81:38:93:C8 with driver <r8169> (version: 6.10.9-arch1-1.1)
Sep 10 12:09:15 luna ifplugd(eno0)[851]: Using detection mode: SIOCETHTOOL
Sep 10 12:09:15 luna ifplugd(eno0)[851]: Initialization complete, link beat not detected.
Sep 10 12:09:15 luna ifplugd(enp0s20f0u5c2)[855]: Using interface enp0s20f0u5c2
Sep 10 12:09:15 luna avahi-daemon[842]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 10 12:09:15 luna avahi-daemon[842]: New relevant interface lo.IPv6 for mDNS.
Sep 10 12:09:15 luna avahi-daemon[842]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 10 12:09:15 luna avahi-daemon[842]: New relevant interface lo.IPv4 for mDNS.
Sep 10 12:09:15 luna avahi-daemon[842]: Network interface enumeration completed.
Sep 10 12:09:15 luna avahi-daemon[842]: Registering new address record for ::1 on lo.*.
Sep 10 12:09:15 luna avahi-daemon[842]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 10 12:09:15 luna iwd[847]: Wiphy: 0, Name: phy0
Sep 10 12:09:15 luna iwd[847]:         Permanent Address: 18:cf:5e:f4:0f:00
Sep 10 12:09:15 luna iwd[847]:         2.4GHz Band:
Sep 10 12:09:15 luna iwd[847]:                 Bitrates (non-HT):
Sep 10 12:09:15 luna iwd[847]:                          1.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                          2.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                          5.5 Mbps
Sep 10 12:09:15 luna iwd[847]:                         11.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                          6.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                          9.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         12.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         18.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         24.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         36.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         48.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         54.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                 HT Capabilities:
Sep 10 12:09:15 luna iwd[847]:                         HT40
Sep 10 12:09:15 luna iwd[847]:                         Short GI for 20Mhz
Sep 10 12:09:15 luna iwd[847]:                         Short GI for 40Mhz
Sep 10 12:09:15 luna iwd[847]:                 HT RX MCS indexes:
Sep 10 12:09:15 luna iwd[847]:                         0-15
Sep 10 12:09:15 luna iwd[847]:         5GHz Band:
Sep 10 12:09:15 luna iwd[847]:                 Bitrates (non-HT):
Sep 10 12:09:15 luna iwd[847]:                          6.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                          9.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         12.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         18.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         24.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         36.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         48.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                         54.0 Mbps
Sep 10 12:09:15 luna iwd[847]:                 HT Capabilities:
Sep 10 12:09:15 luna iwd[847]:                         HT40
Sep 10 12:09:15 luna iwd[847]:                         Short GI for 20Mhz
Sep 10 12:09:15 luna iwd[847]:                         Short GI for 40Mhz
Sep 10 12:09:15 luna iwd[847]:                 HT RX MCS indexes:
Sep 10 12:09:15 luna iwd[847]:                         0-15
Sep 10 12:09:15 luna iwd[847]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Sep 10 12:09:15 luna iwd[847]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Sep 10 12:09:15 luna iwd[847]:                  TKIP
Sep 10 12:09:15 luna iwd[847]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Sep 10 12:09:15 luna kernel: r8169 0000:02:00.0 eno0: Link is Down
Sep 10 12:09:15 luna systemd[1]: Finished Permit User Sessions.
Sep 10 12:09:15 luna systemd[1]: Started Autologin.
Sep 10 12:09:15 luna kernel: usbcore: registered new interface driver btusb
Sep 10 12:09:15 luna autologin[1032]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-1032) opened.
Sep 10 12:09:15 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 12:09:15 luna systemd[1]: Reached target Bluetooth Support.
Sep 10 12:09:15 luna systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 10 12:09:15 luna dbus-broker-launch[839]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 10 12:09:15 luna kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 10 12:09:15 luna autologin[1032]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:09:15 luna autologin[1032]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1032) opened.
Sep 10 12:09:15 luna sshd[1024]: Server listening on 0.0.0.0 port 22.
Sep 10 12:09:15 luna sshd[1024]: Server listening on :: port 22.
Sep 10 12:09:15 luna systemd-logind[848]: New session 1 of user hugues.
Sep 10 12:09:15 luna systemd[1]: Started OpenSSH Daemon.
Sep 10 12:09:15 luna systemd[1]: Created slice User Slice of UID 1000.
Sep 10 12:09:15 luna systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 12:09:15 luna dhcpcd[1048]: Dropped protocol specifier '.link' from 'eno0.link'. Using 'eno0' (ifindex=2).
Sep 10 12:09:15 luna dhcpcd[857]: no interfaces have a carrier
Sep 10 12:09:15 luna dhcpcd[857]: eno0: waiting for carrier
Sep 10 12:09:15 luna dhcpcd[857]: ps_root_dispatch: No such process
Sep 10 12:09:15 luna dhcpcd[857]: ps_root_dispatch: No such process
Sep 10 12:09:15 luna ifplugd(enp0s20f0u5c2)[855]: Initialization complete, link beat not detected.
Sep 10 12:09:15 luna iwd[847]: event: state, old: disconnected, new: autoconnect_quick
Sep 10 12:09:15 luna systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 10 12:09:15 luna systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 10 12:09:15 luna systemd[1]: Starting User Manager for UID 1000...
Sep 10 12:09:15 luna iwd[847]: udev interface=wlan0 ifindex=4
Sep 10 12:09:15 luna (systemd)[1062]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[hugues] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 12:09:15 luna (systemd)[1062]: pam_unix(systemd-user:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:09:15 luna systemd-logind[848]: New session 2 of user hugues.
Sep 10 12:09:15 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:09:15 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:09:15 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:09:15 luna systemd[1]: Reached target Multi-User System.
Sep 10 12:09:15 luna systemd[1]: Reached target Graphical Interface.
Sep 10 12:09:15 luna systemd[1]: Starting TLP system startup/shutdown...
Sep 10 12:09:15 luna systemd[1062]: Queued start job for default target Main User Target.
Sep 10 12:09:15 luna systemd[1062]: Created slice User Application Slice.
Sep 10 12:09:15 luna systemd[1062]: Reached target Paths.
Sep 10 12:09:15 luna systemd[1062]: Reached target Timers.
Sep 10 12:09:15 luna systemd[1062]: Starting D-Bus User Message Bus Socket...
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG network certificate management daemon.
Sep 10 12:09:15 luna systemd[1062]: Starting GCR ssh-agent wrapper...
Sep 10 12:09:15 luna systemd[1062]: Listening on GNOME Keyring daemon.
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 12:09:15 luna systemd[1062]: Listening on GnuPG public key management service.
Sep 10 12:09:15 luna systemd[1062]: Listening on p11-kit server.
Sep 10 12:09:15 luna systemd[1062]: Listening on PipeWire Multimedia System Sockets.
Sep 10 12:09:15 luna systemd[1062]: Listening on Sound System.
Sep 10 12:09:15 luna systemd[1062]: Listening on D-Bus User Message Bus Socket.
Sep 10 12:09:15 luna systemd[1062]: Listening on GCR ssh-agent wrapper.
Sep 10 12:09:15 luna systemd[1062]: Reached target Sockets.
Sep 10 12:09:15 luna systemd[1062]: Reached target Basic System.
Sep 10 12:09:15 luna systemd[1]: Started User Manager for UID 1000.
Sep 10 12:09:15 luna systemd[1062]: Starting Update XDG user dir configuration...
Sep 10 12:09:15 luna systemd[1]: Started Session 1 of User hugues.
Sep 10 12:09:15 luna systemd[1062]: Finished Update XDG user dir configuration.
Sep 10 12:09:15 luna systemd[1062]: Reached target Main User Target.
Sep 10 12:09:15 luna systemd[1062]: Startup finished in 118ms.
Sep 10 12:09:15 luna systemd[1]: Starting Authorization Manager...
Sep 10 12:09:15 luna polkitd[1115]: Started polkitd version 125
Sep 10 12:09:15 luna kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Sep 10 12:09:15 luna systemd[1]: Started Authorization Manager.
Sep 10 12:09:16 luna sway[1112]: 00:00:00.101 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:137] Could not take device: No such device
Sep 10 12:09:16 luna sway[1112]: 00:00:00.101 [ERROR] [wlr] [backend/session/session.c:321] Failed to open device: '/dev/dri/card1': Resource temporarily unavailable
Sep 10 12:09:16 luna sway[1112]: 00:00:00.101 [ERROR] [wlr] [backend/backend.c:210] Found 0 GPUs, cannot create backend
Sep 10 12:09:16 luna sway[1112]: 00:00:00.101 [ERROR] [wlr] [backend/backend.c:376] Failed to open any DRM device
Sep 10 12:09:16 luna sway[1112]: 00:00:00.102 [ERROR] [sway/server.c:137] Unable to create backend
Sep 10 12:09:16 luna autologin[1032]: pam_unix(autologin:session): session closed for user hugues
Sep 10 12:09:16 luna autologin[1032]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1032) opened.
Sep 10 12:09:16 luna systemd[1]: autologin.service: Deactivated successfully.
Sep 10 12:09:16 luna systemd[1]: session-1.scope: Deactivated successfully.
Sep 10 12:09:16 luna systemd-logind[848]: Session 1 logged out. Waiting for processes to exit.
Sep 10 12:09:16 luna systemd-logind[848]: Removed session 1.
Sep 10 12:09:16 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:16 luna kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Sep 10 12:09:16 luna kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 10 12:09:16 luna kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
Sep 10 12:09:16 luna kernel: acpi device:03: registered as cooling_device13
Sep 10 12:09:16 luna avahi-daemon[842]: Server startup complete. Host name is luna.local. Local service cookie is 1945878336.
Sep 10 12:09:16 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:16 luna kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port C
Sep 10 12:09:16 luna kernel: Registered IR keymap rc-cec
Sep 10 12:09:16 luna kernel: rc rc0: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0
Sep 10 12:09:16 luna kernel: input: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input14
Sep 10 12:09:16 luna kernel: fbcon: i915drmfb (fb0) is primary device
Sep 10 12:09:17 luna iwd[847]: event: connect-info, ssid: FrereJacques, bss: 1c:61:b4:83:7d:a7, signal: -53, load: 3/255
Sep 10 12:09:17 luna iwd[847]: event: state, old: autoconnect_quick, new: connecting (auto)
Sep 10 12:09:17 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:09:17 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:09:17 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:09:17 luna kernel: wlan0: 1c:61:b4:83:7d:a7 denied authentication (status 77)
Sep 10 12:09:17 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:09:17 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:09:17 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:09:17 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:09:17 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:09:17 luna systemd[1]: autologin.service: Scheduled restart job, restart counter is at 1.
Sep 10 12:09:17 luna systemd[1]: Started Autologin.
Sep 10 12:09:17 luna kernel: wlan0: authenticated
Sep 10 12:09:17 luna kernel: wlan0: associate with 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:09:17 luna kernel: wlan0: RX AssocResp from 1c:61:b4:83:7d:a7 (capab=0x111 status=0 aid=3)
Sep 10 12:09:17 luna kernel: wlan0: associated
Sep 10 12:09:17 luna iwd[847]: hardware_rekey not supported
Sep 10 12:09:17 luna kernel: wlan0: Limiting TX power to 21 (24 - 3) dBm as advertised by 1c:61:b4:83:7d:a7
Sep 10 12:09:17 luna iwd[847]: event: state, old: connecting (auto), new: connecting (netconfig)
Sep 10 12:09:17 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:17 luna kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port C
Sep 10 12:09:17 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:09:17 luna kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 10 12:09:17 luna autologin[1150]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-1150) opened.
Sep 10 12:09:18 luna systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 10 12:09:18 luna systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Sep 10 12:09:18 luna autologin[1150]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:09:18 luna autologin[1150]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1150) opened.
Sep 10 12:09:18 luna systemd-logind[848]: New session 3 of user hugues.
Sep 10 12:09:18 luna systemd[1]: Started Session 3 of User hugues.
Sep 10 12:09:18 luna systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Sep 10 12:09:18 luna systemd-logind[848]: Watching system buttons on /dev/input/event10 (DP-2)
Sep 10 12:09:18 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:18 luna kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port C
Sep 10 12:09:18 luna kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 10 12:09:18 luna avahi-daemon[842]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1acf:5eff:fef4:f00.
Sep 10 12:09:18 luna avahi-daemon[842]: New relevant interface wlan0.IPv6 for mDNS.
Sep 10 12:09:18 luna avahi-daemon[842]: Registering new address record for fe80::1acf:5eff:fef4:f00 on wlan0.*.
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0: ALC256: SKU not ready 0x411111f0
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
Sep 10 12:09:18 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Sep 10 12:09:18 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Sep 10 12:09:18 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Sep 10 12:09:18 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Sep 10 12:09:18 luna tlp[1077]: Applying power save settings...done.
Sep 10 12:09:18 luna systemd[1062]: Reached target Sound Card.
Sep 10 12:09:18 luna systemd[1]: Starting Save/Restore Sound Card State...
Sep 10 12:09:18 luna systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 10 12:09:18 luna systemd[1]: Finished Save/Restore Sound Card State.
Sep 10 12:09:18 luna systemd[1]: Reached target Sound Card.
Sep 10 12:09:18 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:18 luna kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port C
Sep 10 12:09:18 luna tlp[1077]: Setting battery charge thresholds...done.
Sep 10 12:09:18 luna systemd[1]: Finished TLP system startup/shutdown.
Sep 10 12:09:18 luna systemd[1]: Startup finished in 20.687s (kernel) + 5.182s (userspace) = 25.870s.
Sep 10 12:09:18 luna dhcpcd[857]: eno0: carrier acquired
Sep 10 12:09:18 luna kernel: r8169 0000:02:00.0 eno0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 10 12:09:18 luna dhcpcd[857]: eno0: IAID 81:38:93:c8
Sep 10 12:09:19 luna kernel: i915 0000:00:02.0: [drm] *ERROR* Failed to probe lspcon
Sep 10 12:09:19 luna kernel: i915 0000:00:02.0: [drm] *ERROR* LSPCON init failed on port C
Sep 10 12:09:19 luna sway[1214]: 00:00:01.419 [ERROR] [wlr] [backend/drm/util.c:66] Failed to parse EDID
Sep 10 12:09:19 luna ifplugd(eno0)[851]: Link beat detected.
Sep 10 12:09:20 luna avahi-daemon[842]: Joining mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:09:20 luna avahi-daemon[842]: New relevant interface eno0.IPv6 for mDNS.
Sep 10 12:09:20 luna avahi-daemon[842]: Registering new address record for fe80::223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:09:20 luna ifplugd(eno0)[851]: Executing '/etc/ifplugd/ifplugd.action eno0 up'.
Sep 10 12:09:20 luna ifplugd(eno0)[851]: client: expect dhcpcd to take care of that...
Sep 10 12:09:20 luna dhcpcd[857]: eno0: rebinding lease of 192.168.133.191
Sep 10 12:09:20 luna ifplugd(eno0)[851]: Program executed successfully.
Sep 10 12:09:21 luna systemd[1062]: Created slice User Core Session Slice.
Sep 10 12:09:21 luna systemd[1062]: Starting D-Bus User Message Bus...
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Service file '/usr/share/dbus-1/services/fr.emersion.mako.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Service file '/usr/share/dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share/dbus-1/services/org.knopwob.dunst.service'
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 10 12:09:21 luna systemd[1062]: Started D-Bus User Message Bus.
Sep 10 12:09:21 luna dbus-broker-launch[1411]: Ready
Sep 10 12:09:21 luna systemd[1062]: Starting User preferences database...
Sep 10 12:09:21 luna systemd[1062]: Started User preferences database.
Sep 10 12:09:21 luna systemd[1]: Starting Disk Manager...
Sep 10 12:09:21 luna udisksd[1441]: udisks daemon version 2.10.1 starting
Sep 10 12:09:21 luna sway[1354]: 2024-09-10 12:09:21 - [swaybg-1.2.1/main.c:282] Found config * for output eDP-1 (Chimei Innolux Corporation 0x1415)
Sep 10 12:09:21 luna sway[1354]: 2024-09-10 12:09:21 - [swaybg-1.2.1/main.c:282] Found config * for output DP-2 ((null) (null))
Sep 10 12:09:21 luna systemd[1062]: Starting Virtual filesystem service...
Sep 10 12:09:21 luna systemd[1]: Started Disk Manager.
Sep 10 12:09:21 luna udisksd[1441]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 10 12:09:21 luna systemd[1062]: Started Virtual filesystem service.
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.506] [info] Using configuration file /home/hugues/.config/waybar/config
Sep 10 12:09:21 luna systemd[1062]: Starting Portal service...
Sep 10 12:09:21 luna systemd[1062]: Starting flatpak document portal service...
Sep 10 12:09:21 luna systemd[1062]: Starting sandboxed app permission store...
Sep 10 12:09:21 luna systemd[1062]: Started sandboxed app permission store.
Sep 10 12:09:21 luna systemd[1062]: Started flatpak document portal service.
Sep 10 12:09:21 luna systemd[1062]: Starting Portal service (GTK/GNOME implementation)...
Sep 10 12:09:21 luna systemd[1062]: Starting Accessibility services bus...
Sep 10 12:09:21 luna systemd[1062]: Started Accessibility services bus.
Sep 10 12:09:21 luna at-spi-bus-launcher[1496]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Sep 10 12:09:21 luna at-spi-bus-launcher[1496]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Sep 10 12:09:21 luna dbus-broker-launch[1496]: Ready
Sep 10 12:09:21 luna systemd[1062]: Created slice Slice /app/dbus-:1.17-org.a11y.atspi.Registry.
Sep 10 12:09:21 luna systemd[1062]: Started dbus-:1.17-org.a11y.atspi.Registry@0.service.
Sep 10 12:09:21 luna systemd[1062]: Started Portal service (GTK/GNOME implementation).
Sep 10 12:09:21 luna systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 10 12:09:21 luna at-spi2-registryd[1498]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 10 12:09:21 luna systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully called chroot.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully dropped privileges.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully limited resources.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Running.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Watchdog thread running.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Canary thread running.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna systemd[1062]: Started PipeWire Multimedia Service.
Sep 10 12:09:21 luna systemd[1062]: Started Multimedia Service Session Manager.
Sep 10 12:09:21 luna udiskie[1413]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully made thread 1507 of process 1507 owned by '1000' high priority at nice level -11.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 1 threads of 1 processes of 1 users.
Sep 10 12:09:21 luna wireplumber[1508]: wp-internal-comp-loader: Loading profile 'main'
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully made thread 1510 of process 1507 owned by '1000' RT at priority 20.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully made thread 1508 of process 1508 owned by '1000' high priority at nice level -11.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 3 threads of 2 processes of 1 users.
Sep 10 12:09:21 luna systemd[1062]: Starting Portal service (wlroots implementation)...
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully made thread 1520 of process 1508 owned by '1000' RT at priority 20.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 4 threads of 2 processes of 1 users.
Sep 10 12:09:21 luna systemd[1062]: Started Portal service (wlroots implementation).
Sep 10 12:09:21 luna wireplumber[1508]: wp-device: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Sep 10 12:09:21 luna wireplumber[1508]: s-monitors: PipeWire's ALSA SPA plugin is missing or broken. Sound cards will not be supported
Sep 10 12:09:21 luna systemd[1062]: Started Portal service.
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.785] [info] Using CSS file /etc/xdg/waybar/style.css
Sep 10 12:09:21 luna wireplumber[1508]: wp-device: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Sep 10 12:09:21 luna wireplumber[1508]: s-monitors: PipeWire's BlueZ SPA plugin is missing or broken. Bluetooth devices will not be supported.
Sep 10 12:09:21 luna wireplumber[1508]: wp-device: SPA handle 'api.bluez5.midi.enum' could not be loaded; is it installed?
Sep 10 12:09:21 luna wireplumber[1508]: s-monitors: PipeWire's BlueZ MIDI SPA missing or broken. Bluetooth not supported.
Sep 10 12:09:21 luna wireplumber[1508]: pw.resource: can't create node: No such file or directory
Sep 10 12:09:21 luna wireplumber[1508]: wp-node: failed to create node from factory 'spa-node-factory'
Sep 10 12:09:21 luna wireplumber[1508]: s-monitors: Failed to create BLE MIDI server.
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.791] [warning] Mapping is not an object
Sep 10 12:09:21 luna dhcpcd[857]: eno0: leased 192.168.133.191 for 43200 seconds
Sep 10 12:09:21 luna avahi-daemon[842]: Joining mDNS multicast group on interface eno0.IPv4 with address 192.168.133.191.
Sep 10 12:09:21 luna avahi-daemon[842]: New relevant interface eno0.IPv4 for mDNS.
Sep 10 12:09:21 luna wireplumber[1508]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 10 12:09:21 luna avahi-daemon[842]: Registering new address record for 192.168.133.191 on eno0.IPv4.
Sep 10 12:09:21 luna wireplumber[1508]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 10 12:09:21 luna dhcpcd[857]: eno0: adding route to 192.168.128.0/18
Sep 10 12:09:21 luna dhcpcd[857]: eno0: adding default route via 192.168.128.1
Sep 10 12:09:21 luna iwd[847]: event: state, old: connecting (netconfig), new: connected
Sep 10 12:09:21 luna avahi-daemon[842]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.143.158.
Sep 10 12:09:21 luna avahi-daemon[842]: New relevant interface wlan0.IPv4 for mDNS.
Sep 10 12:09:21 luna avahi-daemon[842]: Registering new address record for 192.168.143.158 on wlan0.IPv4.
Sep 10 12:09:21 luna systemd-resolved[821]: wlan0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:09:21 luna systemd-resolved[821]: wlan0: Bus client set search domain list to: bkp
Sep 10 12:09:21 luna systemd[1062]: Starting Sound Service...
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.797] [warning] no bluetooth controller found
Sep 10 12:09:21 luna dhcpcd[1549]: Dropped protocol specifier '.dhcp' from 'eno0.dhcp'. Using 'eno0' (ifindex=2).
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.799] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.800] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:09:21 luna systemd-resolved[821]: eno0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:09:21 luna systemd-resolved[821]: eno0: Bus client set search domain list to: bkp, bkp
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.816] [warning] No battery named BAT2
Sep 10 12:09:21 luna rtkit-daemon[1501]: Successfully made thread 1546 of process 1546 owned by '1000' high priority at nice level -11.
Sep 10 12:09:21 luna rtkit-daemon[1501]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.832] [warning] Mapping is not an object
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.835] [warning] no bluetooth controller found
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.838] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.858] [warning] No battery named BAT2
Sep 10 12:09:21 luna sway[1396]: [2024-09-10 12:09:21.865] [info] Bar configured (width: 447, height: 30) for output: DP-2
Sep 10 12:09:22 luna avahi-daemon[842]: Leaving mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:09:22 luna avahi-daemon[842]: Joining mDNS multicast group on interface eno0.IPv6 with address fd65:be21:bf49:0:223:81ff:fe38:93c8.
Sep 10 12:09:22 luna avahi-daemon[842]: Registering new address record for fd65:be21:bf49:0:223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:09:22 luna avahi-daemon[842]: Withdrawing address record for fe80::223:81ff:fe38:93c8 on eno0.
Sep 10 12:09:22 luna waybar[1396]: Status Notifier Item with bus name ':1.10' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:09:22 luna sway[1396]: [2024-09-10 12:09:22.179] [info] Bar configured (width: 1920, height: 30) for output: eDP-1
Sep 10 12:09:22 luna sway[1396]: [2024-09-10 12:09:22.179] [info] Bar configured (width: 816, height: 30) for output: DP-2
Sep 10 12:09:22 luna waybar[1396]: Status Notifier Item with bus name ':1.7' and object path '/org/ayatana/NotificationItem/ulauncher' is already registered
Sep 10 12:09:22 luna waybar[1396]: Status Notifier Item with bus name ':1.10' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:09:22 luna sway[1396]: [2024-09-10 12:09:22.217] [info] Bar configured (width: 842, height: 30) for output: DP-2
Sep 10 12:09:22 luna rtkit-daemon[1501]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:09:22 luna rtkit-daemon[1501]: Successfully made thread 1619 of process 1546 owned by '1000' RT at priority 5.
Sep 10 12:09:22 luna rtkit-daemon[1501]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:09:22 luna rtkit-daemon[1501]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:09:22 luna rtkit-daemon[1501]: Successfully made thread 1621 of process 1546 owned by '1000' RT at priority 5.
Sep 10 12:09:22 luna rtkit-daemon[1501]: Supervising 7 threads of 3 processes of 1 users.
Sep 10 12:09:22 luna dbus-broker-launch[839]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Sep 10 12:09:22 luna systemd[1062]: Started Sound Service.
Sep 10 12:09:22 luna pulseaudio[1546]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.bluez': activation request failed: unknown unit
Sep 10 12:09:22 luna sway[1396]: [2024-09-10 12:09:22.432] [info] Bar configured (width: 909, height: 30) for output: DP-2
Sep 10 12:09:48 luna chronyd[896]: Selected source 162.159.200.1 (2.arch.pool.ntp.org)
Sep 10 12:09:48 luna chronyd[896]: System clock TAI offset set to 37 seconds
Sep 10 12:19:48 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:19:48 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:19:48 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:19:48 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:19:48 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:19:48 luna kernel: APIC: Static calls initialized
Sep 10 12:19:48 luna kernel: SMBIOS 3.0 present.
Sep 10 12:19:48 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:19:48 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:19:48 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:19:48 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:19:48 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:19:48 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:19:48 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:19:48 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:19:48 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:19:48 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:19:48 luna kernel: Using GB pages for direct mapping
Sep 10 12:19:48 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:19:48 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:19:48 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:19:48 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:19:48 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:19:48 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:19:48 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:19:48 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:19:48 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:19:48 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:19:48 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:19:48 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:19:48 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:19:48 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:19:48 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:19:48 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:19:48 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:19:48 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:19:48 luna kernel: No NUMA configuration found
Sep 10 12:19:48 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:19:48 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:19:48 luna kernel: Zone ranges:
Sep 10 12:19:48 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:19:48 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:19:48 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:19:48 luna kernel:   Device   empty
Sep 10 12:19:48 luna kernel: Movable zone start for each node
Sep 10 12:19:48 luna kernel: Early memory node ranges
Sep 10 12:19:48 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:19:48 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:19:48 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:19:48 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:19:48 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:19:48 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:19:48 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:19:48 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:19:48 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:19:48 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:19:48 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:19:48 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:19:48 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:19:48 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:19:48 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:19:48 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:19:48 luna kernel: TSC deadline timer available
Sep 10 12:19:48 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:19:48 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:19:48 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:19:48 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:19:48 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:19:48 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:19:48 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:19:48 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:19:48 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:19:48 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:19:48 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:19:48 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:19:48 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:19:48 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:19:48 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:19:48 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:19:48 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:19:48 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:19:48 luna kernel: random: crng init done
Sep 10 12:19:48 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:19:48 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:19:48 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:19:48 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:19:48 luna kernel: Policy zone: Normal
Sep 10 12:19:48 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:19:48 luna kernel: software IO TLB: area num 16.
Sep 10 12:19:48 luna kernel: Memory: 49172532K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030544K reserved, 0K cma-reserved)
Sep 10 12:19:48 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:19:48 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:19:48 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:19:48 luna kernel: Dynamic Preempt: full
Sep 10 12:19:48 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:19:48 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:19:48 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:19:48 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:19:48 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:19:48 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:19:48 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:19:48 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:19:48 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:19:48 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:19:48 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:19:48 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:19:48 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:19:48 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:19:48 luna kernel: Console: colour dummy device 80x25
Sep 10 12:19:48 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:19:48 luna kernel: ACPI: Core revision 20240322
Sep 10 12:19:48 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:19:48 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:19:48 luna kernel: DMAR: Host address width 39
Sep 10 12:19:48 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:19:48 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:19:48 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:19:48 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:19:48 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:19:48 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:19:48 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:19:48 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:19:48 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:19:48 luna kernel: x2apic enabled
Sep 10 12:19:48 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:19:48 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:19:48 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:19:48 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:19:48 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:19:48 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:19:48 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:19:48 luna kernel: process: using mwait in idle threads
Sep 10 12:19:48 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:19:48 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:19:48 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:19:48 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:19:48 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:19:48 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:19:48 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:19:48 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:19:48 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:19:48 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:19:48 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:19:48 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:19:48 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:19:48 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:19:48 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:19:48 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:19:48 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:19:48 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:19:48 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:19:48 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:19:48 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:19:48 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:19:48 luna kernel: landlock: Up and running.
Sep 10 12:19:48 luna kernel: Yama: becoming mindful.
Sep 10 12:19:48 luna kernel: LSM support for eBPF active
Sep 10 12:19:48 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:19:48 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:19:48 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:19:48 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:19:48 luna kernel: ... version:                4
Sep 10 12:19:48 luna kernel: ... bit width:              48
Sep 10 12:19:48 luna kernel: ... generic registers:      4
Sep 10 12:19:48 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:19:48 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:19:48 luna kernel: ... fixed-purpose events:   3
Sep 10 12:19:48 luna kernel: ... event mask:             000000070000000f
Sep 10 12:19:48 luna kernel: signal: max sigframe size: 2032
Sep 10 12:19:48 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:19:48 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:19:48 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:19:48 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:19:48 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:19:48 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:19:48 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:19:48 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:19:48 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:19:48 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:19:48 luna kernel: devtmpfs: initialized
Sep 10 12:19:48 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:19:48 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:19:48 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:19:48 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:19:48 luna kernel: PM: RTC time: 19:19:27, date: 2024-09-10
Sep 10 12:19:48 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:19:48 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:19:48 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:19:48 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:19:48 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:19:48 luna kernel: audit: type=2000 audit(1725995967.009:1): state=initialized audit_enabled=0 res=1
Sep 10 12:19:48 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:19:48 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:19:48 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:19:48 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:19:48 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:19:48 luna kernel: cpuidle: using governor ladder
Sep 10 12:19:48 luna kernel: cpuidle: using governor menu
Sep 10 12:19:48 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:19:48 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:19:48 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:19:48 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:19:48 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:19:48 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:19:48 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:19:48 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:19:48 luna kernel: Demotion targets for Node 0: null
Sep 10 12:19:48 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:19:48 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:19:48 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:19:48 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:19:48 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:19:48 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:19:48 luna kernel: ACPI: EC: EC started
Sep 10 12:19:48 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:19:48 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:19:48 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:19:48 luna kernel: ACPI: Interpreter enabled
Sep 10 12:19:48 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:19:48 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:19:48 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:19:48 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:19:48 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:19:48 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:19:48 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:19:48 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:19:48 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:19:48 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:19:48 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:19:48 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:19:48 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:19:48 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:19:48 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:19:48 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:19:48 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:19:48 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:19:48 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:19:48 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:19:48 luna kernel: ACPI: EC: event unblocked
Sep 10 12:19:48 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:19:48 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:19:48 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:19:48 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:19:48 luna kernel: iommu: Default domain type: Translated
Sep 10 12:19:48 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:19:48 luna kernel: SCSI subsystem initialized
Sep 10 12:19:48 luna kernel: libata version 3.00 loaded.
Sep 10 12:19:48 luna kernel: ACPI: bus type USB registered
Sep 10 12:19:48 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:19:48 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:19:48 luna kernel: usbcore: registered new device driver usb
Sep 10 12:19:48 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:19:48 luna kernel: NetLabel: Initializing
Sep 10 12:19:48 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:19:48 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:19:48 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:19:48 luna kernel: mctp: management component transport protocol core
Sep 10 12:19:48 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:19:48 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:19:48 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:19:48 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:19:48 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:19:48 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:19:48 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:19:48 luna kernel: vgaarb: loaded
Sep 10 12:19:48 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:19:48 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:19:48 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:19:48 luna kernel: pnp: PnP ACPI init
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:19:48 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:19:48 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:19:48 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:19:48 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:19:48 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:19:48 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:19:48 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:19:48 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:19:48 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:19:48 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:19:48 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:19:48 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:19:48 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:19:48 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:19:48 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:19:48 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:19:48 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:19:48 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:19:48 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:19:48 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:19:48 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:19:48 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:19:48 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:19:48 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:19:48 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:19:48 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:19:48 luna kernel: Initialise system trusted keyrings
Sep 10 12:19:48 luna kernel: Key type blacklist registered
Sep 10 12:19:48 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:19:48 luna kernel: zbud: loaded
Sep 10 12:19:48 luna kernel: fuse: init (API version 7.40)
Sep 10 12:19:48 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:19:48 luna kernel: integrity: Machine keyring initialized
Sep 10 12:19:48 luna kernel: Key type asymmetric registered
Sep 10 12:19:48 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:19:48 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:19:48 luna kernel: io scheduler mq-deadline registered
Sep 10 12:19:48 luna kernel: io scheduler kyber registered
Sep 10 12:19:48 luna kernel: io scheduler bfq registered
Sep 10 12:19:48 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:19:48 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:19:48 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:19:48 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:19:48 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:19:48 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:19:48 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:19:48 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:19:48 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:19:48 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:19:48 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:19:48 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:19:48 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:19:48 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:19:48 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:19:48 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:19:48 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:19:48 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:19:48 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:19:48 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:19:48 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:19:48 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:19:48 luna kernel: Linux agpgart interface v0.103
Sep 10 12:19:48 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:19:48 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:19:48 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:19:48 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:19:48 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:19:48 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:19:48 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:19:27 UTC (1725995967)
Sep 10 12:19:48 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:19:48 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:19:48 luna kernel: intel_pstate: HWP enabled
Sep 10 12:19:48 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:19:48 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:19:48 luna kernel: fbcon: Deferring console take-over
Sep 10 12:19:48 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:19:48 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:19:48 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:19:48 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:19:48 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:19:48 luna kernel: Segment Routing with IPv6
Sep 10 12:19:48 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:19:48 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:19:48 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:19:48 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:19:48 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:19:48 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:19:48 luna kernel: sched_clock: Marking stable (693334974, 9009341)->(728471215, -26126900)
Sep 10 12:19:48 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:19:48 luna kernel: registered taskstats version 1
Sep 10 12:19:48 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:19:48 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:19:48 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:19:48 luna kernel: Demotion targets for Node 0: null
Sep 10 12:19:48 luna kernel: Key type .fscrypt registered
Sep 10 12:19:48 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:19:48 luna kernel: PM:   Magic number: 8:58:344
Sep 10 12:19:48 luna kernel: tty tty61: hash matches
Sep 10 12:19:48 luna kernel: memory memory190: hash matches
Sep 10 12:19:48 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:19:48 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:19:48 luna kernel: clk: Disabling unused clocks
Sep 10 12:19:48 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:19:48 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:19:48 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:19:48 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:19:48 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:19:48 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:19:48 luna kernel: rodata_test: all tests were successful
Sep 10 12:19:48 luna kernel: Run /init as init process
Sep 10 12:19:48 luna kernel:   with arguments:
Sep 10 12:19:48 luna kernel:     /init
Sep 10 12:19:48 luna kernel:   with environment:
Sep 10 12:19:48 luna kernel:     HOME=/
Sep 10 12:19:48 luna kernel:     TERM=linux
Sep 10 12:19:48 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:19:48 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:19:48 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:19:48 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:19:48 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:19:48 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:19:48 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:19:48 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:19:48 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:19:48 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:19:48 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:19:48 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:19:48 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:19:48 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:19:48 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:19:48 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:19:48 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:19:48 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:19:48 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:19:48 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:19:48 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:19:48 luna kernel: usb: port power management may be unreliable
Sep 10 12:19:48 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:19:48 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:19:48 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:19:48 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:19:48 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:19:48 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:19:48 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:19:48 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:19:48 luna kernel: fbcon: Taking over console
Sep 10 12:19:48 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:19:48 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:19:48 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:19:48 luna kernel: Key type trusted registered
Sep 10 12:19:48 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:19:48 luna kernel: Key type encrypted registered
Sep 10 12:19:48 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 12:19:48 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:19:48 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:19:48 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:19:48 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:19:48 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:19:48 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:19:48 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:19:48 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:19:48 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:19:48 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:19:48 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:19:48 luna kernel: tsc: Refined TSC clocksource calibration: 1608.003 MHz
Sep 10 12:19:48 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dacfb38b, max_idle_ns: 440795204692 ns
Sep 10 12:19:48 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:19:48 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:19:48 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:19:48 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:19:48 luna kernel: PM: Image not found (code -22)
Sep 10 12:19:48 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:19:48 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:19:48 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:19:48 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:19:48 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:19:48 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:19:48 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:19:48 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:19:48 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:19:48 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:19:48 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:19:48 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:19:48 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:19:48 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:19:48 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:19:48 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:19:48 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:19:48 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:19:48 luna systemd[1]: Reached target Slice Units.
Sep 10 12:19:48 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:19:48 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:19:48 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:19:48 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:19:48 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:19:48 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:19:48 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:19:48 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:48 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:48 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:19:48 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:19:48 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:19:48 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:19:48 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:19:48 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:19:48 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:19:48 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:19:48 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:19:48 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:19:48 luna systemd[1]: Starting Journal Service...
Sep 10 12:19:48 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:19:48 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:48 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:19:48 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:48 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:19:48 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:19:48 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:19:48 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:19:48 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:19:48 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:19:48 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:19:48 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:19:48 luna kernel: loop: module loaded
Sep 10 12:19:48 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:19:48 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:19:48 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:19:48 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:19:48 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:19:48 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:19:48 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:19:48 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:19:48 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:19:48 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:19:48 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:19:48 luna systemd-journald[489]: Collecting audit messages is disabled.
Sep 10 12:19:48 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:19:48 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:19:48 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:19:48 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:19:48 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:19:48 luna systemd-journald[489]: Journal started
Sep 10 12:19:48 luna systemd-journald[489]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:19:48 luna systemd-modules-load[490]: Failed to find module 'acpi_call'
Sep 10 12:19:48 luna systemd-modules-load[490]: Inserted module 'crypto_user'
Sep 10 12:19:48 luna systemd-modules-load[490]: Inserted module 'pkcs8_key_parser'
Sep 10 12:19:48 luna lvm[483]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:19:48 luna systemd[1]: Started Journal Service.
Sep 10 12:19:48 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:19:48 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:19:48 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:19:48 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:19:48 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:19:48 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:19:48 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:19:48 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:48 luna systemd-journald[489]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.462ms for 683 entries.
Sep 10 12:19:48 luna systemd-journald[489]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 636.6M, max 4G, 3.3G free.
Sep 10 12:19:48 luna systemd-journald[489]: Received client request to flush runtime journal.
Sep 10 12:19:48 luna systemd-journald[489]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 12:19:48 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:19:48 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:19:48 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:19:48 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:19:48 luna systemd-udevd[525]: Using default interface naming scheme 'v255'.
Sep 10 12:19:48 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:19:48 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:19:48 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:19:48 luna lvm[549]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:19:48 luna lvm[549]: VG vg0 finished
Sep 10 12:19:48 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:19:48 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:19:48 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:19:48 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:19:48 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:19:48 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:19:49 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:19:49 luna kernel: CPU: 9 PID: 532 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:19:49 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:19:49 luna kernel: Call Trace:
Sep 10 12:19:49 luna kernel:  <TASK>
Sep 10 12:19:49 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:19:49 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:19:49 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:19:49 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:19:49 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:19:49 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:19:49 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:19:49 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:19:49 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:19:49 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:19:49 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:19:49 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:19:49 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:19:49 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:19:49 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:19:49 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:19:49 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:19:49 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:19:49 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:19:49 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:19:49 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:19:49 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:19:49 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:19:49 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:19:49 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:19:49 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 12:19:49 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:19:49 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:19:49 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:19:49 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:19:49 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:19:49 luna kernel:  ? do_user_addr_fault+0x36c/0x620
Sep 10 12:19:49 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:19:49 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:19:49 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:19:49 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:19:49 luna kernel: RIP: 0033:0x72ceb43261fd
Sep 10 12:19:49 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:19:49 luna kernel: RSP: 002b:00007ffd321a7ee8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:19:49 luna kernel: RAX: ffffffffffffffda RBX: 00005cc4e71a7a50 RCX: 000072ceb43261fd
Sep 10 12:19:49 luna kernel: RDX: 0000000000000004 RSI: 000072ceb412105d RDI: 0000000000000014
Sep 10 12:19:49 luna kernel: RBP: 00007ffd321a7fa0 R08: 0000000000000001 R09: 00007ffd321a7f30
Sep 10 12:19:49 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 000072ceb412105d
Sep 10 12:19:49 luna kernel: R13: 0000000000020000 R14: 00005cc4e7123ca0 R15: 00005cc4e7124910
Sep 10 12:19:49 luna kernel:  </TASK>
Sep 10 12:19:49 luna kernel: coreboot: could not register framebuffer
Sep 10 12:19:49 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:19:49 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:19:49 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:19:49 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:19:49 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:19:49 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:19:49 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:19:49 luna systemd-fsck[592]: /dev/mapper/vg0-home: recovering journal
Sep 10 12:19:49 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:19:49 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:19:49 luna kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Sep 10 12:19:49 luna systemd-fsck[592]: /dev/mapper/vg0-home: clean, 625708/46137344 files, 21077399/184544256 blocks
Sep 10 12:19:49 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:19:49 luna systemd[1]: Reached target Swaps.
Sep 10 12:19:49 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:19:49 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:19:49 luna systemd-fsck[626]: /dev/nvme0n1p2: recovering journal
Sep 10 12:19:49 luna systemd-fsck[626]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:19:49 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:19:49 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:19:49 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:19:49 luna kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:19:49 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:19:49 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:19:49 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:19:49 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:19:49 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:19:49 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:19:49 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:19:49 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:19:49 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:19:49 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:19:49 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:19:49 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:19:49 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:19:49 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:19:49 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:19:49 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:19:49 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:19:49 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:19:49 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:19:49 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:19:49 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:19:49 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:19:49 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:19:49 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:19:49 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:19:49 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:19:49 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:19:49 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:19:49 luna systemd[1]: Mounting /boot...
Sep 10 12:19:49 luna systemd[1]: Mounting /home...
Sep 10 12:19:49 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:19:49 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:19:50 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:19:50 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:19:50 luna systemd[1]: Mounted /boot.
Sep 10 12:19:50 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:19:50 luna systemd[1]: Mounted /home.
Sep 10 12:19:50 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:19:50 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:19:50 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:19:50 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:19:50 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:19:50 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:19:50 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:19:50 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:19:50 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:19:50 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:19:50 luna kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 10 12:19:50 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:19:50 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:19:50 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:19:50 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:19:50 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:19:50 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:19:50 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x00000000cd455790, irq=18
Sep 10 12:19:50 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:19:50 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:19:50 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:19:50 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 12:19:50 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:19:50 luna systemd[1]: Starting Network Name Resolution...
Sep 10 12:19:50 luna systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 10 12:19:50 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 12:19:50 luna kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 10 12:19:50 luna kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Sep 10 12:19:50 luna systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 10 12:19:50 luna systemd-resolved[726]: Positive Trust Anchors:
Sep 10 12:19:50 luna systemd-resolved[726]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 10 12:19:50 luna systemd-resolved[726]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 10 12:19:50 luna kernel: Bluetooth: Core ver 2.22
Sep 10 12:19:50 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 12:19:50 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 12:19:50 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 12:19:50 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 12:19:50 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 12:19:50 luna systemd-resolved[726]: Using system hostname 'luna'.
Sep 10 12:19:50 luna systemd[1]: Started Network Name Resolution.
Sep 10 12:19:50 luna systemd[1]: Reached target Host and Network Name Lookups.
Sep 10 12:19:50 luna systemd[1]: Reached target System Initialization.
Sep 10 12:19:50 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:19:50 luna systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 10 12:19:50 luna systemd[1]: Started Daily man-db regeneration.
Sep 10 12:19:50 luna systemd[1]: Started Discard unused packages weekly.
Sep 10 12:19:50 luna systemd[1]: Started Daily verification of password and group files.
Sep 10 12:19:50 luna systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 12:19:50 luna systemd[1]: Reached target Path Units.
Sep 10 12:19:50 luna systemd[1]: Reached target Timer Units.
Sep 10 12:19:50 luna systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 10 12:19:50 luna systemd[1]: Listening on CUPS Scheduler.
Sep 10 12:19:50 luna systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 10 12:19:50 luna systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 10 12:19:50 luna systemd[1]: Listening on Hostname Service Socket.
Sep 10 12:19:50 luna systemd[1]: Reached target Socket Units.
Sep 10 12:19:50 luna systemd[1]: Starting D-Bus System Message Bus...
Sep 10 12:19:50 luna systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:50 luna dbus-broker-launch[820]: Looking up NSS user entry for 'gnome-remote-desktop'...
Sep 10 12:19:50 luna dbus-broker-launch[820]: NSS returned no entry for 'gnome-remote-desktop'
Sep 10 12:19:50 luna dbus-broker-launch[820]: Invalid user-name in /usr/share/dbus-1/system.d/gdm.conf +29: user="gnome-remote-desktop"
Sep 10 12:19:50 luna dbus-broker-launch[820]: Looking up NSS user entry for 'pulse'...
Sep 10 12:19:50 luna dbus-broker-launch[820]: NSS returned no entry for 'pulse'
Sep 10 12:19:50 luna dbus-broker-launch[820]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Sep 10 12:19:50 luna systemd[1]: Started D-Bus System Message Bus.
Sep 10 12:19:50 luna systemd[1]: Reached target Basic System.
Sep 10 12:19:50 luna systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 10 12:19:50 luna systemd[1]: Starting NTP client/server...
Sep 10 12:19:50 luna systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 10 12:19:50 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:19:50 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:19:50 luna systemd[1]: Starting Wireless service...
Sep 10 12:19:50 luna systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 10 12:19:50 luna systemd[1]: Starting User Login Management...
Sep 10 12:19:50 luna systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:19:50 luna ifplugd(enp0s20f0u5c2)[833]: ifplugd 0.28 initializing.
Sep 10 12:19:50 luna ifplugd(eno0)[834]: ifplugd 0.28 initializing.
Sep 10 12:19:50 luna dhcpcd[824]: dhcpcd-10.0.10 starting
Sep 10 12:19:50 luna avahi-daemon[822]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
Sep 10 12:19:50 luna avahi-daemon[822]: Successfully dropped root privileges.
Sep 10 12:19:50 luna avahi-daemon[822]: avahi-daemon 0.8 starting up.
Sep 10 12:19:50 luna dhcpcd[836]: dev: loaded udev
Sep 10 12:19:50 luna dhcpcd[836]: DUID 00:01:00:01:29:d7:69:50:00:23:81:38:93:c8
Sep 10 12:19:50 luna dbus-broker-launch[820]: Ready
Sep 10 12:19:50 luna avahi-daemon[822]: Successfully called chroot().
Sep 10 12:19:50 luna avahi-daemon[822]: Successfully dropped remaining capabilities.
Sep 10 12:19:50 luna systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 10 12:19:50 luna avahi-daemon[822]: No service file found in /etc/avahi/services.
Sep 10 12:19:50 luna kernel: NET: Registered PF_ALG protocol family
Sep 10 12:19:50 luna (chronyd)[823]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 12:19:50 luna kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 10 12:19:50 luna chronyd[855]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Sep 10 12:19:50 luna chronyd[855]: Frequency -1.010 +/- 3.143 ppm read from /var/lib/chrony/drift
Sep 10 12:19:50 luna chronyd[855]: Using right/UTC timezone to obtain leap second data
Sep 10 12:19:50 luna systemd[1]: Started NTP client/server.
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event5 (Intel HID events)
Sep 10 12:19:50 luna systemd-logind[828]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 10 12:19:50 luna systemd-logind[828]: New seat seat0.
Sep 10 12:19:50 luna systemd[1]: Started User Login Management.
Sep 10 12:19:50 luna systemd-resolved[726]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Sep 10 12:19:50 luna kernel: usbcore: registered new interface driver btusb
Sep 10 12:19:50 luna iwd[827]: Wireless daemon version 2.21
Sep 10 12:19:50 luna iwd[827]: Loaded configuration from /etc/iwd/main.conf
Sep 10 12:19:50 luna systemd[1]: Started Wireless service.
Sep 10 12:19:50 luna systemd[1]: Reached target Network.
Sep 10 12:19:50 luna systemd[1]: Starting CUPS Scheduler...
Sep 10 12:19:50 luna systemd[1]: Starting OpenSSH Daemon...
Sep 10 12:19:50 luna systemd[1]: Starting Permit User Sessions...
Sep 10 12:19:50 luna iwd[827]: [General].UseDefaultInterface is deprecated, please use [DriverQuirks].DefaultInterface instead
Sep 10 12:19:50 luna kernel: usb 1-3: USB disconnect, device number 2
Sep 10 12:19:50 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 12:19:50 luna systemd[1]: Finished Permit User Sessions.
Sep 10 12:19:50 luna systemd[1]: Started Autologin.
Sep 10 12:19:50 luna autologin[922]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-922) opened.
Sep 10 12:19:50 luna dbus-broker-launch[820]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 10 12:19:50 luna systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 10 12:19:50 luna autologin[922]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:19:50 luna autologin[922]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-922) opened.
Sep 10 12:19:50 luna systemd-logind[828]: New session 1 of user hugues.
Sep 10 12:19:50 luna systemd[1]: Created slice User Slice of UID 1000.
Sep 10 12:19:50 luna systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 12:19:50 luna ifplugd(enp0s20f0u5c2)[833]: Using interface enp0s20f0u5c2
Sep 10 12:19:50 luna avahi-daemon[822]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 10 12:19:50 luna ifplugd(eno0)[834]: Using interface eno0/00:23:81:38:93:C8 with driver <r8169> (version: 6.10.9-arch1-1.1)
Sep 10 12:19:50 luna ifplugd(eno0)[834]: Using detection mode: SIOCETHTOOL
Sep 10 12:19:50 luna avahi-daemon[822]: New relevant interface lo.IPv6 for mDNS.
Sep 10 12:19:50 luna avahi-daemon[822]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 10 12:19:50 luna ifplugd(eno0)[834]: Initialization complete, link beat not detected.
Sep 10 12:19:50 luna avahi-daemon[822]: New relevant interface lo.IPv4 for mDNS.
Sep 10 12:19:50 luna avahi-daemon[822]: Network interface enumeration completed.
Sep 10 12:19:50 luna avahi-daemon[822]: Registering new address record for ::1 on lo.*.
Sep 10 12:19:50 luna avahi-daemon[822]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 10 12:19:50 luna iwd[827]: Wiphy: 0, Name: phy0
Sep 10 12:19:50 luna iwd[827]:         Permanent Address: 18:cf:5e:f4:0f:00
Sep 10 12:19:50 luna iwd[827]:         2.4GHz Band:
Sep 10 12:19:50 luna iwd[827]:                 Bitrates (non-HT):
Sep 10 12:19:50 luna iwd[827]:                          1.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                          2.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                          5.5 Mbps
Sep 10 12:19:50 luna iwd[827]:                         11.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                          6.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                          9.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         12.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         18.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         24.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         36.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         48.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         54.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                 HT Capabilities:
Sep 10 12:19:50 luna iwd[827]:                         HT40
Sep 10 12:19:50 luna iwd[827]:                         Short GI for 20Mhz
Sep 10 12:19:50 luna iwd[827]:                         Short GI for 40Mhz
Sep 10 12:19:50 luna iwd[827]:                 HT RX MCS indexes:
Sep 10 12:19:50 luna iwd[827]:                         0-15
Sep 10 12:19:50 luna iwd[827]:         5GHz Band:
Sep 10 12:19:50 luna iwd[827]:                 Bitrates (non-HT):
Sep 10 12:19:50 luna iwd[827]:                          6.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                          9.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         12.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         18.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         24.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         36.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         48.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                         54.0 Mbps
Sep 10 12:19:50 luna iwd[827]:                 HT Capabilities:
Sep 10 12:19:50 luna iwd[827]:                         HT40
Sep 10 12:19:50 luna iwd[827]:                         Short GI for 20Mhz
Sep 10 12:19:50 luna iwd[827]:                         Short GI for 40Mhz
Sep 10 12:19:50 luna iwd[827]:                 HT RX MCS indexes:
Sep 10 12:19:50 luna iwd[827]:                         0-15
Sep 10 12:19:50 luna iwd[827]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Sep 10 12:19:50 luna iwd[827]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Sep 10 12:19:50 luna iwd[827]:                  TKIP
Sep 10 12:19:50 luna iwd[827]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Sep 10 12:19:50 luna kernel: r8169 0000:02:00.0 eno0: Link is Down
Sep 10 12:19:50 luna systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 10 12:19:50 luna systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 10 12:19:50 luna sshd[919]: Server listening on 0.0.0.0 port 22.
Sep 10 12:19:50 luna sshd[919]: Server listening on :: port 22.
Sep 10 12:19:50 luna systemd[1]: Starting User Manager for UID 1000...
Sep 10 12:19:50 luna systemd[1]: Started OpenSSH Daemon.
Sep 10 12:19:50 luna (systemd)[939]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[hugues] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 12:19:50 luna (systemd)[939]: pam_unix(systemd-user:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:19:50 luna systemd-logind[828]: New session 2 of user hugues.
Sep 10 12:19:50 luna kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 10 12:19:50 luna dhcpcd[963]: Dropped protocol specifier '.link' from 'eno0.link'. Using 'eno0' (ifindex=2).
Sep 10 12:19:50 luna dhcpcd[836]: no interfaces have a carrier
Sep 10 12:19:50 luna dhcpcd[836]: eno0: waiting for carrier
Sep 10 12:19:50 luna dhcpcd[836]: ps_root_dispatch: No such process
Sep 10 12:19:50 luna dhcpcd[836]: ps_root_dispatch: No such process
Sep 10 12:19:50 luna ifplugd(enp0s20f0u5c2)[833]: Initialization complete, link beat not detected.
Sep 10 12:19:50 luna iwd[827]: event: state, old: disconnected, new: autoconnect_quick
Sep 10 12:19:50 luna iwd[827]: udev interface=wlan0 ifindex=4
Sep 10 12:19:50 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:19:50 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:19:50 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:19:50 luna systemd[1]: Reached target Multi-User System.
Sep 10 12:19:50 luna systemd[1]: Reached target Graphical Interface.
Sep 10 12:19:50 luna systemd[1]: Starting TLP system startup/shutdown...
Sep 10 12:19:50 luna systemd[939]: Queued start job for default target Main User Target.
Sep 10 12:19:50 luna systemd[939]: Created slice User Application Slice.
Sep 10 12:19:50 luna systemd[939]: Reached target Paths.
Sep 10 12:19:50 luna systemd[939]: Reached target Timers.
Sep 10 12:19:50 luna systemd[939]: Starting D-Bus User Message Bus Socket...
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG network certificate management daemon.
Sep 10 12:19:50 luna systemd[939]: Starting GCR ssh-agent wrapper...
Sep 10 12:19:50 luna systemd[939]: Listening on GNOME Keyring daemon.
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 12:19:50 luna systemd[939]: Listening on GnuPG public key management service.
Sep 10 12:19:50 luna systemd[939]: Listening on p11-kit server.
Sep 10 12:19:50 luna systemd[939]: Listening on PipeWire Multimedia System Sockets.
Sep 10 12:19:50 luna systemd[939]: Listening on Sound System.
Sep 10 12:19:50 luna systemd[939]: Listening on D-Bus User Message Bus Socket.
Sep 10 12:19:50 luna systemd[939]: Listening on GCR ssh-agent wrapper.
Sep 10 12:19:50 luna systemd[939]: Reached target Sockets.
Sep 10 12:19:50 luna systemd[939]: Reached target Basic System.
Sep 10 12:19:50 luna systemd[1]: Started User Manager for UID 1000.
Sep 10 12:19:50 luna systemd[939]: Starting Update XDG user dir configuration...
Sep 10 12:19:50 luna systemd[1]: Started Session 1 of User hugues.
Sep 10 12:19:50 luna systemd[939]: Finished Update XDG user dir configuration.
Sep 10 12:19:50 luna systemd[939]: Reached target Main User Target.
Sep 10 12:19:50 luna systemd[939]: Startup finished in 181ms.
Sep 10 12:19:50 luna kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Sep 10 12:19:50 luna systemd[1]: Starting Authorization Manager...
Sep 10 12:19:50 luna polkitd[1008]: Started polkitd version 125
Sep 10 12:19:50 luna systemd[1]: Started Authorization Manager.
Sep 10 12:19:51 luna kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Sep 10 12:19:51 luna avahi-daemon[822]: Server startup complete. Host name is luna.local. Local service cookie is 2319482122.
Sep 10 12:19:51 luna kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Sep 10 12:19:51 luna kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 10 12:19:51 luna kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
Sep 10 12:19:51 luna kernel: acpi device:03: registered as cooling_device13
Sep 10 12:19:51 luna kernel: Registered IR keymap rc-cec
Sep 10 12:19:51 luna kernel: rc rc0: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0
Sep 10 12:19:51 luna kernel: input: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input14
Sep 10 12:19:51 luna iwd[827]: event: connect-info, ssid: FrereJacques, bss: 1c:61:b4:83:7d:a7, signal: -51, load: 2/255
Sep 10 12:19:51 luna iwd[827]: event: state, old: autoconnect_quick, new: connecting (auto)
Sep 10 12:19:51 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:19:51 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:19:51 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:19:51 luna kernel: wlan0: 1c:61:b4:83:7d:a7 denied authentication (status 77)
Sep 10 12:19:52 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:19:52 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:19:52 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:19:52 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:19:52 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:19:52 luna kernel: fbcon: i915drmfb (fb0) is primary device
Sep 10 12:19:52 luna kernel: Console: switching to colour frame buffer device 240x67
Sep 10 12:19:52 luna kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 10 12:19:52 luna sway[980]: 00:00:01.388 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:137] Could not take device: No such device
Sep 10 12:19:52 luna sway[980]: 00:00:01.388 [ERROR] [wlr] [backend/session/session.c:321] Failed to open device: '/dev/dri/card1': Resource temporarily unavailable
Sep 10 12:19:52 luna sway[980]: 00:00:01.390 [ERROR] [wlr] [backend/backend.c:210] Found 0 GPUs, cannot create backend
Sep 10 12:19:52 luna sway[980]: 00:00:01.390 [ERROR] [wlr] [backend/backend.c:376] Failed to open any DRM device
Sep 10 12:19:52 luna systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 10 12:19:52 luna systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Sep 10 12:19:52 luna kernel: wlan0: authenticated
Sep 10 12:19:52 luna kernel: wlan0: associate with 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:19:52 luna kernel: wlan0: RX AssocResp from 1c:61:b4:83:7d:a7 (capab=0x111 status=0 aid=3)
Sep 10 12:19:52 luna kernel: wlan0: associated
Sep 10 12:19:52 luna iwd[827]: hardware_rekey not supported
Sep 10 12:19:52 luna kernel: wlan0: Limiting TX power to 21 (24 - 3) dBm as advertised by 1c:61:b4:83:7d:a7
Sep 10 12:19:52 luna iwd[827]: event: state, old: connecting (auto), new: connecting (netconfig)
Sep 10 12:19:53 luna avahi-daemon[822]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1acf:5eff:fef4:f00.
Sep 10 12:19:53 luna avahi-daemon[822]: New relevant interface wlan0.IPv6 for mDNS.
Sep 10 12:19:53 luna avahi-daemon[822]: Registering new address record for fe80::1acf:5eff:fef4:f00 on wlan0.*.
Sep 10 12:19:53 luna kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 10 12:19:53 luna sway[980]: 00:00:02.824 [ERROR] [sway/server.c:137] Unable to create backend
Sep 10 12:19:53 luna systemd-logind[828]: Watching system buttons on /dev/input/event10 (DP-2)
Sep 10 12:19:53 luna autologin[922]: pam_unix(autologin:session): session closed for user hugues
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0: ALC256: SKU not ready 0x411111f0
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
Sep 10 12:19:53 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Sep 10 12:19:53 luna autologin[922]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-922) opened.
Sep 10 12:19:53 luna systemd[1]: autologin.service: Deactivated successfully.
Sep 10 12:19:53 luna systemd[1]: session-1.scope: Deactivated successfully.
Sep 10 12:19:53 luna systemd-logind[828]: Session 1 logged out. Waiting for processes to exit.
Sep 10 12:19:53 luna systemd-logind[828]: Removed session 1.
Sep 10 12:19:53 luna systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Sep 10 12:19:53 luna tlp[970]: Applying power save settings...done.
Sep 10 12:19:53 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Sep 10 12:19:53 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Sep 10 12:19:53 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Sep 10 12:19:53 luna systemd[939]: Reached target Sound Card.
Sep 10 12:19:53 luna systemd[1]: Starting Save/Restore Sound Card State...
Sep 10 12:19:53 luna systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 10 12:19:53 luna dhcpcd[836]: eno0: carrier acquired
Sep 10 12:19:53 luna kernel: r8169 0000:02:00.0 eno0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 10 12:19:53 luna dhcpcd[836]: eno0: IAID 81:38:93:c8
Sep 10 12:19:53 luna systemd[1]: Finished Save/Restore Sound Card State.
Sep 10 12:19:53 luna systemd[1]: Reached target Sound Card.
Sep 10 12:19:53 luna tlp[970]: Setting battery charge thresholds...done.
Sep 10 12:19:53 luna systemd[1]: Finished TLP system startup/shutdown.
Sep 10 12:19:53 luna systemd[1]: Startup finished in 21.485s (kernel) + 5.532s (userspace) = 27.018s.
Sep 10 12:19:53 luna dhcpcd[836]: eno0: rebinding lease of 192.168.133.191
Sep 10 12:19:54 luna ifplugd(eno0)[834]: Link beat detected.
Sep 10 12:19:54 luna systemd[1]: autologin.service: Scheduled restart job, restart counter is at 1.
Sep 10 12:19:54 luna systemd[1]: Started Autologin.
Sep 10 12:19:54 luna autologin[1251]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-1251) opened.
Sep 10 12:19:54 luna autologin[1251]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:19:54 luna autologin[1251]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1251) opened.
Sep 10 12:19:54 luna systemd-logind[828]: New session 3 of user hugues.
Sep 10 12:19:54 luna systemd[1]: Started Session 3 of User hugues.
Sep 10 12:19:55 luna avahi-daemon[822]: Joining mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:19:55 luna avahi-daemon[822]: New relevant interface eno0.IPv6 for mDNS.
Sep 10 12:19:55 luna avahi-daemon[822]: Registering new address record for fe80::223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:19:55 luna ifplugd(eno0)[834]: Executing '/etc/ifplugd/ifplugd.action eno0 up'.
Sep 10 12:19:55 luna ifplugd(eno0)[834]: client: expect dhcpcd to take care of that...
Sep 10 12:19:55 luna ifplugd(eno0)[834]: Program executed successfully.
Sep 10 12:19:55 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:19:55 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:19:56 luna systemd[1]: Reached target Bluetooth Support.
Sep 10 12:19:56 luna systemd[939]: Reached target Bluetooth.
Sep 10 12:19:57 luna dhcpcd[836]: eno0: leased 192.168.133.191 for 43200 seconds
Sep 10 12:19:57 luna avahi-daemon[822]: Joining mDNS multicast group on interface eno0.IPv4 with address 192.168.133.191.
Sep 10 12:19:57 luna avahi-daemon[822]: New relevant interface eno0.IPv4 for mDNS.
Sep 10 12:19:57 luna avahi-daemon[822]: Registering new address record for 192.168.133.191 on eno0.IPv4.
Sep 10 12:19:57 luna dhcpcd[836]: eno0: adding route to 192.168.128.0/18
Sep 10 12:19:57 luna dhcpcd[836]: eno0: adding default route via 192.168.128.1
Sep 10 12:19:57 luna iwd[827]: event: state, old: connecting (netconfig), new: connected
Sep 10 12:19:57 luna avahi-daemon[822]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.143.158.
Sep 10 12:19:57 luna avahi-daemon[822]: New relevant interface wlan0.IPv4 for mDNS.
Sep 10 12:19:57 luna avahi-daemon[822]: Registering new address record for 192.168.143.158 on wlan0.IPv4.
Sep 10 12:19:57 luna systemd-resolved[726]: wlan0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:19:57 luna systemd-resolved[726]: wlan0: Bus client set search domain list to: bkp
Sep 10 12:19:57 luna dhcpcd[1336]: Dropped protocol specifier '.dhcp' from 'eno0.dhcp'. Using 'eno0' (ifindex=2).
Sep 10 12:19:57 luna systemd-resolved[726]: eno0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:19:57 luna systemd-resolved[726]: eno0: Bus client set search domain list to: bkp, bkp
Sep 10 12:19:57 luna systemd[939]: Created slice User Core Session Slice.
Sep 10 12:19:57 luna systemd[939]: Starting D-Bus User Message Bus...
Sep 10 12:19:57 luna sway[1265]: 2024-09-10 12:19:57 - [swaybg-1.2.1/main.c:282] Found config * for output eDP-1 (Chimei Innolux Corporation 0x1415)
Sep 10 12:19:57 luna sway[1265]: 2024-09-10 12:19:57 - [swaybg-1.2.1/main.c:282] Found config * for output DP-2 (Dell Inc. DELL U2718Q 4K8X785R1RJL)
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Service file '/usr/share/dbus-1/services/fr.emersion.mako.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Service file '/usr/share/dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share/dbus-1/services/org.knopwob.dunst.service'
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 10 12:19:57 luna systemd[939]: Started D-Bus User Message Bus.
Sep 10 12:19:57 luna dbus-broker-launch[1353]: Ready
Sep 10 12:19:57 luna systemd[939]: Starting User preferences database...
Sep 10 12:19:57 luna systemd[939]: Started User preferences database.
Sep 10 12:19:57 luna systemd[939]: Starting Virtual filesystem service...
Sep 10 12:19:57 luna systemd[939]: Started Virtual filesystem service.
Sep 10 12:19:57 luna avahi-daemon[822]: Leaving mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:19:57 luna avahi-daemon[822]: Joining mDNS multicast group on interface eno0.IPv6 with address fd65:be21:bf49:0:223:81ff:fe38:93c8.
Sep 10 12:19:57 luna avahi-daemon[822]: Registering new address record for fd65:be21:bf49:0:223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:19:57 luna avahi-daemon[822]: Withdrawing address record for fe80::223:81ff:fe38:93c8 on eno0.
Sep 10 12:19:57 luna systemd[1]: Starting Disk Manager...
Sep 10 12:19:57 luna udisksd[1399]: udisks daemon version 2.10.1 starting
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.341] [info] Using configuration file /home/hugues/.config/waybar/config
Sep 10 12:19:57 luna systemd[939]: Starting Portal service...
Sep 10 12:19:57 luna systemd[939]: Starting flatpak document portal service...
Sep 10 12:19:57 luna systemd[939]: Starting sandboxed app permission store...
Sep 10 12:19:57 luna systemd[939]: Started sandboxed app permission store.
Sep 10 12:19:57 luna systemd[939]: Started flatpak document portal service.
Sep 10 12:19:57 luna systemd[939]: Starting Portal service (GTK/GNOME implementation)...
Sep 10 12:19:57 luna systemd[1]: Started Disk Manager.
Sep 10 12:19:57 luna udisksd[1399]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 10 12:19:57 luna systemd[939]: Starting Accessibility services bus...
Sep 10 12:19:57 luna systemd[939]: Started Accessibility services bus.
Sep 10 12:19:57 luna at-spi-bus-launcher[1438]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Sep 10 12:19:57 luna at-spi-bus-launcher[1438]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Sep 10 12:19:57 luna dbus-broker-launch[1438]: Ready
Sep 10 12:19:57 luna systemd[939]: Created slice Slice /app/dbus-:1.17-org.a11y.atspi.Registry.
Sep 10 12:19:57 luna systemd[939]: Started dbus-:1.17-org.a11y.atspi.Registry@0.service.
Sep 10 12:19:57 luna systemd[939]: Started Portal service (GTK/GNOME implementation).
Sep 10 12:19:57 luna systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 10 12:19:57 luna at-spi2-registryd[1440]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully called chroot.
Sep 10 12:19:57 luna systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully dropped privileges.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully limited resources.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Canary thread running.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Running.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Watchdog thread running.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna systemd[939]: Started PipeWire Multimedia Service.
Sep 10 12:19:57 luna systemd[939]: Started Multimedia Service Session Manager.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully made thread 1449 of process 1449 owned by '1000' high priority at nice level -11.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 1 threads of 1 processes of 1 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully made thread 1453 of process 1449 owned by '1000' RT at priority 20.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:19:57 luna wireplumber[1450]: wp-internal-comp-loader: Loading profile 'main'
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully made thread 1450 of process 1450 owned by '1000' high priority at nice level -11.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 3 threads of 2 processes of 1 users.
Sep 10 12:19:57 luna systemd[939]: Starting Portal service (wlroots implementation)...
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully made thread 1463 of process 1450 owned by '1000' RT at priority 20.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 4 threads of 2 processes of 1 users.
Sep 10 12:19:57 luna systemd[939]: Started Portal service (wlroots implementation).
Sep 10 12:19:57 luna systemd[939]: Started Portal service.
Sep 10 12:19:57 luna wireplumber[1450]: wp-device: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Sep 10 12:19:57 luna wireplumber[1450]: s-monitors: PipeWire's ALSA SPA plugin is missing or broken. Sound cards will not be supported
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.620] [info] Using CSS file /etc/xdg/waybar/style.css
Sep 10 12:19:57 luna wireplumber[1450]: wp-device: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Sep 10 12:19:57 luna wireplumber[1450]: s-monitors: PipeWire's BlueZ SPA plugin is missing or broken. Bluetooth devices will not be supported.
Sep 10 12:19:57 luna wireplumber[1450]: wp-device: SPA handle 'api.bluez5.midi.enum' could not be loaded; is it installed?
Sep 10 12:19:57 luna wireplumber[1450]: s-monitors: PipeWire's BlueZ MIDI SPA missing or broken. Bluetooth not supported.
Sep 10 12:19:57 luna wireplumber[1450]: pw.resource: can't create node: No such file or directory
Sep 10 12:19:57 luna wireplumber[1450]: wp-node: failed to create node from factory 'spa-node-factory'
Sep 10 12:19:57 luna wireplumber[1450]: s-monitors: Failed to create BLE MIDI server.
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.630] [warning] Mapping is not an object
Sep 10 12:19:57 luna wireplumber[1450]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 10 12:19:57 luna wireplumber[1450]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 10 12:19:57 luna systemd[939]: Starting Sound Service...
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.638] [warning] no bluetooth controller found
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.641] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.660] [warning] No battery named BAT2
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.678] [warning] Mapping is not an object
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.682] [warning] no bluetooth controller found
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.684] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:19:57 luna rtkit-daemon[1443]: Successfully made thread 1473 of process 1473 owned by '1000' high priority at nice level -11.
Sep 10 12:19:57 luna rtkit-daemon[1443]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:19:57 luna udiskie[1356]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.698] [warning] No battery named BAT2
Sep 10 12:19:57 luna sway[1339]: [2024-09-10 12:19:57.706] [info] Bar configured (width: 447, height: 30) for output: DP-2
Sep 10 12:19:57 luna waybar[1339]: Status Notifier Item with bus name ':1.15' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:19:58 luna sway[1339]: [2024-09-10 12:19:58.033] [info] Bar configured (width: 1920, height: 30) for output: eDP-1
Sep 10 12:19:58 luna sway[1339]: [2024-09-10 12:19:58.033] [info] Bar configured (width: 3072, height: 30) for output: DP-2
Sep 10 12:19:58 luna waybar[1339]: Status Notifier Item with bus name ':1.7' and object path '/org/ayatana/NotificationItem/ulauncher' is already registered
Sep 10 12:19:58 luna waybar[1339]: Status Notifier Item with bus name ':1.15' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:19:58 luna rtkit-daemon[1443]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:19:58 luna rtkit-daemon[1443]: Successfully made thread 1553 of process 1473 owned by '1000' RT at priority 5.
Sep 10 12:19:58 luna rtkit-daemon[1443]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:19:58 luna rtkit-daemon[1443]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:19:58 luna rtkit-daemon[1443]: Successfully made thread 1555 of process 1473 owned by '1000' RT at priority 5.
Sep 10 12:19:58 luna rtkit-daemon[1443]: Supervising 7 threads of 3 processes of 1 users.
Sep 10 12:19:58 luna dbus-broker-launch[820]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Sep 10 12:19:58 luna systemd[939]: Started Sound Service.
Sep 10 12:19:58 luna pulseaudio[1473]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.bluez': activation request failed: unknown unit
Sep 10 12:13:16 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:13:16 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:13:16 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:13:16 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:13:16 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:13:16 luna kernel: APIC: Static calls initialized
Sep 10 12:13:16 luna kernel: SMBIOS 3.0 present.
Sep 10 12:13:16 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:13:16 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:13:16 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:13:16 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:13:16 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:13:16 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:13:16 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:13:16 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:13:16 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:13:16 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:13:16 luna kernel: Using GB pages for direct mapping
Sep 10 12:13:16 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:13:16 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:13:16 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:13:16 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:13:16 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:13:16 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:13:16 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:13:16 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:13:16 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:13:16 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:13:16 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:13:16 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:13:16 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:13:16 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:13:16 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:13:16 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:13:16 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:13:16 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:13:16 luna kernel: No NUMA configuration found
Sep 10 12:13:16 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:13:16 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:13:16 luna kernel: Zone ranges:
Sep 10 12:13:16 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:13:16 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:13:16 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:13:16 luna kernel:   Device   empty
Sep 10 12:13:16 luna kernel: Movable zone start for each node
Sep 10 12:13:16 luna kernel: Early memory node ranges
Sep 10 12:13:16 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:13:16 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:13:16 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:13:16 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:13:16 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:13:16 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:13:16 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:13:16 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:13:16 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:13:16 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:13:16 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:13:16 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:13:16 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:13:16 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:13:16 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:13:16 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:13:16 luna kernel: TSC deadline timer available
Sep 10 12:13:16 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:13:16 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:13:16 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:13:16 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:13:16 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:13:16 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:13:16 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:13:16 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:13:16 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:13:16 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:13:16 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:13:16 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:13:16 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:13:16 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:13:16 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:13:16 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:13:16 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:13:16 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:13:16 luna kernel: random: crng init done
Sep 10 12:13:16 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:13:16 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:13:16 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:13:16 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:13:16 luna kernel: Policy zone: Normal
Sep 10 12:13:16 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:13:16 luna kernel: software IO TLB: area num 16.
Sep 10 12:13:16 luna kernel: Memory: 49172528K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030548K reserved, 0K cma-reserved)
Sep 10 12:13:16 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:13:16 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:13:16 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:13:16 luna kernel: Dynamic Preempt: full
Sep 10 12:13:16 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:13:16 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:13:16 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:13:16 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:13:16 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:13:16 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:13:16 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:13:16 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:13:16 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:13:16 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:13:16 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:13:16 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:13:16 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:13:16 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:13:16 luna kernel: Console: colour dummy device 80x25
Sep 10 12:13:16 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:13:16 luna kernel: ACPI: Core revision 20240322
Sep 10 12:13:16 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:13:16 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:13:16 luna kernel: DMAR: Host address width 39
Sep 10 12:13:16 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:13:16 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:13:16 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:13:16 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:13:16 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:13:16 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:13:16 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:13:16 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:13:16 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:13:16 luna kernel: x2apic enabled
Sep 10 12:13:16 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:13:16 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:13:16 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:13:16 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:13:16 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:13:16 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:13:16 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:13:16 luna kernel: process: using mwait in idle threads
Sep 10 12:13:16 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:13:16 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:13:16 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:13:16 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:13:16 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:13:16 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:13:16 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:13:16 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:13:16 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:13:16 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:13:16 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:13:16 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:13:16 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:13:16 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:13:16 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:13:16 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:13:16 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:13:16 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:13:16 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:13:16 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:13:16 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:13:16 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:13:16 luna kernel: landlock: Up and running.
Sep 10 12:13:16 luna kernel: Yama: becoming mindful.
Sep 10 12:13:16 luna kernel: LSM support for eBPF active
Sep 10 12:13:16 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:13:16 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:13:16 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:13:16 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:13:16 luna kernel: ... version:                4
Sep 10 12:13:16 luna kernel: ... bit width:              48
Sep 10 12:13:16 luna kernel: ... generic registers:      4
Sep 10 12:13:16 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:13:16 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:13:16 luna kernel: ... fixed-purpose events:   3
Sep 10 12:13:16 luna kernel: ... event mask:             000000070000000f
Sep 10 12:13:16 luna kernel: signal: max sigframe size: 2032
Sep 10 12:13:16 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:13:16 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:13:16 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:13:16 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:13:16 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:13:16 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:13:16 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:13:16 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:13:16 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:13:16 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:13:16 luna kernel: devtmpfs: initialized
Sep 10 12:13:16 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:13:16 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:13:16 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:13:16 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:13:16 luna kernel: PM: RTC time: 19:12:41, date: 2024-09-10
Sep 10 12:13:16 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:13:16 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:13:16 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:13:16 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:13:16 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:13:16 luna kernel: audit: type=2000 audit(1725995561.009:1): state=initialized audit_enabled=0 res=1
Sep 10 12:13:16 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:13:16 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:13:16 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:13:16 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:13:16 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:13:16 luna kernel: cpuidle: using governor ladder
Sep 10 12:13:16 luna kernel: cpuidle: using governor menu
Sep 10 12:13:16 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:13:16 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:13:16 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:13:16 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:13:16 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:13:16 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:13:16 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:13:16 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:13:16 luna kernel: Demotion targets for Node 0: null
Sep 10 12:13:16 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:13:16 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:13:16 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:13:16 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:13:16 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:13:16 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:13:16 luna kernel: ACPI: EC: EC started
Sep 10 12:13:16 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:13:16 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:13:16 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:13:16 luna kernel: ACPI: Interpreter enabled
Sep 10 12:13:16 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:13:16 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:13:16 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:13:16 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:13:16 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:13:16 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:13:16 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:13:16 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:13:16 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:13:16 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:13:16 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:13:16 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:13:16 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:13:16 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:13:16 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:13:16 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:13:16 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:13:16 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:13:16 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:13:16 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:13:16 luna kernel: ACPI: EC: event unblocked
Sep 10 12:13:16 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:13:16 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:13:16 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:13:16 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:13:16 luna kernel: iommu: Default domain type: Translated
Sep 10 12:13:16 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:13:16 luna kernel: SCSI subsystem initialized
Sep 10 12:13:16 luna kernel: libata version 3.00 loaded.
Sep 10 12:13:16 luna kernel: ACPI: bus type USB registered
Sep 10 12:13:16 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:13:16 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:13:16 luna kernel: usbcore: registered new device driver usb
Sep 10 12:13:16 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:13:16 luna kernel: NetLabel: Initializing
Sep 10 12:13:16 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:13:16 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:13:16 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:13:16 luna kernel: mctp: management component transport protocol core
Sep 10 12:13:16 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:13:16 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:13:16 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:13:16 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:13:16 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:13:16 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:13:16 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:13:16 luna kernel: vgaarb: loaded
Sep 10 12:13:16 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:13:16 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:13:16 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:13:16 luna kernel: pnp: PnP ACPI init
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:13:16 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:13:16 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:13:16 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:13:16 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:13:16 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:13:16 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:13:16 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:13:16 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:13:16 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:13:16 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:13:16 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:13:16 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:13:16 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:13:16 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:13:16 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:13:16 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:13:16 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:13:16 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:13:16 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:13:16 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:13:16 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:13:16 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:13:16 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:13:16 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:13:16 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:13:16 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:13:16 luna kernel: Initialise system trusted keyrings
Sep 10 12:13:16 luna kernel: Key type blacklist registered
Sep 10 12:13:16 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:13:16 luna kernel: zbud: loaded
Sep 10 12:13:16 luna kernel: fuse: init (API version 7.40)
Sep 10 12:13:16 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:13:16 luna kernel: integrity: Machine keyring initialized
Sep 10 12:13:16 luna kernel: Key type asymmetric registered
Sep 10 12:13:16 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:13:16 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:13:16 luna kernel: io scheduler mq-deadline registered
Sep 10 12:13:16 luna kernel: io scheduler kyber registered
Sep 10 12:13:16 luna kernel: io scheduler bfq registered
Sep 10 12:13:16 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:13:16 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:13:16 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:13:16 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:13:16 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:13:16 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:13:16 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:13:16 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:13:16 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:13:16 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:13:16 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:13:16 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:13:16 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:13:16 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:13:16 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:13:16 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:13:16 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:13:16 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:13:16 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:13:16 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:13:16 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:13:16 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:13:16 luna kernel: Linux agpgart interface v0.103
Sep 10 12:13:16 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:13:16 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:13:16 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:13:16 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:13:16 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:13:16 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:13:16 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:12:42 UTC (1725995562)
Sep 10 12:13:16 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:13:16 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:13:16 luna kernel: intel_pstate: HWP enabled
Sep 10 12:13:16 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:13:16 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:13:16 luna kernel: fbcon: Deferring console take-over
Sep 10 12:13:16 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:13:16 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:13:16 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:13:16 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:13:16 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:13:16 luna kernel: Segment Routing with IPv6
Sep 10 12:13:16 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:13:16 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:13:16 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:13:16 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:13:16 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:13:16 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:13:16 luna kernel: sched_clock: Marking stable (693334949, 9041790)->(728423062, -26046323)
Sep 10 12:13:16 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:13:16 luna kernel: registered taskstats version 1
Sep 10 12:13:16 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:13:16 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:13:16 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:13:16 luna kernel: Demotion targets for Node 0: null
Sep 10 12:13:16 luna kernel: Key type .fscrypt registered
Sep 10 12:13:16 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:13:16 luna kernel: PM:   Magic number: 8:952:242
Sep 10 12:13:16 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:13:16 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:13:16 luna kernel: clk: Disabling unused clocks
Sep 10 12:13:16 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:13:16 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:13:16 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:13:16 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:13:16 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:13:16 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:13:16 luna kernel: rodata_test: all tests were successful
Sep 10 12:13:16 luna kernel: Run /init as init process
Sep 10 12:13:16 luna kernel:   with arguments:
Sep 10 12:13:16 luna kernel:     /init
Sep 10 12:13:16 luna kernel:   with environment:
Sep 10 12:13:16 luna kernel:     HOME=/
Sep 10 12:13:16 luna kernel:     TERM=linux
Sep 10 12:13:16 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:13:16 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:13:16 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:13:16 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:13:16 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:13:16 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:13:16 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:13:16 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:13:16 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:13:16 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:13:16 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:13:16 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:13:16 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:13:16 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:13:16 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:13:16 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:13:16 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:13:16 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:13:16 luna kernel: usb: port power management may be unreliable
Sep 10 12:13:16 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:13:16 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:13:16 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:13:16 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:13:16 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:13:16 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:13:16 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:13:16 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:13:16 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:13:16 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:13:16 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:13:16 luna kernel: fbcon: Taking over console
Sep 10 12:13:16 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:13:16 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:13:16 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:13:16 luna kernel: Key type trusted registered
Sep 10 12:13:16 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:13:16 luna kernel: Key type encrypted registered
Sep 10 12:13:16 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 12:13:16 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:13:16 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:13:16 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:13:16 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:13:16 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:13:16 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:13:16 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:13:16 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:13:16 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:13:16 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:13:16 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:13:16 luna kernel: tsc: Refined TSC clocksource calibration: 1608.004 MHz
Sep 10 12:13:16 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dae07d76, max_idle_ns: 440795224364 ns
Sep 10 12:13:16 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:13:16 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:13:16 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:13:16 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:13:16 luna kernel: PM: Image not found (code -22)
Sep 10 12:13:16 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:13:16 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:13:16 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:13:16 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:13:16 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:13:16 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:13:16 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:13:16 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:13:16 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:13:16 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:13:16 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:13:16 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:13:16 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:13:16 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:13:16 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:13:16 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:13:16 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:13:16 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:13:16 luna systemd[1]: Reached target Slice Units.
Sep 10 12:13:16 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:13:16 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:13:16 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:13:16 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:13:16 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:13:16 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:13:16 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:13:16 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:16 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:16 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:13:16 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:13:16 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:13:16 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:13:16 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:13:16 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:13:16 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:13:16 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:13:16 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:13:16 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:13:16 luna systemd[1]: Starting Journal Service...
Sep 10 12:13:16 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:13:16 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:16 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:13:16 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:16 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:13:16 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:13:16 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:13:16 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:13:16 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:13:16 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:13:16 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:13:16 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:13:16 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:13:16 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:13:16 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:13:16 luna kernel: loop: module loaded
Sep 10 12:13:16 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:13:16 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:13:16 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:13:16 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:13:16 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:13:16 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:13:16 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:13:16 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:13:16 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:13:16 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:13:16 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:13:16 luna systemd-journald[678]: Collecting audit messages is disabled.
Sep 10 12:13:16 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:13:16 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:13:16 luna systemd-journald[678]: Journal started
Sep 10 12:13:16 luna systemd-journald[678]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:13:16 luna systemd-modules-load[679]: Failed to find module 'acpi_call'
Sep 10 12:13:16 luna systemd-modules-load[679]: Inserted module 'crypto_user'
Sep 10 12:13:16 luna systemd-modules-load[679]: Inserted module 'pkcs8_key_parser'
Sep 10 12:13:16 luna lvm[672]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:13:16 luna systemd[1]: Started Journal Service.
Sep 10 12:13:16 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:13:16 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:13:16 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:13:16 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:13:16 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:13:16 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:13:16 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:13:16 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:16 luna systemd-journald[678]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.444ms for 681 entries.
Sep 10 12:13:16 luna systemd-journald[678]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 632.3M, max 4G, 3.3G free.
Sep 10 12:13:16 luna systemd-journald[678]: Received client request to flush runtime journal.
Sep 10 12:13:16 luna systemd-journald[678]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 12:13:16 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:13:16 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:13:16 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:13:16 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:13:16 luna systemd-udevd[714]: Using default interface naming scheme 'v255'.
Sep 10 12:13:16 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:13:16 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:13:16 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:13:16 luna lvm[737]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:13:16 luna lvm[737]: VG vg0 finished
Sep 10 12:13:16 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:13:16 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:13:16 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:13:16 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:13:16 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:13:16 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:13:16 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:13:16 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:13:16 luna kernel: CPU: 5 PID: 742 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:13:16 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:13:16 luna kernel: Call Trace:
Sep 10 12:13:16 luna kernel:  <TASK>
Sep 10 12:13:16 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:13:16 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:13:16 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:13:16 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:13:16 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:13:16 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:13:16 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:13:16 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:13:16 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:13:16 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:13:16 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:13:16 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:13:16 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:13:16 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:13:16 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:13:16 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:13:16 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:13:16 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:13:16 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:13:16 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:13:16 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:13:16 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:13:16 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:13:16 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:13:16 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:13:16 luna kernel:  ? vfs_read+0x159/0x370
Sep 10 12:13:16 luna kernel:  ? vfs_read+0x159/0x370
Sep 10 12:13:16 luna kernel:  ? __rseq_handle_notify_resume+0xa6/0x490
Sep 10 12:13:16 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 12:13:16 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:13:16 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:13:16 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:13:16 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:13:16 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:13:16 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:13:16 luna kernel: RIP: 0033:0x7ccbe3ef81fd
Sep 10 12:13:16 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:13:16 luna kernel: RSP: 002b:00007ffee013fbf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:13:16 luna kernel: RAX: ffffffffffffffda RBX: 000062fc83c392b0 RCX: 00007ccbe3ef81fd
Sep 10 12:13:16 luna kernel: RDX: 0000000000000004 RSI: 00007ccbe3ce705d RDI: 0000000000000025
Sep 10 12:13:16 luna kernel: RBP: 00007ffee013fcb0 R08: 0000000000000002 R09: 00007ffee013fc40
Sep 10 12:13:16 luna kernel: R10: 0000000000000007 R11: 0000000000000246 R12: 00007ccbe3ce705d
Sep 10 12:13:16 luna kernel: R13: 0000000000020000 R14: 000062fc83c551e0 R15: 000062fc83c57e70
Sep 10 12:13:16 luna kernel:  </TASK>
Sep 10 12:13:16 luna kernel: coreboot: could not register framebuffer
Sep 10 12:13:16 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:13:16 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:13:16 luna systemd-fsck[773]: /dev/mapper/vg0-home: recovering journal
Sep 10 12:13:16 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:13:16 luna systemd-fsck[773]: /dev/mapper/vg0-home: clean, 625705/46137344 files, 21077318/184544256 blocks
Sep 10 12:13:16 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:13:16 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:13:16 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:13:16 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:13:16 luna systemd[1]: Reached target Swaps.
Sep 10 12:13:16 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:13:16 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:13:16 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:13:16 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:13:16 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 12:13:16 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:13:16 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:13:16 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:13:16 luna systemd-fsck[830]: /dev/nvme0n1p2: recovering journal
Sep 10 12:13:16 luna systemd-fsck[830]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:13:16 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:13:16 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:13:16 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:13:16 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:13:16 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:13:16 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:13:16 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:13:17 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:13:17 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:13:17 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:13:17 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:13:17 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:13:17 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:13:17 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:13:17 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:13:17 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:13:17 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:13:17 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:13:17 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:13:17 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:13:17 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:13:17 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:13:17 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:13:17 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:13:17 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:13:17 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:13:17 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:13:17 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:13:17 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:13:17 luna systemd[1]: Mounting /boot...
Sep 10 12:13:17 luna systemd[1]: Mounting /home...
Sep 10 12:13:17 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:13:17 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:13:17 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:13:17 luna systemd[1]: Mounted /boot.
Sep 10 12:13:17 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:13:17 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:13:17 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:13:17 luna systemd[1]: Mounted /home.
Sep 10 12:13:17 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:13:17 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:13:17 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:13:17 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:13:17 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:13:17 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:13:17 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:13:17 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:13:17 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:13:17 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:13:17 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:13:17 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:13:17 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:13:17 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:13:17 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x000000003458b28b, irq=18
Sep 10 12:13:17 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:13:17 luna kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Sep 10 12:13:17 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:13:17 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:13:17 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:13:17 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 12:13:17 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:13:17 luna systemd[1]: Starting Network Name Resolution...
Sep 10 12:13:17 luna systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 10 12:13:17 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 12:13:17 luna systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 10 12:13:17 luna systemd-resolved[915]: Positive Trust Anchors:
Sep 10 12:13:17 luna systemd-resolved[915]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 10 12:13:17 luna systemd-resolved[915]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 10 12:13:17 luna kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Sep 10 12:13:17 luna kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Sep 10 12:13:17 luna systemd-resolved[915]: Using system hostname 'luna'.
Sep 10 12:13:17 luna systemd[1]: Started Network Name Resolution.
Sep 10 12:13:17 luna systemd[1]: Reached target Host and Network Name Lookups.
Sep 10 12:13:17 luna systemd[1]: Reached target System Initialization.
Sep 10 12:13:17 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:13:17 luna systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 10 12:13:17 luna systemd[1]: Started Daily man-db regeneration.
Sep 10 12:13:17 luna systemd[1]: Started Discard unused packages weekly.
Sep 10 12:13:17 luna systemd[1]: Started Daily verification of password and group files.
Sep 10 12:13:17 luna systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 10 12:13:17 luna systemd[1]: Reached target Path Units.
Sep 10 12:13:17 luna systemd[1]: Reached target Timer Units.
Sep 10 12:13:17 luna systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Sep 10 12:13:17 luna systemd[1]: Listening on CUPS Scheduler.
Sep 10 12:13:17 luna systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 10 12:13:17 luna systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 10 12:13:17 luna systemd[1]: Listening on Hostname Service Socket.
Sep 10 12:13:17 luna systemd[1]: Reached target Socket Units.
Sep 10 12:13:17 luna systemd[1]: Starting D-Bus System Message Bus...
Sep 10 12:13:17 luna systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:17 luna dbus-broker-launch[933]: Looking up NSS user entry for 'gnome-remote-desktop'...
Sep 10 12:13:17 luna dbus-broker-launch[933]: NSS returned no entry for 'gnome-remote-desktop'
Sep 10 12:13:17 luna dbus-broker-launch[933]: Invalid user-name in /usr/share/dbus-1/system.d/gdm.conf +29: user="gnome-remote-desktop"
Sep 10 12:13:17 luna dbus-broker-launch[933]: Looking up NSS user entry for 'pulse'...
Sep 10 12:13:17 luna dbus-broker-launch[933]: NSS returned no entry for 'pulse'
Sep 10 12:13:17 luna dbus-broker-launch[933]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Sep 10 12:13:17 luna systemd[1]: Started D-Bus System Message Bus.
Sep 10 12:13:17 luna systemd[1]: Reached target Basic System.
Sep 10 12:13:17 luna systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Sep 10 12:13:17 luna systemd[1]: Starting NTP client/server...
Sep 10 12:13:17 luna systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Sep 10 12:13:17 luna kernel: Bluetooth: Core ver 2.22
Sep 10 12:13:17 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 12:13:17 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 12:13:17 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 12:13:17 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 12:13:17 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 12:13:17 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:13:17 luna dbus-broker-launch[933]: Ready
Sep 10 12:13:17 luna systemd[1]: Starting Daemon which acts upon network cable insertion/removal...
Sep 10 12:13:17 luna systemd[1]: Starting Wireless service...
Sep 10 12:13:17 luna systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 10 12:13:17 luna systemd[1]: Starting User Login Management...
Sep 10 12:13:17 luna systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:13:17 luna ifplugd(eno0)[1020]: ifplugd 0.28 initializing.
Sep 10 12:13:17 luna dhcpcd[1013]: dhcpcd-10.0.10 starting
Sep 10 12:13:17 luna ifplugd(enp0s20f0u5c2)[1023]: ifplugd 0.28 initializing.
Sep 10 12:13:17 luna dhcpcd[1024]: dev: loaded udev
Sep 10 12:13:17 luna dhcpcd[1024]: DUID 00:01:00:01:29:d7:69:50:00:23:81:38:93:c8
Sep 10 12:13:17 luna avahi-daemon[998]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
Sep 10 12:13:17 luna avahi-daemon[998]: Successfully dropped root privileges.
Sep 10 12:13:17 luna avahi-daemon[998]: avahi-daemon 0.8 starting up.
Sep 10 12:13:17 luna systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Sep 10 12:13:17 luna avahi-daemon[998]: Successfully called chroot().
Sep 10 12:13:17 luna avahi-daemon[998]: Successfully dropped remaining capabilities.
Sep 10 12:13:17 luna avahi-daemon[998]: No service file found in /etc/avahi/services.
Sep 10 12:13:17 luna kernel: NET: Registered PF_ALG protocol family
Sep 10 12:13:17 luna kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 10 12:13:17 luna (chronyd)[1011]: chronyd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event2 (Lid Switch)
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event1 (Sleep Button)
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event5 (Intel HID events)
Sep 10 12:13:17 luna systemd-logind[1017]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 10 12:13:17 luna systemd-logind[1017]: New seat seat0.
Sep 10 12:13:17 luna systemd[1]: Started User Login Management.
Sep 10 12:13:17 luna chronyd[1046]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 -DEBUG)
Sep 10 12:13:17 luna chronyd[1046]: Frequency 1.581 +/- 0.320 ppm read from /var/lib/chrony/drift
Sep 10 12:13:17 luna chronyd[1046]: Using right/UTC timezone to obtain leap second data
Sep 10 12:13:17 luna systemd[1]: Started NTP client/server.
Sep 10 12:13:17 luna systemd-resolved[915]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Sep 10 12:13:18 luna iwd[1016]: Wireless daemon version 2.21
Sep 10 12:13:18 luna iwd[1016]: Loaded configuration from /etc/iwd/main.conf
Sep 10 12:13:18 luna systemd[1]: Started Wireless service.
Sep 10 12:13:18 luna systemd[1]: Reached target Network.
Sep 10 12:13:18 luna systemd[1]: Starting CUPS Scheduler...
Sep 10 12:13:18 luna systemd[1]: Starting OpenSSH Daemon...
Sep 10 12:13:18 luna systemd[1]: Starting Permit User Sessions...
Sep 10 12:13:18 luna iwd[1016]: [General].UseDefaultInterface is deprecated, please use [DriverQuirks].DefaultInterface instead
Sep 10 12:13:18 luna kernel: usbcore: registered new interface driver btusb
Sep 10 12:13:18 luna systemd[1]: Finished Permit User Sessions.
Sep 10 12:13:18 luna systemd[1]: Started Autologin.
Sep 10 12:13:18 luna autologin[1111]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-1111) opened.
Sep 10 12:13:18 luna dbus-broker-launch[933]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 10 12:13:18 luna systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 10 12:13:18 luna autologin[1111]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:13:18 luna autologin[1111]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1111) opened.
Sep 10 12:13:18 luna kernel: usb 1-3: USB disconnect, device number 2
Sep 10 12:13:18 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 12:13:18 luna systemd-logind[1017]: New session 1 of user hugues.
Sep 10 12:13:18 luna systemd[1]: Created slice User Slice of UID 1000.
Sep 10 12:13:18 luna systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 10 12:13:18 luna systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 10 12:13:18 luna systemd[1]: Starting User Manager for UID 1000...
Sep 10 12:13:18 luna systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 10 12:13:18 luna (systemd)[1121]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[hugues] ruser=[<unknown>] rhost=[<unknown>]
Sep 10 12:13:18 luna (systemd)[1121]: pam_unix(systemd-user:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:13:18 luna systemd-logind[1017]: New session 2 of user hugues.
Sep 10 12:13:18 luna ifplugd(eno0)[1020]: Using interface eno0/00:23:81:38:93:C8 with driver <r8169> (version: 6.10.9-arch1-1.1)
Sep 10 12:13:18 luna ifplugd(enp0s20f0u5c2)[1023]: Using interface enp0s20f0u5c2
Sep 10 12:13:18 luna avahi-daemon[998]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Sep 10 12:13:18 luna avahi-daemon[998]: New relevant interface lo.IPv6 for mDNS.
Sep 10 12:13:18 luna avahi-daemon[998]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Sep 10 12:13:18 luna avahi-daemon[998]: New relevant interface lo.IPv4 for mDNS.
Sep 10 12:13:18 luna avahi-daemon[998]: Network interface enumeration completed.
Sep 10 12:13:18 luna avahi-daemon[998]: Registering new address record for ::1 on lo.*.
Sep 10 12:13:18 luna ifplugd(eno0)[1020]: Using detection mode: SIOCETHTOOL
Sep 10 12:13:18 luna ifplugd(eno0)[1020]: Initialization complete, link beat not detected.
Sep 10 12:13:18 luna avahi-daemon[998]: Registering new address record for 127.0.0.1 on lo.IPv4.
Sep 10 12:13:18 luna iwd[1016]: Wiphy: 0, Name: phy0
Sep 10 12:13:18 luna iwd[1016]:         Permanent Address: 18:cf:5e:f4:0f:00
Sep 10 12:13:18 luna iwd[1016]:         2.4GHz Band:
Sep 10 12:13:18 luna iwd[1016]:                 Bitrates (non-HT):
Sep 10 12:13:18 luna iwd[1016]:                          1.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                          2.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                          5.5 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         11.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                          6.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                          9.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         12.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         18.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         24.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         36.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         48.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         54.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                 HT Capabilities:
Sep 10 12:13:18 luna iwd[1016]:                         HT40
Sep 10 12:13:18 luna iwd[1016]:                         Short GI for 20Mhz
Sep 10 12:13:18 luna iwd[1016]:                         Short GI for 40Mhz
Sep 10 12:13:18 luna iwd[1016]:                 HT RX MCS indexes:
Sep 10 12:13:18 luna iwd[1016]:                         0-15
Sep 10 12:13:18 luna iwd[1016]:         5GHz Band:
Sep 10 12:13:18 luna iwd[1016]:                 Bitrates (non-HT):
Sep 10 12:13:18 luna iwd[1016]:                          6.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                          9.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         12.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         18.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         24.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         36.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         48.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                         54.0 Mbps
Sep 10 12:13:18 luna iwd[1016]:                 HT Capabilities:
Sep 10 12:13:18 luna iwd[1016]:                         HT40
Sep 10 12:13:18 luna iwd[1016]:                         Short GI for 20Mhz
Sep 10 12:13:18 luna iwd[1016]:                         Short GI for 40Mhz
Sep 10 12:13:18 luna iwd[1016]:                 HT RX MCS indexes:
Sep 10 12:13:18 luna iwd[1016]:                         0-15
Sep 10 12:13:18 luna iwd[1016]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Sep 10 12:13:18 luna iwd[1016]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Sep 10 12:13:18 luna iwd[1016]:                  TKIP
Sep 10 12:13:18 luna iwd[1016]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go
Sep 10 12:13:18 luna kernel: r8169 0000:02:00.0 eno0: Link is Down
Sep 10 12:13:18 luna sshd[1108]: Server listening on 0.0.0.0 port 22.
Sep 10 12:13:18 luna sshd[1108]: Server listening on :: port 22.
Sep 10 12:13:18 luna systemd[1]: Started OpenSSH Daemon.
Sep 10 12:13:18 luna kernel: 8021q: 802.1Q VLAN Support v1.8
Sep 10 12:13:18 luna dhcpcd[1153]: Dropped protocol specifier '.link' from 'eno0.link'. Using 'eno0' (ifindex=2).
Sep 10 12:13:18 luna dhcpcd[1024]: no interfaces have a carrier
Sep 10 12:13:18 luna dhcpcd[1024]: eno0: waiting for carrier
Sep 10 12:13:18 luna dhcpcd[1024]: ps_root_dispatch: No such process
Sep 10 12:13:18 luna dhcpcd[1024]: ps_root_dispatch: No such process
Sep 10 12:13:18 luna ifplugd(enp0s20f0u5c2)[1023]: Initialization complete, link beat not detected.
Sep 10 12:13:18 luna systemd[1]: Started CUPS Scheduler.
Sep 10 12:13:18 luna iwd[1016]: event: state, old: disconnected, new: autoconnect_quick
Sep 10 12:13:18 luna iwd[1016]: udev interface=wlan0 ifindex=4
Sep 10 12:13:18 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:13:18 luna systemd[1121]: Queued start job for default target Main User Target.
Sep 10 12:13:18 luna systemd[1]: Started Daemon which acts upon network cable insertion/removal.
Sep 10 12:13:18 luna systemd[1]: Reached target Multi-User System.
Sep 10 12:13:18 luna systemd[1]: Reached target Graphical Interface.
Sep 10 12:13:18 luna systemd[1]: Starting TLP system startup/shutdown...
Sep 10 12:13:18 luna systemd[1121]: Created slice User Application Slice.
Sep 10 12:13:18 luna systemd[1121]: Reached target Paths.
Sep 10 12:13:18 luna systemd[1121]: Reached target Timers.
Sep 10 12:13:18 luna systemd[1121]: Starting D-Bus User Message Bus Socket...
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG network certificate management daemon.
Sep 10 12:13:18 luna systemd[1121]: Starting GCR ssh-agent wrapper...
Sep 10 12:13:18 luna systemd[1121]: Listening on GNOME Keyring daemon.
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 10 12:13:18 luna systemd[1121]: Listening on GnuPG public key management service.
Sep 10 12:13:18 luna systemd[1121]: Listening on p11-kit server.
Sep 10 12:13:18 luna systemd[1121]: Listening on PipeWire Multimedia System Sockets.
Sep 10 12:13:18 luna systemd[1121]: Listening on Sound System.
Sep 10 12:13:18 luna systemd[1121]: Listening on D-Bus User Message Bus Socket.
Sep 10 12:13:18 luna systemd[1121]: Listening on GCR ssh-agent wrapper.
Sep 10 12:13:18 luna systemd[1121]: Reached target Sockets.
Sep 10 12:13:18 luna systemd[1121]: Reached target Basic System.
Sep 10 12:13:18 luna systemd[1]: Started User Manager for UID 1000.
Sep 10 12:13:18 luna systemd[1121]: Starting Update XDG user dir configuration...
Sep 10 12:13:18 luna systemd[1]: Started Session 1 of User hugues.
Sep 10 12:13:18 luna systemd[1121]: Finished Update XDG user dir configuration.
Sep 10 12:13:18 luna systemd[1121]: Reached target Main User Target.
Sep 10 12:13:18 luna systemd[1121]: Startup finished in 191ms.
Sep 10 12:13:18 luna kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Sep 10 12:13:18 luna systemd[1]: Starting Authorization Manager...
Sep 10 12:13:18 luna polkitd[1199]: Started polkitd version 125
Sep 10 12:13:18 luna systemd[1]: Started Authorization Manager.
Sep 10 12:13:18 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:13:18 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:13:18 luna kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Sep 10 12:13:18 luna avahi-daemon[998]: Server startup complete. Host name is luna.local. Local service cookie is 577440149.
Sep 10 12:13:19 luna systemd[1]: Reached target Bluetooth Support.
Sep 10 12:13:19 luna systemd[1121]: Reached target Bluetooth.
Sep 10 12:13:19 luna kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Sep 10 12:13:19 luna kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Sep 10 12:13:19 luna kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
Sep 10 12:13:19 luna kernel: acpi device:03: registered as cooling_device13
Sep 10 12:13:19 luna kernel: Registered IR keymap rc-cec
Sep 10 12:13:19 luna kernel: rc rc0: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0
Sep 10 12:13:19 luna kernel: input: DP-2 as /devices/pci0000:00/0000:00:02.0/rc/rc0/input14
Sep 10 12:13:19 luna iwd[1016]: event: connect-info, ssid: FrereJacques, bss: 1c:61:b4:83:7d:a7, signal: -51, load: 2/255
Sep 10 12:13:19 luna iwd[1016]: event: state, old: autoconnect_quick, new: connecting (auto)
Sep 10 12:13:19 luna kernel: fbcon: i915drmfb (fb0) is primary device
Sep 10 12:13:19 luna kernel: Console: switching to colour frame buffer device 240x67
Sep 10 12:13:19 luna kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Sep 10 12:13:19 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:13:19 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:13:19 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:13:19 luna kernel: wlan0: 1c:61:b4:83:7d:a7 denied authentication (status 77)
Sep 10 12:13:19 luna kernel: wlan0: regulatory prevented using AP config, downgraded
Sep 10 12:13:19 luna sway[1171]: 00:00:01.258 [ERROR] [wlr] [libseat] [libseat/backend/logind.c:137] Could not take device: No such device
Sep 10 12:13:19 luna sway[1171]: 00:00:01.258 [ERROR] [wlr] [backend/session/session.c:321] Failed to open device: '/dev/dri/card1': Resource temporarily unavailable
Sep 10 12:13:19 luna sway[1171]: 00:00:01.262 [ERROR] [wlr] [backend/backend.c:210] Found 0 GPUs, cannot create backend
Sep 10 12:13:19 luna sway[1171]: 00:00:01.262 [ERROR] [wlr] [backend/backend.c:376] Failed to open any DRM device
Sep 10 12:13:19 luna systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 10 12:13:19 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:13:19 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:13:19 luna systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Sep 10 12:13:19 luna kernel: wlan0: authenticate with 1c:61:b4:83:7d:a7 (local address=18:cf:5e:f4:0f:00)
Sep 10 12:13:19 luna kernel: wlan0: send auth to 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:13:19 luna kernel: wlan0: authenticated
Sep 10 12:13:19 luna kernel: wlan0: associate with 1c:61:b4:83:7d:a7 (try 1/3)
Sep 10 12:13:19 luna kernel: wlan0: RX AssocResp from 1c:61:b4:83:7d:a7 (capab=0x111 status=0 aid=3)
Sep 10 12:13:19 luna kernel: wlan0: associated
Sep 10 12:13:19 luna kernel: wlan0: Limiting TX power to 21 (24 - 3) dBm as advertised by 1c:61:b4:83:7d:a7
Sep 10 12:13:19 luna iwd[1016]: hardware_rekey not supported
Sep 10 12:13:19 luna iwd[1016]: event: state, old: connecting (auto), new: connecting (netconfig)
Sep 10 12:13:20 luna avahi-daemon[998]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::1acf:5eff:fef4:f00.
Sep 10 12:13:20 luna avahi-daemon[998]: New relevant interface wlan0.IPv6 for mDNS.
Sep 10 12:13:20 luna avahi-daemon[998]: Registering new address record for fe80::1acf:5eff:fef4:f00 on wlan0.*.
Sep 10 12:13:21 luna dhcpcd[1024]: eno0: carrier acquired
Sep 10 12:13:21 luna kernel: r8169 0000:02:00.0 eno0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 10 12:13:21 luna dhcpcd[1024]: eno0: IAID 81:38:93:c8
Sep 10 12:13:21 luna kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Sep 10 12:13:21 luna ifplugd(eno0)[1020]: Link beat detected.
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0: ALC256: SKU not ready 0x411111f0
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
Sep 10 12:13:21 luna kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Sep 10 12:13:21 luna tlp[1161]: Applying power save settings...done.
Sep 10 12:13:21 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Sep 10 12:13:21 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Sep 10 12:13:21 luna kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Sep 10 12:13:21 luna systemd[1121]: Reached target Sound Card.
Sep 10 12:13:21 luna systemd[1]: Starting Save/Restore Sound Card State...
Sep 10 12:13:21 luna systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 10 12:13:21 luna tlp[1161]: Setting battery charge thresholds...done.
Sep 10 12:13:21 luna systemd[1]: Finished TLP system startup/shutdown.
Sep 10 12:13:21 luna sway[1171]: 00:00:03.073 [ERROR] [sway/server.c:137] Unable to create backend
Sep 10 12:13:21 luna systemd-logind[1017]: Watching system buttons on /dev/input/event10 (DP-2)
Sep 10 12:13:21 luna autologin[1111]: pam_unix(autologin:session): session closed for user hugues
Sep 10 12:13:21 luna autologin[1111]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1111) opened.
Sep 10 12:13:21 luna systemd[1]: autologin.service: Deactivated successfully.
Sep 10 12:13:21 luna systemd[1]: session-1.scope: Deactivated successfully.
Sep 10 12:13:21 luna systemd-logind[1017]: Session 1 logged out. Waiting for processes to exit.
Sep 10 12:13:21 luna systemd-logind[1017]: Removed session 1.
Sep 10 12:13:21 luna systemd[1]: Finished Save/Restore Sound Card State.
Sep 10 12:13:21 luna systemd[1]: Reached target Sound Card.
Sep 10 12:13:21 luna systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Sep 10 12:13:21 luna systemd[1]: Startup finished in 34.278s (kernel) + 5.515s (userspace) = 39.793s.
Sep 10 12:13:22 luna dhcpcd[1024]: eno0: rebinding lease of 192.168.133.191
Sep 10 12:13:22 luna avahi-daemon[998]: Joining mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:13:22 luna avahi-daemon[998]: New relevant interface eno0.IPv6 for mDNS.
Sep 10 12:13:22 luna avahi-daemon[998]: Registering new address record for fe80::223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:13:22 luna systemd[1]: autologin.service: Scheduled restart job, restart counter is at 1.
Sep 10 12:13:22 luna systemd[1]: Started Autologin.
Sep 10 12:13:22 luna ifplugd(eno0)[1020]: Executing '/etc/ifplugd/ifplugd.action eno0 up'.
Sep 10 12:13:22 luna ifplugd(eno0)[1020]: client: expect dhcpcd to take care of that...
Sep 10 12:13:22 luna autologin[1472]: pam_systemd_home(autologin:account): New sd-bus connection (system-bus-pam-systemd-home-1472) opened.
Sep 10 12:13:22 luna autologin[1472]: pam_unix(autologin:session): session opened for user hugues(uid=1000) by hugues(uid=0)
Sep 10 12:13:22 luna autologin[1472]: pam_systemd(autologin:session): New sd-bus connection (system-bus-pam-systemd-1472) opened.
Sep 10 12:13:22 luna systemd-logind[1017]: New session 3 of user hugues.
Sep 10 12:13:22 luna systemd[1]: Started Session 3 of User hugues.
Sep 10 12:13:22 luna ifplugd(eno0)[1020]: Program executed successfully.
Sep 10 12:13:23 luna avahi-daemon[998]: Leaving mDNS multicast group on interface eno0.IPv6 with address fe80::223:81ff:fe38:93c8.
Sep 10 12:13:23 luna avahi-daemon[998]: Joining mDNS multicast group on interface eno0.IPv6 with address fd65:be21:bf49:0:223:81ff:fe38:93c8.
Sep 10 12:13:23 luna avahi-daemon[998]: Registering new address record for fd65:be21:bf49:0:223:81ff:fe38:93c8 on eno0.*.
Sep 10 12:13:23 luna avahi-daemon[998]: Withdrawing address record for fe80::223:81ff:fe38:93c8 on eno0.
Sep 10 12:13:24 luna dhcpcd[1024]: eno0: leased 192.168.133.191 for 43200 seconds
Sep 10 12:13:24 luna avahi-daemon[998]: Joining mDNS multicast group on interface eno0.IPv4 with address 192.168.133.191.
Sep 10 12:13:24 luna avahi-daemon[998]: New relevant interface eno0.IPv4 for mDNS.
Sep 10 12:13:24 luna avahi-daemon[998]: Registering new address record for 192.168.133.191 on eno0.IPv4.
Sep 10 12:13:24 luna dhcpcd[1024]: eno0: adding route to 192.168.128.0/18
Sep 10 12:13:24 luna dhcpcd[1024]: eno0: adding default route via 192.168.128.1
Sep 10 12:13:24 luna iwd[1016]: event: state, old: connecting (netconfig), new: connected
Sep 10 12:13:24 luna avahi-daemon[998]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.143.158.
Sep 10 12:13:24 luna avahi-daemon[998]: New relevant interface wlan0.IPv4 for mDNS.
Sep 10 12:13:24 luna avahi-daemon[998]: Registering new address record for 192.168.143.158 on wlan0.IPv4.
Sep 10 12:13:24 luna systemd-resolved[915]: wlan0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:13:24 luna systemd-resolved[915]: wlan0: Bus client set search domain list to: bkp
Sep 10 12:13:24 luna dhcpcd[1520]: Dropped protocol specifier '.dhcp' from 'eno0.dhcp'. Using 'eno0' (ifindex=2).
Sep 10 12:13:24 luna systemd-resolved[915]: eno0: Bus client set DNS server list to: 192.168.128.1
Sep 10 12:13:24 luna systemd-resolved[915]: eno0: Bus client set search domain list to: bkp, bkp
Sep 10 12:13:24 luna systemd[1121]: Created slice User Core Session Slice.
Sep 10 12:13:24 luna systemd[1121]: Starting D-Bus User Message Bus...
Sep 10 12:13:24 luna sway[1487]: 2024-09-10 12:13:24 - [swaybg-1.2.1/main.c:282] Found config * for output eDP-1 (Chimei Innolux Corporation 0x1415)
Sep 10 12:13:24 luna sway[1487]: 2024-09-10 12:13:24 - [swaybg-1.2.1/main.c:282] Found config * for output DP-2 (Dell Inc. DELL U2718Q 4K8X785R1RJL)
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Service file '/usr/share/dbus-1/services/fr.emersion.mako.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Service file '/usr/share/dbus-1/services/org.knopwob.dunst.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share/dbus-1/services/org.knopwob.dunst.service'
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 10 12:13:25 luna systemd[1121]: Started D-Bus User Message Bus.
Sep 10 12:13:25 luna dbus-broker-launch[1547]: Ready
Sep 10 12:13:25 luna systemd[1121]: Starting User preferences database...
Sep 10 12:13:25 luna systemd[1121]: Started User preferences database.
Sep 10 12:13:25 luna systemd[1121]: Starting Virtual filesystem service...
Sep 10 12:13:25 luna systemd[1121]: Started Virtual filesystem service.
Sep 10 12:13:25 luna systemd[1]: Starting Disk Manager...
Sep 10 12:13:25 luna udisksd[1585]: udisks daemon version 2.10.1 starting
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.167] [info] Using configuration file /home/hugues/.config/waybar/config
Sep 10 12:13:25 luna systemd[1121]: Starting Portal service...
Sep 10 12:13:25 luna systemd[1121]: Starting flatpak document portal service...
Sep 10 12:13:25 luna systemd[1121]: Starting sandboxed app permission store...
Sep 10 12:13:25 luna systemd[1]: Started Disk Manager.
Sep 10 12:13:25 luna udisksd[1585]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 10 12:13:25 luna systemd[1121]: Started sandboxed app permission store.
Sep 10 12:13:25 luna systemd[1121]: Started flatpak document portal service.
Sep 10 12:13:25 luna systemd[1121]: Starting Portal service (GTK/GNOME implementation)...
Sep 10 12:13:25 luna systemd[1121]: Starting Accessibility services bus...
Sep 10 12:13:25 luna systemd[1121]: Started Accessibility services bus.
Sep 10 12:13:25 luna at-spi-bus-launcher[1631]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Sep 10 12:13:25 luna at-spi-bus-launcher[1631]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Sep 10 12:13:25 luna dbus-broker-launch[1631]: Ready
Sep 10 12:13:25 luna systemd[1121]: Created slice Slice /app/dbus-:1.17-org.a11y.atspi.Registry.
Sep 10 12:13:25 luna systemd[1121]: Started dbus-:1.17-org.a11y.atspi.Registry@0.service.
Sep 10 12:13:25 luna at-spi2-registryd[1633]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 10 12:13:25 luna systemd[1121]: Started Portal service (GTK/GNOME implementation).
Sep 10 12:13:25 luna systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 10 12:13:25 luna systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully called chroot.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully dropped privileges.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully limited resources.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Canary thread running.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Running.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Watchdog thread running.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna systemd[1121]: Started PipeWire Multimedia Service.
Sep 10 12:13:25 luna systemd[1121]: Started Multimedia Service Session Manager.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 0 threads of 0 processes of 0 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1642 of process 1642 owned by '1000' high priority at nice level -11.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 1 threads of 1 processes of 1 users.
Sep 10 12:13:25 luna wireplumber[1643]: wp-internal-comp-loader: Loading profile 'main'
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1646 of process 1642 owned by '1000' RT at priority 20.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 2 threads of 1 processes of 1 users.
Sep 10 12:13:25 luna systemd[1121]: Starting Portal service (wlroots implementation)...
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1643 of process 1643 owned by '1000' high priority at nice level -11.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 3 threads of 2 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1656 of process 1643 owned by '1000' RT at priority 20.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 4 threads of 2 processes of 1 users.
Sep 10 12:13:25 luna systemd[1121]: Started Portal service (wlroots implementation).
Sep 10 12:13:25 luna systemd[1121]: Started Portal service.
Sep 10 12:13:25 luna wireplumber[1643]: wp-device: SPA handle 'api.alsa.enum.udev' could not be loaded; is it installed?
Sep 10 12:13:25 luna wireplumber[1643]: s-monitors: PipeWire's ALSA SPA plugin is missing or broken. Sound cards will not be supported
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.441] [info] Using CSS file /etc/xdg/waybar/style.css
Sep 10 12:13:25 luna wireplumber[1643]: wp-device: SPA handle 'api.bluez5.enum.dbus' could not be loaded; is it installed?
Sep 10 12:13:25 luna wireplumber[1643]: s-monitors: PipeWire's BlueZ SPA plugin is missing or broken. Bluetooth devices will not be supported.
Sep 10 12:13:25 luna wireplumber[1643]: wp-device: SPA handle 'api.bluez5.midi.enum' could not be loaded; is it installed?
Sep 10 12:13:25 luna wireplumber[1643]: s-monitors: PipeWire's BlueZ MIDI SPA missing or broken. Bluetooth not supported.
Sep 10 12:13:25 luna wireplumber[1643]: pw.resource: can't create node: No such file or directory
Sep 10 12:13:25 luna wireplumber[1643]: wp-node: failed to create node from factory 'spa-node-factory'
Sep 10 12:13:25 luna wireplumber[1643]: s-monitors: Failed to create BLE MIDI server.
Sep 10 12:13:25 luna wireplumber[1643]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Sep 10 12:13:25 luna wireplumber[1643]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.450] [warning] Mapping is not an object
Sep 10 12:13:25 luna systemd[1121]: Starting Sound Service...
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.457] [warning] no bluetooth controller found
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.460] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.475] [warning] No battery named BAT2
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.489] [warning] Mapping is not an object
Sep 10 12:13:25 luna udiskie[1549]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.493] [warning] no bluetooth controller found
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event0 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event1 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event2 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event3 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event4 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event5 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event6 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event7 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event8 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/mice (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/mouse0 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/mouse1 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event9 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event10 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event11 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event12 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] Can't open /dev/input/event13 (are you in the input group?): EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.495] [warning] module keyboard-state: Disabling module "keyboard-state", Failed to find keyboard device: EACCES Permission denied
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.512] [warning] No battery named BAT2
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.518] [info] Bar configured (width: 447, height: 30) for output: DP-2
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1666 of process 1666 owned by '1000' high priority at nice level -11.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:13:25 luna waybar[1532]: Status Notifier Item with bus name ':1.15' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.818] [info] Bar configured (width: 1920, height: 30) for output: eDP-1
Sep 10 12:13:25 luna sway[1532]: [2024-09-10 12:13:25.819] [info] Bar configured (width: 3072, height: 30) for output: DP-2
Sep 10 12:13:25 luna waybar[1532]: Status Notifier Item with bus name ':1.7' and object path '/org/ayatana/NotificationItem/ulauncher' is already registered
Sep 10 12:13:25 luna waybar[1532]: Status Notifier Item with bus name ':1.15' and object path '/org/ayatana/NotificationItem/udiskie' is already registered
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 5 threads of 3 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1745 of process 1666 owned by '1000' RT at priority 5.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 6 threads of 3 processes of 1 users.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Successfully made thread 1747 of process 1666 owned by '1000' RT at priority 5.
Sep 10 12:13:25 luna rtkit-daemon[1639]: Supervising 7 threads of 3 processes of 1 users.
Sep 10 12:13:26 luna dbus-broker-launch[933]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Sep 10 12:13:26 luna systemd[1121]: Started Sound Service.
Sep 10 12:13:26 luna pulseaudio[1666]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer 'org.bluez': activation request failed: unknown unit
Sep 10 12:13:51 luna chronyd[1046]: Selected source 198.137.202.56 (2.arch.pool.ntp.org)
Sep 10 12:13:51 luna chronyd[1046]: System clock TAI offset set to 37 seconds
Sep 10 12:10:32 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:10:32 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:10:32 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b14fff] usable
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x0000000099b15000-0x000000009f7fffff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:10:32 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:10:32 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:10:32 luna kernel: APIC: Static calls initialized
Sep 10 12:10:32 luna kernel: SMBIOS 3.0 present.
Sep 10 12:10:32 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:10:32 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:10:32 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:10:32 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:10:32 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:10:32 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:10:32 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:10:32 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:10:32 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:10:32 luna kernel: last_pfn = 0x99b15 max_arch_pfn = 0x400000000
Sep 10 12:10:32 luna kernel: Using GB pages for direct mapping
Sep 10 12:10:32 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:10:32 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:10:32 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:10:32 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:10:32 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:10:32 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:10:32 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:10:32 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:10:32 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:10:32 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:10:32 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:10:32 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:10:32 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:10:32 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:10:32 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:10:32 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:10:32 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:10:32 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:10:32 luna kernel: No NUMA configuration found
Sep 10 12:10:32 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:10:32 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:10:32 luna kernel: Zone ranges:
Sep 10 12:10:32 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:10:32 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:10:32 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:10:32 luna kernel:   Device   empty
Sep 10 12:10:32 luna kernel: Movable zone start for each node
Sep 10 12:10:32 luna kernel: Early memory node ranges
Sep 10 12:10:32 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:10:32 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b14fff]
Sep 10 12:10:32 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:10:32 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:10:32 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:10:32 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:10:32 luna kernel: On node 0, zone Normal: 25835 pages in unavailable ranges
Sep 10 12:10:32 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:10:32 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:10:32 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:10:32 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:10:32 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:10:32 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:10:32 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:10:32 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:10:32 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:10:32 luna kernel: TSC deadline timer available
Sep 10 12:10:32 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:10:32 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:10:32 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:10:32 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:10:32 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:10:32 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:10:32 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b15000-0x9f7fffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:10:32 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:10:32 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:10:32 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:10:32 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:10:32 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:10:32 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:10:32 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:10:32 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:10:32 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:10:32 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:10:32 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:10:32 luna kernel: random: crng init done
Sep 10 12:10:32 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:10:32 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:10:32 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:10:32 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550835
Sep 10 12:10:32 luna kernel: Policy zone: Normal
Sep 10 12:10:32 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:10:32 luna kernel: software IO TLB: area num 16.
Sep 10 12:10:32 luna kernel: Memory: 49172536K/50203340K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030544K reserved, 0K cma-reserved)
Sep 10 12:10:32 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:10:32 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:10:32 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:10:32 luna kernel: Dynamic Preempt: full
Sep 10 12:10:32 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:10:32 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:10:32 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:10:32 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:10:32 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:10:32 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:10:32 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:10:32 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:10:32 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:10:32 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:10:32 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:10:32 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:10:32 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:10:32 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:10:32 luna kernel: Console: colour dummy device 80x25
Sep 10 12:10:32 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:10:32 luna kernel: ACPI: Core revision 20240322
Sep 10 12:10:32 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:10:32 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:10:32 luna kernel: DMAR: Host address width 39
Sep 10 12:10:32 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:10:32 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:10:32 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:10:32 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:10:32 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:10:32 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:10:32 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:10:32 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:10:32 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:10:32 luna kernel: x2apic enabled
Sep 10 12:10:32 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:10:32 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:10:32 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:10:32 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:10:32 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:10:32 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:10:32 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:10:32 luna kernel: process: using mwait in idle threads
Sep 10 12:10:32 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:10:32 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:10:32 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:10:32 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:10:32 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:10:32 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:10:32 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:10:32 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:10:32 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:10:32 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:10:32 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:10:32 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:10:32 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:10:32 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:10:32 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:10:32 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:10:32 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:10:32 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:10:32 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:10:32 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:10:32 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:10:32 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:10:32 luna kernel: landlock: Up and running.
Sep 10 12:10:32 luna kernel: Yama: becoming mindful.
Sep 10 12:10:32 luna kernel: LSM support for eBPF active
Sep 10 12:10:32 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:10:32 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:10:32 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:10:32 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:10:32 luna kernel: ... version:                4
Sep 10 12:10:32 luna kernel: ... bit width:              48
Sep 10 12:10:32 luna kernel: ... generic registers:      4
Sep 10 12:10:32 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:10:32 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:10:32 luna kernel: ... fixed-purpose events:   3
Sep 10 12:10:32 luna kernel: ... event mask:             000000070000000f
Sep 10 12:10:32 luna kernel: signal: max sigframe size: 2032
Sep 10 12:10:32 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:10:32 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:10:32 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:10:32 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:10:32 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:10:32 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:10:32 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:10:32 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:10:32 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:10:32 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:10:32 luna kernel: devtmpfs: initialized
Sep 10 12:10:32 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:10:32 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:10:32 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:10:32 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:10:32 luna kernel: PM: RTC time: 19:10:20, date: 2024-09-10
Sep 10 12:10:32 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:10:32 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:10:32 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:10:32 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:10:32 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:10:32 luna kernel: audit: type=2000 audit(1725995420.009:1): state=initialized audit_enabled=0 res=1
Sep 10 12:10:32 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:10:32 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:10:32 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:10:32 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:10:32 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:10:32 luna kernel: cpuidle: using governor ladder
Sep 10 12:10:32 luna kernel: cpuidle: using governor menu
Sep 10 12:10:32 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:10:32 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:10:32 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:10:32 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:10:32 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:10:32 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:10:32 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:10:32 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:10:32 luna kernel: Demotion targets for Node 0: null
Sep 10 12:10:32 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:10:32 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:10:32 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:10:32 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:10:32 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:10:32 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:10:32 luna kernel: ACPI: EC: EC started
Sep 10 12:10:32 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:10:32 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:10:32 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:10:32 luna kernel: ACPI: Interpreter enabled
Sep 10 12:10:32 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:10:32 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:10:32 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:10:32 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:10:32 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:10:32 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:10:32 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:10:32 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:10:32 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:10:32 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:10:32 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:10:32 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:10:32 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:10:32 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:10:32 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:10:32 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:10:32 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:10:32 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:10:32 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:10:32 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:10:32 luna kernel: ACPI: EC: event unblocked
Sep 10 12:10:32 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:10:32 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:10:32 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:10:32 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:10:32 luna kernel: iommu: Default domain type: Translated
Sep 10 12:10:32 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:10:32 luna kernel: SCSI subsystem initialized
Sep 10 12:10:32 luna kernel: libata version 3.00 loaded.
Sep 10 12:10:32 luna kernel: ACPI: bus type USB registered
Sep 10 12:10:32 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:10:32 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:10:32 luna kernel: usbcore: registered new device driver usb
Sep 10 12:10:32 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:10:32 luna kernel: NetLabel: Initializing
Sep 10 12:10:32 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:10:32 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:10:32 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:10:32 luna kernel: mctp: management component transport protocol core
Sep 10 12:10:32 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:10:32 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:10:32 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:10:32 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:10:32 luna kernel: e820: reserve RAM buffer [mem 0x99b15000-0x9bffffff]
Sep 10 12:10:32 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:10:32 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:10:32 luna kernel: vgaarb: loaded
Sep 10 12:10:32 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:10:32 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:10:32 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:10:32 luna kernel: pnp: PnP ACPI init
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:10:32 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:10:32 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:10:32 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:10:32 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:10:32 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:10:32 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:10:32 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:10:32 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:10:32 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:10:32 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:10:32 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:10:32 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:10:32 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:10:32 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:10:32 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:10:32 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:10:32 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:10:32 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:10:32 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:10:32 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:10:32 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:10:32 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:10:32 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:10:32 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:10:32 luna kernel: software IO TLB: mapped [mem 0x0000000095b15000-0x0000000099b15000] (64MB)
Sep 10 12:10:32 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:10:32 luna kernel: Initialise system trusted keyrings
Sep 10 12:10:32 luna kernel: Key type blacklist registered
Sep 10 12:10:32 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:10:32 luna kernel: zbud: loaded
Sep 10 12:10:32 luna kernel: fuse: init (API version 7.40)
Sep 10 12:10:32 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:10:32 luna kernel: integrity: Machine keyring initialized
Sep 10 12:10:32 luna kernel: Key type asymmetric registered
Sep 10 12:10:32 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:10:32 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:10:32 luna kernel: io scheduler mq-deadline registered
Sep 10 12:10:32 luna kernel: io scheduler kyber registered
Sep 10 12:10:32 luna kernel: io scheduler bfq registered
Sep 10 12:10:32 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:10:32 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:10:32 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:10:32 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:10:32 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:10:32 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:10:32 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:10:32 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:10:32 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:10:32 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:10:32 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:10:32 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:10:32 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:10:32 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:10:32 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:10:32 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:10:32 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:10:32 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:10:32 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:10:32 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:10:32 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:10:32 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:10:32 luna kernel: Linux agpgart interface v0.103
Sep 10 12:10:32 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:10:32 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:10:32 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:10:32 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:10:32 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:10:32 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:10:32 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:10:32 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:10:20 UTC (1725995420)
Sep 10 12:10:32 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:10:32 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:10:32 luna kernel: intel_pstate: HWP enabled
Sep 10 12:10:32 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:10:32 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:10:32 luna kernel: fbcon: Deferring console take-over
Sep 10 12:10:32 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:10:32 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:10:32 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:10:32 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:10:32 luna kernel: Segment Routing with IPv6
Sep 10 12:10:32 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:10:32 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:10:32 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:10:32 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:10:32 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:10:32 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:10:32 luna kernel: sched_clock: Marking stable (700000944, 9128682)->(734162478, -25032852)
Sep 10 12:10:32 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:10:32 luna kernel: registered taskstats version 1
Sep 10 12:10:32 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:10:32 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:10:32 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:10:32 luna kernel: Demotion targets for Node 0: null
Sep 10 12:10:32 luna kernel: Key type .fscrypt registered
Sep 10 12:10:32 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:10:32 luna kernel: PM:   Magic number: 8:402:192
Sep 10 12:10:32 luna kernel: acpi device:1e: hash matches
Sep 10 12:10:32 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:10:32 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:10:32 luna kernel: clk: Disabling unused clocks
Sep 10 12:10:32 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:10:32 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:10:32 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:10:32 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:10:32 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:10:32 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:10:32 luna kernel: rodata_test: all tests were successful
Sep 10 12:10:32 luna kernel: Run /init as init process
Sep 10 12:10:32 luna kernel:   with arguments:
Sep 10 12:10:32 luna kernel:     /init
Sep 10 12:10:32 luna kernel:   with environment:
Sep 10 12:10:32 luna kernel:     HOME=/
Sep 10 12:10:32 luna kernel:     TERM=linux
Sep 10 12:10:32 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:10:32 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:10:32 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:10:32 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:10:32 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:10:32 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:10:32 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:10:32 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:10:32 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:10:32 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:10:32 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:10:32 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:10:32 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:10:32 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:10:32 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:10:32 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:10:32 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:10:32 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:10:32 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:10:32 luna kernel: usb: port power management may be unreliable
Sep 10 12:10:32 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:10:32 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:10:32 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:10:32 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:10:32 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:10:32 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:10:32 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:10:32 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:10:32 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:10:32 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:10:32 luna kernel: fbcon: Taking over console
Sep 10 12:10:32 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:10:32 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:10:32 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:10:32 luna kernel: Key type trusted registered
Sep 10 12:10:32 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:10:32 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:10:32 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:10:32 luna kernel: Key type encrypted registered
Sep 10 12:10:32 luna kernel: tsc: Refined TSC clocksource calibration: 1608.004 MHz
Sep 10 12:10:32 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dae07d76, max_idle_ns: 440795224364 ns
Sep 10 12:10:32 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:10:32 luna kernel: PM: Image not found (code -22)
Sep 10 12:10:32 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:10:32 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:10:32 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:10:32 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:10:32 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:10:32 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:10:32 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:10:32 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:10:32 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:10:32 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:10:32 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:10:32 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:10:32 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:10:32 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:10:32 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:10:32 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:10:32 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:10:32 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:10:32 luna systemd[1]: Reached target Slice Units.
Sep 10 12:10:32 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:10:32 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:10:32 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:10:32 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:10:32 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:10:32 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:10:32 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:10:32 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:10:32 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:10:32 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:10:32 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:10:32 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:10:32 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:10:32 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:10:32 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:10:32 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:10:32 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:10:32 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:10:32 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:10:32 luna systemd[1]: Starting Journal Service...
Sep 10 12:10:32 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:10:32 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:10:32 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:10:32 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:10:32 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:10:32 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:10:32 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:10:32 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:10:32 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:10:32 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:10:32 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:10:32 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:10:32 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:10:32 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:10:32 luna kernel: loop: module loaded
Sep 10 12:10:32 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:10:32 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:10:32 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:10:32 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:10:32 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:10:32 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:10:32 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:10:32 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:10:32 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:10:32 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:10:32 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:10:32 luna systemd-journald[479]: Collecting audit messages is disabled.
Sep 10 12:10:32 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:10:32 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:10:32 luna systemd-journald[479]: Journal started
Sep 10 12:10:32 luna systemd-journald[479]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:10:32 luna systemd-modules-load[480]: Failed to find module 'acpi_call'
Sep 10 12:10:32 luna systemd-modules-load[480]: Inserted module 'crypto_user'
Sep 10 12:10:32 luna systemd-modules-load[480]: Inserted module 'pkcs8_key_parser'
Sep 10 12:10:32 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:10:32 luna lvm[473]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:10:32 luna systemd[1]: Started Journal Service.
Sep 10 12:10:32 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:10:32 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:10:32 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:10:32 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:10:32 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:10:32 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:10:32 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:10:32 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:10:32 luna systemd-journald[479]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 16.652ms for 669 entries.
Sep 10 12:10:32 luna systemd-journald[479]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 624.4M, max 4G, 3.3G free.
Sep 10 12:10:32 luna systemd-journald[479]: Received client request to flush runtime journal.
Sep 10 12:10:32 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:10:32 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:10:32 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:10:32 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:10:32 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:10:32 luna systemd-udevd[516]: Using default interface naming scheme 'v255'.
Sep 10 12:10:32 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:10:32 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:10:32 luna lvm[540]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:10:32 luna lvm[540]: VG vg0 finished
Sep 10 12:10:32 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:10:32 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:10:32 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:10:32 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:10:32 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:10:32 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:10:32 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:10:32 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:10:32 luna kernel: CPU: 4 PID: 535 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:10:32 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:10:32 luna kernel: Call Trace:
Sep 10 12:10:32 luna kernel:  <TASK>
Sep 10 12:10:32 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:10:32 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:10:32 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:10:32 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:10:32 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:10:32 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:10:32 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:10:32 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:10:32 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:10:32 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:10:32 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:10:32 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:10:32 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:10:32 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:10:32 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:10:32 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:10:32 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:10:32 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:10:32 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:10:32 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:10:32 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:10:32 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:10:32 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:10:32 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:10:32 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:10:32 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:32 luna kernel:  ? terminate_walk+0xee/0x100
Sep 10 12:10:32 luna kernel:  ? path_lookupat+0x96/0x1a0
Sep 10 12:10:32 luna kernel:  ? filename_lookup+0xde/0x1d0
Sep 10 12:10:32 luna kernel:  ? vfs_statx+0x93/0x1c0
Sep 10 12:10:32 luna kernel:  ? vfs_fstatat+0x94/0xb0
Sep 10 12:10:32 luna kernel:  ? __do_sys_newfstatat+0x3c/0x80
Sep 10 12:10:32 luna kernel:  ? __seccomp_filter+0x303/0x520
Sep 10 12:10:32 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:10:32 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:32 luna kernel:  ? do_user_addr_fault+0x36c/0x620
Sep 10 12:10:32 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:32 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:32 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:32 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:10:32 luna kernel: RIP: 0033:0x75c8c89261fd
Sep 10 12:10:32 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:10:32 luna kernel: RSP: 002b:00007ffe6fb1fef8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:10:32 luna kernel: RAX: ffffffffffffffda RBX: 000059b020ddd160 RCX: 000075c8c89261fd
Sep 10 12:10:32 luna kernel: RDX: 0000000000000004 RSI: 000075c8c8e9805d RDI: 0000000000000020
Sep 10 12:10:32 luna kernel: RBP: 00007ffe6fb1ffb0 R08: 0000000000000001 R09: 00007ffe6fb1ff40
Sep 10 12:10:32 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 000075c8c8e9805d
Sep 10 12:10:32 luna kernel: R13: 0000000000020000 R14: 000059b020d50230 R15: 000059b020d50690
Sep 10 12:10:32 luna kernel:  </TASK>
Sep 10 12:10:32 luna kernel: coreboot: could not register framebuffer
Sep 10 12:10:32 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:10:32 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:10:32 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:10:32 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:10:32 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Sep 10 12:10:32 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:10:32 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:10:32 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:10:32 luna systemd[1]: Reached target Swaps.
Sep 10 12:10:32 luna systemd-fsck[611]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:10:32 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:10:32 luna systemd-fsck[615]: /dev/mapper/vg0-home: clean, 625705/46137344 files, 21077318/184544256 blocks
Sep 10 12:10:32 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:10:32 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:10:32 luna systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 10 12:10:32 luna systemd[1]: Stopped Virtual Console Setup.
Sep 10 12:10:32 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:10:32 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:10:32 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:10:32 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 12:10:32 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:10:32 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:10:32 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:10:32 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:10:32 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:10:32 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:10:32 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:10:32 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:10:32 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:10:32 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:10:32 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:10:32 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:10:32 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:10:32 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:10:32 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:10:32 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:10:32 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:10:32 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:10:32 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:10:32 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:10:32 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:10:32 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:10:32 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:10:32 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:10:32 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:10:32 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:10:33 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:10:33 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:10:33 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:10:33 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:10:33 luna systemd[1]: Mounting /boot...
Sep 10 12:10:33 luna systemd[1]: Mounting /home...
Sep 10 12:10:33 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:10:33 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:10:33 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:10:33 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:10:33 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:10:33 luna systemd[1]: Mounted /boot.
Sep 10 12:10:33 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:10:33 luna systemd[1]: Mounted /home.
Sep 10 12:10:33 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:10:33 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:10:33 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:10:33 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:10:33 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:10:33 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:10:33 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:10:33 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:10:33 luna systemd-udevd[516]: 0000:00:02.0: Worker [533] terminated by signal 9 (KILL).
Sep 10 12:10:33 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:10:33 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 12:10:33 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 12:10:33 luna kernel: #PF: error_code(0x0000) - not-present page
Sep 10 12:10:33 luna kernel: PGD 0 P4D 0 
Sep 10 12:10:33 luna kernel: Oops: Oops: 0000 [#1] PREEMPT SMP NOPTI
Sep 10 12:10:33 luna kernel: CPU: 8 PID: 533 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:10:33 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:10:33 luna kernel: RIP: 0010:__release_resource+0x34/0xb0
Sep 10 12:10:33 luna kernel: Code: 8d 50 38 48 8b 40 38 48 85 c0 75 27 eb 6a 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 8d 50 30 <48> 8b 40 30 48 85 c0 74 45 48 39 c7 75 ee 40 84 f6 75 45 48 8b 4f
Sep 10 12:10:33 luna kernel: RSP: 0018:ffffbeae420cf780 EFLAGS: 00010296
Sep 10 12:10:33 luna kernel: RAX: 0000000300000001 RBX: ffff96b5c4bd4f40 RCX: ffff96b5c1e7e920
Sep 10 12:10:33 luna kernel: RDX: 0000000300000031 RSI: 0000000000000001 RDI: ffff96b5c4bd4f40
Sep 10 12:10:33 luna kernel: RBP: ffff96b5c11ec400 R08: ffff96b5c1e7d9d8 R09: 0000000000000000
Sep 10 12:10:33 luna kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff96b5c118a540
Sep 10 12:10:33 luna kernel: R13: ffff96b5c6872058 R14: ffff96b5c118a0c8 R15: ffff96b5c118a000
Sep 10 12:10:33 luna kernel: FS:  000075c8c8e9e880(0000) GS:ffff96c0ee400000(0000) knlGS:0000000000000000
Sep 10 12:10:33 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:10:33 luna kernel: CR2: 0000000300000031 CR3: 0000000101cec004 CR4: 00000000003706f0
Sep 10 12:10:33 luna kernel: Call Trace:
Sep 10 12:10:33 luna kernel:  <TASK>
Sep 10 12:10:33 luna kernel:  ? __die_body.cold+0x19/0x27
Sep 10 12:10:33 luna kernel:  ? page_fault_oops+0x15a/0x2d0
Sep 10 12:10:33 luna kernel:  ? exc_page_fault+0x81/0x190
Sep 10 12:10:33 luna kernel:  ? asm_exc_page_fault+0x26/0x30
Sep 10 12:10:33 luna kernel:  ? __release_resource+0x34/0xb0
Sep 10 12:10:33 luna kernel:  release_resource+0x26/0x40
Sep 10 12:10:33 luna kernel:  platform_device_del+0x51/0x90
Sep 10 12:10:33 luna kernel:  platform_device_unregister+0x12/0x30
Sep 10 12:10:33 luna kernel:  sysfb_disable+0x4f/0xa0
Sep 10 12:10:33 luna kernel:  aperture_remove_conflicting_pci_devices+0x2a/0x90
Sep 10 12:10:33 luna kernel:  i915_driver_probe+0x7c8/0xac0 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:10:33 luna kernel:  local_pci_probe+0x42/0x90
Sep 10 12:10:33 luna kernel:  pci_device_probe+0xbd/0x290
Sep 10 12:10:33 luna kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Sep 10 12:10:33 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:10:33 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:10:33 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:10:33 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:10:33 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:10:33 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:10:33 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:10:33 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:10:33 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:10:33 luna kernel:  i915_init+0x23/0x90 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:10:33 luna kernel:  ? __pfx_i915_init+0x10/0x10 [i915 393b75288fe0c9ad69f73dd695b271fff2e29804]
Sep 10 12:10:33 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:10:33 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:10:33 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:10:33 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:10:33 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:10:33 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:10:33 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:33 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:33 luna kernel:  ? path_openat+0xade/0x1220
Sep 10 12:10:33 luna kernel:  ? do_filp_open+0xc4/0x170
Sep 10 12:10:33 luna kernel:  ? __rseq_handle_notify_resume+0xa6/0x490
Sep 10 12:10:33 luna kernel:  ? do_sys_openat2+0x9c/0xe0
Sep 10 12:10:33 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 12:10:33 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:10:33 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:33 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:10:33 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:33 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:10:33 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:33 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:33 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:10:33 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:10:33 luna kernel: RIP: 0033:0x75c8c89261fd
Sep 10 12:10:33 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:10:33 luna kernel: RSP: 002b:00007ffe6fb1fef8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:10:33 luna kernel: RAX: ffffffffffffffda RBX: 000059b020dda4e0 RCX: 000075c8c89261fd
Sep 10 12:10:33 luna kernel: RDX: 0000000000000004 RSI: 000075c8c8e9805d RDI: 0000000000000023
Sep 10 12:10:33 luna kernel: RBP: 00007ffe6fb1ffb0 R08: 0000000000000001 R09: 00007ffe6fb1ff40
Sep 10 12:10:33 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 000075c8c8e9805d
Sep 10 12:10:33 luna kernel: R13: 0000000000020000 R14: 000059b020dcfcb0 R15: 000059b020dde660
Sep 10 12:10:33 luna kernel:  </TASK>
Sep 10 12:10:33 luna kernel: Modules linked in: intel_pmc_core_pltdrv(-) snd_compress x86_pkg_temp_thermal ath9k(+) ac97_bus intel_powerclamp snd_pcm_dmaengine ath9k_common coretemp snd_hda_intel ath9k_hw joydev snd_intel_dspcfg kvm_intel mousedev snd_intel_sdw_acpi ath processor_thermal_device_pci_legacy i915(+) processor_thermal_device snd_hda_codec processor_thermal_wt_hint mac80211 kvm processor_thermal_rfim snd_hda_core intel_rapl_msr drm_buddy processor_thermal_rapl snd_hwdep hid_multitouch iTCO_wdt i2c_algo_bit r8169 intel_rapl_common snd_pcm intel_pmc_bxt hid_generic ttm realtek rapl processor_thermal_wt_req iTCO_vendor_support ee1004 libarc4 snd_timer intel_cstate spi_nor i2c_i801 processor_thermal_power_floor mdio_devres drm_display_helper snd intel_lpss_pci memconsole_coreboot cfg80211 intel_uncore mtd processor_thermal_mbox i2c_smbus pcspkr psmouse soundcore cec intel_lpss int340x_thermal_zone libphy i2c_mux rfkill framebuffer_coreboot intel_gtt memconsole idma64 intel_soc_dts_iosf intel_pch_thermal cbmem intel_pmc_core
Sep 10 12:10:33 luna kernel:  intel_vsec i2c_hid_acpi video pmt_telemetry intel_hid i2c_hid wmi pinctrl_cannonlake pmt_class sparse_keymap coreboot_table mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 serio_raw atkbd aesni_intel nvme libps2 vivaldi_fmap crypto_simd nvme_core xhci_pci spi_intel_pci cryptd i8042 spi_intel xhci_pci_renesas nvme_auth serio
Sep 10 12:10:33 luna kernel: CR2: 0000000300000031
Sep 10 12:10:33 luna kernel: ---[ end trace 0000000000000000 ]---
Sep 10 12:10:33 luna kernel: RIP: 0010:__release_resource+0x34/0xb0
Sep 10 12:10:33 luna kernel: Code: 8d 50 38 48 8b 40 38 48 85 c0 75 27 eb 6a 66 66 2e 0f 1f 84 00 00 00 00 00 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 8d 50 30 <48> 8b 40 30 48 85 c0 74 45 48 39 c7 75 ee 40 84 f6 75 45 48 8b 4f
Sep 10 12:10:33 luna kernel: RSP: 0018:ffffbeae420cf780 EFLAGS: 00010296
Sep 10 12:10:33 luna kernel: RAX: 0000000300000001 RBX: ffff96b5c4bd4f40 RCX: ffff96b5c1e7e920
Sep 10 12:10:33 luna kernel: RDX: 0000000300000031 RSI: 0000000000000001 RDI: ffff96b5c4bd4f40
Sep 10 12:10:33 luna kernel: RBP: ffff96b5c11ec400 R08: ffff96b5c1e7d9d8 R09: 0000000000000000
Sep 10 12:10:33 luna kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff96b5c118a540
Sep 10 12:10:33 luna kernel: R13: ffff96b5c6872058 R14: ffff96b5c118a0c8 R15: ffff96b5c118a000
Sep 10 12:10:33 luna kernel: FS:  000075c8c8e9e880(0000) GS:ffff96c0ee400000(0000) knlGS:0000000000000000
Sep 10 12:10:33 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:10:33 luna kernel: CR2: 0000000300000031 CR3: 0000000101cec004 CR4: 00000000003706f0
Sep 10 12:10:33 luna kernel: note: (udev-worker)[533] exited with irqs disabled
Sep 10 12:10:33 luna kernel: note: (udev-worker)[533] exited with preempt_count 1
Sep 10 12:10:33 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:10:33 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:10:33 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:10:33 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:10:33 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:10:33 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:10:33 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x000000007aae0938, irq=18
Sep 10 12:10:33 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:10:33 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:10:33 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:10:33 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 12:10:33 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:10:33 luna systemd[1]: Starting Network Name Resolution...
Sep 10 12:10:33 luna systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 10 12:10:33 luna systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 10 12:10:33 luna kernel: Bluetooth: Core ver 2.22
Sep 10 12:10:33 luna kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 10 12:10:33 luna kernel: Bluetooth: HCI device and connection manager initialized
Sep 10 12:10:33 luna kernel: Bluetooth: HCI socket layer initialized
Sep 10 12:10:33 luna kernel: Bluetooth: L2CAP socket layer initialized
Sep 10 12:10:33 luna kernel: Bluetooth: SCO socket layer initialized
Sep 10 12:10:33 luna kernel: usbcore: registered new interface driver btusb
Sep 10 12:10:33 luna kernel: usbcore: registered new interface driver ath3k
Sep 10 12:10:33 luna systemd[1]: Reached target Bluetooth Support.
Sep 10 12:11:00 luna kernel: watchdog: BUG: soft lockup - CPU#0 stuck for 26s! [chgrp:703]
Sep 10 12:11:00 luna kernel: CPU#0 Utilization every 4s during lockup:
Sep 10 12:11:00 luna kernel:         #1: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #2: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #3: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #4: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #5: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core intel_pmc_core_pltdrv(-) snd_compress x86_pkg_temp_thermal ath9k ac97_bus intel_powerclamp snd_pcm_dmaengine ath9k_common coretemp snd_hda_intel ath9k_hw joydev snd_intel_dspcfg kvm_intel mousedev snd_intel_sdw_acpi ath processor_thermal_device_pci_legacy i915(+) processor_thermal_device snd_hda_codec processor_thermal_wt_hint mac80211 kvm processor_thermal_rfim snd_hda_core intel_rapl_msr drm_buddy processor_thermal_rapl snd_hwdep hid_multitouch iTCO_wdt i2c_algo_bit r8169 intel_rapl_common snd_pcm intel_pmc_bxt hid_generic ttm realtek rapl
Sep 10 12:11:00 luna kernel:  processor_thermal_wt_req iTCO_vendor_support ee1004 libarc4 snd_timer intel_cstate spi_nor i2c_i801 processor_thermal_power_floor mdio_devres drm_display_helper snd intel_lpss_pci memconsole_coreboot cfg80211 intel_uncore mtd processor_thermal_mbox i2c_smbus pcspkr psmouse soundcore cec intel_lpss int340x_thermal_zone libphy i2c_mux rfkill framebuffer_coreboot intel_gtt memconsole idma64 intel_soc_dts_iosf intel_pch_thermal cbmem intel_pmc_core intel_vsec i2c_hid_acpi video pmt_telemetry intel_hid i2c_hid wmi pinctrl_cannonlake pmt_class sparse_keymap coreboot_table mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 serio_raw atkbd aesni_intel nvme libps2 vivaldi_fmap crypto_simd nvme_core xhci_pci spi_intel_pci cryptd i8042 spi_intel
Sep 10 12:11:00 luna kernel:  xhci_pci_renesas nvme_auth serio
Sep 10 12:11:00 luna kernel: CPU: 0 PID: 703 Comm: chgrp Tainted: G      D            6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:11:00 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:00 luna kernel: RIP: 0010:queued_read_lock_slowpath+0x4c/0x120
Sep 10 12:11:00 luna kernel: Code: 02 00 00 66 90 48 8d 6b 04 31 c0 ba 01 00 00 00 f0 0f b1 53 04 0f 85 ce 00 00 00 f0 81 03 00 02 00 00 8b 03 84 c0 74 08 f3 90 <8b> 03 84 c0 75 f8 48 89 ef c6 07 00 0f 1f 00 66 90 5b 5d c3 cc cc
Sep 10 12:11:00 luna kernel: RSP: 0000:ffffbeae4222fc10 EFLAGS: 00000286
Sep 10 12:11:00 luna kernel: RAX: 00000000000002ff RBX: ffffffff9b4b68d0 RCX: 0000000000000000
Sep 10 12:11:00 luna kernel: RDX: 0000000000000001 RSI: 0000000414532fff RDI: ffffffff9b4b68d0
Sep 10 12:11:00 luna kernel: RBP: ffffffff9b4b68d4 R08: ffffbeae4222fc60 R09: ffff96b5c8f81608
Sep 10 12:11:00 luna kernel: R10: 0000000000000001 R11: ffff96b5c8f8160c R12: 0000000081000200
Sep 10 12:11:00 luna kernel: R13: ffffbeae4222fc60 R14: 0000000000000000 R15: 0000000414532000
Sep 10 12:11:00 luna kernel: FS:  00007a2e784bb740(0000) GS:ffff96c0ee000000(0000) knlGS:0000000000000000
Sep 10 12:11:00 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:11:00 luna kernel: CR2: 00007a2e786d9080 CR3: 00000001466f6002 CR4: 00000000003706f0
Sep 10 12:11:00 luna kernel: Call Trace:
Sep 10 12:11:00 luna kernel:  <IRQ>
Sep 10 12:11:00 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:11:00 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:11:00 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:11:00 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:11:00 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:11:00 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:11:00 luna kernel:  </IRQ>
Sep 10 12:11:00 luna kernel:  <TASK>
Sep 10 12:11:00 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:11:00 luna kernel:  ? queued_read_lock_slowpath+0x4c/0x120
Sep 10 12:11:00 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:11:00 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:11:00 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:11:00 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:11:00 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:11:00 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:11:00 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:11:00 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:11:00 luna kernel:  do_fault+0x295/0x470
Sep 10 12:11:00 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:11:00 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:11:00 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:11:00 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:11:00 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:11:00 luna kernel: RIP: 0033:0x7a2e786ddb0d
Sep 10 12:11:00 luna kernel: Code: 83 ec 10 83 fb 0f 0f 87 c0 00 00 00 b8 01 00 00 00 89 d9 4c 8d 1d 83 b5 ff ff d3 e0 89 c2 81 e2 83 08 00 00 0f 84 ca 00 00 00 <45> 8b 23 45 89 e2 41 83 e2 01 0f 85 a5 00 00 00 41 8b 43 04 83 f8
Sep 10 12:11:00 luna kernel: RSP: 002b:00007fff4f3e9380 EFLAGS: 00010202
Sep 10 12:11:00 luna kernel: RAX: 0000000000000002 RBX: 0000000000000001 RCX: 0000000000000001
Sep 10 12:11:00 luna kernel: RDX: 0000000000000002 RSI: 00007fff4f3e93c0 RDI: 0000000000000001
Sep 10 12:11:00 luna kernel: RBP: 00007fff4f3e93a0 R08: 00005c4fae179010 R09: 0000000000000007
Sep 10 12:11:00 luna kernel: R10: 0000000000000079 R11: 00007a2e786d9080 R12: 00005c4fae17dc00
Sep 10 12:11:00 luna kernel: R13: 00005c4fae185e00 R14: 00007fff4f3e9428 R15: 00007a2e7848df00
Sep 10 12:11:00 luna kernel:  </TASK>
Sep 10 12:11:00 luna kernel: watchdog: BUG: soft lockup - CPU#3 stuck for 26s! [(ate-utmp):707]
Sep 10 12:11:00 luna kernel: CPU#3 Utilization every 4s during lockup:
Sep 10 12:11:00 luna kernel:         #1: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #2: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #3: 101% system,          0% softirq,          1% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #4: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #5: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core intel_pmc_core_pltdrv(-) snd_compress x86_pkg_temp_thermal ath9k ac97_bus intel_powerclamp snd_pcm_dmaengine ath9k_common coretemp snd_hda_intel ath9k_hw joydev snd_intel_dspcfg kvm_intel mousedev snd_intel_sdw_acpi ath processor_thermal_device_pci_legacy i915(+) processor_thermal_device snd_hda_codec processor_thermal_wt_hint mac80211 kvm processor_thermal_rfim snd_hda_core intel_rapl_msr drm_buddy processor_thermal_rapl snd_hwdep hid_multitouch iTCO_wdt i2c_algo_bit r8169 intel_rapl_common snd_pcm intel_pmc_bxt hid_generic ttm realtek rapl
Sep 10 12:11:00 luna kernel:  processor_thermal_wt_req iTCO_vendor_support ee1004 libarc4 snd_timer intel_cstate spi_nor i2c_i801 processor_thermal_power_floor mdio_devres drm_display_helper snd intel_lpss_pci memconsole_coreboot cfg80211 intel_uncore mtd processor_thermal_mbox i2c_smbus pcspkr psmouse soundcore cec intel_lpss int340x_thermal_zone libphy i2c_mux rfkill framebuffer_coreboot intel_gtt memconsole idma64 intel_soc_dts_iosf intel_pch_thermal cbmem intel_pmc_core intel_vsec i2c_hid_acpi video pmt_telemetry intel_hid i2c_hid wmi pinctrl_cannonlake pmt_class sparse_keymap coreboot_table mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 serio_raw atkbd aesni_intel nvme libps2 vivaldi_fmap crypto_simd nvme_core xhci_pci spi_intel_pci cryptd i8042 spi_intel
Sep 10 12:11:00 luna kernel:  xhci_pci_renesas nvme_auth serio
Sep 10 12:11:00 luna kernel: CPU: 3 PID: 707 Comm: (ate-utmp) Tainted: G      D      L     6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:11:00 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:00 luna kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x70/0x2e0
Sep 10 12:11:00 luna kernel: Code: 77 7f f0 0f ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 5b 85 c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 03 65 48 ff 05 c1 a0 7b
Sep 10 12:11:00 luna kernel: RSP: 0000:ffffbeae4052bbe8 EFLAGS: 00000202
Sep 10 12:11:00 luna kernel: RAX: 0000000000000001 RBX: ffffffff9b4b68d4 RCX: 0000000000000000
Sep 10 12:11:00 luna kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffffffff9b4b68d4
Sep 10 12:11:00 luna kernel: RBP: ffffffff9b4b68d4 R08: ffffbeae4052bc60 R09: ffff96b5c162dc08
Sep 10 12:11:00 luna kernel: R10: 0000000000000001 R11: ffff96b5c162dc0c R12: 0000000081000200
Sep 10 12:11:00 luna kernel: R13: ffffbeae4052bc60 R14: 0000000000000000 R15: 0000000414532000
Sep 10 12:11:00 luna kernel: FS:  00007ecf5654a880(0000) GS:ffff96c0ee180000(0000) knlGS:0000000000000000
Sep 10 12:11:00 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:11:00 luna kernel: CR2: 00007ecf57047080 CR3: 0000000143f4a004 CR4: 00000000003706f0
Sep 10 12:11:00 luna kernel: Call Trace:
Sep 10 12:11:00 luna kernel:  <IRQ>
Sep 10 12:11:00 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:11:00 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:11:00 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:11:00 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:11:00 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:11:00 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:11:00 luna kernel:  </IRQ>
Sep 10 12:11:00 luna kernel:  <TASK>
Sep 10 12:11:00 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:11:00 luna kernel:  ? native_queued_spin_lock_slowpath+0x70/0x2e0
Sep 10 12:11:00 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:11:00 luna kernel:  queued_read_lock_slowpath+0x115/0x120
Sep 10 12:11:00 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:11:00 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:11:00 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:11:00 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:11:00 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:11:00 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:11:00 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:11:00 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:11:00 luna kernel:  do_fault+0x295/0x470
Sep 10 12:11:00 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:11:00 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:11:00 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:11:00 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:11:00 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:11:00 luna kernel: RIP: 0033:0x7ecf5704bb0d
Sep 10 12:11:00 luna kernel: Code: 83 ec 10 83 fb 0f 0f 87 c0 00 00 00 b8 01 00 00 00 89 d9 4c 8d 1d 83 b5 ff ff d3 e0 89 c2 81 e2 83 08 00 00 0f 84 ca 00 00 00 <45> 8b 23 45 89 e2 41 83 e2 01 0f 85 a5 00 00 00 41 8b 43 04 83 f8
Sep 10 12:11:00 luna kernel: RSP: 002b:00007fff2ed9a210 EFLAGS: 00010202
Sep 10 12:11:00 luna kernel: RAX: 0000000000000001 RBX: 0000000000000000 RCX: 0000000000000000
Sep 10 12:11:00 luna kernel: RDX: 0000000000000001 RSI: 00007fff2ed9a250 RDI: 0000000000000000
Sep 10 12:11:00 luna kernel: RBP: 00007fff2ed9a230 R08: 0000000000000006 R09: 00007ecf567f6b20
Sep 10 12:11:00 luna kernel: R10: 0000000000000008 R11: 00007ecf57047080 R12: 00007fff2ed9a660
Sep 10 12:11:00 luna kernel: R13: 00007fff2ed9a63c R14: 0000000000000000 R15: 00007fff2ed9aa40
Sep 10 12:11:00 luna kernel:  </TASK>
Sep 10 12:11:00 luna kernel: watchdog: BUG: soft lockup - CPU#5 stuck for 26s! [(resolved):706]
Sep 10 12:11:00 luna kernel: CPU#5 Utilization every 4s during lockup:
Sep 10 12:11:00 luna kernel:         #1: 100% system,          0% softirq,          1% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #2: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #3: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #4: 100% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel:         #5: 101% system,          0% softirq,          0% hardirq,          0% idle
Sep 10 12:11:00 luna kernel: Modules linked in: ath3k btusb btrtl btintel btbcm btmtk bluetooth snd_sof_pci_intel_cnl snd_sof_intel_hda_generic soundwire_intel soundwire_cadence snd_sof_intel_hda_common snd_sof_intel_hda_mlink snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_generic_allocation soundwire_bus snd_soc_avs snd_soc_hda_codec snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi snd_soc_core intel_pmc_core_pltdrv(-) snd_compress x86_pkg_temp_thermal ath9k ac97_bus intel_powerclamp snd_pcm_dmaengine ath9k_common coretemp snd_hda_intel ath9k_hw joydev snd_intel_dspcfg kvm_intel mousedev snd_intel_sdw_acpi ath processor_thermal_device_pci_legacy i915(+) processor_thermal_device snd_hda_codec processor_thermal_wt_hint mac80211 kvm processor_thermal_rfim snd_hda_core intel_rapl_msr drm_buddy processor_thermal_rapl snd_hwdep hid_multitouch iTCO_wdt i2c_algo_bit r8169 intel_rapl_common snd_pcm intel_pmc_bxt hid_generic ttm realtek rapl
Sep 10 12:11:00 luna kernel:  processor_thermal_wt_req iTCO_vendor_support ee1004 libarc4 snd_timer intel_cstate spi_nor i2c_i801 processor_thermal_power_floor mdio_devres drm_display_helper snd intel_lpss_pci memconsole_coreboot cfg80211 intel_uncore mtd processor_thermal_mbox i2c_smbus pcspkr psmouse soundcore cec intel_lpss int340x_thermal_zone libphy i2c_mux rfkill framebuffer_coreboot intel_gtt memconsole idma64 intel_soc_dts_iosf intel_pch_thermal cbmem intel_pmc_core intel_vsec i2c_hid_acpi video pmt_telemetry intel_hid i2c_hid wmi pinctrl_cannonlake pmt_class sparse_keymap coreboot_table mac_hid pkcs8_key_parser crypto_user loop nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 serio_raw atkbd aesni_intel nvme libps2 vivaldi_fmap crypto_simd nvme_core xhci_pci spi_intel_pci cryptd i8042 spi_intel
Sep 10 12:11:00 luna kernel:  xhci_pci_renesas nvme_auth serio
Sep 10 12:11:00 luna kernel: CPU: 5 PID: 706 Comm: (resolved) Tainted: G      D      L     6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:11:00 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:11:00 luna kernel: RIP: 0010:native_queued_spin_lock_slowpath+0x223/0x2e0
Sep 10 12:11:00 luna kernel: Code: 41 83 c5 01 c1 e5 10 41 c1 e5 12 44 09 ed 89 e8 c1 e8 10 66 87 43 02 89 c1 c1 e1 10 81 f9 ff ff 00 00 77 5c 31 c9 eb 02 f3 90 <8b> 03 66 85 c0 75 f7 39 e8 0f 84 8c 00 00 00 c6 03 01 48 85 c9 74
Sep 10 12:11:00 luna kernel: RSP: 0000:ffffbeae40523be8 EFLAGS: 00000202
Sep 10 12:11:00 luna kernel: RAX: 0000000000180101 RBX: ffffffff9b4b68d4 RCX: 0000000000000000
Sep 10 12:11:00 luna kernel: RDX: ffff96c0ee2b7600 RSI: 0000000000000101 RDI: ffffffff9b4b68d4
Sep 10 12:11:00 luna kernel: RBP: 0000000000180000 R08: ffffbeae40523c60 R09: ffff96b5c9d1df08
Sep 10 12:11:00 luna kernel: R10: 0000000000000001 R11: ffff96b5c9d1df0c R12: ffff96c0ee2b7600
Sep 10 12:11:00 luna kernel: R13: 0000000000180000 R14: 0000000000000000 R15: 0000000414532000
Sep 10 12:11:00 luna kernel: FS:  000073708ca3a880(0000) GS:ffff96c0ee280000(0000) knlGS:0000000000000000
Sep 10 12:11:00 luna kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Sep 10 12:11:00 luna kernel: CR2: 000073708ca93080 CR3: 0000000101cec001 CR4: 00000000003706f0
Sep 10 12:11:00 luna kernel: Call Trace:
Sep 10 12:11:00 luna kernel:  <IRQ>
Sep 10 12:11:00 luna kernel:  ? watchdog_timer_fn.cold+0x19c/0x219
Sep 10 12:11:00 luna kernel:  ? __pfx_watchdog_timer_fn+0x10/0x10
Sep 10 12:11:00 luna kernel:  ? __hrtimer_run_queues+0x12f/0x2a0
Sep 10 12:11:00 luna kernel:  ? hrtimer_interrupt+0xfa/0x210
Sep 10 12:11:00 luna kernel:  ? __sysvec_apic_timer_interrupt+0x52/0x100
Sep 10 12:11:00 luna kernel:  ? sysvec_apic_timer_interrupt+0x6c/0x90
Sep 10 12:11:00 luna kernel:  </IRQ>
Sep 10 12:11:00 luna kernel:  <TASK>
Sep 10 12:11:00 luna kernel:  ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
Sep 10 12:11:00 luna kernel:  ? native_queued_spin_lock_slowpath+0x223/0x2e0
Sep 10 12:11:00 luna kernel:  queued_read_lock_slowpath+0x115/0x120
Sep 10 12:11:00 luna kernel:  find_next_iomem_res+0x3a/0x130
Sep 10 12:11:00 luna kernel:  ? __pfx_pagerange_is_ram_callback+0x10/0x10
Sep 10 12:11:00 luna kernel:  walk_system_ram_range+0x73/0x100
Sep 10 12:11:00 luna kernel:  pat_pagerange_is_ram+0x73/0x90
Sep 10 12:11:00 luna kernel:  lookup_memtype+0x40/0xd0
Sep 10 12:11:00 luna kernel:  track_pfn_insert+0x28/0x50
Sep 10 12:11:00 luna kernel:  vmf_insert_pfn_prot+0x85/0x1b0
Sep 10 12:11:00 luna kernel:  __do_fault+0x32/0x120
Sep 10 12:11:00 luna kernel:  do_fault+0x295/0x470
Sep 10 12:11:00 luna kernel:  __handle_mm_fault+0x7df/0x1060
Sep 10 12:11:00 luna kernel:  handle_mm_fault+0xf0/0x300
Sep 10 12:11:00 luna kernel:  do_user_addr_fault+0x15d/0x620
Sep 10 12:11:00 luna kernel:  exc_page_fault+0x81/0x190
Sep 10 12:11:00 luna kernel:  asm_exc_page_fault+0x26/0x30
Sep 10 12:11:00 luna kernel: RIP: 0033:0x73708ca97b0d
Sep 10 12:11:00 luna kernel: Code: 83 ec 10 83 fb 0f 0f 87 c0 00 00 00 b8 01 00 00 00 89 d9 4c 8d 1d 83 b5 ff ff d3 e0 89 c2 81 e2 83 08 00 00 0f 84 ca 00 00 00 <45> 8b 23 45 89 e2 41 83 e2 01 0f 85 a5 00 00 00 41 8b 43 04 83 f8
Sep 10 12:11:00 luna kernel: RSP: 002b:00007ffdcbb11680 EFLAGS: 00010202
Sep 10 12:11:00 luna kernel: RAX: 0000000000000002 RBX: 0000000000000001 RCX: 0000000000000001
Sep 10 12:11:00 luna kernel: RDX: 0000000000000002 RSI: 00007ffdcbb116c0 RDI: 0000000000000001
Sep 10 12:11:00 luna kernel: RBP: 00007ffdcbb116a0 R08: 00005fc40fc5d010 R09: 0000000000000007
Sep 10 12:11:00 luna kernel: R10: 000000000000008e R11: 000073708ca93080 R12: 00005fc40fc61d40
Sep 10 12:11:00 luna kernel: R13: 00005fc40fc61f00 R14: 00007ffdcbb11728 R15: 000073708bf3af00
Sep 10 12:11:00 luna kernel:  </TASK>
Sep 10 12:18:44 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:18:44 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:18:44 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:18:44 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:18:44 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:18:44 luna kernel: APIC: Static calls initialized
Sep 10 12:18:44 luna kernel: SMBIOS 3.0 present.
Sep 10 12:18:44 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:18:44 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:18:44 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:18:44 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:18:44 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:18:44 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:18:44 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:18:44 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:18:44 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:18:44 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:18:44 luna kernel: Using GB pages for direct mapping
Sep 10 12:18:44 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:18:44 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:18:44 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:18:44 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:18:44 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:18:44 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:18:44 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:18:44 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:18:44 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:18:44 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:18:44 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:18:44 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:18:44 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:18:44 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:18:44 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:18:44 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:18:44 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:18:44 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:18:44 luna kernel: No NUMA configuration found
Sep 10 12:18:44 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:18:44 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:18:44 luna kernel: Zone ranges:
Sep 10 12:18:44 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:18:44 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:18:44 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:18:44 luna kernel:   Device   empty
Sep 10 12:18:44 luna kernel: Movable zone start for each node
Sep 10 12:18:44 luna kernel: Early memory node ranges
Sep 10 12:18:44 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:18:44 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:18:44 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:18:44 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:18:44 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:18:44 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:18:44 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:18:44 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:18:44 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:18:44 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:18:44 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:18:44 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:18:44 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:18:44 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:18:44 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:18:44 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:18:44 luna kernel: TSC deadline timer available
Sep 10 12:18:44 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:18:44 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:18:44 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:18:44 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:18:44 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:18:44 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:18:44 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:18:44 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:18:44 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:18:44 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:18:44 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:18:44 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:18:44 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:18:44 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:18:44 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:18:44 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:18:44 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:18:44 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:18:44 luna kernel: random: crng init done
Sep 10 12:18:44 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:18:44 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:18:44 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:18:44 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:18:44 luna kernel: Policy zone: Normal
Sep 10 12:18:44 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:18:44 luna kernel: software IO TLB: area num 16.
Sep 10 12:18:44 luna kernel: Memory: 49172520K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030556K reserved, 0K cma-reserved)
Sep 10 12:18:44 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:18:44 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:18:44 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:18:44 luna kernel: Dynamic Preempt: full
Sep 10 12:18:44 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:18:44 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:18:44 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:18:44 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:18:44 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:18:44 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:18:44 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:18:44 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:18:44 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:18:44 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:18:44 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:18:44 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:18:44 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:18:44 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:18:44 luna kernel: Console: colour dummy device 80x25
Sep 10 12:18:44 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:18:44 luna kernel: ACPI: Core revision 20240322
Sep 10 12:18:44 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:18:44 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:18:44 luna kernel: DMAR: Host address width 39
Sep 10 12:18:44 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:18:44 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:18:44 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:18:44 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:18:44 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:18:44 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:18:44 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:18:44 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:18:44 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:18:44 luna kernel: x2apic enabled
Sep 10 12:18:44 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:18:44 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:18:44 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:18:44 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:18:44 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:18:44 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:18:44 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:18:44 luna kernel: process: using mwait in idle threads
Sep 10 12:18:44 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:18:44 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:18:44 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:18:44 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:18:44 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:18:44 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:18:44 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:18:44 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:18:44 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:18:44 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:18:44 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:18:44 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:18:44 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:18:44 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:18:44 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:18:44 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:18:44 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:18:44 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:18:44 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:18:44 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:18:44 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:18:44 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:18:44 luna kernel: landlock: Up and running.
Sep 10 12:18:44 luna kernel: Yama: becoming mindful.
Sep 10 12:18:44 luna kernel: LSM support for eBPF active
Sep 10 12:18:44 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:18:44 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:18:44 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:18:44 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:18:44 luna kernel: ... version:                4
Sep 10 12:18:44 luna kernel: ... bit width:              48
Sep 10 12:18:44 luna kernel: ... generic registers:      4
Sep 10 12:18:44 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:18:44 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:18:44 luna kernel: ... fixed-purpose events:   3
Sep 10 12:18:44 luna kernel: ... event mask:             000000070000000f
Sep 10 12:18:44 luna kernel: signal: max sigframe size: 2032
Sep 10 12:18:44 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:18:44 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:18:44 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:18:44 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:18:44 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:18:44 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:18:44 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:18:44 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:18:44 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:18:44 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:18:44 luna kernel: devtmpfs: initialized
Sep 10 12:18:44 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:18:44 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:18:44 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:18:44 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:18:44 luna kernel: PM: RTC time: 19:18:29, date: 2024-09-10
Sep 10 12:18:44 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:18:44 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:18:44 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:18:44 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:18:44 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:18:44 luna kernel: audit: type=2000 audit(1725995909.013:1): state=initialized audit_enabled=0 res=1
Sep 10 12:18:44 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:18:44 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:18:44 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:18:44 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:18:44 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:18:44 luna kernel: cpuidle: using governor ladder
Sep 10 12:18:44 luna kernel: cpuidle: using governor menu
Sep 10 12:18:44 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:18:44 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:18:44 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:18:44 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:18:44 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:18:44 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:18:44 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:18:44 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:18:44 luna kernel: Demotion targets for Node 0: null
Sep 10 12:18:44 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:18:44 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:18:44 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:18:44 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:18:44 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:18:44 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:18:44 luna kernel: ACPI: EC: EC started
Sep 10 12:18:44 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:18:44 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:18:44 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:18:44 luna kernel: ACPI: Interpreter enabled
Sep 10 12:18:44 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:18:44 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:18:44 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:18:44 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:18:44 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:18:44 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:18:44 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:18:44 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:18:44 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:18:44 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:18:44 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:18:44 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:18:44 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:18:44 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:18:44 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:18:44 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:18:44 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:18:44 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:18:44 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:18:44 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:18:44 luna kernel: ACPI: EC: event unblocked
Sep 10 12:18:44 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:18:44 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:18:44 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:18:44 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:18:44 luna kernel: iommu: Default domain type: Translated
Sep 10 12:18:44 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:18:44 luna kernel: SCSI subsystem initialized
Sep 10 12:18:44 luna kernel: libata version 3.00 loaded.
Sep 10 12:18:44 luna kernel: ACPI: bus type USB registered
Sep 10 12:18:44 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:18:44 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:18:44 luna kernel: usbcore: registered new device driver usb
Sep 10 12:18:44 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:18:44 luna kernel: NetLabel: Initializing
Sep 10 12:18:44 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:18:44 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:18:44 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:18:44 luna kernel: mctp: management component transport protocol core
Sep 10 12:18:44 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:18:44 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:18:44 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:18:44 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:18:44 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:18:44 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:18:44 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:18:44 luna kernel: vgaarb: loaded
Sep 10 12:18:44 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:18:44 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:18:44 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:18:44 luna kernel: pnp: PnP ACPI init
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:18:44 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:18:44 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:18:44 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:18:44 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:18:44 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:18:44 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:18:44 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:18:44 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:18:44 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:18:44 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:18:44 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:18:44 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:18:44 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:18:44 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:18:44 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:18:44 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:18:44 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:18:44 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:18:44 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:18:44 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:18:44 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:18:44 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:18:44 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:18:44 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:18:44 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:18:44 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:18:44 luna kernel: Initialise system trusted keyrings
Sep 10 12:18:44 luna kernel: Key type blacklist registered
Sep 10 12:18:44 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:18:44 luna kernel: zbud: loaded
Sep 10 12:18:44 luna kernel: fuse: init (API version 7.40)
Sep 10 12:18:44 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:18:44 luna kernel: integrity: Machine keyring initialized
Sep 10 12:18:44 luna kernel: Key type asymmetric registered
Sep 10 12:18:44 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:18:44 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:18:44 luna kernel: io scheduler mq-deadline registered
Sep 10 12:18:44 luna kernel: io scheduler kyber registered
Sep 10 12:18:44 luna kernel: io scheduler bfq registered
Sep 10 12:18:44 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:18:44 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:18:44 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:18:44 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:18:44 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:18:44 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:18:44 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:18:44 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:18:44 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:18:44 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:18:44 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:18:44 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:18:44 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:18:44 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:18:44 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:18:44 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:18:44 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:18:44 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:18:44 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:18:44 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:18:44 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:18:44 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:18:44 luna kernel: Linux agpgart interface v0.103
Sep 10 12:18:44 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:18:44 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:18:44 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:18:44 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:18:44 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:18:44 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:18:44 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:18:30 UTC (1725995910)
Sep 10 12:18:44 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:18:44 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:18:44 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:18:44 luna kernel: intel_pstate: HWP enabled
Sep 10 12:18:44 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:18:44 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:18:44 luna kernel: fbcon: Deferring console take-over
Sep 10 12:18:44 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:18:44 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:18:44 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:18:44 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:18:44 luna kernel: Segment Routing with IPv6
Sep 10 12:18:44 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:18:44 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:18:44 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:18:44 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:18:44 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:18:44 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:18:44 luna kernel: sched_clock: Marking stable (690001305, 9111136)->(725510945, -26398504)
Sep 10 12:18:44 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:18:44 luna kernel: registered taskstats version 1
Sep 10 12:18:44 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:18:44 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:18:44 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:18:44 luna kernel: Demotion targets for Node 0: null
Sep 10 12:18:44 luna kernel: Key type .fscrypt registered
Sep 10 12:18:44 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:18:44 luna kernel: PM:   Magic number: 8:58:344
Sep 10 12:18:44 luna kernel: tty tty61: hash matches
Sep 10 12:18:44 luna kernel: memory memory190: hash matches
Sep 10 12:18:44 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:18:44 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:18:44 luna kernel: clk: Disabling unused clocks
Sep 10 12:18:44 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:18:44 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:18:44 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:18:44 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:18:44 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:18:44 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:18:44 luna kernel: rodata_test: all tests were successful
Sep 10 12:18:44 luna kernel: Run /init as init process
Sep 10 12:18:44 luna kernel:   with arguments:
Sep 10 12:18:44 luna kernel:     /init
Sep 10 12:18:44 luna kernel:   with environment:
Sep 10 12:18:44 luna kernel:     HOME=/
Sep 10 12:18:44 luna kernel:     TERM=linux
Sep 10 12:18:44 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:18:44 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:18:44 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:18:44 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:18:44 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:18:44 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:18:44 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:18:44 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:18:44 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:18:44 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:18:44 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:18:44 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:18:44 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:18:44 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:18:44 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:18:44 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:18:44 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:18:44 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:18:44 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:18:44 luna kernel: usb: port power management may be unreliable
Sep 10 12:18:44 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:18:44 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:18:44 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:18:44 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:18:44 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:18:44 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:18:44 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:18:44 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:18:44 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:18:44 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:18:44 luna kernel: fbcon: Taking over console
Sep 10 12:18:44 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:18:44 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:18:44 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:18:44 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:18:44 luna kernel: Key type trusted registered
Sep 10 12:18:44 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.01
Sep 10 12:18:44 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:18:44 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:18:44 luna kernel: Key type encrypted registered
Sep 10 12:18:44 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:18:44 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:18:44 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:18:44 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:18:44 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:18:44 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:18:44 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:18:44 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:18:44 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:18:44 luna kernel: tsc: Refined TSC clocksource calibration: 1608.004 MHz
Sep 10 12:18:44 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dae07d76, max_idle_ns: 440795224364 ns
Sep 10 12:18:44 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:18:44 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:18:44 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:18:44 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:18:44 luna kernel: PM: Image not found (code -22)
Sep 10 12:18:44 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:18:44 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:18:44 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:18:44 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:18:44 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:18:44 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:18:44 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:18:44 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:18:44 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:18:44 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:18:44 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:18:44 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:18:44 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:18:44 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:18:44 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:18:44 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:18:44 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:18:44 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:18:44 luna systemd[1]: Reached target Slice Units.
Sep 10 12:18:44 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:18:44 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:18:44 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:18:44 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:18:44 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:18:44 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:18:44 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:18:44 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:18:44 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:18:44 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:18:44 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:18:44 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:18:44 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:18:44 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:18:44 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:18:44 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:18:44 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:18:44 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:18:44 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:18:44 luna systemd[1]: Starting Journal Service...
Sep 10 12:18:44 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:18:44 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:18:44 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:18:44 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:18:44 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:18:44 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:18:44 luna kernel: loop: module loaded
Sep 10 12:18:44 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:18:44 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:18:44 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:18:44 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:18:44 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:18:44 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:18:44 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:18:44 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:18:44 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:18:44 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:18:44 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:18:44 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:18:44 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:18:44 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:18:44 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:18:44 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:18:44 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:18:44 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:18:44 luna systemd-journald[582]: Collecting audit messages is disabled.
Sep 10 12:18:44 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:18:44 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:18:44 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:18:44 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:18:44 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:18:44 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:18:44 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:18:44 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:18:44 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:18:44 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:18:44 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:18:44 luna systemd-journald[582]: Journal started
Sep 10 12:18:44 luna systemd-journald[582]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:18:44 luna systemd-modules-load[583]: Failed to find module 'acpi_call'
Sep 10 12:18:44 luna systemd-modules-load[583]: Inserted module 'crypto_user'
Sep 10 12:18:44 luna systemd-modules-load[583]: Inserted module 'pkcs8_key_parser'
Sep 10 12:18:44 luna systemd[1]: Started Journal Service.
Sep 10 12:18:44 luna lvm[576]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:18:44 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:18:44 luna systemd-journald[582]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 5.649ms for 683 entries.
Sep 10 12:18:44 luna systemd-journald[582]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 636.6M, max 4G, 3.3G free.
Sep 10 12:18:45 luna systemd-journald[582]: Received client request to flush runtime journal.
Sep 10 12:18:45 luna systemd-journald[582]: File /var/log/journal/afea3d7f6b3e489fa77be72482a21de0/system.journal corrupted or uncleanly shut down, renaming and replacing.
Sep 10 12:18:44 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:18:44 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:18:44 luna systemd-udevd[618]: Using default interface naming scheme 'v255'.
Sep 10 12:18:44 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:18:44 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:18:44 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:18:45 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:18:45 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:18:45 luna lvm[642]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:18:45 luna lvm[642]: VG vg0 finished
Sep 10 12:18:45 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:18:45 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:18:45 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:18:45 luna kernel: CPU: 9 PID: 661 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:18:45 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:18:45 luna kernel: Call Trace:
Sep 10 12:18:45 luna kernel:  <TASK>
Sep 10 12:18:45 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:18:45 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:18:45 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:18:45 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:18:45 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:18:45 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:18:45 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:18:45 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:18:45 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:18:45 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:18:45 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:18:45 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:18:45 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:18:45 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:18:45 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:18:45 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:18:45 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:18:45 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:18:45 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:18:45 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:18:45 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:18:45 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:18:45 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:18:45 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:18:45 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:18:45 luna kernel:  ? __seccomp_filter+0x303/0x520
Sep 10 12:18:45 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:18:45 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:18:45 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:18:45 luna kernel:  ? switch_fpu_return+0x4e/0xd0
Sep 10 12:18:45 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:18:45 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:18:45 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:18:45 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:18:45 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:18:45 luna kernel: RIP: 0033:0x73c3045261fd
Sep 10 12:18:45 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:18:45 luna kernel: RSP: 002b:00007ffe411da9f8 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:18:45 luna kernel: RAX: ffffffffffffffda RBX: 00006048c0b364e0 RCX: 000073c3045261fd
Sep 10 12:18:45 luna kernel: RDX: 0000000000000004 RSI: 000073c303dfa05d RDI: 0000000000000032
Sep 10 12:18:45 luna kernel: RBP: 00007ffe411daab0 R08: 0000000000000001 R09: 00007ffe411daa40
Sep 10 12:18:45 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 000073c303dfa05d
Sep 10 12:18:45 luna kernel: R13: 0000000000020000 R14: 00006048c0b5e2d0 R15: 00006048c0b611e0
Sep 10 12:18:45 luna kernel:  </TASK>
Sep 10 12:18:45 luna kernel: coreboot: could not register framebuffer
Sep 10 12:18:45 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:18:45 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:18:45 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:18:45 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:18:45 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:18:45 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:18:45 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:18:45 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:18:45 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:18:45 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:18:45 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:18:45 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:18:45 luna kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Sep 10 12:18:45 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:18:45 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:18:45 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:18:45 luna systemd[1]: Reached target Swaps.
Sep 10 12:18:45 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:18:45 luna systemd-fsck[723]: /dev/nvme0n1p2: recovering journal
Sep 10 12:18:45 luna systemd-fsck[725]: /dev/mapper/vg0-home: recovering journal
Sep 10 12:18:45 luna systemd-fsck[723]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:18:45 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:18:45 luna systemd-fsck[725]: /dev/mapper/vg0-home: clean, 625708/46137344 files, 21077399/184544256 blocks
Sep 10 12:18:45 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:18:45 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:18:45 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:18:45 luna kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:18:45 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:18:45 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:18:45 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:18:45 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:18:45 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:18:45 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:18:45 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:18:45 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:18:45 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:18:45 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:18:45 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:18:45 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:18:45 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:18:45 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:18:45 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:18:45 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:18:45 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:18:45 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:18:45 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:18:45 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:18:45 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:18:45 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:18:45 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:18:45 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:18:45 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:18:45 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:18:45 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:18:45 luna systemd[1]: Mounting /boot...
Sep 10 12:18:45 luna systemd[1]: Mounting /home...
Sep 10 12:18:45 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:18:45 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:18:46 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:18:46 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:18:46 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:18:46 luna systemd[1]: Mounted /boot.
Sep 10 12:18:46 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:18:46 luna systemd[1]: Mounted /home.
Sep 10 12:18:46 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:18:46 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:18:46 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:18:46 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:18:46 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:18:46 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:18:46 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:18:46 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:18:46 luna systemd-udevd[618]: 0000:00:02.0: Worker [651] terminated by signal 9 (KILL).
Sep 10 12:18:46 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:18:46 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 12:18:46 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 12:18:46 luna kernel: #PF: error_code(0x0000) - not-present page
Sep 10 12:17:58 luna kernel: Linux version 6.10.9-arch1-1.1 (linux@archlinux) (gcc (GCC) 14.2.1 20240805, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Tue, 10 Sep 2024 08:16:43 +0000
Sep 10 12:17:58 luna kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:17:58 luna kernel: BIOS-provided physical RAM map:
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000099b13fff] usable
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x0000000099b14000-0x000000009f7fffff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc000fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe00ffff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed17fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed83fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000fed90000-0x00000000fed91fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x00000000feda0000-0x00000000feda1fff] reserved
Sep 10 12:17:58 luna kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000c5e7fffff] usable
Sep 10 12:17:58 luna kernel: NX (Execute Disable) protection: active
Sep 10 12:17:58 luna kernel: APIC: Static calls initialized
Sep 10 12:17:58 luna kernel: SMBIOS 3.0 present.
Sep 10 12:17:58 luna kernel: DMI: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:17:58 luna kernel: DMI: Memory slots populated: 2/2
Sep 10 12:17:58 luna kernel: tsc: Detected 1600.000 MHz processor
Sep 10 12:17:58 luna kernel: tsc: Detected 1599.960 MHz TSC
Sep 10 12:17:58 luna kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 10 12:17:58 luna kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 10 12:17:58 luna kernel: last_pfn = 0xc5e800 max_arch_pfn = 0x400000000
Sep 10 12:17:58 luna kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Sep 10 12:17:58 luna kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 10 12:17:58 luna kernel: last_pfn = 0x99b14 max_arch_pfn = 0x400000000
Sep 10 12:17:58 luna kernel: Using GB pages for direct mapping
Sep 10 12:17:58 luna kernel: RAMDISK: [mem 0x34d23000-0x36688fff]
Sep 10 12:17:58 luna kernel: ACPI: Early table checksum verification disabled
Sep 10 12:17:58 luna kernel: ACPI: RSDP 0x00000000000F6750 000024 (v02 COREv4)
Sep 10 12:17:58 luna kernel: ACPI: XSDT 0x0000000099B510E0 000064 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: FACP 0x0000000099B54B70 000114 (v06 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: DSDT 0x0000000099B51280 0038E2 (v02 COREv4 COREBOOT 20110725 INTL 20200925)
Sep 10 12:17:58 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:17:58 luna kernel: ACPI: FACS 0x0000000099B51240 000040
Sep 10 12:17:58 luna kernel: ACPI: SSDT 0x0000000099B54C90 002130 (v02 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: MCFG 0x0000000099B56DC0 00003C (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: TCPA 0x0000000099B56E00 000032 (v02 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: LPIT 0x0000000099B56E40 000094 (v00 COREv4 COREBOOT 0000002A CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: APIC 0x0000000099B56EE0 0000B2 (v03 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: DMAR 0x0000000099B56FA0 000088 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: HPET 0x0000000099B57030 000038 (v01 COREv4 COREBOOT 00000000 CORE 20200925)
Sep 10 12:17:58 luna kernel: ACPI: Reserving FACP table memory at [mem 0x99b54b70-0x99b54c83]
Sep 10 12:17:58 luna kernel: ACPI: Reserving DSDT table memory at [mem 0x99b51280-0x99b54b61]
Sep 10 12:17:58 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:17:58 luna kernel: ACPI: Reserving FACS table memory at [mem 0x99b51240-0x99b5127f]
Sep 10 12:17:58 luna kernel: ACPI: Reserving SSDT table memory at [mem 0x99b54c90-0x99b56dbf]
Sep 10 12:17:58 luna kernel: ACPI: Reserving MCFG table memory at [mem 0x99b56dc0-0x99b56dfb]
Sep 10 12:17:58 luna kernel: ACPI: Reserving TCPA table memory at [mem 0x99b56e00-0x99b56e31]
Sep 10 12:17:58 luna kernel: ACPI: Reserving LPIT table memory at [mem 0x99b56e40-0x99b56ed3]
Sep 10 12:17:58 luna kernel: ACPI: Reserving APIC table memory at [mem 0x99b56ee0-0x99b56f91]
Sep 10 12:17:58 luna kernel: ACPI: Reserving DMAR table memory at [mem 0x99b56fa0-0x99b57027]
Sep 10 12:17:58 luna kernel: ACPI: Reserving HPET table memory at [mem 0x99b57030-0x99b57067]
Sep 10 12:17:58 luna kernel: No NUMA configuration found
Sep 10 12:17:58 luna kernel: Faking a node at [mem 0x0000000000000000-0x0000000c5e7fffff]
Sep 10 12:17:58 luna kernel: NODE_DATA(0) allocated [mem 0xc5e7fb000-0xc5e7fffff]
Sep 10 12:17:58 luna kernel: Zone ranges:
Sep 10 12:17:58 luna kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 10 12:17:58 luna kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 10 12:17:58 luna kernel:   Normal   [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:17:58 luna kernel:   Device   empty
Sep 10 12:17:58 luna kernel: Movable zone start for each node
Sep 10 12:17:58 luna kernel: Early memory node ranges
Sep 10 12:17:58 luna kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Sep 10 12:17:58 luna kernel:   node   0: [mem 0x0000000000100000-0x0000000099b13fff]
Sep 10 12:17:58 luna kernel:   node   0: [mem 0x0000000100000000-0x0000000c5e7fffff]
Sep 10 12:17:58 luna kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000c5e7fffff]
Sep 10 12:17:58 luna kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 10 12:17:58 luna kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 10 12:17:58 luna kernel: On node 0, zone Normal: 25836 pages in unavailable ranges
Sep 10 12:17:58 luna kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Sep 10 12:17:58 luna kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Sep 10 12:17:58 luna kernel: ACPI: PM-Timer IO Port: 0x1808
Sep 10 12:17:58 luna kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 10 12:17:58 luna kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Sep 10 12:17:58 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 10 12:17:58 luna kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Sep 10 12:17:58 luna kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 10 12:17:58 luna kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Sep 10 12:17:58 luna kernel: TSC deadline timer available
Sep 10 12:17:58 luna kernel: CPU topo: Max. logical packages:   1
Sep 10 12:17:58 luna kernel: CPU topo: Max. logical dies:       1
Sep 10 12:17:58 luna kernel: CPU topo: Max. dies per package:   1
Sep 10 12:17:58 luna kernel: CPU topo: Max. threads per core:   2
Sep 10 12:17:58 luna kernel: CPU topo: Num. cores per package:     6
Sep 10 12:17:58 luna kernel: CPU topo: Num. threads per package:  12
Sep 10 12:17:58 luna kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x99b14000-0x9f7fffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xdfffffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfbffffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc000fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfc001000-0xfdffffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe00ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfed0ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed17fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed3ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed83fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed8ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfed91fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfed92000-0xfed9ffff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda0000-0xfeda1fff]
Sep 10 12:17:58 luna kernel: PM: hibernation: Registered nosave memory: [mem 0xfeda2000-0xffffffff]
Sep 10 12:17:58 luna kernel: [mem 0x9f800000-0xdfffffff] available for PCI devices
Sep 10 12:17:58 luna kernel: Booting paravirtualized kernel on bare hardware
Sep 10 12:17:58 luna kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 10 12:17:58 luna kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Sep 10 12:17:58 luna kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Sep 10 12:17:58 luna kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Sep 10 12:17:58 luna kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Sep 10 12:17:58 luna kernel: pcpu-alloc: [0] 08 09 10 11 
Sep 10 12:17:58 luna kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg0-root rw cryptdevice=/dev/nvme0n1p3:vg0 resume=/dev/vg0/swap loglevel=3 quiet
Sep 10 12:17:58 luna kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:vg0", will be passed to user space.
Sep 10 12:17:58 luna kernel: random: crng init done
Sep 10 12:17:58 luna kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Sep 10 12:17:58 luna kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 10 12:17:58 luna kernel: Fallback order for Node 0: 0 
Sep 10 12:17:58 luna kernel: Built 1 zonelists, mobility grouping on.  Total pages: 12550834
Sep 10 12:17:58 luna kernel: Policy zone: Normal
Sep 10 12:17:58 luna kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 10 12:17:58 luna kernel: software IO TLB: area num 16.
Sep 10 12:17:58 luna kernel: Memory: 49172528K/50203336K available (18432K kernel code, 2177K rwdata, 13440K rodata, 3436K init, 3484K bss, 1030548K reserved, 0K cma-reserved)
Sep 10 12:17:58 luna kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Sep 10 12:17:58 luna kernel: ftrace: allocating 50283 entries in 197 pages
Sep 10 12:17:58 luna kernel: ftrace: allocated 197 pages with 4 groups
Sep 10 12:17:58 luna kernel: Dynamic Preempt: full
Sep 10 12:17:58 luna kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 10 12:17:58 luna kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Sep 10 12:17:58 luna kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 10 12:17:58 luna kernel:         Trampoline variant of Tasks RCU enabled.
Sep 10 12:17:58 luna kernel:         Rude variant of Tasks RCU enabled.
Sep 10 12:17:58 luna kernel:         Tracing variant of Tasks RCU enabled.
Sep 10 12:17:58 luna kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 10 12:17:58 luna kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Sep 10 12:17:58 luna kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:17:58 luna kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:17:58 luna kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Sep 10 12:17:58 luna kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Sep 10 12:17:58 luna kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 10 12:17:58 luna kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 10 12:17:58 luna kernel: Console: colour dummy device 80x25
Sep 10 12:17:58 luna kernel: printk: legacy console [tty0] enabled
Sep 10 12:17:58 luna kernel: ACPI: Core revision 20240322
Sep 10 12:17:58 luna kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Sep 10 12:17:58 luna kernel: APIC: Switch to symmetric I/O mode setup
Sep 10 12:17:58 luna kernel: DMAR: Host address width 39
Sep 10 12:17:58 luna kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Sep 10 12:17:58 luna kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Sep 10 12:17:58 luna kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Sep 10 12:17:58 luna kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Sep 10 12:17:58 luna kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
Sep 10 12:17:58 luna kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Sep 10 12:17:58 luna kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Sep 10 12:17:58 luna kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Sep 10 12:17:58 luna kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Sep 10 12:17:58 luna kernel: x2apic enabled
Sep 10 12:17:58 luna kernel: APIC: Switched APIC routing to: cluster x2apic
Sep 10 12:17:58 luna kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x170fff30cc4, max_idle_ns: 440795237869 ns
Sep 10 12:17:58 luna kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.25 BogoMIPS (lpj=5333200)
Sep 10 12:17:58 luna kernel: x86/cpu: SGX disabled by BIOS.
Sep 10 12:17:58 luna kernel: CPU0: Thermal monitoring enabled (TM1)
Sep 10 12:17:58 luna kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Sep 10 12:17:58 luna kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Sep 10 12:17:58 luna kernel: process: using mwait in idle threads
Sep 10 12:17:58 luna kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 10 12:17:58 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Sep 10 12:17:58 luna kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Sep 10 12:17:58 luna kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Sep 10 12:17:58 luna kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 10 12:17:58 luna kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Sep 10 12:17:58 luna kernel: RETBleed: Mitigation: Enhanced IBRS
Sep 10 12:17:58 luna kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 10 12:17:58 luna kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 10 12:17:58 luna kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Sep 10 12:17:58 luna kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 10 12:17:58 luna kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 10 12:17:58 luna kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 10 12:17:58 luna kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Sep 10 12:17:58 luna kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Sep 10 12:17:58 luna kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 10 12:17:58 luna kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Sep 10 12:17:58 luna kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Sep 10 12:17:58 luna kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Sep 10 12:17:58 luna kernel: Freeing SMP alternatives memory: 40K
Sep 10 12:17:58 luna kernel: pid_max: default: 32768 minimum: 301
Sep 10 12:17:58 luna kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 10 12:17:58 luna kernel: landlock: Up and running.
Sep 10 12:17:58 luna kernel: Yama: becoming mindful.
Sep 10 12:17:58 luna kernel: LSM support for eBPF active
Sep 10 12:17:58 luna kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:17:58 luna kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 10 12:17:58 luna kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz (family: 0x6, model: 0xa6, stepping: 0x0)
Sep 10 12:17:58 luna kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Sep 10 12:17:58 luna kernel: ... version:                4
Sep 10 12:17:58 luna kernel: ... bit width:              48
Sep 10 12:17:58 luna kernel: ... generic registers:      4
Sep 10 12:17:58 luna kernel: ... value mask:             0000ffffffffffff
Sep 10 12:17:58 luna kernel: ... max period:             00007fffffffffff
Sep 10 12:17:58 luna kernel: ... fixed-purpose events:   3
Sep 10 12:17:58 luna kernel: ... event mask:             000000070000000f
Sep 10 12:17:58 luna kernel: signal: max sigframe size: 2032
Sep 10 12:17:58 luna kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2624
Sep 10 12:17:58 luna kernel: rcu: Hierarchical SRCU implementation.
Sep 10 12:17:58 luna kernel: rcu:         Max phase no-delay instances is 1000.
Sep 10 12:17:58 luna kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 10 12:17:58 luna kernel: smp: Bringing up secondary CPUs ...
Sep 10 12:17:58 luna kernel: smpboot: x86: Booting SMP configuration:
Sep 10 12:17:58 luna kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Sep 10 12:17:58 luna kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 10 12:17:58 luna kernel: smp: Brought up 1 node, 12 CPUs
Sep 10 12:17:58 luna kernel: smpboot: Total of 12 processors activated (38414.00 BogoMIPS)
Sep 10 12:17:58 luna kernel: devtmpfs: initialized
Sep 10 12:17:58 luna kernel: x86/mm: Memory block size: 128MB
Sep 10 12:17:58 luna kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 10 12:17:58 luna kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 10 12:17:58 luna kernel: pinctrl core: initialized pinctrl subsystem
Sep 10 12:17:58 luna kernel: PM: RTC time: 19:17:45, date: 2024-09-10
Sep 10 12:17:58 luna kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 10 12:17:58 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 10 12:17:58 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 10 12:17:58 luna kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 10 12:17:58 luna kernel: audit: initializing netlink subsys (disabled)
Sep 10 12:17:58 luna kernel: audit: type=2000 audit(1725995865.009:1): state=initialized audit_enabled=0 res=1
Sep 10 12:17:58 luna kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 10 12:17:58 luna kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 10 12:17:58 luna kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 10 12:17:58 luna kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 10 12:17:58 luna kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 10 12:17:58 luna kernel: cpuidle: using governor ladder
Sep 10 12:17:58 luna kernel: cpuidle: using governor menu
Sep 10 12:17:58 luna kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 10 12:17:58 luna kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Sep 10 12:17:58 luna kernel: PCI: Using configuration type 1 for base access
Sep 10 12:17:58 luna kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 10 12:17:58 luna kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 10 12:17:58 luna kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 10 12:17:58 luna kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 10 12:17:58 luna kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 10 12:17:58 luna kernel: Demotion targets for Node 0: null
Sep 10 12:17:58 luna kernel: ACPI: Added _OSI(Module Device)
Sep 10 12:17:58 luna kernel: ACPI: Added _OSI(Processor Device)
Sep 10 12:17:58 luna kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 10 12:17:58 luna kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 10 12:17:58 luna kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Sep 10 12:17:58 luna kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Sep 10 12:17:58 luna kernel: ACPI: EC: EC started
Sep 10 12:17:58 luna kernel: ACPI: EC: interrupt blocked
Sep 10 12:17:58 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:17:58 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Sep 10 12:17:58 luna kernel: ACPI: Interpreter enabled
Sep 10 12:17:58 luna kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 10 12:17:58 luna kernel: ACPI: Using IOAPIC for interrupt routing
Sep 10 12:17:58 luna kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 10 12:17:58 luna kernel: PCI: Using E820 reservations for host bridge windows
Sep 10 12:17:58 luna kernel: ACPI: Enabled 1 GPEs in block 00 to 7F
Sep 10 12:17:58 luna kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 10 12:17:58 luna kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 10 12:17:58 luna kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Sep 10 12:17:58 luna kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000c4000-0x000c7fff window] (conflicts with Video ROM [mem 0x000c0000-0x000c6dff])
Sep 10 12:17:58 luna kernel: PCI host bridge to bus 0000:00
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000c3fff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000fffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed47fff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 10 12:17:58 luna kernel: pci 0000:00:00.0: [8086:9b51] type 00 class 0x060000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: [8086:9bca] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: BAR 0 [mem 0xb0000000-0xb0ffffff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: BAR 2 [mem 0xa0000000-0xafffffff 64bit pref]
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: BAR 4 [io  0x1000-0x103f]
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:04.0: BAR 0 [mem 0x9fc10000-0x9fc17fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:08.0: BAR 0 [mem 0x9fc1e000-0x9fc1efff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:12.0: BAR 0 [mem 0x9fc1f000-0x9fc1ffff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:14.0: BAR 0 [mem 0x9fc00000-0x9fc0ffff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:14.2: BAR 0 [mem 0x9fc1c000-0x9fc1dfff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:14.2: BAR 2 [mem 0x9fc20000-0x9fc20fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:15.0: BAR 0 [mem 0x9fc21000-0x9fc21fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400 PCIe Root Port
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: [8086:02bf] type 01 class 0x060400 PCIe Root Port
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: [8086:02b4] type 01 class 0x060400 PCIe Root Port
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040300 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.3: BAR 0 [mem 0x9fc18000-0x9fc1bfff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.3: BAR 4 [mem 0x9fb00000-0x9fbfffff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.4: BAR 0 [mem 0x9fc23000-0x9fc230ff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000 conventional PCI endpoint
Sep 10 12:17:58 luna kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Sep 10 12:17:58 luna kernel: pci 0000:01:00.0: [168c:0034] type 00 class 0x028000 PCIe Endpoint
Sep 10 12:17:58 luna kernel: pci 0000:01:00.0: BAR 0 [mem 0x9f800000-0x9f87ffff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:01:00.0: ROM [mem 0x9f880000-0x9f88ffff pref]
Sep 10 12:17:58 luna kernel: pci 0000:01:00.0: supports D1 D2
Sep 10 12:17:58 luna kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: BAR 0 [io  0x2000-0x20ff]
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: BAR 2 [mem 0x9f904000-0x9f904fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: BAR 4 [mem 0x9f900000-0x9f903fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: supports D1 D2
Sep 10 12:17:58 luna kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:17:58 luna kernel: pci 0000:03:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Sep 10 12:17:58 luna kernel: pci 0000:03:00.0: BAR 0 [mem 0x9fa00000-0x9fa03fff 64bit]
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:17:58 luna kernel: ACPI: EC: interrupt unblocked
Sep 10 12:17:58 luna kernel: ACPI: EC: event unblocked
Sep 10 12:17:58 luna kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 10 12:17:58 luna kernel: ACPI: EC: GPE=0x50
Sep 10 12:17:58 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Sep 10 12:17:58 luna kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Sep 10 12:17:58 luna kernel: iommu: Default domain type: Translated
Sep 10 12:17:58 luna kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 10 12:17:58 luna kernel: SCSI subsystem initialized
Sep 10 12:17:58 luna kernel: libata version 3.00 loaded.
Sep 10 12:17:58 luna kernel: ACPI: bus type USB registered
Sep 10 12:17:58 luna kernel: usbcore: registered new interface driver usbfs
Sep 10 12:17:58 luna kernel: usbcore: registered new interface driver hub
Sep 10 12:17:58 luna kernel: usbcore: registered new device driver usb
Sep 10 12:17:58 luna kernel: EDAC MC: Ver: 3.0.0
Sep 10 12:17:58 luna kernel: NetLabel: Initializing
Sep 10 12:17:58 luna kernel: NetLabel:  domain hash size = 128
Sep 10 12:17:58 luna kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 10 12:17:58 luna kernel: NetLabel:  unlabeled traffic allowed by default
Sep 10 12:17:58 luna kernel: mctp: management component transport protocol core
Sep 10 12:17:58 luna kernel: NET: Registered PF_MCTP protocol family
Sep 10 12:17:58 luna kernel: PCI: Using ACPI for IRQ routing
Sep 10 12:17:58 luna kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 10 12:17:58 luna kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Sep 10 12:17:58 luna kernel: e820: reserve RAM buffer [mem 0x99b14000-0x9bffffff]
Sep 10 12:17:58 luna kernel: e820: reserve RAM buffer [mem 0xc5e800000-0xc5fffffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Sep 10 12:17:58 luna kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Sep 10 12:17:58 luna kernel: vgaarb: loaded
Sep 10 12:17:58 luna kernel: clocksource: Switched to clocksource tsc-early
Sep 10 12:17:58 luna kernel: VFS: Disk quotas dquot_6.6.0
Sep 10 12:17:58 luna kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 10 12:17:58 luna kernel: pnp: PnP ACPI init
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfed90000-0xfed93fff] could not be reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xff000000-0xffffffff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 10 12:17:58 luna kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
Sep 10 12:17:58 luna kernel: pnp: PnP ACPI: found 7 devices
Sep 10 12:17:58 luna kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 10 12:17:58 luna kernel: NET: Registered PF_INET protocol family
Sep 10 12:17:58 luna kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 10 12:17:58 luna kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Sep 10 12:17:58 luna kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 10 12:17:58 luna kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Sep 10 12:17:58 luna kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 10 12:17:58 luna kernel: TCP: Hash tables configured (established 524288 bind 65536)
Sep 10 12:17:58 luna kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Sep 10 12:17:58 luna kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:17:58 luna kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Sep 10 12:17:58 luna kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 10 12:17:58 luna kernel: NET: Registered PF_XDP protocol family
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]: assigned
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: bridge window [io  0x3000-0x3fff]: assigned
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f8fffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.0:   bridge window [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7: PCI bridge to [bus 02]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1c.7:   bridge window [mem 0x9f900000-0x9f9fffff]
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Sep 10 12:17:58 luna kernel: pci 0000:00:1d.0:   bridge window [mem 0x9fa00000-0x9fafffff]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000c3fff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000fffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 9 [mem 0xc5e800000-0x7fffffffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed47fff window]
Sep 10 12:17:58 luna kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Sep 10 12:17:58 luna kernel: pci_bus 0000:01: resource 1 [mem 0x9f800000-0x9f8fffff]
Sep 10 12:17:58 luna kernel: pci_bus 0000:01: resource 2 [mem 0xc5e800000-0xc5e9fffff 64bit pref]
Sep 10 12:17:58 luna kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Sep 10 12:17:58 luna kernel: pci_bus 0000:02: resource 1 [mem 0x9f900000-0x9f9fffff]
Sep 10 12:17:58 luna kernel: pci_bus 0000:03: resource 1 [mem 0x9fa00000-0x9fafffff]
Sep 10 12:17:58 luna kernel: PCI: CLS 64 bytes, default 64
Sep 10 12:17:58 luna kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 10 12:17:58 luna kernel: software IO TLB: mapped [mem 0x0000000095b14000-0x0000000099b14000] (64MB)
Sep 10 12:17:58 luna kernel: Trying to unpack rootfs image as initramfs...
Sep 10 12:17:58 luna kernel: Initialise system trusted keyrings
Sep 10 12:17:58 luna kernel: Key type blacklist registered
Sep 10 12:17:58 luna kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Sep 10 12:17:58 luna kernel: zbud: loaded
Sep 10 12:17:58 luna kernel: fuse: init (API version 7.40)
Sep 10 12:17:58 luna kernel: integrity: Platform Keyring initialized
Sep 10 12:17:58 luna kernel: integrity: Machine keyring initialized
Sep 10 12:17:58 luna kernel: Key type asymmetric registered
Sep 10 12:17:58 luna kernel: Asymmetric key parser 'x509' registered
Sep 10 12:17:58 luna kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 10 12:17:58 luna kernel: io scheduler mq-deadline registered
Sep 10 12:17:58 luna kernel: io scheduler kyber registered
Sep 10 12:17:58 luna kernel: io scheduler bfq registered
Sep 10 12:17:58 luna kernel: pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Sep 10 12:17:58 luna kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 120
Sep 10 12:17:58 luna kernel: pcieport 0000:00:1c.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 10 12:17:58 luna kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 121
Sep 10 12:17:58 luna kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 122
Sep 10 12:17:58 luna kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 10 12:17:58 luna kernel: Monitor-Mwait will be used to enter C-1 state
Sep 10 12:17:58 luna kernel: Monitor-Mwait will be used to enter C-2 state
Sep 10 12:17:58 luna kernel: Monitor-Mwait will be used to enter C-3 state
Sep 10 12:17:58 luna kernel: ACPI: \_SB_.CP00: Found 3 idle states
Sep 10 12:17:58 luna kernel: ACPI: AC: AC Adapter [AC] (on-line)
Sep 10 12:17:58 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 10 12:17:58 luna kernel: ACPI: button: Power Button [PWRB]
Sep 10 12:17:58 luna kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Sep 10 12:17:58 luna kernel: ACPI: button: Sleep Button [SLPB]
Sep 10 12:17:58 luna kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Sep 10 12:17:58 luna kernel: ACPI: button: Lid Switch [LID0]
Sep 10 12:17:58 luna kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 10 12:17:58 luna kernel: ACPI: button: Power Button [PWRF]
Sep 10 12:17:58 luna kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 10 12:17:58 luna kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 10 12:17:58 luna kernel: Non-volatile memory driver v1.3
Sep 10 12:17:58 luna kernel: Linux agpgart interface v0.103
Sep 10 12:17:58 luna kernel: tpm_tis 00:06: 1.2 TPM (device-id 0x1B, rev-id 16)
Sep 10 12:17:58 luna kernel: ACPI: bus type drm_connector registered
Sep 10 12:17:58 luna kernel: usbcore: registered new interface driver usbserial_generic
Sep 10 12:17:58 luna kernel: usbserial: USB Serial support registered for generic
Sep 10 12:17:58 luna kernel: rtc_cmos 00:03: RTC can wake from S4
Sep 10 12:17:58 luna kernel: rtc_cmos 00:03: registered as rtc0
Sep 10 12:17:58 luna kernel: rtc_cmos 00:03: setting system clock to 2024-09-10T19:17:45 UTC (1725995865)
Sep 10 12:17:58 luna kernel: rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
Sep 10 12:17:58 luna kernel: intel_pstate: Intel P-state driver initializing
Sep 10 12:17:58 luna kernel: intel_pstate: HWP enabled
Sep 10 12:17:58 luna kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 10 12:17:58 luna kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 10 12:17:58 luna kernel: fbcon: Deferring console take-over
Sep 10 12:17:58 luna kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 10 12:17:58 luna kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 10 12:17:58 luna kernel: drop_monitor: Initializing network drop monitor service
Sep 10 12:17:58 luna kernel: NET: Registered PF_INET6 protocol family
Sep 10 12:17:58 luna kernel: Freeing initrd memory: 26008K
Sep 10 12:17:58 luna kernel: Segment Routing with IPv6
Sep 10 12:17:58 luna kernel: RPL Segment Routing with IPv6
Sep 10 12:17:58 luna kernel: In-situ OAM (IOAM) with IPv6
Sep 10 12:17:58 luna kernel: NET: Registered PF_PACKET protocol family
Sep 10 12:17:58 luna kernel: microcode: Current revision: 0x000000fe
Sep 10 12:17:58 luna kernel: microcode: Updated early from: 0x000000e8
Sep 10 12:17:58 luna kernel: IPI shorthand broadcast: enabled
Sep 10 12:17:58 luna kernel: sched_clock: Marking stable (690001314, 9039021)->(726050843, -27010508)
Sep 10 12:17:58 luna kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 10 12:17:58 luna kernel: registered taskstats version 1
Sep 10 12:17:58 luna kernel: Loading compiled-in X.509 certificates
Sep 10 12:17:58 luna kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a7538969d49f355f788aa2af7cbd91cc1d16b58'
Sep 10 12:17:58 luna kernel: zswap: loaded using pool zstd/zsmalloc
Sep 10 12:17:58 luna kernel: Demotion targets for Node 0: null
Sep 10 12:17:58 luna kernel: Key type .fscrypt registered
Sep 10 12:17:58 luna kernel: Key type fscrypt-provisioning registered
Sep 10 12:17:58 luna kernel: PM:   Magic number: 8:505:293
Sep 10 12:17:58 luna kernel: tty tty26: hash matches
Sep 10 12:17:58 luna kernel: memory memory155: hash matches
Sep 10 12:17:58 luna kernel: RAS: Correctable Errors collector initialized.
Sep 10 12:17:58 luna kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 10 12:17:58 luna kernel: clk: Disabling unused clocks
Sep 10 12:17:58 luna kernel: PM: genpd: Disabling unused power domains
Sep 10 12:17:58 luna kernel: Freeing unused decrypted memory: 2028K
Sep 10 12:17:58 luna kernel: Freeing unused kernel image (initmem) memory: 3436K
Sep 10 12:17:58 luna kernel: Write protecting the kernel read-only data: 32768k
Sep 10 12:17:58 luna kernel: Freeing unused kernel image (rodata/data gap) memory: 896K
Sep 10 12:17:58 luna kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 10 12:17:58 luna kernel: rodata_test: all tests were successful
Sep 10 12:17:58 luna kernel: Run /init as init process
Sep 10 12:17:58 luna kernel:   with arguments:
Sep 10 12:17:58 luna kernel:     /init
Sep 10 12:17:58 luna kernel:   with environment:
Sep 10 12:17:58 luna kernel:     HOME=/
Sep 10 12:17:58 luna kernel:     TERM=linux
Sep 10 12:17:58 luna kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 10 12:17:58 luna kernel:     cryptdevice=/dev/nvme0n1p3:vg0
Sep 10 12:17:58 luna kernel: cryptd: max_cpu_qlen set to 1000
Sep 10 12:17:58 luna kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Sep 10 12:17:58 luna kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 10 12:17:58 luna kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 10 12:17:58 luna kernel: AVX2 version of gcm_enc/dec engaged.
Sep 10 12:17:58 luna kernel: AES CTR mode by8 optimization enabled
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Sep 10 12:17:58 luna kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 10 12:17:58 luna kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Sep 10 12:17:58 luna kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:17:58 luna kernel: usb usb1: Product: xHCI Host Controller
Sep 10 12:17:58 luna kernel: usb usb1: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:17:58 luna kernel: usb usb1: SerialNumber: 0000:00:14.0
Sep 10 12:17:58 luna kernel: hub 1-0:1.0: USB hub found
Sep 10 12:17:58 luna kernel: hub 1-0:1.0: 12 ports detected
Sep 10 12:17:58 luna kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Sep 10 12:17:58 luna kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 10 12:17:58 luna kernel: usb usb2: Product: xHCI Host Controller
Sep 10 12:17:58 luna kernel: usb usb2: Manufacturer: Linux 6.10.9-arch1-1.1 xhci-hcd
Sep 10 12:17:58 luna kernel: usb usb2: SerialNumber: 0000:00:14.0
Sep 10 12:17:58 luna kernel: hub 2-0:1.0: USB hub found
Sep 10 12:17:58 luna kernel: hub 2-0:1.0: 6 ports detected
Sep 10 12:17:58 luna kernel: usb: port power management may be unreliable
Sep 10 12:17:58 luna kernel: nvme nvme0: pci function 0000:03:00.0
Sep 10 12:17:58 luna kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 10 12:17:58 luna kernel: nvme nvme0: D3 entry latency set to 8 seconds
Sep 10 12:17:58 luna kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 10 12:17:58 luna kernel: nvme nvme0: 12/0/0 default/read/poll queues
Sep 10 12:17:58 luna kernel:  nvme0n1: p1 p2 p3
Sep 10 12:17:58 luna kernel: fbcon: Taking over console
Sep 10 12:17:58 luna kernel: Console: switching to colour frame buffer device 80x30
Sep 10 12:17:58 luna kernel: device-mapper: uevent: version 1.0.3
Sep 10 12:17:58 luna kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@xxxxxxxxxxxxxxx
Sep 10 12:17:58 luna kernel: Key type trusted registered
Sep 10 12:17:58 luna kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 10 12:17:58 luna kernel: usb 1-3: New USB device found, idVendor=04ca, idProduct=300d, bcdDevice= 0.02
Sep 10 12:17:58 luna kernel: usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 10 12:17:58 luna kernel: Key type encrypted registered
Sep 10 12:17:58 luna kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd
Sep 10 12:17:58 luna kernel: usb 2-6: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
Sep 10 12:17:58 luna kernel: usb 2-6: New USB device strings: Mfr=3, Product=4, SerialNumber=2
Sep 10 12:17:58 luna kernel: usb 2-6: Product: USB3.0 Card Reader
Sep 10 12:17:58 luna kernel: usb 2-6: Manufacturer: Generic
Sep 10 12:17:58 luna kernel: usb 2-6: SerialNumber: 000000001532
Sep 10 12:17:58 luna kernel: tsc: Refined TSC clocksource calibration: 1608.003 MHz
Sep 10 12:17:58 luna kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x172dacfb38b, max_idle_ns: 440795204692 ns
Sep 10 12:17:58 luna kernel: clocksource: Switched to clocksource tsc
Sep 10 12:17:58 luna kernel: usb-storage 2-6:1.0: USB Mass Storage device detected
Sep 10 12:17:58 luna kernel: scsi host0: usb-storage 2-6:1.0
Sep 10 12:17:58 luna kernel: usbcore: registered new interface driver usb-storage
Sep 10 12:17:58 luna kernel: usbcore: registered new interface driver uas
Sep 10 12:17:58 luna kernel: scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
Sep 10 12:17:58 luna kernel: sd 0:0:0:0: [sda] Media removed, stopped polling
Sep 10 12:17:58 luna kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Sep 10 12:17:58 luna kernel: PM: Image not found (code -22)
Sep 10 12:17:58 luna kernel: EXT4-fs (dm-2): mounted filesystem dbdb7c25-f25f-492a-804b-645e471d1f5c r/w with ordered data mode. Quota mode: none.
Sep 10 12:17:58 luna systemd[1]: systemd 256.5-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 10 12:17:58 luna systemd[1]: Detected architecture x86-64.
Sep 10 12:17:58 luna systemd[1]: Hostname set to <luna>.
Sep 10 12:17:58 luna systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 10 12:17:58 luna systemd[1]: Queued start job for default target Graphical Interface.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/dirmngr.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/getty.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/gpg-agent.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/ifplugd.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/keyboxd.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/modprobe.
Sep 10 12:17:58 luna systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 10 12:17:58 luna systemd[1]: Created slice User and Session Slice.
Sep 10 12:17:58 luna systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 10 12:17:58 luna systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 10 12:17:58 luna systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 10 12:17:58 luna systemd[1]: Expecting device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:17:58 luna systemd[1]: Expecting device /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:17:58 luna systemd[1]: Expecting device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:17:58 luna systemd[1]: Reached target Local Encrypted Volumes.
Sep 10 12:17:58 luna systemd[1]: Reached target Login Prompts.
Sep 10 12:17:58 luna systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 10 12:17:58 luna systemd[1]: Reached target Remote File Systems.
Sep 10 12:17:58 luna systemd[1]: Reached target Slice Units.
Sep 10 12:17:58 luna systemd[1]: Reached target Local Verity Protected Volumes.
Sep 10 12:17:58 luna systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 10 12:17:58 luna systemd[1]: Listening on LVM2 poll daemon socket.
Sep 10 12:17:58 luna systemd[1]: Listening on Process Core Dump Socket.
Sep 10 12:17:58 luna systemd[1]: Listening on Credential Encryption/Decryption.
Sep 10 12:17:58 luna systemd[1]: Listening on Journal Socket (/dev/log).
Sep 10 12:17:58 luna systemd[1]: Listening on Journal Sockets.
Sep 10 12:17:58 luna systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:17:58 luna systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:17:58 luna systemd[1]: Listening on udev Control Socket.
Sep 10 12:17:58 luna systemd[1]: Listening on udev Kernel Socket.
Sep 10 12:17:58 luna systemd[1]: Mounting Huge Pages File System...
Sep 10 12:17:58 luna systemd[1]: Mounting POSIX Message Queue File System...
Sep 10 12:17:58 luna systemd[1]: Mounting Kernel Debug File System...
Sep 10 12:17:58 luna systemd[1]: Mounting Kernel Trace File System...
Sep 10 12:17:58 luna systemd[1]: Starting Create List of Static Device Nodes...
Sep 10 12:17:58 luna systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Module configfs...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Module dm_mod...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Module drm...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Module fuse...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Module loop...
Sep 10 12:17:58 luna systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 10 12:17:58 luna systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 10 12:17:58 luna systemd[1]: Starting Journal Service...
Sep 10 12:17:58 luna systemd[1]: Starting Load Kernel Modules...
Sep 10 12:17:58 luna systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:17:58 luna systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 10 12:17:58 luna systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:17:58 luna systemd[1]: Starting Load udev Rules from Credentials...
Sep 10 12:17:58 luna systemd[1]: Starting Coldplug All udev Devices...
Sep 10 12:17:58 luna systemd[1]: Mounted Huge Pages File System.
Sep 10 12:17:58 luna systemd[1]: Mounted POSIX Message Queue File System.
Sep 10 12:17:58 luna systemd[1]: Mounted Kernel Debug File System.
Sep 10 12:17:58 luna systemd[1]: Mounted Kernel Trace File System.
Sep 10 12:17:58 luna systemd[1]: Finished Create List of Static Device Nodes.
Sep 10 12:17:58 luna systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Module configfs.
Sep 10 12:17:58 luna systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Module dm_mod.
Sep 10 12:17:58 luna kernel: loop: module loaded
Sep 10 12:17:58 luna systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Module drm.
Sep 10 12:17:58 luna systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Module fuse.
Sep 10 12:17:58 luna systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Module loop.
Sep 10 12:17:58 luna systemd[1]: Mounting FUSE Control File System...
Sep 10 12:17:58 luna systemd[1]: Mounting Kernel Configuration File System...
Sep 10 12:17:58 luna systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 10 12:17:58 luna systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 10 12:17:58 luna systemd[1]: Finished Load udev Rules from Credentials.
Sep 10 12:17:58 luna kernel: Asymmetric key parser 'pkcs8' registered
Sep 10 12:17:58 luna systemd[1]: Finished Load Kernel Modules.
Sep 10 12:17:58 luna systemd[1]: Mounted FUSE Control File System.
Sep 10 12:17:58 luna systemd[1]: Mounted Kernel Configuration File System.
Sep 10 12:17:58 luna systemd[1]: Starting Apply Kernel Variables...
Sep 10 12:17:58 luna systemd-journald[486]: Collecting audit messages is disabled.
Sep 10 12:17:58 luna systemd[1]: Finished Apply Kernel Variables.
Sep 10 12:17:58 luna kernel: EXT4-fs (dm-2): re-mounted dbdb7c25-f25f-492a-804b-645e471d1f5c r/w. Quota mode: none.
Sep 10 12:17:58 luna systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 10 12:17:58 luna systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 10 12:17:58 luna systemd[1]: Starting Load/Save OS Random Seed...
Sep 10 12:17:58 luna systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 10 12:17:58 luna systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 10 12:17:58 luna systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 10 12:17:58 luna systemd-journald[486]: Journal started
Sep 10 12:17:58 luna systemd-journald[486]: Runtime Journal (/run/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 8M, max 2.3G, 2.3G free.
Sep 10 12:17:58 luna systemd-modules-load[487]: Failed to find module 'acpi_call'
Sep 10 12:17:58 luna systemd-modules-load[487]: Inserted module 'crypto_user'
Sep 10 12:17:58 luna systemd-modules-load[487]: Inserted module 'pkcs8_key_parser'
Sep 10 12:17:58 luna lvm[480]:   3 logical volume(s) in volume group "vg0" monitored
Sep 10 12:17:58 luna systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 10 12:17:58 luna systemd[1]: Started Journal Service.
Sep 10 12:17:58 luna systemd[1]: Finished Load/Save OS Random Seed.
Sep 10 12:17:58 luna systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 10 12:17:58 luna systemd-journald[486]: Time spent on flushing to /var/log/journal/afea3d7f6b3e489fa77be72482a21de0 is 15.447ms for 684 entries.
Sep 10 12:17:58 luna systemd-journald[486]: System Journal (/var/log/journal/afea3d7f6b3e489fa77be72482a21de0) is 632.3M, max 4G, 3.3G free.
Sep 10 12:17:58 luna systemd-journald[486]: Received client request to flush runtime journal.
Sep 10 12:17:58 luna systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 10 12:17:58 luna systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 10 12:17:58 luna systemd-udevd[523]: Using default interface naming scheme 'v255'.
Sep 10 12:17:58 luna systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 10 12:17:58 luna systemd[1]: Reached target Preparation for Local File Systems.
Sep 10 12:17:58 luna systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 10 12:17:58 luna systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 10 12:17:58 luna lvm[547]: PV /dev/dm-0 online, VG vg0 is complete.
Sep 10 12:17:58 luna lvm[547]: VG vg0 finished
Sep 10 12:17:58 luna systemd[1]: Found device /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:17:58 luna systemd[1]: Found device /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:17:58 luna systemd[1]: Activating swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16...
Sep 10 12:17:58 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879...
Sep 10 12:17:58 luna systemd[1]: Found device Samsung SSD 970 EVO Plus 2TB 2.
Sep 10 12:17:58 luna kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input6
Sep 10 12:17:58 luna kernel: intel-hid INT33D5:00: failed to enable HID power button
Sep 10 12:17:58 luna kernel: sysfs: cannot create duplicate filename '/bus/platform/devices/simple-framebuffer.0'
Sep 10 12:17:58 luna kernel: CPU: 2 PID: 563 Comm: (udev-worker) Not tainted 6.10.9-arch1-1.1 #1 d6043ee256eec44325d24ca53cec175098bf2ed1
Sep 10 12:17:58 luna kernel: Hardware name: Purism Librem 14/Librem 14, BIOS 4.14-Purism-1 06/18/2021
Sep 10 12:17:58 luna kernel: Call Trace:
Sep 10 12:17:58 luna kernel:  <TASK>
Sep 10 12:17:58 luna kernel:  dump_stack_lvl+0x5d/0x80
Sep 10 12:17:58 luna kernel:  sysfs_warn_dup.cold+0x17/0x23
Sep 10 12:17:58 luna kernel:  sysfs_do_create_link_sd+0xcf/0xe0
Sep 10 12:17:58 luna kernel:  bus_add_device+0x6b/0x130
Sep 10 12:17:58 luna kernel:  device_add+0x3b3/0x870
Sep 10 12:17:58 luna kernel:  platform_device_add+0xed/0x250
Sep 10 12:17:58 luna kernel:  platform_device_register_full+0xbb/0x140
Sep 10 12:17:58 luna kernel:  platform_device_register_resndata.constprop.0+0x54/0x80 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:17:58 luna kernel:  framebuffer_probe+0x165/0x1b0 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:17:58 luna kernel:  really_probe+0xdb/0x340
Sep 10 12:17:58 luna kernel:  ? pm_runtime_barrier+0x54/0x90
Sep 10 12:17:58 luna kernel:  ? __pfx___driver_attach+0x10/0x10
Sep 10 12:17:58 luna kernel:  __driver_probe_device+0x78/0x110
Sep 10 12:17:58 luna kernel:  driver_probe_device+0x1f/0xa0
Sep 10 12:17:58 luna kernel:  __driver_attach+0xba/0x1c0
Sep 10 12:17:58 luna kernel:  bus_for_each_dev+0x8c/0xe0
Sep 10 12:17:58 luna kernel:  bus_add_driver+0x112/0x1f0
Sep 10 12:17:58 luna kernel:  driver_register+0x72/0xd0
Sep 10 12:17:58 luna kernel:  ? __pfx_framebuffer_driver_init+0x10/0x10 [framebuffer_coreboot 2cb9edaac2df50bb1673ed4dc929de6216509be8]
Sep 10 12:17:58 luna kernel:  do_one_initcall+0x58/0x310
Sep 10 12:17:58 luna kernel:  do_init_module+0x60/0x220
Sep 10 12:17:58 luna kernel:  init_module_from_file+0x89/0xe0
Sep 10 12:17:58 luna kernel:  idempotent_init_module+0x121/0x320
Sep 10 12:17:58 luna kernel:  __x64_sys_finit_module+0x5e/0xb0
Sep 10 12:17:58 luna kernel:  do_syscall_64+0x82/0x190
Sep 10 12:17:58 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:17:58 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:17:58 luna kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Sep 10 12:17:58 luna kernel:  ? do_syscall_64+0x8e/0x190
Sep 10 12:17:58 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:17:58 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:17:58 luna kernel:  ? clear_bhb_loop+0x25/0x80
Sep 10 12:17:58 luna kernel:  entry_SYSCALL_64_after_hwframe+0x76/0x7e
Sep 10 12:17:58 luna kernel: RIP: 0033:0x749b953261fd
Sep 10 12:17:58 luna kernel: Code: ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d e3 fa 0c 00 f7 d8 64 89 01 48
Sep 10 12:17:58 luna kernel: RSP: 002b:00007ffcb02b7838 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Sep 10 12:17:58 luna kernel: RAX: ffffffffffffffda RBX: 000058458a90ca10 RCX: 0000749b953261fd
Sep 10 12:17:58 luna kernel: RDX: 0000000000000004 RSI: 0000749b950ed05d RDI: 0000000000000032
Sep 10 12:17:58 luna kernel: RBP: 00007ffcb02b78f0 R08: 0000000000000001 R09: 00007ffcb02b7880
Sep 10 12:17:58 luna kernel: R10: 0000000000000040 R11: 0000000000000246 R12: 0000749b950ed05d
Sep 10 12:17:58 luna kernel: R13: 0000000000020000 R14: 000058458a908ca0 R15: 000058458a90a8a0
Sep 10 12:17:58 luna kernel:  </TASK>
Sep 10 12:17:58 luna kernel: coreboot: could not register framebuffer
Sep 10 12:17:58 luna kernel: framebuffer coreboot8: probe with driver framebuffer failed with error -17
Sep 10 12:17:58 luna kernel: Adding 33554428k swap on /dev/mapper/vg0-swap.  Priority:-2 extents:1 across:33554428k SS
Sep 10 12:17:58 luna kernel: intel_pmc_core INT33A1:00:  initialized
Sep 10 12:17:58 luna systemd[1]: Activated swap /dev/disk/by-uuid/d1bf1f7f-bba8-461d-86f6-e0f490dffc16.
Sep 10 12:17:58 luna systemd[1]: Finished Coldplug All udev Devices.
Sep 10 12:17:58 luna systemd-fsck[582]: /dev/mapper/vg0-home: clean, 625708/46137344 files, 21077399/184544256 blocks
Sep 10 12:17:58 luna kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Sep 10 12:17:58 luna kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Sep 10 12:17:58 luna kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Sep 10 12:17:58 luna kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Sep 10 12:17:58 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/2f1de5d8-7297-4dce-b6cf-facc291aa879.
Sep 10 12:17:58 luna systemd[1]: Reached target Swaps.
Sep 10 12:17:58 luna systemd[1]: Starting File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea...
Sep 10 12:17:58 luna kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Sep 10 12:17:58 luna systemd[1]: Starting Virtual Console Setup...
Sep 10 12:17:58 luna systemd-fsck[630]: /dev/nvme0n1p2: clean, 389/128016 files, 280761/512000 blocks
Sep 10 12:17:58 luna systemd[1]: Finished File System Check on /dev/disk/by-uuid/8b838310-b877-46bd-9626-460ce4d7bdea.
Sep 10 12:17:58 luna kernel: iTCO_vendor_support: vendor-support=0
Sep 10 12:17:58 luna kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Sep 10 12:17:58 luna kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 10 12:17:58 luna kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Sep 10 12:17:58 luna kernel: 0x000000000000-0x000001000000 : "BIOS"
Sep 10 12:17:58 luna kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 10 12:17:58 luna kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 10 12:17:58 luna kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 10 12:17:58 luna kernel: cfg80211: failed to load regulatory.db
Sep 10 12:17:58 luna systemd[1]: Finished Virtual Console Setup.
Sep 10 12:17:58 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input9
Sep 10 12:17:58 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input10
Sep 10 12:17:58 luna kernel: hid-generic 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:17:58 luna kernel: intel_rapl_common: Found RAPL domain package
Sep 10 12:17:58 luna kernel: intel_rapl_common: Found RAPL domain core
Sep 10 12:17:58 luna kernel: intel_rapl_common: Found RAPL domain uncore
Sep 10 12:17:58 luna kernel: intel_rapl_common: Found RAPL domain dram
Sep 10 12:17:58 luna kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Sep 10 12:17:58 luna kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, 00:23:81:38:93:c8, XID 541, IRQ 144
Sep 10 12:17:58 luna kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 10 12:17:58 luna kernel: r8169 0000:02:00.0 eno0: renamed from eth0
Sep 10 12:17:58 luna kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Sep 10 12:17:58 luna kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Sep 10 12:17:58 luna kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Sep 10 12:17:58 luna kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Sep 10 12:17:58 luna kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Sep 10 12:17:58 luna kernel: input: HTIX5288:00 0911:5288 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input11
Sep 10 12:17:58 luna kernel: input: HTIX5288:00 0911:5288 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-HTIX5288:00/0018:0911:5288.0001/input/input12
Sep 10 12:17:58 luna kernel: hid-multitouch 0018:0911:5288.0001: input,hidraw0: I2C HID v1.00 Mouse [HTIX5288:00 0911:5288] on i2c-HTIX5288:00
Sep 10 12:17:59 luna systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Sep 10 12:17:59 luna systemd[1]: Mounting /boot...
Sep 10 12:17:59 luna systemd[1]: Mounting /home...
Sep 10 12:17:59 luna systemd[1]: Mounting Temporary Directory /tmp...
Sep 10 12:17:59 luna systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 10 12:17:59 luna systemd[1]: Mounted Temporary Directory /tmp.
Sep 10 12:17:59 luna systemd[1]: Mounted /boot.
Sep 10 12:17:59 luna kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8b838310-b877-46bd-9626-460ce4d7bdea r/w with ordered data mode. Quota mode: none.
Sep 10 12:17:59 luna kernel: EXT4-fs (dm-3): mounted filesystem 2f1de5d8-7297-4dce-b6cf-facc291aa879 r/w with ordered data mode. Quota mode: none.
Sep 10 12:17:59 luna systemd[1]: Mounted /home.
Sep 10 12:17:59 luna systemd[1]: Reached target Local File Systems.
Sep 10 12:17:59 luna systemd[1]: Listening on Boot Entries Service Socket.
Sep 10 12:17:59 luna systemd[1]: Listening on System Extension Image Management.
Sep 10 12:17:59 luna systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 10 12:17:59 luna systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 10 12:17:59 luna systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 10 12:17:59 luna systemd[1]: Starting Create System Files and Directories...
Sep 10 12:17:59 luna kernel: mousedev: PS/2 mouse device common for all mice
Sep 10 12:17:59 luna kernel: Console: switching to colour dummy device 80x25
Sep 10 12:17:59 luna kernel: ath: phy0: ASPM enabled: 0x43
Sep 10 12:17:59 luna kernel: ath: EEPROM regdomain: 0x6a
Sep 10 12:17:59 luna kernel: ath: EEPROM indicates we should expect a direct regpair map
Sep 10 12:17:59 luna kernel: ath: Country alpha2 being used: 00
Sep 10 12:17:59 luna kernel: ath: Regpair used: 0x6a
Sep 10 12:17:59 luna kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Sep 10 12:17:59 luna kernel: ieee80211 phy0: Atheros AR9462 Rev:3 mem=0x00000000ced843e5, irq=18
Sep 10 12:17:59 luna systemd-udevd[523]: 0000:00:02.0: Worker [540] terminated by signal 9 (KILL).
Sep 10 12:17:59 luna systemd[1]: Finished Create System Files and Directories.
Sep 10 12:17:59 luna systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:17:59 luna systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 10 12:17:59 luna systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 10 12:17:59 luna systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 10 12:17:59 luna kernel: resource: Trying to free nonexistent resource <0x00000000a0000000-0x00000000a0257fff>
Sep 10 12:17:59 luna kernel: BUG: unable to handle page fault for address: 0000000300000031
Sep 10 12:17:59 luna kernel: #PF: supervisor read access in kernel mode
Sep 10 12:17:59 luna kernel: #PF: error_code(0x0000) - not-present page
Sep 10 12:17:59 luna kernel: PGD 0 P4D 0 

[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux