You are not logged in.
Hey all,
About 2-3 months ago (maybe a bit more), my system stopped being able to suspend to RAM. Prior to this, it worked flawlessly and didn't require any special setup (though I did re-read the wiki). I noticed at the time that my hard drive was almost entirely full so I figured it was related to that. I finally got around to resizing some partitions and got myself ~31Gb free space on my root partition. However, the suspend to RAM issue continues to occur.
When I issue the "systemctl suspend" command from within X, the entire display simply freezes. My screen does NOT go black and the computer fans continue running at full speed. I cannot use the keyboard or mouse any longer. At this point, I have no option but to hard reboot the system by holding down the power button.
Below is a log (journalctl -S "-10 minutes") taken after the system came back up.
Some interesting snippets:
Immediately after running suspend command:
Feb 10 11:07:42 quark systemd-logind[431]: The system will suspend now!
Feb 10 11:07:42 quark systemd[1]: Reached target Sleep.
Feb 10 11:07:42 quark polkitd[656]: Unregistered Authentication Agent for unix-process:3211:1022390 (system bus name :1.45, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Feb 10 11:07:42 quark systemd[1]: Starting System Suspend...
Feb 10 11:07:42 quark systemd[1]: user@1000.service: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: session-1.scope: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: user.slice: Unit now frozen.
Feb 10 11:07:42 quark systemd-sleep[3218]: Successfully froze unit 'user.slice'.
Feb 10 11:07:42 quark systemd-sleep[3218]: Performing sleep operation 'suspend'...On boot. This also occurre on the previous boot, well before the command is issued:
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: async suspend disabled to avoid multi-function power-on ordering issue
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: async suspend disabled to avoid multi-function power-on ordering issueAlso on boot, backtrace:
Feb 10 11:09:09 quark kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Feb 10 11:09:09 quark kernel: Hardware name: Gigabyte Technology Co., Ltd. EP45T-UD3P/EP45T-UD3P, BIOS F7 04/16/2009
Feb 10 11:09:09 quark kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d 78 c5 37 02 00 74 05 c3 cc cc cc cc 48 c7 c7 60 fe 87 aa c6 05 63 c5 37 02 01 e8 06 43 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Feb 10 11:09:09 quark kernel: RSP: 0018:ffffabaa0069f998 EFLAGS: 00010286
Feb 10 11:09:09 quark kernel: RAX: 0000000000000000 RBX: ffffffffc175f7e0 RCX: 0000000000000027
Feb 10 11:09:09 quark kernel: RDX: ffff969367c218c8 RSI: 0000000000000001 RDI: ffff969367c218c0
Feb 10 11:09:09 quark kernel: RBP: ffffabaa0069f9e8 R08: 0000000000000000 R09: ffffabaa0069f818
Feb 10 11:09:09 quark kernel: R10: ffffffffab2b5408 R11: 0000000000000003 R12: ffffabaa01e68388
Feb 10 11:09:09 quark kernel: R13: ffffabaa0069fa68 R14: 00007e2b20a3305d R15: ffffabaa0069faf8
Feb 10 11:09:09 quark kernel: FS: 00007e2b208ab880(0000) GS:ffff969367c00000(0000) knlGS:0000000000000000
Feb 10 11:09:09 quark kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Feb 10 11:09:09 quark kernel: CR2: 00007e2b1e278000 CR3: 0000000109eda000 CR4: 00000000000426f0
Feb 10 11:09:09 quark kernel: Call Trace:
Feb 10 11:09:09 quark kernel: <TASK>
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? __warn.cold+0x93/0xf6
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? report_bug+0xff/0x140
Feb 10 11:09:09 quark kernel: ? console_unlock+0x9d/0x140
Feb 10 11:09:09 quark kernel: ? handle_bug+0x58/0x90
Feb 10 11:09:09 quark kernel: ? exc_invalid_op+0x17/0x70
Feb 10 11:09:09 quark kernel: ? asm_exc_invalid_op+0x1a/0x20
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: warn_thunk_thunk+0x1a/0x30
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: nvidia_init_module+0x2e/0x7b0 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nvidia_frontend_init_module+0x50/0x820 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? do_one_initcall+0x5b/0x310
Feb 10 11:09:09 quark kernel: ? do_init_module+0x60/0x230
Feb 10 11:09:09 quark kernel: ? __do_sys_init_module+0x17a/0x1b0
Feb 10 11:09:09 quark kernel: ? do_syscall_64+0x82/0x190
Feb 10 11:09:09 quark kernel: ? do_syscall_64+0x8e/0x190
Feb 10 11:09:09 quark kernel: ? __alloc_pages_noprof+0x184/0x330
Feb 10 11:09:09 quark kernel: ? __mod_memcg_lruvec_state+0xa9/0x1a0
Feb 10 11:09:09 quark kernel: ? __lruvec_stat_mod_folio+0x83/0xd0
Feb 10 11:09:09 quark kernel: ? __folio_mod_stat+0x26/0x80
Feb 10 11:09:09 quark kernel: ? set_ptes.isra.0+0x41/0x90
Feb 10 11:09:09 quark kernel: ? do_anonymous_page+0xfe/0x860
Feb 10 11:09:09 quark kernel: ? ___pte_offset_map+0x1b/0x180
Feb 10 11:09:09 quark kernel: ? __handle_mm_fault+0xb26/0xfb0
Feb 10 11:09:09 quark kernel: ? sched_balance_trigger+0x2cb/0x380
Feb 10 11:09:09 quark kernel: ? __count_memcg_events+0xa1/0x130
Feb 10 11:09:09 quark kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Feb 10 11:09:09 quark kernel: ? handle_mm_fault+0x1bb/0x2c0
Feb 10 11:09:09 quark kernel: ? do_user_addr_fault+0x36c/0x620
Feb 10 11:09:09 quark kernel: ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Feb 10 11:09:09 quark kernel: </TASK>
Feb 10 11:09:09 quark kernel: ---[ end trace 0000000000000000 ]---
Feb 10 11:09:09 quark kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Feb 10 11:09:09 quark kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.108 Wed Dec 11 11:06:58 PST 2019Thoughts on this issue?
Yes, this system is ANCIENT. I built the computer in 2009 and it's been running fine so far! I am using the nvidia-340xx graphics module which is now only in the AUR.
Full log:
Feb 10 11:04:40 quark systemd[560]: Started tmux child pane 3056 launched by process 679.
Feb 10 11:05:18 quark systemd[560]: Started tmux child pane 3092 launched by process 679.
Feb 10 11:05:21 quark systemd[560]: Started tmux child pane 3104 launched by process 679.
Feb 10 11:05:26 quark systemd[560]: Started tmux child pane 3117 launched by process 679.
Feb 10 11:05:36 quark systemd[560]: Started tmux child pane 3127 launched by process 679.
Feb 10 11:05:38 quark systemd[560]: Started tmux child pane 3136 launched by process 679.
Feb 10 11:05:38 quark systemd[560]: Started tmux child pane 3145 launched by process 679.
Feb 10 11:07:42 quark polkitd[656]: Registered Authentication Agent for unix-process:3211:1022390 (system bus name :1.45 [/usr/bin/pkttyagent --notify-fd 6 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 10 11:07:42 quark systemd-logind[431]: The system will suspend now!
Feb 10 11:07:42 quark systemd[1]: Reached target Sleep.
Feb 10 11:07:42 quark polkitd[656]: Unregistered Authentication Agent for unix-process:3211:1022390 (system bus name :1.45, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Feb 10 11:07:42 quark systemd[1]: Starting System Suspend...
Feb 10 11:07:42 quark systemd[1]: user@1000.service: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: session-1.scope: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Feb 10 11:07:42 quark systemd[1]: user.slice: Unit now frozen.
Feb 10 11:07:42 quark systemd-sleep[3218]: Successfully froze unit 'user.slice'.
Feb 10 11:07:42 quark systemd-sleep[3218]: Performing sleep operation 'suspend'...
Feb 10 11:07:42 quark kernel: PM: suspend entry (deep)
-- Boot a10ab604f36c4132a3ad6f5e9740b96b --
Feb 10 11:08:59 quark kernel: Linux version 6.13.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20250128, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT_DYNAMIC Sun, 02 Feb 2025 01:02:29 +0000
Feb 10 11:08:59 quark kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=5b82083b-0a88-4b2f-941c-8d0f07f8de60 rw resume=UUID=5b82083b-0a88-4b2f-941c-8d0f07f8de60 initrd=../initramfs-linux.img
Feb 10 11:08:59 quark kernel: BIOS-provided physical RAM map:
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cfeaffff] usable
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000cfeb0000-0x00000000cfee1fff] ACPI NVS
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000cfee2000-0x00000000cfeeffff] ACPI data
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
Feb 10 11:08:59 quark kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022fffffff] usable
Feb 10 11:08:59 quark kernel: NX (Execute Disable) protection: active
Feb 10 11:08:59 quark kernel: APIC: Static calls initialized
Feb 10 11:08:59 quark kernel: SMBIOS 2.4 present.
Feb 10 11:08:59 quark kernel: DMI: Gigabyte Technology Co., Ltd. EP45T-UD3P/EP45T-UD3P, BIOS F7 04/16/2009
Feb 10 11:08:59 quark kernel: DMI: Memory slots populated: 4/4
Feb 10 11:08:59 quark kernel: tsc: Fast TSC calibration using PIT
Feb 10 11:08:59 quark kernel: tsc: Detected 2666.599 MHz processor
Feb 10 11:08:59 quark kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 10 11:08:59 quark kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 10 11:08:59 quark kernel: last_pfn = 0x230000 max_arch_pfn = 0x400000000
Feb 10 11:08:59 quark kernel: total RAM covered: 8191M
Feb 10 11:08:59 quark kernel: Found optimal setting for mtrr clean up
Feb 10 11:08:59 quark kernel: gran_size: 64K chunk_size: 2M num_reg: 7 lose cover RAM: 0G
Feb 10 11:08:59 quark kernel: MTRR map: 8 entries (5 fixed + 3 variable; max 21), built from 8 variable MTRRs
Feb 10 11:08:59 quark kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Feb 10 11:08:59 quark kernel: e820: update [mem 0xcff00000-0xffffffff] usable ==> reserved
Feb 10 11:08:59 quark kernel: last_pfn = 0xcfef0 max_arch_pfn = 0x400000000
Feb 10 11:08:59 quark kernel: found SMP MP-table at [mem 0x000f57f0-0x000f57ff]
Feb 10 11:08:59 quark kernel: RAMDISK: [mem 0x7ce74000-0x7fffffff]
Feb 10 11:08:59 quark kernel: ACPI: Early table checksum verification disabled
Feb 10 11:08:59 quark kernel: ACPI: RSDP 0x00000000000F7620 000014 (v00 GBT )
Feb 10 11:08:59 quark kernel: ACPI: RSDT 0x00000000CFEE2040 000040 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
Feb 10 11:08:59 quark kernel: ACPI: FACP 0x00000000CFEE20C0 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
Feb 10 11:08:59 quark kernel: ACPI: DSDT 0x00000000CFEE2180 0050FC (v01 GBT GBTUACPI 00001000 MSFT 0100000C)
Feb 10 11:08:59 quark kernel: ACPI: FACS 0x00000000CFEB0000 000040
Feb 10 11:08:59 quark kernel: ACPI: EUDS 0x00000000CFEE7A00 000500 (v01 GBT 00000000 00000000)
Feb 10 11:08:59 quark kernel: ACPI: HPET 0x00000000CFEE78C0 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
Feb 10 11:08:59 quark kernel: ACPI: MCFG 0x00000000CFEE7940 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
Feb 10 11:08:59 quark kernel: ACPI: APIC 0x00000000CFEE72C0 000084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
Feb 10 11:08:59 quark kernel: ACPI: SSDT 0x00000000CFEE8830 0003AB (v01 PmRef CpuPm 00003000 INTL 20040311)
Feb 10 11:08:59 quark kernel: ACPI: SLIC 0x00000000CFEC0010 000176 (v01 GBT GBTUACPI 00000001 MSFT 000F4240)
Feb 10 11:08:59 quark kernel: ACPI: Reserving FACP table memory at [mem 0xcfee20c0-0xcfee2133]
Feb 10 11:08:59 quark kernel: ACPI: Reserving DSDT table memory at [mem 0xcfee2180-0xcfee727b]
Feb 10 11:08:59 quark kernel: ACPI: Reserving FACS table memory at [mem 0xcfeb0000-0xcfeb003f]
Feb 10 11:08:59 quark kernel: ACPI: Reserving EUDS table memory at [mem 0xcfee7a00-0xcfee7eff]
Feb 10 11:08:59 quark kernel: ACPI: Reserving HPET table memory at [mem 0xcfee78c0-0xcfee78f7]
Feb 10 11:08:59 quark kernel: ACPI: Reserving MCFG table memory at [mem 0xcfee7940-0xcfee797b]
Feb 10 11:08:59 quark kernel: ACPI: Reserving APIC table memory at [mem 0xcfee72c0-0xcfee7343]
Feb 10 11:08:59 quark kernel: ACPI: Reserving SSDT table memory at [mem 0xcfee8830-0xcfee8bda]
Feb 10 11:08:59 quark kernel: ACPI: Reserving SLIC table memory at [mem 0xcfec0010-0xcfec0185]
Feb 10 11:08:59 quark kernel: No NUMA configuration found
Feb 10 11:08:59 quark kernel: Faking a node at [mem 0x0000000000000000-0x000000022fffffff]
Feb 10 11:08:59 quark kernel: NODE_DATA(0) allocated [mem 0x22ffd12c0-0x22fffbfff]
Feb 10 11:08:59 quark kernel: Zone ranges:
Feb 10 11:08:59 quark kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Feb 10 11:08:59 quark kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Feb 10 11:08:59 quark kernel: Normal [mem 0x0000000100000000-0x000000022fffffff]
Feb 10 11:08:59 quark kernel: Device empty
Feb 10 11:08:59 quark kernel: Movable zone start for each node
Feb 10 11:08:59 quark kernel: Early memory node ranges
Feb 10 11:08:59 quark kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Feb 10 11:08:59 quark kernel: node 0: [mem 0x0000000000100000-0x00000000cfeaffff]
Feb 10 11:08:59 quark kernel: node 0: [mem 0x0000000100000000-0x000000022fffffff]
Feb 10 11:08:59 quark kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000022fffffff]
Feb 10 11:08:59 quark kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 10 11:08:59 quark kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Feb 10 11:08:59 quark kernel: On node 0, zone Normal: 336 pages in unavailable ranges
Feb 10 11:08:59 quark kernel: ACPI: PM-Timer IO Port: 0x408
Feb 10 11:08:59 quark kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
Feb 10 11:08:59 quark kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
Feb 10 11:08:59 quark kernel: ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
Feb 10 11:08:59 quark kernel: ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
Feb 10 11:08:59 quark kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Feb 10 11:08:59 quark kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 10 11:08:59 quark kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 10 11:08:59 quark kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 10 11:08:59 quark kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 10 11:08:59 quark kernel: CPU topo: Max. logical packages: 1
Feb 10 11:08:59 quark kernel: CPU topo: Max. logical dies: 1
Feb 10 11:08:59 quark kernel: CPU topo: Max. dies per package: 1
Feb 10 11:08:59 quark kernel: CPU topo: Max. threads per core: 1
Feb 10 11:08:59 quark kernel: CPU topo: Num. cores per package: 4
Feb 10 11:08:59 quark kernel: CPU topo: Num. threads per package: 4
Feb 10 11:08:59 quark kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xcfeb0000-0xcfee1fff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xcfee2000-0xcfeeffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xcfef0000-0xcfefffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xcff00000-0xdfffffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfebfffff]
Feb 10 11:08:59 quark kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xffffffff]
Feb 10 11:08:59 quark kernel: [mem 0xe4000000-0xfebfffff] available for PCI devices
Feb 10 11:08:59 quark kernel: Booting paravirtualized kernel on bare hardware
Feb 10 11:08:59 quark kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Feb 10 11:08:59 quark kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Feb 10 11:08:59 quark kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
Feb 10 11:08:59 quark kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
Feb 10 11:08:59 quark kernel: pcpu-alloc: [0] 0 1 2 3
Feb 10 11:08:59 quark kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=UUID=5b82083b-0a88-4b2f-941c-8d0f07f8de60 rw resume=UUID=5b82083b-0a88-4b2f-941c-8d0f07f8de60 initrd=../initramfs-linux.img
Feb 10 11:08:59 quark kernel: Unknown kernel command line parameters "BOOT_IMAGE=../vmlinuz-linux", will be passed to user space.
Feb 10 11:08:59 quark kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Feb 10 11:08:59 quark kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 10 11:08:59 quark kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Feb 10 11:08:59 quark kernel: Fallback order for Node 0: 0
Feb 10 11:08:59 quark kernel: Built 1 zonelists, mobility grouping on. Total pages: 2096718
Feb 10 11:08:59 quark kernel: Policy zone: Normal
Feb 10 11:08:59 quark kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb 10 11:08:59 quark kernel: software IO TLB: area num 4.
Feb 10 11:08:59 quark kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 10 11:08:59 quark kernel: Kernel/User page tables isolation: enabled
Feb 10 11:08:59 quark kernel: ftrace: allocating 51632 entries in 202 pages
Feb 10 11:08:59 quark kernel: ftrace: allocated 202 pages with 4 groups
Feb 10 11:08:59 quark kernel: Dynamic Preempt: full
Feb 10 11:08:59 quark kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 10 11:08:59 quark kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
Feb 10 11:08:59 quark kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Feb 10 11:08:59 quark kernel: Trampoline variant of Tasks RCU enabled.
Feb 10 11:08:59 quark kernel: Rude variant of Tasks RCU enabled.
Feb 10 11:08:59 quark kernel: Tracing variant of Tasks RCU enabled.
Feb 10 11:08:59 quark kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Feb 10 11:08:59 quark kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Feb 10 11:08:59 quark kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Feb 10 11:08:59 quark kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Feb 10 11:08:59 quark kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
Feb 10 11:08:59 quark kernel: NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
Feb 10 11:08:59 quark kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 10 11:08:59 quark kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 10 11:08:59 quark kernel: Console: colour VGA+ 80x25
Feb 10 11:08:59 quark kernel: printk: legacy console [tty0] enabled
Feb 10 11:08:59 quark kernel: ACPI: Core revision 20240827
Feb 10 11:08:59 quark kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Feb 10 11:08:59 quark kernel: APIC: Switch to symmetric I/O mode setup
Feb 10 11:08:59 quark kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 10 11:08:59 quark kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x266ffdb6945, max_idle_ns: 440795309923 ns
Feb 10 11:08:59 quark kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5333.19 BogoMIPS (lpj=2666599)
Feb 10 11:08:59 quark kernel: CPU0: Thermal monitoring enabled (TM2)
Feb 10 11:08:59 quark kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
Feb 10 11:08:59 quark kernel: Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
Feb 10 11:08:59 quark kernel: process: using mwait in idle threads
Feb 10 11:08:59 quark kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 10 11:08:59 quark kernel: Spectre V2 : Mitigation: Retpolines
Feb 10 11:08:59 quark kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 10 11:08:59 quark kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb 10 11:08:59 quark kernel: Speculative Store Bypass: Vulnerable
Feb 10 11:08:59 quark kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Feb 10 11:08:59 quark kernel: MMIO Stale Data: Unknown: No mitigations
Feb 10 11:08:59 quark kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 10 11:08:59 quark kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 10 11:08:59 quark kernel: x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
Feb 10 11:08:59 quark kernel: Freeing SMP alternatives memory: 40K
Feb 10 11:08:59 quark kernel: pid_max: default: 32768 minimum: 301
Feb 10 11:08:59 quark kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Feb 10 11:08:59 quark kernel: landlock: Up and running.
Feb 10 11:08:59 quark kernel: Yama: becoming mindful.
Feb 10 11:08:59 quark kernel: LSM support for eBPF active
Feb 10 11:08:59 quark kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 10 11:08:59 quark kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 10 11:08:59 quark kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q9400 @ 2.66GHz (family: 0x6, model: 0x17, stepping: 0xa)
Feb 10 11:08:59 quark kernel: Performance Events: PEBS fmt0+, Core2 events, 4-deep LBR, Intel PMU driver.
Feb 10 11:08:59 quark kernel: ... version: 2
Feb 10 11:08:59 quark kernel: ... bit width: 40
Feb 10 11:08:59 quark kernel: ... generic registers: 2
Feb 10 11:08:59 quark kernel: ... value mask: 000000ffffffffff
Feb 10 11:08:59 quark kernel: ... max period: 000000007fffffff
Feb 10 11:08:59 quark kernel: ... fixed-purpose events: 3
Feb 10 11:08:59 quark kernel: ... event mask: 0000000700000003
Feb 10 11:08:59 quark kernel: signal: max sigframe size: 1520
Feb 10 11:08:59 quark kernel: rcu: Hierarchical SRCU implementation.
Feb 10 11:08:59 quark kernel: rcu: Max phase no-delay instances is 400.
Feb 10 11:08:59 quark kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Feb 10 11:08:59 quark kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 10 11:08:59 quark kernel: smp: Bringing up secondary CPUs ...
Feb 10 11:08:59 quark kernel: smpboot: x86: Booting SMP configuration:
Feb 10 11:08:59 quark kernel: .... node #0, CPUs: #1 #2 #3
Feb 10 11:08:59 quark kernel: smp: Brought up 1 node, 4 CPUs
Feb 10 11:08:59 quark kernel: smpboot: Total of 4 processors activated (21332.79 BogoMIPS)
Feb 10 11:08:59 quark kernel: Memory: 8063168K/8386872K available (18432K kernel code, 2693K rwdata, 14448K rodata, 4300K init, 3940K bss, 315936K reserved, 0K cma-reserved)
Feb 10 11:08:59 quark kernel: devtmpfs: initialized
Feb 10 11:08:59 quark kernel: x86/mm: Memory block size: 128MB
Feb 10 11:08:59 quark kernel: ACPI: PM: Registering ACPI NVS region [mem 0xcfeb0000-0xcfee1fff] (204800 bytes)
Feb 10 11:08:59 quark kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Feb 10 11:08:59 quark kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Feb 10 11:08:59 quark kernel: pinctrl core: initialized pinctrl subsystem
Feb 10 11:08:59 quark kernel: PM: RTC time: 11:08:39, date: 2025-02-10
Feb 10 11:08:59 quark kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 10 11:08:59 quark kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Feb 10 11:08:59 quark kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 10 11:08:59 quark kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 10 11:08:59 quark kernel: audit: initializing netlink subsys (disabled)
Feb 10 11:08:59 quark kernel: audit: type=2000 audit(1739185719.159:1): state=initialized audit_enabled=0 res=1
Feb 10 11:08:59 quark kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 10 11:08:59 quark kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 10 11:08:59 quark kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 10 11:08:59 quark kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 10 11:08:59 quark kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 10 11:08:59 quark kernel: cpuidle: using governor ladder
Feb 10 11:08:59 quark kernel: cpuidle: using governor menu
Feb 10 11:08:59 quark kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 10 11:08:59 quark kernel: PCI: ECAM [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) for domain 0000 [bus 00-3f]
Feb 10 11:08:59 quark kernel: PCI: ECAM [mem 0xe0000000-0xe3ffffff] reserved as E820 entry
Feb 10 11:08:59 quark kernel: PCI: Using configuration type 1 for base access
Feb 10 11:08:59 quark kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 10 11:08:59 quark kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb 10 11:08:59 quark kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb 10 11:08:59 quark kernel: ACPI: Added _OSI(Module Device)
Feb 10 11:08:59 quark kernel: ACPI: Added _OSI(Processor Device)
Feb 10 11:08:59 quark kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 10 11:08:59 quark kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 10 11:08:59 quark kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
Feb 10 11:08:59 quark kernel: ACPI: Dynamic OEM Table Load:
Feb 10 11:08:59 quark kernel: ACPI: SSDT 0xFFFF969240E19C00 00022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311)
Feb 10 11:08:59 quark kernel: ACPI: Dynamic OEM Table Load:
Feb 10 11:08:59 quark kernel: ACPI: SSDT 0xFFFF969240E55A00 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311)
Feb 10 11:08:59 quark kernel: ACPI: Dynamic OEM Table Load:
Feb 10 11:08:59 quark kernel: ACPI: SSDT 0xFFFF969240E55000 000152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311)
Feb 10 11:08:59 quark kernel: ACPI: Dynamic OEM Table Load:
Feb 10 11:08:59 quark kernel: ACPI: SSDT 0xFFFF969240E55600 000152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311)
Feb 10 11:08:59 quark kernel: ACPI: Interpreter enabled
Feb 10 11:08:59 quark kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 10 11:08:59 quark kernel: ACPI: Using IOAPIC for interrupt routing
Feb 10 11:08:59 quark kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 10 11:08:59 quark kernel: PCI: Using E820 reservations for host bridge windows
Feb 10 11:08:59 quark kernel: ACPI: Enabled 11 GPEs in block 00 to 3F
Feb 10 11:08:59 quark kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
Feb 10 11:08:59 quark kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 10 11:08:59 quark kernel: PCI host bridge to bus 0000:00
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [mem 0xcff00000-0xfebfffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: root bus resource [bus 00-3f]
Feb 10 11:08:59 quark kernel: pci 0000:00:00.0: [8086:2e20] type 00 class 0x060000 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset
Feb 10 11:08:59 quark kernel: pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: [8086:2e21] type 01 class 0x060400 PCIe Root Port
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [mem 0xe4000000-0xe7ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.0: BAR 4 [io 0xd000-0xd01f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.1: BAR 4 [io 0xd100-0xd11f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.2: BAR 4 [io 0xd200-0xd21f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1a.7: BAR 0 [mem 0xea405000-0xea4053ff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1b.0: BAR 0 [mem 0xea400000-0xea403fff 64bit]
Feb 10 11:08:59 quark kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400 PCIe Root Port
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: [8086:3a46] type 01 class 0x060400 PCIe Root Port
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [mem 0xea100000-0xea1fffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400 PCIe Root Port
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [io 0xb000-0xbfff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [mem 0xe8000000-0xe8ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400 PCIe Root Port
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [mem 0xe9000000-0xe9ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.0: BAR 4 [io 0xd300-0xd31f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.1: BAR 4 [io 0xd400-0xd41f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.2: BAR 4 [io 0xd500-0xd51f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1d.7: BAR 0 [mem 0xea404000-0xea4043ff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [mem 0xea300000-0xea3fffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f)
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f)
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000b)
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 0 [io 0xd600-0xd607]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 1 [io 0xd700-0xd703]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 2 [io 0xd800-0xd807]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 3 [io 0xd900-0xd903]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 4 [io 0xda00-0xda0f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.2: BAR 5 [io 0xdb00-0xdb0f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.3: BAR 0 [mem 0xea406000-0xea4060ff 64bit]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.3: BAR 4 [io 0x0500-0x051f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 0 [io 0xdd00-0xdd07]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 1 [io 0xde00-0xde03]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 2 [io 0xdf00-0xdf07]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 3 [io 0xe000-0xe003]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 4 [io 0xe100-0xe10f]
Feb 10 11:08:59 quark kernel: pci 0000:00:1f.5: BAR 5 [io 0xe200-0xe20f]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: [10de:0640] type 00 class 0x030000 PCIe Endpoint
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: BAR 0 [mem 0xe6000000-0xe6ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: BAR 1 [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: BAR 3 [mem 0xe4000000-0xe5ffffff 64bit]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: BAR 5 [io 0x9000-0x907f]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: ROM [mem 0x00000000-0x0007ffff pref]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: enabling Extended Tags
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: [197b:2363] type 00 class 0x010601 PCIe Legacy Endpoint
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: BAR 5 [mem 0xea100000-0xea101fff]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: PME# supported from D3hot
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: [197b:2363] type 00 class 0x010185 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: BAR 0 [io 0xa000-0xa007]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: BAR 1 [io 0xa100-0xa103]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: BAR 2 [io 0xa200-0xa207]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: BAR 3 [io 0xa300-0xa303]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: BAR 4 [io 0xa400-0xa40f]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: BAR 0 [io 0xb000-0xb0ff]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: BAR 2 [mem 0xea010000-0xea010fff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: BAR 4 [mem 0xea000000-0xea00ffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: ROM [mem 0x00000000-0x0000ffff pref]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: supports D1 D2
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: ASPM: current common clock configuration is inconsistent, reconfiguring
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: BAR 0 [io 0xc000-0xc0ff]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: BAR 2 [mem 0xea210000-0xea210fff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: BAR 4 [mem 0xea200000-0xea20ffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: ROM [mem 0x00000000-0x0000ffff pref]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: supports D1 D2
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: ASPM: current common clock configuration is inconsistent, reconfiguring
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: extended config space not accessible
Feb 10 11:08:59 quark kernel: pci 0000:06:07.0: [104c:8024] type 00 class 0x0c0010 conventional PCI endpoint
Feb 10 11:08:59 quark kernel: pci 0000:06:07.0: BAR 0 [mem 0xea304000-0xea3047ff]
Feb 10 11:08:59 quark kernel: pci 0000:06:07.0: BAR 1 [mem 0xea300000-0xea303fff]
Feb 10 11:08:59 quark kernel: pci 0000:06:07.0: supports D1 D2
Feb 10 11:08:59 quark kernel: pci 0000:06:07.0: PME# supported from D0 D1 D2 D3hot
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000dffff window] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xfebfffff window] (subtractive decode)
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 10
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 11
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 5
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 15
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKE disabled
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 3
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNK0 configured for IRQ 12
Feb 10 11:08:59 quark kernel: ACPI: PCI: Interrupt link LNK1 configured for IRQ 14
Feb 10 11:08:59 quark kernel: iommu: Default domain type: Translated
Feb 10 11:08:59 quark kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb 10 11:08:59 quark kernel: SCSI subsystem initialized
Feb 10 11:08:59 quark kernel: libata version 3.00 loaded.
Feb 10 11:08:59 quark kernel: ACPI: bus type USB registered
Feb 10 11:08:59 quark kernel: usbcore: registered new interface driver usbfs
Feb 10 11:08:59 quark kernel: usbcore: registered new interface driver hub
Feb 10 11:08:59 quark kernel: usbcore: registered new device driver usb
Feb 10 11:08:59 quark kernel: EDAC MC: Ver: 3.0.0
Feb 10 11:08:59 quark kernel: NetLabel: Initializing
Feb 10 11:08:59 quark kernel: NetLabel: domain hash size = 128
Feb 10 11:08:59 quark kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Feb 10 11:08:59 quark kernel: NetLabel: unlabeled traffic allowed by default
Feb 10 11:08:59 quark kernel: mctp: management component transport protocol core
Feb 10 11:08:59 quark kernel: NET: Registered PF_MCTP protocol family
Feb 10 11:08:59 quark kernel: PCI: Using ACPI for IRQ routing
Feb 10 11:08:59 quark kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 10 11:08:59 quark kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
Feb 10 11:08:59 quark kernel: e820: reserve RAM buffer [mem 0xcfeb0000-0xcfffffff]
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 10 11:08:59 quark kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 10 11:08:59 quark kernel: vgaarb: loaded
Feb 10 11:08:59 quark kernel: hpet: 4 channels of 0 reserved for per-cpu timers
Feb 10 11:08:59 quark kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Feb 10 11:08:59 quark kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Feb 10 11:08:59 quark kernel: clocksource: Switched to clocksource tsc-early
Feb 10 11:08:59 quark kernel: VFS: Disk quotas dquot_6.6.0
Feb 10 11:08:59 quark kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 10 11:08:59 quark kernel: pnp: PnP ACPI init
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x0290-0x029f] has been reserved
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x0800-0x0805] has been reserved
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x0290-0x0294] has been reserved
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x0880-0x088f] has been reserved
Feb 10 11:08:59 quark kernel: system 00:00: [io 0x04c0-0x04ff] could not be reserved
Feb 10 11:08:59 quark kernel: pnp 00:02: [dma 2]
Feb 10 11:08:59 quark kernel: system 00:06: [io 0x0400-0x04bf] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:07: [mem 0xe0000000-0xe3ffffff] has been reserved
Feb 10 11:08:59 quark kernel: pnp 00:08: disabling [mem 0x000cde00-0x000cffff] because it overlaps 0000:01:00.0 BAR 6 [mem 0x000c0000-0x000dffff]
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x000f0000-0x000f7fff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x000f8000-0x000fbfff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x000fc000-0x000fffff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xcfeb0000-0xcfefffff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x00100000-0xcfeaffff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xfed10000-0xfed1dfff] has been reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xfed20000-0xfed8ffff] could not be reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xffb00000-0xffb7ffff] has been reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0xfff00000-0xffffffff] has been reserved
Feb 10 11:08:59 quark kernel: system 00:08: [mem 0x000e0000-0x000effff] has been reserved
Feb 10 11:08:59 quark kernel: pnp: PnP ACPI: found 9 devices
Feb 10 11:08:59 quark kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 10 11:08:59 quark kernel: NET: Registered PF_INET protocol family
Feb 10 11:08:59 quark kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 10 11:08:59 quark kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Feb 10 11:08:59 quark kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 10 11:08:59 quark kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 10 11:08:59 quark kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Feb 10 11:08:59 quark kernel: TCP: Hash tables configured (established 65536 bind 65536)
Feb 10 11:08:59 quark kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Feb 10 11:08:59 quark kernel: UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
Feb 10 11:08:59 quark kernel: UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
Feb 10 11:08:59 quark kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 10 11:08:59 quark kernel: NET: Registered PF_XDP protocol family
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0xea500000-0xea6fffff]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0xea700000-0xea8fffff 64bit pref]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [mem 0xea900000-0xeaafffff 64bit pref]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [io 0x9000-0x9fff]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [mem 0xe4000000-0xe7ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0xea500000-0xea6fffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.0: bridge window [mem 0xea700000-0xea8fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [io 0xa000-0xafff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [mem 0xea100000-0xea1fffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.3: bridge window [mem 0xea900000-0xeaafffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:04:00.0: ROM [mem 0xe8000000-0xe800ffff pref]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [io 0xb000-0xbfff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [mem 0xe8000000-0xe8ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.4: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:05:00.0: ROM [mem 0xe9000000-0xe900ffff pref]: assigned
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [io 0xc000-0xcfff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [mem 0xe9000000-0xe9ffffff]
Feb 10 11:08:59 quark kernel: pci 0000:00:1c.5: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: PCI bridge to [bus 06]
Feb 10 11:08:59 quark kernel: pci 0000:00:1e.0: bridge window [mem 0xea300000-0xea3fffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: resource 7 [mem 0xfed40000-0xfed44fff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:00: resource 8 [mem 0xcff00000-0xfebfffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:01: resource 1 [mem 0xe4000000-0xe7ffffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:02: resource 1 [mem 0xea500000-0xea6fffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:02: resource 2 [mem 0xea700000-0xea8fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci_bus 0000:03: resource 0 [io 0xa000-0xafff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:03: resource 1 [mem 0xea100000-0xea1fffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:03: resource 2 [mem 0xea900000-0xeaafffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:04: resource 1 [mem 0xe8000000-0xe8ffffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:04: resource 2 [mem 0xea000000-0xea0fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:05: resource 1 [mem 0xe9000000-0xe9ffffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:05: resource 2 [mem 0xea200000-0xea2fffff 64bit pref]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 1 [mem 0xea300000-0xea3fffff]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000dffff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 7 [mem 0xfed40000-0xfed44fff window]
Feb 10 11:08:59 quark kernel: pci_bus 0000:06: resource 8 [mem 0xcff00000-0xfebfffff window]
Feb 10 11:08:59 quark kernel: pci 0000:03:00.0: async suspend disabled to avoid multi-function power-on ordering issue
Feb 10 11:08:59 quark kernel: pci 0000:03:00.1: async suspend disabled to avoid multi-function power-on ordering issue
Feb 10 11:08:59 quark kernel: PCI: CLS 32 bytes, default 64
Feb 10 11:08:59 quark kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 10 11:08:59 quark kernel: software IO TLB: mapped [mem 0x00000000cbeb0000-0x00000000cfeb0000] (64MB)
Feb 10 11:08:59 quark kernel: Trying to unpack rootfs image as initramfs...
Feb 10 11:08:59 quark kernel: Initialise system trusted keyrings
Feb 10 11:08:59 quark kernel: Key type blacklist registered
Feb 10 11:08:59 quark kernel: workingset: timestamp_bits=36 max_order=21 bucket_order=0
Feb 10 11:08:59 quark kernel: fuse: init (API version 7.41)
Feb 10 11:08:59 quark kernel: integrity: Platform Keyring initialized
Feb 10 11:08:59 quark kernel: integrity: Machine keyring initialized
Feb 10 11:08:59 quark kernel: Key type asymmetric registered
Feb 10 11:08:59 quark kernel: Asymmetric key parser 'x509' registered
Feb 10 11:08:59 quark kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Feb 10 11:08:59 quark kernel: io scheduler mq-deadline registered
Feb 10 11:08:59 quark kernel: io scheduler kyber registered
Feb 10 11:08:59 quark kernel: io scheduler bfq registered
Feb 10 11:08:59 quark kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 10 11:08:59 quark kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 10 11:08:59 quark kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 10 11:08:59 quark kernel: ACPI: button: Power Button [PWRB]
Feb 10 11:08:59 quark kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Feb 10 11:08:59 quark kernel: ACPI: button: Power Button [PWRF]
Feb 10 11:08:59 quark kernel: tsc: Marking TSC unstable due to TSC halts in idle
Feb 10 11:08:59 quark kernel: clocksource: Switched to clocksource hpet
Feb 10 11:08:59 quark kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 10 11:08:59 quark kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb 10 11:08:59 quark kernel: Non-volatile memory driver v1.3
Feb 10 11:08:59 quark kernel: Linux agpgart interface v0.103
Feb 10 11:08:59 quark kernel: ACPI: bus type drm_connector registered
Feb 10 11:08:59 quark kernel: ahci 0000:03:00.0: version 3.0
Feb 10 11:08:59 quark kernel: ahci 0000:03:00.0: AHCI vers 0001.0000, 32 command slots, 3 Gbps, SATA mode
Feb 10 11:08:59 quark kernel: ahci 0000:03:00.0: 2/2 ports implemented (port mask 0x3)
Feb 10 11:08:59 quark kernel: ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part
Feb 10 11:08:59 quark kernel: scsi host0: ahci
Feb 10 11:08:59 quark kernel: scsi host1: ahci
Feb 10 11:08:59 quark kernel: ata1: SATA max UDMA/133 abar m8192@0xea100000 port 0xea100100 irq 19 lpm-pol 0
Feb 10 11:08:59 quark kernel: ata2: SATA max UDMA/133 abar m8192@0xea100000 port 0xea100180 irq 19 lpm-pol 0
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.0: irq 16, io port 0x0000d000
Feb 10 11:08:59 quark kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb1: Product: UHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb1: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:08:59 quark kernel: usb usb1: SerialNumber: 0000:00:1a.0
Feb 10 11:08:59 quark kernel: hub 1-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 1-0:1.0: 2 ports detected
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.1: irq 21, io port 0x0000d100
Feb 10 11:08:59 quark kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb2: Product: UHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb2: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:08:59 quark kernel: usb usb2: SerialNumber: 0000:00:1a.1
Feb 10 11:08:59 quark kernel: hub 2-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 2-0:1.0: 2 ports detected
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xea405000
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Feb 10 11:08:59 quark kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb3: Product: EHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb3: Manufacturer: Linux 6.13.1-arch1-1 ehci_hcd
Feb 10 11:08:59 quark kernel: usb usb3: SerialNumber: 0000:00:1a.7
Feb 10 11:08:59 quark kernel: hub 3-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 3-0:1.0: 6 ports detected
Feb 10 11:08:59 quark kernel: hub 1-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 1-0:1.0: 2 ports detected
Feb 10 11:08:59 quark kernel: hub 2-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 2-0:1.0: 2 ports detected
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.2: detected 2 ports
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1a.2: irq 18, io port 0x0000d200
Feb 10 11:08:59 quark kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb4: Product: UHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb4: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:08:59 quark kernel: usb usb4: SerialNumber: 0000:00:1a.2
Feb 10 11:08:59 quark kernel: hub 4-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 4-0:1.0: 2 ports detected
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xea404000
Feb 10 11:08:59 quark kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Feb 10 11:08:59 quark kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb5: Product: EHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb5: Manufacturer: Linux 6.13.1-arch1-1 ehci_hcd
Feb 10 11:08:59 quark kernel: usb usb5: SerialNumber: 0000:00:1d.7
Feb 10 11:08:59 quark kernel: hub 5-0:1.0: USB hub found
Feb 10 11:08:59 quark kernel: hub 5-0:1.0: 6 ports detected
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
Feb 10 11:08:59 quark kernel: uhci_hcd 0000:00:1d.0: irq 23, io port 0x0000d300
Feb 10 11:08:59 quark kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:08:59 quark kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:08:59 quark kernel: usb usb6: Product: UHCI Host Controller
Feb 10 11:08:59 quark kernel: usb usb6: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:08:59 quark kernel: usb usb6: SerialNumber: 0000:00:1d.0
Feb 10 11:09:00 quark kernel: hub 6-0:1.0: USB hub found
Feb 10 11:09:00 quark kernel: hub 6-0:1.0: 2 ports detected
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.1: irq 19, io port 0x0000d400
Feb 10 11:09:00 quark kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:09:00 quark kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:09:00 quark kernel: usb usb7: Product: UHCI Host Controller
Feb 10 11:09:00 quark kernel: usb usb7: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:09:00 quark kernel: usb usb7: SerialNumber: 0000:00:1d.1
Feb 10 11:09:00 quark kernel: hub 7-0:1.0: USB hub found
Feb 10 11:09:00 quark kernel: hub 7-0:1.0: 2 ports detected
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
Feb 10 11:09:00 quark kernel: uhci_hcd 0000:00:1d.2: irq 18, io port 0x0000d500
Feb 10 11:09:00 quark kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.13
Feb 10 11:09:00 quark kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 10 11:09:00 quark kernel: usb usb8: Product: UHCI Host Controller
Feb 10 11:09:00 quark kernel: usb usb8: Manufacturer: Linux 6.13.1-arch1-1 uhci_hcd
Feb 10 11:09:00 quark kernel: usb usb8: SerialNumber: 0000:00:1d.2
Feb 10 11:09:00 quark kernel: hub 8-0:1.0: USB hub found
Feb 10 11:09:00 quark kernel: hub 8-0:1.0: 2 ports detected
Feb 10 11:09:00 quark kernel: usbcore: registered new interface driver usbserial_generic
Feb 10 11:09:00 quark kernel: usbserial: USB Serial support registered for generic
Feb 10 11:09:00 quark kernel: rtc_cmos 00:01: RTC can wake from S4
Feb 10 11:09:00 quark kernel: rtc_cmos 00:01: registered as rtc0
Feb 10 11:09:00 quark kernel: rtc_cmos 00:01: setting system clock to 2025-02-10T11:08:39 UTC (1739185719)
Feb 10 11:09:00 quark kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
Feb 10 11:09:00 quark kernel: intel_pstate: CPU model not supported
Feb 10 11:09:00 quark kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 10 11:09:00 quark kernel: drop_monitor: Initializing network drop monitor service
Feb 10 11:09:00 quark kernel: Freeing initrd memory: 50736K
Feb 10 11:09:00 quark kernel: NET: Registered PF_INET6 protocol family
Feb 10 11:09:00 quark kernel: Segment Routing with IPv6
Feb 10 11:09:00 quark kernel: RPL Segment Routing with IPv6
Feb 10 11:09:00 quark kernel: In-situ OAM (IOAM) with IPv6
Feb 10 11:09:00 quark kernel: NET: Registered PF_PACKET protocol family
Feb 10 11:09:00 quark kernel: microcode: Current revision: 0x00000a07
Feb 10 11:09:00 quark kernel: IPI shorthand broadcast: enabled
Feb 10 11:09:00 quark kernel: registered taskstats version 1
Feb 10 11:09:00 quark kernel: Loading compiled-in X.509 certificates
Feb 10 11:09:00 quark kernel: Loaded X.509 cert 'Build time autogenerated kernel key: cf4472f2559daf83eec6c582f99df7ebcba54842'
Feb 10 11:09:00 quark kernel: Demotion targets for Node 0: null
Feb 10 11:09:00 quark kernel: Key type .fscrypt registered
Feb 10 11:09:00 quark kernel: Key type fscrypt-provisioning registered
Feb 10 11:09:00 quark kernel: PM: Magic number: 13:954:124
Feb 10 11:09:00 quark kernel: RAS: Correctable Errors collector initialized.
Feb 10 11:09:00 quark kernel: ata2: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: ata1: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:
"trace_clock=local"
on the kernel command line
Feb 10 11:09:00 quark kernel: clk: Disabling unused clocks
Feb 10 11:09:00 quark kernel: PM: genpd: Disabling unused power domains
Feb 10 11:09:00 quark kernel: Freeing unused decrypted memory: 2028K
Feb 10 11:09:00 quark kernel: Freeing unused kernel image (initmem) memory: 4300K
Feb 10 11:09:00 quark kernel: Write protecting the kernel read-only data: 34816k
Feb 10 11:09:00 quark kernel: Freeing unused kernel image (rodata/data gap) memory: 1936K
Feb 10 11:09:00 quark kernel: usb 2-1: new low-speed USB device number 2 using uhci_hcd
Feb 10 11:09:00 quark kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 10 11:09:00 quark kernel: rodata_test: all tests were successful
Feb 10 11:09:00 quark kernel: x86/mm: Checking user space page tables
Feb 10 11:09:00 quark kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 10 11:09:00 quark kernel: Run /init as init process
Feb 10 11:09:00 quark kernel: with arguments:
Feb 10 11:09:00 quark kernel: /init
Feb 10 11:09:00 quark kernel: with environment:
Feb 10 11:09:00 quark kernel: HOME=/
Feb 10 11:09:00 quark kernel: TERM=linux
Feb 10 11:09:00 quark kernel: BOOT_IMAGE=../vmlinuz-linux
Feb 10 11:09:00 quark kernel: usb 2-1: New USB device found, idVendor=046d, idProduct=c408, bcdDevice=14.00
Feb 10 11:09:00 quark kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 10 11:09:00 quark kernel: usb 2-1: Product: USB Trackball
Feb 10 11:09:00 quark kernel: usb 2-1: Manufacturer: Logitech
Feb 10 11:09:00 quark kernel: usbcore: registered new interface driver usbhid
Feb 10 11:09:00 quark kernel: usbhid: USB HID core driver
Feb 10 11:09:00 quark kernel: input: Logitech USB Trackball as /devices/pci0000:00/0000:00:1a.1/usb2/2-1/2-1:1.0/0003:046D:C408.0001/input/input2
Feb 10 11:09:00 quark kernel: hid-generic 0003:046D:C408.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB Trackball] on usb-0000:00:1a.1-1/input0
Feb 10 11:09:00 quark kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Feb 10 11:09:00 quark kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Feb 10 11:09:00 quark kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 10 11:09:00 quark kernel: pata_jmicron 0000:03:00.1: enabling device (0000 -> 0001)
Feb 10 11:09:00 quark kernel: ata_piix 0000:00:1f.2: version 2.13
Feb 10 11:09:00 quark kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
Feb 10 11:09:00 quark kernel: scsi host2: ata_piix
Feb 10 11:09:00 quark kernel: scsi host4: ata_piix
Feb 10 11:09:00 quark kernel: ata5: SATA max UDMA/133 cmd 0xd600 ctl 0xd700 bmdma 0xda00 irq 19 lpm-pol 0
Feb 10 11:09:00 quark kernel: ata6: SATA max UDMA/133 cmd 0xd800 ctl 0xd900 bmdma 0xda08 irq 19 lpm-pol 0
Feb 10 11:09:00 quark kernel: ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
Feb 10 11:09:00 quark kernel: scsi host3: pata_jmicron
Feb 10 11:09:00 quark kernel: scsi host5: ata_piix
Feb 10 11:09:00 quark kernel: scsi host7: ata_piix
Feb 10 11:09:00 quark kernel: ata7: SATA max UDMA/133 cmd 0xdd00 ctl 0xde00 bmdma 0xe100 irq 19 lpm-pol 0
Feb 10 11:09:00 quark kernel: ata8: SATA max UDMA/133 cmd 0xdf00 ctl 0xe000 bmdma 0xe108 irq 19 lpm-pol 0
Feb 10 11:09:00 quark kernel: Floppy drive(s): fd0 is 1.44M
Feb 10 11:09:00 quark kernel: scsi host6: pata_jmicron
Feb 10 11:09:00 quark kernel: ata3: PATA max UDMA/100 cmd 0xa000 ctl 0xa100 bmdma 0xa400 irq 16 lpm-pol 0
Feb 10 11:09:00 quark kernel: ata4: PATA max UDMA/100 cmd 0xa200 ctl 0xa300 bmdma 0xa408 irq 16 lpm-pol 0
Feb 10 11:09:00 quark kernel: FDC 0 is a post-1991 82077
Feb 10 11:09:00 quark kernel: usb 3-6: new high-speed USB device number 3 using ehci-pci
Feb 10 11:09:00 quark kernel: ata8: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: ata7: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: usb 3-6: New USB device found, idVendor=059f, idProduct=1001, bcdDevice= 0.01
Feb 10 11:09:00 quark kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 10 11:09:00 quark kernel: usb 3-6: Product: LaCie Hard Drive FW&USB
Feb 10 11:09:00 quark kernel: usb 3-6: Manufacturer: LaCie
Feb 10 11:09:00 quark kernel: usb 3-6: SerialNumber: 00D04B77100785CB
Feb 10 11:09:00 quark kernel: usb-storage 3-6:1.0: USB Mass Storage device detected
Feb 10 11:09:00 quark kernel: scsi host8: usb-storage 3-6:1.0
Feb 10 11:09:00 quark kernel: usbcore: registered new interface driver usb-storage
Feb 10 11:09:00 quark kernel: ata6.00: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: ata6.01: SATA link down (SStatus 0 SControl 300)
Feb 10 11:09:00 quark kernel: ata5.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 10 11:09:00 quark kernel: ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 10 11:09:00 quark kernel: ata5.00: ATAPI: ASUS DRW-24B1ST c, 1.05, max UDMA/100
Feb 10 11:09:00 quark kernel: ata5.01: HPA detected: current 1250261615, native 1250263728
Feb 10 11:09:00 quark kernel: ata5.01: ATA-8: WDC WD6401AALS-00L3B2, 01.03B01, max UDMA/133
Feb 10 11:09:00 quark kernel: ata5.01: 1250261615 sectors, multi 16: LBA48 NCQ (depth 0/32)
Feb 10 11:09:00 quark kernel: ata5.00: configured for UDMA/100
Feb 10 11:09:00 quark kernel: ata5.01: configured for UDMA/133
Feb 10 11:09:00 quark kernel: scsi 2:0:0:0: CD-ROM ASUS DRW-24B1ST c 1.05 PQ: 0 ANSI: 5
Feb 10 11:09:00 quark kernel: scsi 2:0:1:0: Direct-Access ATA WDC WD6401AALS-0 3B01 PQ: 0 ANSI: 5
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] 1250261615 512-byte logical blocks: (640 GB/596 GiB)
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] Write Protect is off
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] Preferred minimum I/O size 512 bytes
Feb 10 11:09:00 quark kernel: sda: sda1 sda3
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: [sda] Attached SCSI disk
Feb 10 11:09:00 quark kernel: usbcore: registered new interface driver uas
Feb 10 11:09:00 quark kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Feb 10 11:09:00 quark kernel: firewire_ohci 0000:06:07.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
Feb 10 11:09:00 quark kernel: sr 2:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 10 11:09:00 quark kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 10 11:09:00 quark kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
Feb 10 11:09:00 quark kernel: PM: Image not found (code -22)
Feb 10 11:09:00 quark kernel: firewire_core 0000:06:07.0: created device fw0: GUID 007dc43900001fd0, S400
Feb 10 11:09:00 quark kernel: scsi 8:0:0:0: Direct-Access Ext Hard Disk PQ: 0 ANSI: 4
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: [sdb] Write Protect is off
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: [sdb] Mode Sense: 10 00 00 00
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 10 11:09:00 quark kernel: sdb: sdb1
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: [sdb] Attached SCSI disk
Feb 10 11:09:00 quark kernel: random: crng init done
Feb 10 11:09:00 quark kernel: EXT4-fs (sda3): mounted filesystem 5b82083b-0a88-4b2f-941c-8d0f07f8de60 r/w with ordered data mode. Quota mode: none.
Feb 10 11:09:00 quark systemd[1]: RTC configured in localtime, applying delta of -480 minutes to system time.
Feb 10 11:09:00 quark systemd[1]: systemd 257.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Feb 10 11:09:00 quark systemd[1]: Detected architecture x86-64.
Feb 10 11:09:00 quark systemd[1]: Hostname set to <quark>.
Feb 10 11:09:00 quark systemd[1]: bpf-restrict-fs: LSM BPF program attached
Feb 10 11:09:00 quark systemd[1]: Queued start job for default target Graphical Interface.
Feb 10 11:09:00 quark systemd[1]: Created slice CUPS Slice.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/dirmngr.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/getty.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/gpg-agent.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/gpg-agent-browser.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/gpg-agent-extra.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/keyboxd.
Feb 10 11:09:00 quark systemd[1]: Created slice Slice /system/modprobe.
Feb 10 11:09:00 quark systemd[1]: Created slice User and Session Slice.
Feb 10 11:09:00 quark systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 10 11:09:00 quark systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 10 11:09:00 quark systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 10 11:09:00 quark systemd[1]: Expecting device /dev/disk/by-uuid/1A7A6C0E7A6BE54B...
Feb 10 11:09:00 quark systemd[1]: Reached target Local Encrypted Volumes.
Feb 10 11:09:00 quark systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 10 11:09:00 quark systemd[1]: Reached target Remote File Systems.
Feb 10 11:09:00 quark systemd[1]: Reached target Slice Units.
Feb 10 11:09:00 quark systemd[1]: Reached target Local Verity Protected Volumes.
Feb 10 11:09:00 quark systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 10 11:09:00 quark systemd[1]: Listening on LVM2 poll daemon socket.
Feb 10 11:09:00 quark systemd[1]: Listening on Process Core Dump Socket.
Feb 10 11:09:00 quark systemd[1]: Listening on Credential Encryption/Decryption.
Feb 10 11:09:00 quark systemd[1]: Listening on Journal Socket (/dev/log).
Feb 10 11:09:00 quark systemd[1]: Listening on Journal Sockets.
Feb 10 11:09:00 quark systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:00 quark systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:00 quark systemd[1]: Listening on udev Control Socket.
Feb 10 11:09:00 quark systemd[1]: Listening on udev Kernel Socket.
Feb 10 11:09:00 quark systemd[1]: Mounting Huge Pages File System...
Feb 10 11:09:00 quark systemd[1]: Mounting POSIX Message Queue File System...
Feb 10 11:09:00 quark systemd[1]: Mounting Kernel Debug File System...
Feb 10 11:09:00 quark systemd[1]: Mounting Kernel Trace File System...
Feb 10 11:09:00 quark systemd[1]: Starting Create List of Static Device Nodes...
Feb 10 11:09:00 quark systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Module configfs...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Module dm_mod...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Module drm...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Module fuse...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Module loop...
Feb 10 11:09:00 quark systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 10 11:09:00 quark 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).
Feb 10 11:09:00 quark systemd[1]: Starting Journal Service...
Feb 10 11:09:00 quark systemd[1]: Starting Load Kernel Modules...
Feb 10 11:09:00 quark systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:00 quark systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 10 11:09:00 quark systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:00 quark systemd[1]: Starting Load udev Rules from Credentials...
Feb 10 11:09:00 quark systemd[1]: Starting Coldplug All udev Devices...
Feb 10 11:09:00 quark systemd[1]: Mounted Huge Pages File System.
Feb 10 11:09:00 quark systemd[1]: Mounted POSIX Message Queue File System.
Feb 10 11:09:00 quark systemd[1]: Mounted Kernel Debug File System.
Feb 10 11:09:00 quark systemd[1]: Mounted Kernel Trace File System.
Feb 10 11:09:00 quark systemd[1]: Finished Create List of Static Device Nodes.
Feb 10 11:09:00 quark systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Module configfs.
Feb 10 11:09:00 quark systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Module drm.
Feb 10 11:09:00 quark systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Module fuse.
Feb 10 11:09:00 quark systemd[1]: Mounting FUSE Control File System...
Feb 10 11:09:00 quark systemd[1]: Mounting Kernel Configuration File System...
Feb 10 11:09:00 quark systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Feb 10 11:09:00 quark systemd[1]: Mounted FUSE Control File System.
Feb 10 11:09:00 quark systemd[1]: Mounted Kernel Configuration File System.
Feb 10 11:09:00 quark kernel: device-mapper: uevent: version 1.0.3
Feb 10 11:09:00 quark kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Feb 10 11:09:00 quark systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Module dm_mod.
Feb 10 11:09:00 quark kernel: loop: module loaded
Feb 10 11:09:00 quark systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Module loop.
Feb 10 11:09:00 quark systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 10 11:09:00 quark kernel: EXT4-fs (sda3): re-mounted 5b82083b-0a88-4b2f-941c-8d0f07f8de60 r/w. Quota mode: none.
Feb 10 11:09:00 quark systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 10 11:09:00 quark systemd[1]: Activating swap /swapfile...
Feb 10 11:09:00 quark systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 10 11:09:00 quark systemd[1]: Starting Load/Save OS Random Seed...
Feb 10 11:09:00 quark systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:00 quark kernel: sr 2:0:0:0: Attached scsi generic sg0 type 5
Feb 10 11:09:00 quark kernel: sd 2:0:1:0: Attached scsi generic sg1 type 0
Feb 10 11:09:00 quark kernel: sd 8:0:0:0: Attached scsi generic sg2 type 0
Feb 10 11:09:00 quark systemd[1]: Finished Load udev Rules from Credentials.
Feb 10 11:09:00 quark systemd-journald[296]: Collecting audit messages is disabled.
Feb 10 11:09:00 quark systemd[1]: Finished Load Kernel Modules.
Feb 10 11:09:00 quark systemd[1]: Starting Apply Kernel Variables...
Feb 10 11:09:00 quark systemd-journald[296]: Journal started
Feb 10 11:09:00 quark systemd-journald[296]: Runtime Journal (/run/log/journal/b45d2931ad2e43f6b313e3ba89cd5183) is 8M, max 396.9M, 388.9M free.
Feb 10 11:08:59 quark systemd-modules-load[299]: Inserted module 'sg'
Feb 10 11:09:00 quark systemd[1]: Started Journal Service.
Feb 10 11:09:00 quark systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 10 11:09:00 quark systemd[1]: Activated swap /swapfile.
Feb 10 11:09:00 quark systemd[1]: Reached target Swaps.
Feb 10 11:09:00 quark kernel: Adding 11534332k swap on /swapfile. Priority:-2 extents:22 across:23683068k
Feb 10 11:09:00 quark systemd[1]: Finished Coldplug All udev Devices.
Feb 10 11:09:00 quark systemd-journald[296]: Time spent on flushing to /var/log/journal/b45d2931ad2e43f6b313e3ba89cd5183 is 22.737ms for 852 entries.
Feb 10 11:09:00 quark systemd-journald[296]: System Journal (/var/log/journal/b45d2931ad2e43f6b313e3ba89cd5183) is 676.4M, max 4G, 3.3G free.
Feb 10 11:09:05 quark systemd-journald[296]: Received client request to flush runtime journal.
Feb 10 11:09:05 quark systemd-journald[296]: File /var/log/journal/b45d2931ad2e43f6b313e3ba89cd5183/system.journal corrupted or uncleanly shut down, renaming and replacing.
Feb 10 11:09:00 quark systemd[1]: Mounting Temporary Directory /tmp...
Feb 10 11:09:00 quark systemd[1]: Finished Apply Kernel Variables.
Feb 10 11:09:00 quark systemd[1]: Finished Load/Save OS Random Seed.
Feb 10 11:09:00 quark systemd[1]: Mounted Temporary Directory /tmp.
Feb 10 11:09:01 quark systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 10 11:09:01 quark systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Feb 10 11:09:01 quark systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Feb 10 11:09:01 quark systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 10 11:09:01 quark systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 10 11:09:01 quark systemd[1]: Reached target Preparation for Local File Systems.
Feb 10 11:09:01 quark systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 10 11:09:01 quark systemd[1]: Listening on Disk Image Download Service Socket.
Feb 10 11:09:01 quark systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 10 11:09:01 quark systemd-udevd[339]: Using default interface naming scheme 'v257'.
Feb 10 11:09:05 quark systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 10 11:09:05 quark systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 10 11:09:06 quark kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Feb 10 11:09:06 quark kernel: IT8718 SuperIO detected
Feb 10 11:09:06 quark kernel: parport_pc 00:04: reported by Plug and Play ACPI
Feb 10 11:09:06 quark kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Feb 10 11:09:06 quark kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x000000000000042C-0x000000000000042D (\GP2C) (20240827/utaddress-204)
Feb 10 11:09:06 quark kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Feb 10 11:09:06 quark kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Feb 10 11:09:06 quark kernel: ppdev: user-space parallel port driver
Feb 10 11:09:06 quark kernel: gpio_ich gpio_ich.2.auto: GPIO from 512 to 572
Feb 10 11:09:06 quark kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Feb 10 11:09:06 quark systemd[1]: Starting Virtual Console Setup...
Feb 10 11:09:06 quark kernel: iTCO_vendor_support: vendor-support=0
Feb 10 11:09:06 quark kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Feb 10 11:09:06 quark kernel: r8169 0000:04:00.0 eth0: RTL8168c/8111c, 00:1f:d0:8f:9a:d1, XID 3c4, IRQ 25
Feb 10 11:09:06 quark kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 6122 bytes, tx checksumming: ko]
Feb 10 11:09:06 quark kernel: r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
Feb 10 11:09:06 quark kernel: r8169 0000:05:00.0 eth1: RTL8168c/8111c, 00:1f:d0:80:a1:9a, XID 3c4, IRQ 26
Feb 10 11:09:06 quark kernel: r8169 0000:05:00.0 eth1: jumbo features [frames: 6122 bytes, tx checksumming: ko]
Feb 10 11:09:06 quark kernel: iTCO_wdt iTCO_wdt.1.auto: Found a ICH10R TCO device (Version=2, TCOBASE=0x0460)
Feb 10 11:09:06 quark kernel: iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
Feb 10 11:09:07 quark mtp-probe[381]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb2/2-1"
Feb 10 11:09:07 quark mtp-probe[381]: bus: 2, device: 2 was not an MTP device
Feb 10 11:09:07 quark mtp-probe[378]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-6"
Feb 10 11:09:07 quark mtp-probe[378]: bus: 3, device: 3 was not an MTP device
Feb 10 11:09:07 quark kernel: intel_powerclamp: No package C-state available
Feb 10 11:09:07 quark kernel: mousedev: PS/2 mouse device common for all mice
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: autoconfig for ALC889A: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: mono: mono_out=0x0
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: dig-out=0x1e/0x0
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: inputs:
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: Rear Mic=0x18
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: Front Mic=0x19
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: Line=0x1a
Feb 10 11:09:08 quark kernel: snd_hda_codec_realtek hdaudioC0D2: dig-in=0x1f
Feb 10 11:09:08 quark kernel: input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
Feb 10 11:09:08 quark kernel: input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
Feb 10 11:09:08 quark kernel: input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Feb 10 11:09:08 quark kernel: input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Feb 10 11:09:08 quark kernel: input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Feb 10 11:09:08 quark kernel: input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Feb 10 11:09:08 quark kernel: input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Feb 10 11:09:08 quark kernel: input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Feb 10 11:09:09 quark kernel: nvidia: loading out-of-tree module taints kernel.
Feb 10 11:09:09 quark kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 10 11:09:09 quark kernel: ------------[ cut here ]------------
Feb 10 11:09:09 quark kernel: Unpatched return thunk in use. This should not happen!
Feb 10 11:09:09 quark kernel: WARNING: CPU: 0 PID: 346 at arch/x86/kernel/cpu/bugs.c:3063 __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: Modules linked in: nvidia(OE+) snd_hda_codec_realtek snd_hda_codec_generic snd_hda_scodec_component snd_hda_intel snd_intel_dspcfg mousedev snd_intel_sdw_acpi snd_hda_codec snd_hda_core coretemp snd_hwdep kvm_intel snd_pcm snd_timer kvm iTCO_wdt snd intel_pmc_bxt r8169 iTCO_vendor_support soundcore realtek mdio_devres sha512_ssse3 libphy sha256_ssse3 sha1_ssse3 pcspkr gpio_ich ppdev lpc_ich acpi_cpufreq parport_pc i2c_i801 i2c_smbus i2c_mux parport mac_hid sg loop dm_mod nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 sr_mod cdrom serio_raw atkbd ata_generic firewire_ohci uas libps2 pata_acpi usb_storage vivaldi_fmap intel_agp firewire_core intel_gtt crc_itu_t floppy ata_piix pata_jmicron i8042 serio hid_generic usbhid
Feb 10 11:09:09 quark kernel: CPU: 0 UID: 0 PID: 346 Comm: (udev-worker) Tainted: G OE 6.13.1-arch1-1 #1 c1258adae10e6ad423427764ae6ad3679b7d8e8a
Feb 10 11:09:09 quark kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Feb 10 11:09:09 quark kernel: Hardware name: Gigabyte Technology Co., Ltd. EP45T-UD3P/EP45T-UD3P, BIOS F7 04/16/2009
Feb 10 11:09:09 quark kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d 78 c5 37 02 00 74 05 c3 cc cc cc cc 48 c7 c7 60 fe 87 aa c6 05 63 c5 37 02 01 e8 06 43 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Feb 10 11:09:09 quark kernel: RSP: 0018:ffffabaa0069f998 EFLAGS: 00010286
Feb 10 11:09:09 quark kernel: RAX: 0000000000000000 RBX: ffffffffc175f7e0 RCX: 0000000000000027
Feb 10 11:09:09 quark kernel: RDX: ffff969367c218c8 RSI: 0000000000000001 RDI: ffff969367c218c0
Feb 10 11:09:09 quark kernel: RBP: ffffabaa0069f9e8 R08: 0000000000000000 R09: ffffabaa0069f818
Feb 10 11:09:09 quark kernel: R10: ffffffffab2b5408 R11: 0000000000000003 R12: ffffabaa01e68388
Feb 10 11:09:09 quark kernel: R13: ffffabaa0069fa68 R14: 00007e2b20a3305d R15: ffffabaa0069faf8
Feb 10 11:09:09 quark kernel: FS: 00007e2b208ab880(0000) GS:ffff969367c00000(0000) knlGS:0000000000000000
Feb 10 11:09:09 quark kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Feb 10 11:09:09 quark kernel: CR2: 00007e2b1e278000 CR3: 0000000109eda000 CR4: 00000000000426f0
Feb 10 11:09:09 quark kernel: Call Trace:
Feb 10 11:09:09 quark kernel: <TASK>
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? __warn.cold+0x93/0xf6
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? report_bug+0xff/0x140
Feb 10 11:09:09 quark kernel: ? console_unlock+0x9d/0x140
Feb 10 11:09:09 quark kernel: ? handle_bug+0x58/0x90
Feb 10 11:09:09 quark kernel: ? exc_invalid_op+0x17/0x70
Feb 10 11:09:09 quark kernel: ? asm_exc_invalid_op+0x1a/0x20
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: ? __warn_thunk+0x2a/0x40
Feb 10 11:09:09 quark kernel: warn_thunk_thunk+0x1a/0x30
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: nvidia_init_module+0x2e/0x7b0 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nvidia_frontend_init_module+0x50/0x820 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? nv_drm_init+0x20/0x20 [nvidia b0a3e9f9ef2be22ba6f49b4e1ba287d49c81a6e8]
Feb 10 11:09:09 quark kernel: ? do_one_initcall+0x5b/0x310
Feb 10 11:09:09 quark kernel: ? do_init_module+0x60/0x230
Feb 10 11:09:09 quark kernel: ? __do_sys_init_module+0x17a/0x1b0
Feb 10 11:09:09 quark kernel: ? do_syscall_64+0x82/0x190
Feb 10 11:09:09 quark kernel: ? do_syscall_64+0x8e/0x190
Feb 10 11:09:09 quark kernel: ? __alloc_pages_noprof+0x184/0x330
Feb 10 11:09:09 quark kernel: ? __mod_memcg_lruvec_state+0xa9/0x1a0
Feb 10 11:09:09 quark kernel: ? __lruvec_stat_mod_folio+0x83/0xd0
Feb 10 11:09:09 quark kernel: ? __folio_mod_stat+0x26/0x80
Feb 10 11:09:09 quark kernel: ? set_ptes.isra.0+0x41/0x90
Feb 10 11:09:09 quark kernel: ? do_anonymous_page+0xfe/0x860
Feb 10 11:09:09 quark kernel: ? ___pte_offset_map+0x1b/0x180
Feb 10 11:09:09 quark kernel: ? __handle_mm_fault+0xb26/0xfb0
Feb 10 11:09:09 quark kernel: ? sched_balance_trigger+0x2cb/0x380
Feb 10 11:09:09 quark kernel: ? __count_memcg_events+0xa1/0x130
Feb 10 11:09:09 quark kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Feb 10 11:09:09 quark kernel: ? handle_mm_fault+0x1bb/0x2c0
Feb 10 11:09:09 quark kernel: ? do_user_addr_fault+0x36c/0x620
Feb 10 11:09:09 quark kernel: ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Feb 10 11:09:09 quark kernel: </TASK>
Feb 10 11:09:09 quark kernel: ---[ end trace 0000000000000000 ]---
Feb 10 11:09:09 quark kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Feb 10 11:09:09 quark kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.108 Wed Dec 11 11:06:58 PST 2019
Feb 10 11:09:09 quark systemd[1]: Found device WDC_WD6401AALS-00L3B2 1.
Feb 10 11:09:09 quark systemd[1]: Mounting /mnt/ntfs-c...
Feb 10 11:09:09 quark systemd[1]: Finished Virtual Console Setup.
Feb 10 11:09:10 quark systemd[1]: Starting Load Kernel Module dm_mod...
Feb 10 11:09:10 quark systemd[1]: Starting Load Kernel Module loop...
Feb 10 11:09:10 quark systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 10 11:09:10 quark 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).
Feb 10 11:09:10 quark systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 10 11:09:10 quark systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:10 quark systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Feb 10 11:09:10 quark systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:10 quark systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:10 quark systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 10 11:09:10 quark systemd[1]: Finished Load Kernel Module loop.
Feb 10 11:09:10 quark systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 10 11:09:10 quark systemd[1]: Finished Load Kernel Module dm_mod.
Feb 10 11:09:10 quark systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 10 11:09:10 quark ntfs-3g[417]: Version 2022.10.3 external FUSE 29
Feb 10 11:09:10 quark ntfs-3g[417]: Mounted /dev/sda1 (Read-Write, label "", NTFS 3.1)
Feb 10 11:09:10 quark ntfs-3g[417]: Cmdline options: rw,user,noexec,nosuid,nodev
Feb 10 11:09:10 quark ntfs-3g[417]: Mount options: user,noexec,nosuid,nodev,allow_other,nonempty,relatime,rw,fsname=/dev/sda1,blkdev,blksize=4096
Feb 10 11:09:10 quark ntfs-3g[417]: Ownership and permissions disabled, configuration type 7
Feb 10 11:09:10 quark systemd[1]: Mounted /mnt/ntfs-c.
Feb 10 11:09:10 quark systemd[1]: Reached target Local File Systems.
Feb 10 11:09:10 quark systemd[1]: Listening on Boot Entries Service Socket.
Feb 10 11:09:10 quark systemd[1]: Listening on System Extension Image Management.
Feb 10 11:09:10 quark systemd[1]: Starting Set Up Additional Binary Formats...
Feb 10 11:09:10 quark systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Feb 10 11:09:10 quark systemd[1]: Starting Create System Files and Directories...
Feb 10 11:09:10 quark systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 419 (systemd-binfmt)
Feb 10 11:09:10 quark systemd[1]: Mounting Arbitrary Executable File Formats File System...
Feb 10 11:09:10 quark systemd[1]: Mounted Arbitrary Executable File Formats File System.
Feb 10 11:09:10 quark systemd[1]: Finished Set Up Additional Binary Formats.
Feb 10 11:09:11 quark systemd[1]: Finished Create System Files and Directories.
Feb 10 11:09:11 quark systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Feb 10 11:09:11 quark systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 10 11:09:11 quark systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 10 11:09:11 quark systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Feb 10 11:09:11 quark systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 10 11:09:11 quark systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Feb 10 11:09:11 quark systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 10 11:09:11 quark systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 10 11:09:11 quark systemd[1]: Reached target System Initialization.
Feb 10 11:09:11 quark systemd[1]: Started CUPS Scheduler.
Feb 10 11:09:11 quark systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 10 11:09:11 quark systemd[1]: Started Daily rotation of log files.
Feb 10 11:09:11 quark systemd[1]: Started Daily man-db regeneration.
Feb 10 11:09:11 quark systemd[1]: Started Daily verification of password and group files.
Feb 10 11:09:11 quark systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 10 11:09:11 quark systemd[1]: Reached target Path Units.
Feb 10 11:09:11 quark systemd[1]: Reached target Timer Units.
Feb 10 11:09:11 quark systemd[1]: Listening on CUPS Scheduler.
Feb 10 11:09:11 quark systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 10 11:09:11 quark systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Feb 10 11:09:11 quark systemd[1]: Listening on Hostname Service Socket.
Feb 10 11:09:11 quark systemd[1]: Reached target Socket Units.
Feb 10 11:09:11 quark systemd[1]: Starting D-Bus System Message Bus...
Feb 10 11:09:11 quark systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:11 quark dbus-broker-launch[428]: Looking up NSS user entry for 'pulse'...
Feb 10 11:09:11 quark dbus-broker-launch[428]: NSS returned no entry for 'pulse'
Feb 10 11:09:11 quark dbus-broker-launch[428]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Feb 10 11:09:11 quark systemd[1]: Started D-Bus System Message Bus.
Feb 10 11:09:11 quark systemd[1]: Reached target Basic System.
Feb 10 11:09:11 quark systemd[1]: System is tainted: local-hwclock
Feb 10 11:09:11 quark systemd[1]: Starting Save/Restore Sound Card State...
Feb 10 11:09:11 quark systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Feb 10 11:09:11 quark systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Feb 10 11:09:11 quark systemd[1]: Reached target Network.
Feb 10 11:09:11 quark systemd[1]: Starting CUPS Scheduler...
Feb 10 11:09:11 quark systemd[1]: Starting Initialize hardware monitoring sensors...
Feb 10 11:09:11 quark systemd[1]: Starting Network Time Service...
Feb 10 11:09:11 quark systemd[1]: Starting User Login Management...
Feb 10 11:09:11 quark systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 10 11:09:11 quark (modprobe)[433]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Feb 10 11:09:11 quark systemd[1]: Starting Permit User Sessions...
Feb 10 11:09:11 quark systemd[1]: Finished Save/Restore Sound Card State.
Feb 10 11:09:11 quark systemd[1]: Reached target Sound Card.
Feb 10 11:09:11 quark dbus-broker-launch[428]: Ready
Feb 10 11:09:11 quark systemd[1]: Finished Permit User Sessions.
Feb 10 11:09:11 quark systemd[1]: Started Getty on tty1.
Feb 10 11:09:11 quark systemd[1]: Reached target Login Prompts.
Feb 10 11:09:12 quark kernel: it87: Found IT8718F chip at 0x290, revision 5
Feb 10 11:09:12 quark kernel: it87: VID is disabled (pins used for GPIO)
Feb 10 11:09:12 quark kernel: it87: Beeping is supported
Feb 10 11:09:12 quark systemd-logind[435]: Watching system buttons on /dev/input/event1 (Power Button)
Feb 10 11:09:12 quark systemd-logind[435]: Watching system buttons on /dev/input/event0 (Power Button)
Feb 10 11:09:12 quark systemd-logind[435]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Feb 10 11:09:12 quark systemd-logind[435]: New seat seat0.
Feb 10 11:09:12 quark systemd[1]: Started User Login Management.
Feb 10 11:09:12 quark systemd[1]: Finished Initialize hardware monitoring sensors.
Feb 10 11:09:12 quark dhcpcd[431]: dhcpcd-10.1.0 starting
Feb 10 11:09:12 quark ntpd[434]: ntpd 4.2.8p18@1.4062-o Sun Oct 27 08:20:14 UTC 2024 (1): Starting
Feb 10 11:09:12 quark ntpd[434]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Feb 10 11:09:12 quark ntpd[434]: ----------------------------------------------------
Feb 10 11:09:12 quark ntpd[434]: ntp-4 is maintained by Network Time Foundation,
Feb 10 11:09:12 quark ntpd[434]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Feb 10 11:09:12 quark ntpd[434]: corporation. Support and training for ntp-4 are
Feb 10 11:09:12 quark ntpd[434]: available at https://www.nwtime.org/support
Feb 10 11:09:12 quark ntpd[434]: ----------------------------------------------------
Feb 10 11:09:12 quark ntpd[434]: DEBUG behavior is enabled - a violation of any diagnostic assertion will cause ntpd to abort
Feb 10 11:09:12 quark dhcpcd[466]: dev: loaded udev
Feb 10 11:09:12 quark dhcpcd[466]: DUID 00:01:00:01:22:4a:c8:bf:00:1f:d0:8f:9a:d1
Feb 10 11:09:13 quark kernel: 8021q: 802.1Q VLAN Support v1.8
Feb 10 11:09:13 quark systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 10 11:09:13 quark ntpd[469]: proto: precision = 1.257 usec (-20)
Feb 10 11:09:13 quark ntpd[469]: basedate set to 2024-10-15
Feb 10 11:09:13 quark ntpd[469]: gps base set to 2024-10-20 (week 2337)
Feb 10 11:09:13 quark ntpd[469]: initial drift restored to 14.480362
Feb 10 11:09:13 quark ntpd[469]: Listen and drop on 0 v6wildcard [::]:123
Feb 10 11:09:13 quark ntpd[469]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Feb 10 11:09:13 quark ntpd[469]: Listen normally on 2 lo 127.0.0.1:123
Feb 10 11:09:13 quark ntpd[469]: Listen normally on 3 lo [::1]:123
Feb 10 11:09:13 quark ntpd[469]: Listening on routing socket on fd #20 for interface updates
Feb 10 11:09:13 quark ntpd[469]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 10 11:09:13 quark ntpd[469]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 10 11:09:13 quark systemd[1]: Started Network Time Service.
Feb 10 11:09:13 quark kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 10 11:09:13 quark kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 10 11:09:13 quark kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Feb 10 11:09:13 quark kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 10 11:09:13 quark kernel: cfg80211: failed to load regulatory.db
Feb 10 11:09:14 quark dhcpcd[466]: no interfaces have a carrier
Feb 10 11:09:14 quark kernel: RTL8211B Gigabit Ethernet r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Feb 10 11:09:14 quark dhcpcd[466]: eth0: waiting for carrier
Feb 10 11:09:14 quark kernel: r8169 0000:04:00.0 eth0: Link is Down
Feb 10 11:09:14 quark kernel: RTL8211B Gigabit Ethernet r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Feb 10 11:09:14 quark dhcpcd[466]: eth1: waiting for carrier
Feb 10 11:09:14 quark kernel: r8169 0000:05:00.0 eth1: Link is Down
Feb 10 11:09:14 quark systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 10 11:09:15 quark systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 10 11:09:15 quark systemd[1]: Started CUPS Scheduler.
Feb 10 11:09:15 quark systemd[1]: Reached target Multi-User System.
Feb 10 11:09:15 quark systemd[1]: Reached target Graphical Interface.
Feb 10 11:09:15 quark systemd[1]: Startup finished in 14.785s (kernel) + 22.076s (userspace) = 36.862s.
Feb 10 11:09:16 quark dhcpcd[466]: eth1: carrier acquired
Feb 10 11:09:16 quark kernel: r8169 0000:05:00.0 eth1: Link is Up - 1Gbps/Full - flow control rx/tx
Feb 10 11:09:16 quark dhcpcd[466]: eth1: IAID d0:80:a1:9a
Feb 10 11:09:16 quark dhcpcd[466]: eth1: adding address fe80::88d8:7d6a:2e6c:a4a
Feb 10 11:09:18 quark dhcpcd[466]: eth1: rebinding lease of 192.168.0.164
Feb 10 11:09:18 quark dhcpcd[466]: eth1: probing address 192.168.0.164/24
Feb 10 11:09:18 quark dhcpcd[466]: eth1: soliciting an IPv6 router
Feb 10 11:09:19 quark ntpd[469]: Listen normally on 4 eth1 [fe80::88d8:7d6a:2e6c:a4a%3]:123
Feb 10 11:09:19 quark ntpd[469]: new interface(s) found: waking up resolver
Feb 10 11:09:23 quark dhcpcd[466]: eth1: leased 192.168.0.164 for 7200 seconds
Feb 10 11:09:23 quark dhcpcd[466]: eth1: adding route to 192.168.0.0/24
Feb 10 11:09:23 quark dhcpcd[466]: eth1: adding default route via 192.168.0.1
Feb 10 11:09:25 quark ntpd[469]: Listen normally on 5 eth1 192.168.0.164:123
Feb 10 11:09:25 quark ntpd[469]: new interface(s) found: waking up resolver
Feb 10 11:09:30 quark dhcpcd[466]: eth1: no IPv6 Routers available
Feb 10 11:10:16 quark dbus-broker-launch[428]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 10 11:10:18 quark login[445]: pam_unix(login:session): session opened for user dk(uid=1000) by dk(uid=0)
Feb 10 11:10:18 quark systemd-logind[435]: New session 1 of user dk.
Feb 10 11:10:18 quark systemd[1]: Created slice User Slice of UID 1000.
Feb 10 11:10:18 quark systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 10 11:10:18 quark systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 10 11:10:18 quark systemd[1]: Starting User Manager for UID 1000...
Feb 10 11:10:18 quark (systemd)[537]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dk] ruser=[<unknown>] rhost=[<unknown>]
Feb 10 11:10:18 quark (systemd)[537]: pam_unix(systemd-user:session): session opened for user dk(uid=1000) by dk(uid=0)
Feb 10 11:10:18 quark systemd-logind[435]: New session 2 of user dk.
Feb 10 11:10:19 quark systemd[537]: Queued start job for default target Main User Target.
Feb 10 11:10:19 quark login[445]: LOGIN ON tty1 BY dk
Feb 10 11:10:19 quark systemd[537]: Created slice User Application Slice.
Feb 10 11:10:19 quark systemd[537]: Reached target Paths.
Feb 10 11:10:19 quark systemd[537]: Reached target Timers.
Feb 10 11:10:19 quark systemd[537]: Starting D-Bus User Message Bus Socket...
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG network certificate management daemon.
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 10 11:10:19 quark systemd[537]: Listening on GnuPG public key management service.
Feb 10 11:10:19 quark systemd[537]: Listening on p11-kit server.
Feb 10 11:10:19 quark systemd[537]: Listening on PipeWire Multimedia System Sockets.
Feb 10 11:10:19 quark systemd[537]: Listening on Sound System.
Feb 10 11:10:19 quark systemd[537]: Listening on D-Bus User Message Bus Socket.
Feb 10 11:10:19 quark systemd[537]: Reached target Sockets.
Feb 10 11:10:19 quark systemd[537]: Reached target Basic System.
Feb 10 11:10:19 quark systemd[537]: Reached target Main User Target.
Feb 10 11:10:19 quark systemd[537]: Startup finished in 709ms.
Feb 10 11:10:19 quark systemd[1]: Started User Manager for UID 1000.
Feb 10 11:10:19 quark systemd[1]: Started Session 1 of User dk.
Feb 10 11:10:24 quark kernel: resource: resource sanity check: requesting [mem 0x00000000000c0000-0x00000000000fffff], which spans more than PCI Bus 0000:00 [mem 0x000a0000-0x000dffff window]
Feb 10 11:10:24 quark kernel: caller _nv000788rm+0xe4/0x1c0 [nvidia] mapping multiple BARs
Feb 10 11:10:31 quark systemd[537]: Created slice User Core Session Slice.
Feb 10 11:10:31 quark systemd[537]: Starting D-Bus User Message Bus...
Feb 10 11:10:32 quark dbus-broker-launch[610]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 10 11:10:32 quark dbus-broker-launch[610]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 10 11:10:32 quark systemd[537]: Started D-Bus User Message Bus.
Feb 10 11:10:32 quark dbus-broker-launch[610]: Ready
Feb 10 11:10:32 quark systemd[537]: Starting Sound Service...
Feb 10 11:10:32 quark systemd[537]: Starting Virtual filesystem service...
Feb 10 11:10:33 quark systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 10 11:10:33 quark systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 10 11:10:33 quark rtkit-daemon[625]: Successfully called chroot.
Feb 10 11:10:33 quark rtkit-daemon[625]: Successfully dropped privileges.
Feb 10 11:10:33 quark rtkit-daemon[625]: Successfully limited resources.
Feb 10 11:10:33 quark rtkit-daemon[625]: Canary thread running.
Feb 10 11:10:33 quark rtkit-daemon[625]: Running.
Feb 10 11:10:33 quark rtkit-daemon[625]: Watchdog thread running.
Feb 10 11:10:33 quark systemd[537]: Started Virtual filesystem service.
Feb 10 11:10:33 quark systemd[1]: Starting Authorization Manager...
Feb 10 11:10:33 quark polkitd[630]: Started polkitd version 126
Feb 10 11:10:33 quark polkitd[630]: Loading rules from directory /etc/polkit-1/rules.d
Feb 10 11:10:33 quark polkitd[630]: Loading rules from directory /run/polkit-1/rules.d
Feb 10 11:10:33 quark polkitd[630]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 10 11:10:33 quark polkitd[630]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Feb 10 11:10:33 quark polkitd[630]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 10 11:10:33 quark polkitd[630]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 10 11:10:34 quark polkitd[630]: Finished loading, compiling and executing 4 rules
Feb 10 11:10:34 quark systemd[1]: Started Authorization Manager.
Feb 10 11:10:34 quark polkitd[630]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 10 11:10:34 quark rtkit-daemon[625]: Successfully made thread 616 of process 616 owned by '1000' high priority at nice level -11.
Feb 10 11:10:34 quark rtkit-daemon[625]: Supervising 1 threads of 1 processes of 1 users.
Feb 10 11:10:35 quark systemd[537]: Started tmux child pane 654 launched by process 653.
Feb 10 11:10:36 quark rtkit-daemon[625]: Supervising 1 threads of 1 processes of 1 users.
Feb 10 11:10:36 quark rtkit-daemon[625]: Successfully made thread 662 of process 616 owned by '1000' RT at priority 5.
Feb 10 11:10:36 quark rtkit-daemon[625]: Supervising 2 threads of 1 processes of 1 users.
Feb 10 11:10:36 quark rtkit-daemon[625]: Supervising 2 threads of 1 processes of 1 users.
Feb 10 11:10:36 quark rtkit-daemon[625]: Successfully made thread 664 of process 616 owned by '1000' RT at priority 5.
Feb 10 11:10:36 quark rtkit-daemon[625]: Supervising 3 threads of 1 processes of 1 users.
Feb 10 11:10:36 quark systemd[537]: Started Sound Service.
Feb 10 11:10:57 quark systemd[537]: Started tmux child pane 678 launched by process 653.
Feb 10 11:11:36 quark systemd[537]: Started tmux child pane 702 launched by process 653.Last edited by lithium (2025-02-11 02:52:34)
Offline
Online
Wow, I did not know about this. I did search the forum too as well but must have missed that post.
To summarize, since the linked thread is somewhat convoluted (but still worth reading), I was able to resolve the issue by creating /etc/systemd/system/systemd-suspend.service.d/disable_freeze.conf with the following content:
[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=falseNote that in my case, I did not even have an /etc/systemd/system/systemd-suspend.service.d directory. That's OK, I just created one.
I encountered the same exact issue with hibernate (suspend to disk). It was resolved in same way. That file can simply be copied over to /etc/systemd/system/systemd-hibernate.service.d/disable_freeze.conf. Once more, it doesn't matter if you don't already have the /etc/systemd/system/systemd-hibernate.service.d directory.
For users of systemd-homed, they will need to create a similar file in /etc/systemd/system/systemd-homed.service.d/ as follows:
[Service]
Environment="SYSTEMD_HOME_LOCK_FREEZE_SESSION=false"Thanks for the help.
Offline