I missed to CC this to the tracker and went one-on-one emailing:
===== Mail 1 =====
Hello Mario!
No, I run Steam and it's Proton (if needed, e.g. for Satisfactory) but
it also happens with Linux/Steam games like CivIdle. BTW: I was about to
add another possible culprit. I run the following script and each time
my computer locks up ("CPU #x soft locked for 21s" in syslog) sometimes
after it runs:
-------------------------------
#!/bin/sh
FILES=$(find /dev/shm/ -type f -name "u${UID}*" -amin +30)
if [ -n "${FILES}" ]
then
echo "$0: Removing files ..."
for FILE in ${FILES}; do
echo "$0: Removing '${FILE}' ..."
nice --adjustment=19 rm -fv "${FILE}"
done
fi
-------------------------------
I currently have it disabled and observe it this happens again. I also
have some sysctl kernel parameters set BUT they were also also set
earlier with no crashes/CPU soft locks. So they might not be the culprit
here.
===== Mail 2 =====
> Do you pass through your nVidia card,in some way ?
>
> On Fri, Jan 3, 2025 at 3:46 AM Roland Häder <roland@???> wrote:
No, that's not the case here. I had another CPU soft lock + the said
error message when I try to start the desktop after I had to SAK (magic
keys) the whole desktop.
1) "Light" (very less OpenGL) game runs fine whole night
2) Then suddenly whole computer freezes, but hard drive seem to be still
working
3) After +20 seconds mouse is back but I cannot click anything, only
move it around
4) Had to press SAK (ALT-PRINT-K) to get to console, also took long
5) Tried to start desktop again but fails with said error message
6) Had to reboot computer to get it working again but until CPU soft
lock happens again
I have now attached syslog just after the crash (the first line was
recommended as "little" safe workaround for piling up /dev/shm/) and
dmesg-startup.log is a normal startup.
Roland
[ 0.000000] Linux version 6.9.10+bpo-amd64 (debian-kernel@???) (x86_64-linux-gnu-gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.9.10-1~bpo12+1 (2024-07-26)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.9.10+bpo-amd64 root=UUID=c52c3cb3-8ef5-4373-8534-c51fa4f4fbe3 ro apparmor=1 security=apparmor iommu=pt intel_iommu=off libata.force=2:udma2 random.trust_cpu=off quiet random.trust_cpu=off
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cb209fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb20a000-0x00000000cb210fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cb211000-0x00000000cb64efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb64f000-0x00000000cbbdffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbbe0000-0x00000000ddda6fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ddda7000-0x00000000dde3ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dde40000-0x00000000dde90fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dde91000-0x00000000ddfc4fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000ddfc5000-0x00000000deffefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: MSI MS-7816/Z87-G43 (MS-7816), BIOS V1.6 11/27/2013
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3200.028 MHz processor
[ 0.000850] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000853] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000860] last_pfn = 0x81f000 max_arch_pfn = 0x400000000
[ 0.000865] MTRR map: 8 entries (5 fixed + 3 variable; max 25), built from 10 variable MTRRs
[ 0.000866] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001120] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.001123] last_pfn = 0xdf000 max_arch_pfn = 0x400000000
[ 0.007637] found SMP MP-table at [mem 0x000fd810-0x000fd81f]
[ 0.007649] Using GB pages for direct mapping
[ 0.008420] RAMDISK: [mem 0x368c3000-0x37458fff]
[ 0.008422] ACPI: Early table checksum verification disabled
[ 0.008425] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[ 0.008429] ACPI: XSDT 0x00000000DDF95080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.008434] ACPI: FACP 0x00000000DDFA4238 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
[ 0.008440] ACPI: DSDT 0x00000000DDF95190 00F0A8 (v02 ALASKA A M I 00000032 INTL 20120711)
[ 0.008443] ACPI: FACS 0x00000000DDFC4F80 000040
[ 0.008445] ACPI: APIC 0x00000000DDFA4348 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.008448] ACPI: FPDT 0x00000000DDFA43C0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.008451] ACPI: ASF! 0x00000000DDFA4408 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.008454] ACPI: LPIT 0x00000000DDFA44B0 000094 (v01 ALASKA A M I 00000000 AMI. 00000005)
[ 0.008456] ACPI: SSDT 0x00000000DDFA4548 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.008459] ACPI: MCFG 0x00000000DDFA5020 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.008462] ACPI: HPET 0x00000000DDFA5060 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
[ 0.008465] ACPI: SSDT 0x00000000DDFA5098 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[ 0.008468] ACPI: SSDT 0x00000000DDFA5408 0034E1 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.008470] ACPI: DMAR 0x00000000DDFA88F0 000080 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.008473] ACPI: Reserving FACP table memory at [mem 0xddfa4238-0xddfa4343]
[ 0.008474] ACPI: Reserving DSDT table memory at [mem 0xddf95190-0xddfa4237]
[ 0.008475] ACPI: Reserving FACS table memory at [mem 0xddfc4f80-0xddfc4fbf]
[ 0.008476] ACPI: Reserving APIC table memory at [mem 0xddfa4348-0xddfa43b9]
[ 0.008476] ACPI: Reserving FPDT table memory at [mem 0xddfa43c0-0xddfa4403]
[ 0.008477] ACPI: Reserving ASF! table memory at [mem 0xddfa4408-0xddfa44ac]
[ 0.008478] ACPI: Reserving LPIT table memory at [mem 0xddfa44b0-0xddfa4543]
[ 0.008479] ACPI: Reserving SSDT table memory at [mem 0xddfa4548-0xddfa501f]
[ 0.008479] ACPI: Reserving MCFG table memory at [mem 0xddfa5020-0xddfa505b]
[ 0.008480] ACPI: Reserving HPET table memory at [mem 0xddfa5060-0xddfa5097]
[ 0.008481] ACPI: Reserving SSDT table memory at [mem 0xddfa5098-0xddfa5404]
[ 0.008482] ACPI: Reserving SSDT table memory at [mem 0xddfa5408-0xddfa88e8]
[ 0.008482] ACPI: Reserving DMAR table memory at [mem 0xddfa88f0-0xddfa896f]
[ 0.008538] No NUMA configuration found
[ 0.008539] Faking a node at [mem 0x0000000000000000-0x000000081effffff]
[ 0.008547] NODE_DATA(0) allocated [mem 0x81efd5000-0x81effffff]
[ 0.008765] Zone ranges:
[ 0.008766] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008768] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008769] Normal [mem 0x0000000100000000-0x000000081effffff]
[ 0.008770] Device empty
[ 0.008771] Movable zone start for each node
[ 0.008774] Early memory node ranges
[ 0.008774] node 0: [mem 0x0000000000001000-0x000000000009cfff]
[ 0.008776] node 0: [mem 0x0000000000100000-0x00000000cb209fff]
[ 0.008777] node 0: [mem 0x00000000cb211000-0x00000000cb64efff]
[ 0.008778] node 0: [mem 0x00000000cbbe0000-0x00000000ddda6fff]
[ 0.008778] node 0: [mem 0x00000000dde40000-0x00000000dde90fff]
[ 0.008779] node 0: [mem 0x00000000defff000-0x00000000deffffff]
[ 0.008780] node 0: [mem 0x0000000100000000-0x000000081effffff]
[ 0.008783] Initmem setup node 0 [mem 0x0000000000001000-0x000000081effffff]
[ 0.008787] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008815] On node 0, zone DMA: 99 pages in unavailable ranges
[ 0.014399] On node 0, zone DMA32: 7 pages in unavailable ranges
[ 0.014914] On node 0, zone DMA32: 1425 pages in unavailable ranges
[ 0.014917] On node 0, zone DMA32: 153 pages in unavailable ranges
[ 0.014958] On node 0, zone DMA32: 4462 pages in unavailable ranges
[ 0.015255] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.015291] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.015398] ACPI: PM-Timer IO Port: 0x1808
[ 0.015405] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.015416] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.015418] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.015420] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.015424] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.015425] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.015429] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 (or later)
[ 0.015434] CPU topo: Max. logical packages: 1
[ 0.015435] CPU topo: Max. logical dies: 1
[ 0.015435] CPU topo: Max. dies per package: 1
[ 0.015440] CPU topo: Max. threads per core: 1
[ 0.015441] CPU topo: Num. cores per package: 4
[ 0.015441] CPU topo: Num. threads per package: 4
[ 0.015442] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.015456] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.015458] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.015459] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.015459] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.015460] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.015461] PM: hibernation: Registered nosave memory: [mem 0xcb20a000-0xcb210fff]
[ 0.015463] PM: hibernation: Registered nosave memory: [mem 0xcb64f000-0xcbbdffff]
[ 0.015464] PM: hibernation: Registered nosave memory: [mem 0xddda7000-0xdde3ffff]
[ 0.015465] PM: hibernation: Registered nosave memory: [mem 0xdde91000-0xddfc4fff]
[ 0.015466] PM: hibernation: Registered nosave memory: [mem 0xddfc5000-0xdeffefff]
[ 0.015467] PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xf7ffffff]
[ 0.015468] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.015469] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.015469] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.015470] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.015471] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.015471] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.015472] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.015473] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.015473] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.015474] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.015475] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.015476] [mem 0xdf000000-0xf7ffffff] available for PCI devices
[ 0.015478] Booting paravirtualized kernel on bare hardware
[ 0.015480] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.020013] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.020333] percpu: Embedded 65 pages/cpu s229376 r8192 d28672 u524288
[ 0.020338] pcpu-alloc: s229376 r8192 d28672 u524288 alloc=1*2097152
[ 0.020341] pcpu-alloc: [0] 0 1 2 3
[ 0.020358] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.9.10+bpo-amd64 root=UUID=c52c3cb3-8ef5-4373-8534-c51fa4f4fbe3 ro apparmor=1 security=apparmor iommu=pt intel_iommu=off libata.force=2:udma2 random.trust_cpu=off quiet random.trust_cpu=off
[ 0.020429] DMAR: IOMMU disabled
[ 0.020477] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.9.10+bpo-amd64", will be passed to user space.
[ 0.024039] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.025846] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.025927] Fallback order for Node 0: 0
[ 0.025930] Built 1 zonelists, mobility grouping on. Total pages: 8243263
[ 0.025931] Policy zone: Normal
[ 0.025938] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.025945] software IO TLB: area num 4.
[ 0.053837] Memory: 3681832K/33497076K available (16384K kernel code, 2405K rwdata, 10892K rodata, 4076K init, 5416K bss, 698688K reserved, 0K cma-reserved)
[ 0.061282] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.061395] Kernel/User page tables isolation: enabled
[ 0.061463] ftrace: allocating 44142 entries in 173 pages
[ 0.068257] ftrace: allocated 173 pages with 5 groups
[ 0.068904] Dynamic Preempt: voluntary
[ 0.069037] rcu: Preemptible hierarchical RCU implementation.
[ 0.069038] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.069039] Trampoline variant of Tasks RCU enabled.
[ 0.069039] Rude variant of Tasks RCU enabled.
[ 0.069040] Tracing variant of Tasks RCU enabled.
[ 0.069041] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.069041] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.069048] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.069050] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.069051] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.072011] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[ 0.072204] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.076053] Console: colour VGA+ 80x25
[ 0.076055] printk: legacy console [tty0] enabled
[ 0.076332] ACPI: Core revision 20230628
[ 0.076495] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.076508] APIC: Switch to symmetric I/O mode setup
[ 0.076509] DMAR: Host address width 39
[ 0.076510] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[ 0.076515] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[ 0.076517] DMAR: RMRR base: 0x000000deea4000 end: 0x000000deeb2fff
[ 0.076520] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed90000 IOMMU 0
[ 0.076521] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[ 0.076522] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.076808] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.076810] x2apic enabled
[ 0.076863] APIC: Switched APIC routing to: cluster x2apic
[ 0.077274] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.096507] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e2064b57da, max_idle_ns: 440795328082 ns
[ 0.096512] Calibrating delay loop (skipped), value calculated using timer frequency.. 6400.05 BogoMIPS (lpj=12800112)
[ 0.096534] CPU0: Thermal monitoring enabled (TM1)
[ 0.096556] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.096557] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.096560] process: using mwait in idle threads
[ 0.096562] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.096564] Spectre V2 : Mitigation: Retpolines
[ 0.096565] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.096565] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.096566] Speculative Store Bypass: Vulnerable
[ 0.096568] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.096568] MMIO Stale Data: Unknown: No mitigations
[ 0.096569] SRBDS: Vulnerable: No microcode
[ 0.096573] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.096575] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.096576] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.096577] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.096578] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.111470] Freeing SMP alternatives memory: 36K
[ 0.111473] pid_max: default: 32768 minimum: 301
[ 0.112150] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,bpf,ima,evm
[ 0.112354] landlock: Up and running.
[ 0.112354] Yama: disabled by default; enable with sysctl kernel.yama.*
[ 0.112376] AppArmor: AppArmor initialized
[ 0.112379] LSM support for eBPF active
[ 0.112639] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.112668] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.226533] smpboot: CPU0: Intel(R) Core(TM) i5-4460 CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.226694] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.226755] ... version: 3
[ 0.226756] ... bit width: 48
[ 0.226757] ... generic registers: 8
[ 0.226757] ... value mask: 0000ffffffffffff
[ 0.226758] ... max period: 00007fffffffffff
[ 0.226759] ... fixed-purpose events: 3
[ 0.226760] ... event mask: 00000007000000ff
[ 0.226865] signal: max sigframe size: 1776
[ 0.226876] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[ 0.226899] rcu: Hierarchical SRCU implementation.
[ 0.226900] rcu: Max phase no-delay instances is 1000.
[ 0.227389] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.227442] smp: Bringing up secondary CPUs ...
[ 0.227528] smpboot: x86: Booting SMP configuration:
[ 0.227529] .... node #0, CPUs: #1 #2 #3
[ 0.228067] smp: Brought up 1 node, 4 CPUs
[ 0.228067] smpboot: Total of 4 processors activated (25600.22 BogoMIPS)
[ 0.278057] node 0 deferred pages initialised in 52ms
[ 0.278060] devtmpfs: initialized
[ 0.278060] x86/mm: Memory block size: 128MB
[ 0.281800] ACPI: PM: Registering ACPI NVS region [mem 0xcb20a000-0xcb210fff] (28672 bytes)
[ 0.281800] ACPI: PM: Registering ACPI NVS region [mem 0xdde91000-0xddfc4fff] (1261568 bytes)
[ 0.281800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.281800] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.281800] pinctrl core: initialized pinctrl subsystem
[ 0.281800] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.281950] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.282180] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.282415] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.282434] audit: initializing netlink subsys (disabled)
[ 0.282451] audit: type=2000 audit(1736078982.204:1): state=initialized audit_enabled=0 res=1
[ 0.282451] thermal_sys: Registered thermal governor 'fair_share'
[ 0.282451] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.282451] thermal_sys: Registered thermal governor 'step_wise'
[ 0.282451] thermal_sys: Registered thermal governor 'user_space'
[ 0.282451] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.282451] cpuidle: using governor ladder
[ 0.282451] cpuidle: using governor menu
[ 0.282451] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.282451] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.282451] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[ 0.282451] PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as E820 entry
[ 0.282451] PCI: Using configuration type 1 for base access
[ 0.282451] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.282451] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.284590] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.284590] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.284590] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.284590] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.284590] Demotion targets for Node 0: null
[ 0.284683] ACPI: Added _OSI(Module Device)
[ 0.284683] ACPI: Added _OSI(Processor Device)
[ 0.284683] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.284683] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.289902] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.290293] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.305663] ACPI: Dynamic OEM Table Load:
[ 0.305663] ACPI: SSDT 0xFFFFA007C0C2E800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.305663] ACPI: Dynamic OEM Table Load:
[ 0.305663] ACPI: SSDT 0xFFFFA007C0E21400 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.305880] ACPI: _OSC evaluated successfully for all CPUs
[ 0.306044] ACPI: Interpreter enabled
[ 0.306065] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.306066] ACPI: Using IOAPIC for interrupt routing
[ 0.306087] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.306088] PCI: Using E820 reservations for host bridge windows
[ 0.306287] ACPI: Enabled 9 GPEs in block 00 to 3F
[ 0.315322] ACPI: \_TZ_.FN00: New power resource
[ 0.315373] ACPI: \_TZ_.FN01: New power resource
[ 0.315423] ACPI: \_TZ_.FN02: New power resource
[ 0.315475] ACPI: \_TZ_.FN03: New power resource
[ 0.315522] ACPI: \_TZ_.FN04: New power resource
[ 0.316012] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.316017] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.316126] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.316209] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 0.316210] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.316580] PCI host bridge to bus 0000:00
[ 0.316582] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.316584] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.316585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.316587] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000e7fff window]
[ 0.316588] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window]
[ 0.316590] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.316602] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 conventional PCI endpoint
[ 0.316665] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 PCIe Root Port
[ 0.316676] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.316678] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.316680] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.316685] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.316706] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.316905] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.316920] pci 0000:00:14.0: BAR 0 [mem 0xf7200000-0xf720ffff 64bit]
[ 0.316973] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.317058] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.317074] pci 0000:00:16.0: BAR 0 [mem 0xf721a000-0xf721a00f 64bit]
[ 0.317130] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.317187] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.317201] pci 0000:00:1a.0: BAR 0 [mem 0xf7218000-0xf72183ff]
[ 0.317274] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.317345] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.317360] pci 0000:00:1b.0: BAR 0 [mem 0xf7210000-0xf7213fff 64bit]
[ 0.317423] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.317496] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 PCIe Root Port
[ 0.317519] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.317574] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.317753] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 PCIe Root Port
[ 0.317776] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.317779] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 0.317788] pci 0000:00:1c.1: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.317834] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.318006] pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401 PCIe Root Port
[ 0.318029] pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
[ 0.318033] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
[ 0.318036] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.318086] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.318261] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.318276] pci 0000:00:1d.0: BAR 0 [mem 0xf7217000-0xf72173ff]
[ 0.318349] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.318427] pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100 conventional PCI endpoint
[ 0.318587] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 conventional PCI endpoint
[ 0.318598] pci 0000:00:1f.2: BAR 0 [io 0xf070-0xf077]
[ 0.318604] pci 0000:00:1f.2: BAR 1 [io 0xf060-0xf063]
[ 0.318611] pci 0000:00:1f.2: BAR 2 [io 0xf050-0xf057]
[ 0.318617] pci 0000:00:1f.2: BAR 3 [io 0xf040-0xf043]
[ 0.318623] pci 0000:00:1f.2: BAR 4 [io 0xf020-0xf03f]
[ 0.318629] pci 0000:00:1f.2: BAR 5 [mem 0xf7216000-0xf72167ff]
[ 0.318659] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.318722] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.318737] pci 0000:00:1f.3: BAR 0 [mem 0xf7215000-0xf72150ff 64bit]
[ 0.318754] pci 0000:00:1f.3: BAR 4 [io 0xf000-0xf01f]
[ 0.318846] pci 0000:01:00.0: [10de:1f82] type 00 class 0x030000 PCIe Legacy Endpoint
[ 0.318857] pci 0000:01:00.0: BAR 0 [mem 0xf6000000-0xf6ffffff]
[ 0.318866] pci 0000:01:00.0: BAR 1 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.318875] pci 0000:01:00.0: BAR 3 [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.318881] pci 0000:01:00.0: BAR 5 [io 0xe000-0xe07f]
[ 0.318887] pci 0000:01:00.0: ROM [mem 0xf7000000-0xf707ffff pref]
[ 0.318905] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.318938] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.318989] pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.319084] pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300 PCIe Endpoint
[ 0.319095] pci 0000:01:00.1: BAR 0 [mem 0xf7080000-0xf7083fff]
[ 0.319222] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.319272] acpiphp: Slot [1] registered
[ 0.319277] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.319348] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[ 0.319368] pci 0000:03:00.0: BAR 0 [io 0xd000-0xd0ff]
[ 0.319394] pci 0000:03:00.0: BAR 2 [mem 0xf2104000-0xf2104fff 64bit pref]
[ 0.319411] pci 0000:03:00.0: BAR 4 [mem 0xf2100000-0xf2103fff 64bit pref]
[ 0.319508] pci 0000:03:00.0: supports D1 D2
[ 0.319509] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.319663] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.319735] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 0.319782] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.319791] pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
[ 0.319796] pci 0000:04:00.0: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.319900] pci 0000:04:00.0: supports D1 D2
[ 0.319901] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.332520] pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
[ 0.332529] pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.332530] pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.332531] pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.332533] pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000e7fff window] (subtractive decode)
[ 0.332534] pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xfeafffff window] (subtractive decode)
[ 0.332582] pci_bus 0000:05: extended config space not accessible
[ 0.332609] pci 0000:05:01.0: [1095:0680] type 00 class 0x010400 conventional PCI endpoint
[ 0.332635] pci 0000:05:01.0: BAR 0 [io 0xc040-0xc047]
[ 0.332649] pci 0000:05:01.0: BAR 1 [io 0xc030-0xc033]
[ 0.332663] pci 0000:05:01.0: BAR 2 [io 0xc020-0xc027]
[ 0.332677] pci 0000:05:01.0: BAR 3 [io 0xc010-0xc013]
[ 0.332691] pci 0000:05:01.0: BAR 4 [io 0xc000-0xc00f]
[ 0.332705] pci 0000:05:01.0: BAR 5 [mem 0xf7180000-0xf71800ff]
[ 0.332719] pci 0000:05:01.0: ROM [mem 0xf7100000-0xf717ffff pref]
[ 0.332765] pci 0000:05:01.0: supports D1 D2
[ 0.332858] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.333489] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.333520] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.333548] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[ 0.333576] ACPI: PCI: Interrupt link LNKD configured for IRQ 3
[ 0.333604] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.333605] ACPI: PCI: Interrupt link LNKE disabled
[ 0.333632] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.333633] ACPI: PCI: Interrupt link LNKF disabled
[ 0.333661] ACPI: PCI: Interrupt link LNKG configured for IRQ 4
[ 0.333689] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.334045] iommu: Default domain type: Passthrough (set via kernel command line)
[ 0.334045] pps_core: LinuxPPS API ver. 1 registered
[ 0.334045] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@???>
[ 0.334045] PTP clock support registered
[ 0.334045] EDAC MC: Ver: 3.0.0
[ 0.334045] NetLabel: Initializing
[ 0.334045] NetLabel: domain hash size = 128
[ 0.334045] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.334045] NetLabel: unlabeled traffic allowed by default
[ 0.334045] PCI: Using ACPI for IRQ routing
[ 0.334045] PCI: pci_cache_line_size set to 64 bytes
[ 0.334045] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.334045] e820: reserve RAM buffer [mem 0xcb20a000-0xcbffffff]
[ 0.334045] e820: reserve RAM buffer [mem 0xcb64f000-0xcbffffff]
[ 0.334045] e820: reserve RAM buffer [mem 0xddda7000-0xdfffffff]
[ 0.334045] e820: reserve RAM buffer [mem 0xdde91000-0xdfffffff]
[ 0.334045] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
[ 0.334045] e820: reserve RAM buffer [mem 0x81f000000-0x81fffffff]
[ 0.336532] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.336532] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.336532] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.336532] vgaarb: loaded
[ 0.336557] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.336562] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.337532] clocksource: Switched to clocksource tsc-early
[ 0.338413] VFS: Disk quotas dquot_6.6.0
[ 0.338442] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.338585] AppArmor: AppArmor Filesystem Enabled
[ 0.338596] pnp: PnP ACPI init
[ 0.338652] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.338783] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.338785] system 00:01: [io 0xffff] has been reserved
[ 0.338787] system 00:01: [io 0xffff] has been reserved
[ 0.338788] system 00:01: [io 0xffff] has been reserved
[ 0.338789] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.338791] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.338792] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.338793] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.338794] system 00:01: [io 0x1800-0x18fe] has been reserved
[ 0.338795] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.338855] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.338932] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.338934] system 00:04: [io 0x0a10-0x0a1f] has been reserved
[ 0.339152] pnp 00:06: [dma 0 disabled]
[ 0.339260] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.339518] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.339521] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.339522] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.339524] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.339525] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.339527] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.339528] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.339530] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.339531] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[ 0.339533] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.339534] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.339536] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.339671] pnp: PnP ACPI: found 9 devices
[ 0.344364] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.344525] NET: Registered PF_INET protocol family
[ 0.344662] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.356762] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.356792] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.356910] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.357172] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.357391] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.357546] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.357640] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.357707] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.357806] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.357812] NET: Registered PF_XDP protocol family
[ 0.357819] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.357823] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.357825] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.357833] pci 0000:00:1c.0: bridge window [mem 0xf2200000-0xf23fffff]: assigned
[ 0.357836] pci 0000:00:1c.0: bridge window [mem 0xf2400000-0xf25fffff 64bit pref]: assigned
[ 0.357839] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]: assigned
[ 0.357842] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.357844] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.357847] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.357849] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.357852] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.357854] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.357857] pci 0000:00:1c.0: bridge window [mem 0xf2200000-0xf23fffff]
[ 0.357861] pci 0000:00:1c.0: bridge window [mem 0xf2400000-0xf25fffff 64bit pref]
[ 0.357865] pci 0000:00:1c.1: PCI bridge to [bus 03]
[ 0.357868] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
[ 0.357873] pci 0000:00:1c.1: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.357878] pci 0000:04:00.0: PCI bridge to [bus 05]
[ 0.357881] pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
[ 0.357887] pci 0000:04:00.0: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.357899] pci 0000:00:1c.3: PCI bridge to [bus 04-05]
[ 0.357901] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
[ 0.357905] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
[ 0.357911] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.357913] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.357914] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.357915] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000e7fff window]
[ 0.357916] pci_bus 0000:00: resource 8 [mem 0xe0000000-0xfeafffff window]
[ 0.357918] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.357919] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.357920] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.357921] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.357922] pci_bus 0000:02: resource 1 [mem 0xf2200000-0xf23fffff]
[ 0.357923] pci_bus 0000:02: resource 2 [mem 0xf2400000-0xf25fffff 64bit pref]
[ 0.357925] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.357926] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[ 0.357927] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.357928] pci_bus 0000:04: resource 1 [mem 0xf7100000-0xf71fffff]
[ 0.357929] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7 window]
[ 0.357930] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff window]
[ 0.357931] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.357932] pci_bus 0000:04: resource 7 [mem 0x000d4000-0x000e7fff window]
[ 0.357934] pci_bus 0000:04: resource 8 [mem 0xe0000000-0xfeafffff window]
[ 0.357935] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 0.357936] pci_bus 0000:05: resource 1 [mem 0xf7100000-0xf71fffff]
[ 0.358363] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[ 0.358388] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.358401] pci 0000:04:00.0: Disabling ASPM L0s/L1
[ 0.358402] pci 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.358409] pci 0000:05:01.0: CLS mismatch (64 != 4), using 64 bytes
[ 0.358459] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.358461] software IO TLB: mapped [mem 0x00000000d9da7000-0x00000000ddda7000] (64MB)
[ 0.358501] Trying to unpack rootfs image as initramfs...
[ 0.358820] Initialise system trusted keyrings
[ 0.358830] Key type blacklist registered
[ 0.358864] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.358871] zbud: loaded
[ 0.359160] fuse: init (API version 7.40)
[ 0.359342] integrity: Platform Keyring initialized
[ 0.359346] integrity: Machine keyring initialized
[ 0.359347] Key type asymmetric registered
[ 0.359348] Asymmetric key parser 'x509' registered
[ 0.501423] Freeing initrd memory: 11864K
[ 0.505325] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.505354] io scheduler mq-deadline registered
[ 0.506601] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.507175] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.507177] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.507308] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.507310] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.507421] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.507961] Linux agpgart interface v0.103
[ 0.508259] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 0.508261] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 0.508891] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.508967] mousedev: PS/2 mouse device common for all mice
[ 0.508992] rtc_cmos 00:02: RTC can wake from S4
[ 0.509196] rtc_cmos 00:02: registered as rtc0
[ 0.509226] rtc_cmos 00:02: setting system clock to 2025-01-05T12:09:43 UTC (1736078983)
[ 0.509247] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.509351] intel_pstate: Intel P-state driver initializing
[ 0.509535] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.510050] NET: Registered PF_INET6 protocol family
[ 0.513544] Segment Routing with IPv6
[ 0.513556] In-situ OAM (IOAM) with IPv6
[ 0.513573] mip6: Mobile IPv6
[ 0.513576] NET: Registered PF_PACKET protocol family
[ 0.513617] mpls_gso: MPLS GSO support
[ 0.513867] microcode: Current revision: 0x00000017
[ 0.513933] IPI shorthand broadcast: enabled
[ 0.514927] sched_clock: Marking stable (509641893, 4277613)->(522992530, -9073024)
[ 0.515053] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.515116] registered taskstats version 1
[ 0.515178] Loading compiled-in X.509 certificates
[ 0.530996] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.531723] Loaded X.509 cert 'Build time autogenerated kernel key: 8e9140d10b14ab30a95ccb5e5aa3dcff38fbeacd'
[ 0.533380] Key type .fscrypt registered
[ 0.533382] Key type fscrypt-provisioning registered
[ 0.539413] cryptd: max_cpu_qlen set to 1000
[ 0.546162] AVX2 version of gcm_enc/dec engaged.
[ 0.546188] AES CTR mode by8 optimization enabled
[ 0.571235] Key type encrypted registered
[ 0.571239] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.571247] ima: No TPM chip found, activating TPM-bypass!
[ 0.571248] ima: Allocated hash algorithm: sha256
[ 0.571257] ima: No architecture policies found
[ 0.571270] evm: Initialising EVM extended attributes:
[ 0.571271] evm: security.selinux
[ 0.571272] evm: security.SMACK64 (disabled)
[ 0.571273] evm: security.SMACK64EXEC (disabled)
[ 0.571274] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.571274] evm: security.SMACK64MMAP (disabled)
[ 0.571275] evm: security.apparmor
[ 0.571276] evm: security.ima
[ 0.571276] evm: security.capability
[ 0.571277] evm: HMAC attrs: 0x1
[ 0.681754] RAS: Correctable Errors collector initialized.
[ 0.691182] clk: Disabling unused clocks
[ 0.691185] PM: genpd: Disabling unused power domains
[ 0.692059] Freeing unused decrypted memory: 2028K
[ 0.692482] Freeing unused kernel image (initmem) memory: 4076K
[ 0.692520] Write protecting the kernel read-only data: 28672k
[ 0.692927] Freeing unused kernel image (rodata/data gap) memory: 1396K
[ 0.733365] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.733367] x86/mm: Checking user space page tables
[ 0.772253] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.772257] Run /init as init process
[ 0.772258] with arguments:
[ 0.772259] /init
[ 0.772260] with environment:
[ 0.772261] HOME=/
[ 0.772261] TERM=linux
[ 0.772262] BOOT_IMAGE=/boot/vmlinuz-6.9.10+bpo-amd64
[ 0.826449] udevd[167]: starting version 3.2.12
[ 1.364286] tsc: Refined TSC clocksource calibration: 3199.996 MHz
[ 1.364291] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e20460fd56, max_idle_ns: 440795299145 ns
[ 1.364314] clocksource: Switched to clocksource tsc
[ 2.216299] random: crng init done
[ 2.217014] udevd[168]: starting eudev-3.2.12
[ 2.232842] udevd[186]: Error running install command 'modprobe -i nvidia-current ' for module nvidia: retcode 1
[ 2.245238] SCSI subsystem initialized
[ 2.251817] ACPI: bus type USB registered
[ 2.251842] usbcore: registered new interface driver usbfs
[ 2.252692] usbcore: registered new interface driver hub
[ 2.252705] usbcore: registered new device driver usb
[ 2.263693] libata version 3.00 loaded.
[ 2.267300] pata_sil680 0000:05:01.0: version 0.4.9
[ 2.267427] pata_sil680 0000:05:01.0: sil680: 133MHz clock.
[ 2.267679] scsi host0: pata_sil680
[ 2.267783] scsi host1: pata_sil680
[ 2.267810] ata1: PATA max UDMA/133 cmd 0xc040 ctl 0xc030 bmdma 0xc000 irq 16 lpm-pol 0
[ 2.267812] ata2: PATA max UDMA/133 cmd 0xc020 ctl 0xc010 bmdma 0xc008 irq 16 lpm-pol 0
[ 2.268147] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.268153] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.269199] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 2.269379] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.269382] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.269384] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 2.269416] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 2.269418] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.269420] usb usb1: Product: xHCI Host Controller
[ 2.269421] usb usb1: Manufacturer: Linux 6.9.10+bpo-amd64 xhci-hcd
[ 2.269422] usb usb1: SerialNumber: 0000:00:14.0
[ 2.269543] hub 1-0:1.0: USB hub found
[ 2.269560] hub 1-0:1.0: 14 ports detected
[ 2.271651] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
[ 2.271654] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.271655] usb usb2: Product: xHCI Host Controller
[ 2.271657] usb usb2: Manufacturer: Linux 6.9.10+bpo-amd64 xhci-hcd
[ 2.271658] usb usb2: SerialNumber: 0000:00:14.0
[ 2.271732] hub 2-0:1.0: USB hub found
[ 2.271744] hub 2-0:1.0: 6 ports detected
[ 2.469335] ata1.00: ATA-7: MAXTOR STM3160215A, 3.AAD, max UDMA/100
[ 2.469339] ata1.00: 312581808 sectors, multi 16: LBA48
[ 2.524313] usb 1-6: new low-speed USB device number 2 using xhci_hcd
[ 2.544289] scsi 0:0:0:0: Direct-Access ATA MAXTOR STM316021 D PQ: 0 ANSI: 5
[ 2.675895] usb 1-6: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 2.675909] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.675910] usb 1-6: Product: USB Optical Mouse
[ 2.675912] usb 1-6: Manufacturer: Logitech
[ 2.730828] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[ 2.730845] sd 0:0:0:0: [sda] Write Protect is off
[ 2.730848] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.730862] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.730886] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 2.750314] sda: sda1 sda2
[ 2.750472] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.804319] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[ 2.932408] usb 1-7: device descriptor read/64, error -71
[ 3.168430] usb 1-7: device descriptor read/64, error -71
[ 3.404317] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[ 3.532399] usb 1-7: device descriptor read/64, error -71
[ 3.768397] usb 1-7: device descriptor read/64, error -71
[ 3.876402] usb usb1-port7: attempt power cycle
[ 4.288318] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[ 4.288472] usb 1-7: Device not responding to setup address.
[ 4.496473] usb 1-7: Device not responding to setup address.
[ 4.704314] usb 1-7: device not accepting address 5, error -71
[ 4.704466] usb 1-7: WARN: invalid context state for evaluate context command.
[ 4.832315] usb 1-7: new full-speed USB device number 6 using xhci_hcd
[ 4.832472] usb 1-7: Device not responding to setup address.
[ 5.040473] usb 1-7: Device not responding to setup address.
[ 5.248315] usb 1-7: device not accepting address 6, error -71
[ 5.248467] usb 1-7: WARN: invalid context state for evaluate context command.
[ 5.248559] usb usb1-port7: unable to enumerate USB device
[ 5.376315] usb 1-8: new high-speed USB device number 7 using xhci_hcd
[ 6.094303] usb 1-8: New USB device found, idVendor=046d, idProduct=0892, bcdDevice= 0.19
[ 6.094317] usb 1-8: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[ 6.094319] usb 1-8: Product: HD Pro Webcam C920
[ 6.094320] usb 1-8: SerialNumber: A2BFA3DF
[ 6.220316] usb 1-11: new full-speed USB device number 8 using xhci_hcd
[ 6.370165] usb 1-11: New USB device found, idVendor=05e0, idProduct=1200, bcdDevice= 0.03
[ 6.370169] usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6.370170] usb 1-11: Product: Symbol Bar Code Scanner::EA
[ 6.370172] usb 1-11: Manufacturer: Symbol Technologies, Inc, 2008
[ 6.370173] usb 1-11: SerialNumber: S/N:B8BC5A23C069EA479E223DC43B13F757:3
[ 6.377298] hid: raw HID events driver (C) Jiri Kosina
[ 6.381995] usbcore: registered new interface driver usbhid
[ 6.381997] usbhid: USB HID core driver
[ 6.383292] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:046D:C077.0001/input/input1
[ 6.383373] hid-generic 0003:046D:C077.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:14.0-6/input0
[ 6.383488] input: Symbol Technologies, Inc, 2008 Symbol Bar Code Scanner::EA as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:05E0:1200.0002/input/input2
[ 6.440529] hid-generic 0003:05E0:1200.0002: input,hidraw1: USB HID v1.10 Keyboard [Symbol Technologies, Inc, 2008 Symbol Bar Code Scanner::EA] on usb-0000:00:14.0-11/input0
[ 6.550900] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 6.550927] device-mapper: uevent: version 1.0.3
[ 6.551010] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@???
[ 6.644294] raid6: avx2x4 gen() 31267 MB/s
[ 6.712294] raid6: avx2x2 gen() 31063 MB/s
[ 6.780294] raid6: avx2x1 gen() 24333 MB/s
[ 6.780295] raid6: using algorithm avx2x4 gen() 31267 MB/s
[ 6.848293] raid6: .... xor() 11403 MB/s, rmw enabled
[ 6.848294] raid6: using avx2x2 recovery algorithm
[ 6.849174] async_tx: api initialized (async)
[ 6.850165] xor: automatically using best checksumming function avx
[ 7.341712] EXT4-fs (sda2): mounted filesystem c52c3cb3-8ef5-4373-8534-c51fa4f4fbe3 ro with ordered data mode. Quota mode: none.
[ 9.818563] udevd[483]: starting version 3.2.12
[ 11.194855] udevd[484]: starting eudev-3.2.12
[ 11.469640] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[ 11.484313] ACPI: button: Power Button [PWRB]
[ 11.484351] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[ 11.484435] ACPI: button: Power Button [PWRF]
[ 11.821862] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20230628/utaddress-204)
[ 11.821869] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 11.821872] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 11.821874] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 11.821875] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
[ 11.821878] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 11.821880] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 11.821880] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20230628/utaddress-204)
[ 11.821883] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20230628/utaddress-204)
[ 11.821885] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 11.821885] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 12.396178] parport_pc 00:06: reported by Plug and Play ACPI
[ 12.396234] parport0: PC-style at 0x378 (0x778), irq 5 [PCSPP,TRISTATE,EPP]
[ 12.403166] parport0: Legacy device
[ 12.859557] ahci 0000:00:1f.2: version 3.0
[ 12.859711] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
[ 12.859714] ahci 0000:00:1f.2: 2/6 ports implemented (port mask 0x30)
[ 12.859716] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
[ 12.868827] scsi host2: ahci
[ 12.868983] scsi host3: ahci
[ 12.869095] scsi host4: ahci
[ 12.869177] scsi host5: ahci
[ 12.869274] scsi host6: ahci
[ 12.869375] scsi host7: ahci
[ 12.869411] ata3: DUMMY
[ 12.869412] ata4: DUMMY
[ 12.869413] ata5: DUMMY
[ 12.869413] ata6: DUMMY
[ 12.869415] ata7: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216300 irq 35 lpm-pol 3
[ 12.869418] ata8: SATA max UDMA/133 abar m2048@0xf7216000 port 0xf7216380 irq 35 lpm-pol 3
[ 12.886325] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 12.886331] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 12.886341] ehci-pci 0000:00:1a.0: debug port 2
[ 12.890261] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7218000
[ 12.904295] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 12.904332] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 12.904334] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.904336] usb usb3: Product: EHCI Host Controller
[ 12.904337] usb usb3: Manufacturer: Linux 6.9.10+bpo-amd64 ehci_hcd
[ 12.904338] usb usb3: SerialNumber: 0000:00:1a.0
[ 12.904473] hub 3-0:1.0: USB hub found
[ 12.904479] hub 3-0:1.0: 2 ports detected
[ 12.904610] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 12.904615] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 12.904635] ehci-pci 0000:00:1d.0: debug port 2
[ 12.908551] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7217000
[ 12.924306] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 12.924356] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
[ 12.924359] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 12.924361] usb usb4: Product: EHCI Host Controller
[ 12.924362] usb usb4: Manufacturer: Linux 6.9.10+bpo-amd64 ehci_hcd
[ 12.924363] usb usb4: SerialNumber: 0000:00:1d.0
[ 12.924484] hub 4-0:1.0: USB hub found
[ 12.924490] hub 4-0:1.0: 2 ports detected
[ 13.019838] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 13.164308] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 13.180316] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 13.182894] ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 13.182909] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 13.183328] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
[ 13.183403] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 13.183509] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
[ 13.183586] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT4._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 13.200243] ata8.00: ATA-8: WDC WD5000HHTZ-04N21V0, 04.06A00, max UDMA/133
[ 13.200553] ata8.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 13.201048] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
[ 13.201127] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT5._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 13.201404] ata8.00: configured for UDMA/133
[ 13.204151] ata7.00: ATA-8: WDC WD5000HHTZ-04N21V0, 04.06A00, max UDMA/133
[ 13.204409] ata7.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 13.204888] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20230628/psargs-330)
[ 13.204966] ACPI Error: Aborting method \_SB.PCI0.SAT0.SPT4._GTF due to previous error (AE_NOT_FOUND) (20230628/psparse-529)
[ 13.205204] ata7.00: configured for UDMA/133
[ 13.205361] scsi 6:0:0:0: Direct-Access ATA WDC WD5000HHTZ-0 6A00 PQ: 0 ANSI: 5
[ 13.205669] sd 6:0:0:0: Attached scsi generic sg1 type 0
[ 13.205694] sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 13.205696] sd 6:0:0:0: [sdb] 4096-byte physical blocks
[ 13.205704] sd 6:0:0:0: [sdb] Write Protect is off
[ 13.205706] sd 6:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 13.205715] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.205747] scsi 7:0:0:0: Direct-Access ATA WDC WD5000HHTZ-0 6A00 PQ: 0 ANSI: 5
[ 13.205748] sd 6:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
[ 13.205984] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 13.205988] sd 7:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 13.205990] sd 7:0:0:0: [sdc] 4096-byte physical blocks
[ 13.205995] sd 7:0:0:0: [sdc] Write Protect is off
[ 13.205996] sd 7:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 13.206010] sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 13.206035] sd 7:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[ 13.212960] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 13.214920] sd 7:0:0:0: [sdc] Attached SCSI disk
[ 13.324717] usb 3-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[ 13.324732] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 13.326672] hub 3-1:1.0: USB hub found
[ 13.330159] hub 3-1:1.0: 6 ports detected
[ 13.340711] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[ 13.340715] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 13.340995] hub 4-1:1.0: USB hub found
[ 13.341059] hub 4-1:1.0: 8 ports detected
[ 13.475018] ACPI: bus type drm_connector registered
[ 13.488295] input: PC Speaker as /devices/platform/pcspkr/input/input5
[ 13.637938] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 13.637961] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 13.638532] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 13.638815] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 13.639102] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 13.639386] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 13.665545] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 13.665548] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 13.665549] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 13.665550] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 13.933384] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 13.937087] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl, 44:8a:5b:84:71:1d, XID 2c9, IRQ 36
[ 13.937091] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[ 15.349418] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 15.544294] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
[ 15.544341] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
[ 15.544382] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
[ 16.136711] ppdev: user-space parallel port driver
[ 16.323555] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[ 16.323560] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 16.323562] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 16.323564] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 16.323565] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 16.323566] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 16.323567] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 16.323568] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 16.337802] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 16.337838] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 16.337871] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 16.337901] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[ 16.337934] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 16.337968] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 16.337997] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 16.338027] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[ 16.789161] iTCO_vendor_support: vendor-support=0
[ 16.957786] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[ 16.957886] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 17.306212] at24 0-0050: supply vcc not found, using dummy regulator
[ 17.307862] at24 0-0050: 256 byte spd EEPROM, read-only
[ 17.307880] at24 0-0051: supply vcc not found, using dummy regulator
[ 17.309557] at24 0-0051: 256 byte spd EEPROM, read-only
[ 17.309584] at24 0-0052: supply vcc not found, using dummy regulator
[ 17.311179] at24 0-0052: 256 byte spd EEPROM, read-only
[ 17.311190] at24 0-0053: supply vcc not found, using dummy regulator
[ 17.312832] at24 0-0053: 256 byte spd EEPROM, read-only
[ 17.484865] mc: Linux media interface: v0.10
[ 17.865491] videodev: Linux video capture interface: v2.00
[ 18.428670] gspca_main: v2.14.0 registered
[ 18.728337] usb 1-7: new high-speed USB device number 9 using xhci_hcd
[ 18.732436] gspca_main: vc032x-2.14.0 probing 046d:0892
[ 18.732752] gspca_vc032x: reg_r err -32
[ 18.732820] vc032x 1-8:1.0: probe with driver vc032x failed with error -32
[ 18.732916] usbcore: registered new interface driver vc032x
[ 18.880534] usb 1-7: New USB device found, idVendor=058f, idProduct=6254, bcdDevice= 1.00
[ 18.880539] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 18.881472] hub 1-7:1.0: USB hub found
[ 18.881528] hub 1-7:1.0: 4 ports detected
[ 19.013234] usb 1-8: Found UVC 1.00 device HD Pro Webcam C920 (046d:0892)
[ 19.014825] usbcore: registered new interface driver uvcvideo
[ 19.168111] block device autoloading is deprecated and will be removed.
[ 19.168287] usb 1-7.2: new high-speed USB device number 10 using xhci_hcd
[ 19.234811] md/raid1:md127: active with 2 out of 2 mirrors
[ 19.268637] usb 1-7.2: New USB device found, idVendor=058f, idProduct=6254, bcdDevice= 1.00
[ 19.268642] usb 1-7.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 19.269609] hub 1-7.2:1.0: USB hub found
[ 19.269683] hub 1-7.2:1.0: 4 ports detected
[ 19.271871] md127: detected capacity change from 0 to 976508928
[ 19.368313] usb 1-7.3: new high-speed USB device number 11 using xhci_hcd
[ 19.430721] intel_rapl_common: Found RAPL domain package
[ 19.430725] intel_rapl_common: Found RAPL domain core
[ 19.430726] intel_rapl_common: Found RAPL domain dram
[ 19.470581] usb 1-7.3: New USB device found, idVendor=0951, idProduct=1625, bcdDevice= 2.00
[ 19.470585] usb 1-7.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 19.470587] usb 1-7.3: Product: DT 101 II
[ 19.470588] usb 1-7.3: Manufacturer: Kingston
[ 19.470589] usb 1-7.3: SerialNumber: 0019E06B0845A9203760092E
[ 19.568319] usb 1-7.4: new high-speed USB device number 12 using xhci_hcd
[ 19.690390] usb 1-7.4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
[ 19.690395] usb 1-7.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 19.690396] usb 1-7.4: Product: SAMSUNG_Android
[ 19.690397] usb 1-7.4: Manufacturer: SAMSUNG
[ 19.690398] usb 1-7.4: SerialNumber: 6db12fc7
[ 19.772797] usbcore: registered new interface driver snd-usb-audio
[ 20.410376] usb-storage 1-7.3:1.0: USB Mass Storage device detected
[ 20.410658] scsi host8: usb-storage 1-7.3:1.0
[ 20.410736] usbcore: registered new interface driver usb-storage
[ 20.627940] usbcore: registered new interface driver uas
[ 21.424852] scsi 8:0:0:0: Direct-Access Kingston DT 101 II 1.00 PQ: 0 ANSI: 2
[ 21.425046] sd 8:0:0:0: Attached scsi generic sg3 type 0
[ 21.651945] sd 8:0:0:0: [sdd] 7847936 512-byte logical blocks: (4.02 GB/3.74 GiB)
[ 21.652167] sd 8:0:0:0: [sdd] Write Protect is off
[ 21.652169] sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
[ 21.652397] sd 8:0:0:0: [sdd] No Caching mode page found
[ 21.652399] sd 8:0:0:0: [sdd] Assuming drive cache: write through
[ 21.654990] sdd: sdd1 sdd2 sdd3
[ 21.655102] sd 8:0:0:0: [sdd] Attached SCSI removable disk
[ 27.772462] usb 1-8: reset high-speed USB device number 7 using xhci_hcd
[ 28.031687] nvidia: loading out-of-tree module taints kernel.
[ 28.031698] nvidia: module license 'NVIDIA' taints kernel.
[ 28.031699] Disabling lock debugging due to kernel taint
[ 28.031702] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 28.031703] nvidia: module license taints kernel.
[ 28.419100] nvidia-nvlink: Nvlink Core is being initialized, major device number 241
[ 28.420058] nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
[ 28.461833] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.183.01 Sun May 12 19:39:15 UTC 2024
[ 29.030814] EXT4-fs (sda2): re-mounted c52c3cb3-8ef5-4373-8534-c51fa4f4fbe3 r/w. Quota mode: none.
[ 31.516688] loop: module loaded
[ 31.551633] lp0: using parport0 (interrupt-driven).
[ 33.751643] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.183.01 Sun May 12 19:31:08 UTC 2024
[ 34.467143] audit: type=1400 audit(1736079017.155:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=1510 comm="apparmor_parser"
[ 34.467148] audit: type=1400 audit(1736079017.155:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=1510 comm="apparmor_parser"
[ 34.500626] audit: type=1400 audit(1736079017.191:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=1509 comm="apparmor_parser"
[ 34.984069] audit: type=1400 audit(1736079017.671:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="php-fpm" pid=1536 comm="apparmor_parser"
[ 34.984268] audit: type=1400 audit(1736079017.671:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ping" pid=1507 comm="apparmor_parser"
[ 35.043054] audit: type=1400 audit(1736079017.731:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-bgqd" pid=1537 comm="apparmor_parser"
[ 35.186272] audit: type=1400 audit(1736079017.875:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-rpcd" pid=1539 comm="apparmor_parser"
[ 35.217868] audit: type=1400 audit(1736079017.907:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-dcerpcd" pid=1538 comm="apparmor_parser"
[ 35.274501] audit: type=1400 audit(1736079017.963:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-rpcd-classic" pid=1540 comm="apparmor_parser"
[ 35.394048] audit: type=1400 audit(1736079018.083:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-rpcd-spoolss" pid=1541 comm="apparmor_parser"
[ 35.773771] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 35.773774] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[ 37.975367] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[ 38.026454] nvidia-uvm: Loaded the UVM driver, major device number 239.
[ 38.294750] RPC: Registered named UNIX socket transport module.
[ 38.294752] RPC: Registered udp transport module.
[ 38.294753] RPC: Registered tcp transport module.
[ 38.294753] RPC: Registered tcp-with-tls transport module.
[ 38.294754] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 38.347674] netfs: FS-Cache loaded
[ 47.546616] kauditd_printk_skb: 54 callbacks suppressed
[ 47.546619] audit: type=1400 audit(1736079030.235:66): apparmor="ALLOWED" operation="open" class="file" profile="php-fpm" name="/sys/devices/system/node/" pid=1750 comm="php-fpm8.2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 47.546623] audit: type=1400 audit(1736079030.235:67): apparmor="ALLOWED" operation="open" class="file" profile="php-fpm" name="/sys/devices/system/node/node0/meminfo" pid=1750 comm="php-fpm8.2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 49.341956] audit: type=1400 audit(1736079032.031:68): apparmor="ALLOWED" operation="open" class="file" profile="php-fpm" name="/etc/ImageMagick-6/policy.xml" pid=1750 comm="php-fpm8.2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 49.431807] audit: type=1400 audit(1736079032.123:69): apparmor="ALLOWED" operation="open" class="file" profile="php-fpm" name="/etc/ImageMagick-6/log.xml" pid=1750 comm="php-fpm8.2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 49.537721] audit: type=1400 audit(1736079032.227:70): apparmor="ALLOWED" operation="open" class="file" profile="php-fpm" name="/proc/1750/mountinfo" pid=1750 comm="php-fpm8.2" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
[ 87.338930] resource: resource sanity check: requesting [mem 0x00000000000e0000-0x00000000000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d4000-0x000e7fff window]
[ 87.338937] caller _nv040015rm+0x35/0x70 [nvidia] mapping multiple BARs
[ 135.850358] EXT4-fs (sdd3): mounted filesystem a14429b2-340a-45f9-a060-b6953c3d5b71 r/w with ordered data mode. Quota mode: none.
[ 144.528693] EXT4-fs (dm-1): mounted filesystem ab2c7865-ced6-4571-b8bb-cf00478b285d r/w with ordered data mode. Quota mode: none.
[ 144.539758] EXT4-fs (sdd3): unmounting filesystem a14429b2-340a-45f9-a060-b6953c3d5b71.
[ 151.518727] RTL8211E Gigabit Ethernet r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[ 151.766694] r8169 0000:03:00.0 eth0: Link is Down
[ 154.008843] r8169 0000:03:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 168.007346] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 201.417952] process '/quix0r/dnetc/dnetc' started with executable stack
2025-01-05T13:05:01.511244+01:00 daedalus CRON[15880]: (quix0r) CMD (/usr/bin/find /dev/shm/ -maxdepth 1 -type f -readable -writable -regextype egrep -regex "/dev/shm/u"${UID}"-Shm_[0-9a-f]{8}" -exec /usr/bin/fallocate --dig-holes '{}' \;)
2025-01-05T13:06:01.481046+01:00 daedalus assert_20250105130601_110.dmp[16061]: Uploading dump (out-of-process)#012/tmp/dumps/assert_20250105130601_110.dmp
2025-01-05T13:06:03.864377+01:00 daedalus assert_20250105130601_110.dmp[16061]: Finished uploading minidump (out-of-process): success = yes
2025-01-05T13:06:03.864387+01:00 daedalus assert_20250105130601_110.dmp[16061]: response: CrashID=bp-fed07cf3-54e5-4b1b-a32d-cbf5d2250105
2025-01-05T13:06:03.864392+01:00 daedalus assert_20250105130601_110.dmp[16061]: file ''/tmp/dumps/assert_20250105130601_110.dmp'', upload yes: ''CrashID=bp-fed07cf3-54e5-4b1b-a32d-cbf5d2250105''
2025-01-05T13:06:08.946641+01:00 daedalus kernel: [208324.085760] watchdog: BUG: soft lockup - CPU#3 stuck for 26s! [cividle:30821]
2025-01-05T13:06:08.946651+01:00 daedalus kernel: [208324.085766] Modules linked in: bonding tls uas usb_storage autofs4 binfmt_misc sha3_generic jitterentropy_rng nvidia_uvm(POE) nfsd auth_rpcgss nfs_acl nfs lockd grace netfs sunrpc ohci_pci ohci_hcd nvidia_drm(POE) drm_kms_helper nvidia_modeset(POE) nf_conntrack_sip nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 lp loop essiv authenc crypto_null dm_crypt nvidia(POE) snd_usb_audio snd_usbmidi_lib intel_rapl_msr uvcvideo snd_rawmidi snd_seq_device uvc gspca_vc032x gspca_main intel_rapl_common videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 x86_pkg_temp_thermal at24 intel_powerclamp videodev videobuf2_common mc coretemp mei_pxp kvm_intel iTCO_wdt snd_hda_codec_realtek kvm intel_pmc_bxt snd_hda_codec_generic snd_hda_codec_hdmi iTCO_vendor_support watchdog mei_hdcp ppdev snd_hda_scodec_component snd_hda_intel crc32_pclmul ghash_clmulni_intel snd_intel_dspcfg sha512_ssse3 snd_intel_sdw_acpi snd_hda_codec mxm_wmi sha512_generic sha256_ssse3 snd_hda_core sha1_ssse3 snd_hwdep snd_pcm_oss r8169 rapl intel_cstate snd_mixer_oss
2025-01-05T13:06:08.946668+01:00 daedalus kernel: [208324.085812] snd_pcm intel_uncore realtek snd_timer i2c_i801 drm snd pcspkr soundcore i2c_smbus mei_me ehci_pci mdio_devres ahci ehci_hcd libphy parport_pc libahci sg lpc_ich mei parport video wmi button efivarfs raid10 raid456 libcrc32c async_raid6_recov async_memcpy async_pq async_xor xor async_tx raid6_pq raid1 raid0 md_mod dm_mirror dm_region_hash dm_log dm_mod ext4 crc16 mbcache jbd2 crc32c_generic hid_generic usbhid hid sd_mod t10_pi crc64_rocksoft crc64 crc_t10dif crct10dif_generic xhci_pci pata_sil680 xhci_hcd libata crct10dif_pclmul crct10dif_common usbcore scsi_mod evdev crc32c_intel serio_raw scsi_common usb_common fan aesni_intel crypto_simd cryptd
2025-01-05T13:06:08.946677+01:00 daedalus kernel: [208324.085849] CPU: 3 PID: 30821 Comm: cividle Tainted: P OE 6.9.10+bpo-amd64 #1 Debian 6.9.10-1~bpo12+1
2025-01-05T13:06:08.946678+01:00 daedalus kernel: [208324.085852] Hardware name: MSI MS-7816/Z87-G43 (MS-7816), BIOS V1.6 11/27/2013
2025-01-05T13:06:08.946678+01:00 daedalus kernel: [208324.085853] RIP: 0010:_nv039899rm+0x3b/0x80 [nvidia]
2025-01-05T13:06:08.946679+01:00 daedalus kernel: [208324.086198] Code: d3 89 de 48 8d 55 0f c6 45 0f 00 e8 ff 1e 5f ff 80 7d 0f 00 41 89 c4 75 11 41 39 5d 10 76 20 49 8b 45 00 c1 eb 02 44 8b 24 98 <5b> 44 89 e0 41 5c 41 5d 48 83 c5 10 c3 0f 1f 84 00 00 00 00 00 be
2025-01-05T13:06:08.946679+01:00 daedalus kernel: [208324.086200] RSP: 0018:ffff9c7ac8657690 EFLAGS: 00000202
2025-01-05T13:06:08.946680+01:00 daedalus kernel: [208324.086203] RAX: ffff9c7ac2000000 RBX: 00000000002e0c2c RCX: 0000000000b830b0
2025-01-05T13:06:08.946680+01:00 daedalus kernel: [208324.086204] RDX: ffff8e853ddca82f RSI: 0000000000b830b0 RDI: ffff8e8252818008
2025-01-05T13:06:08.946681+01:00 daedalus kernel: [208324.086205] RBP: ffff8e853ddca820 R08: 0000000000000020 R09: 0000000000000000
2025-01-05T13:06:08.946681+01:00 daedalus kernel: [208324.086206] R10: 0000000000b830b0 R11: 0000000000000000 R12: 00000000800000c1
2025-01-05T13:06:08.946682+01:00 daedalus kernel: [208324.086207] R13: ffff8e8252818c00 R14: 0000000000000000 R15: 0000000000000000
2025-01-05T13:06:08.946682+01:00 daedalus kernel: [208324.086208] FS: 00007440f2e9d280(0000) GS:ffff8e88fed80000(0000) knlGS:0000000000000000
2025-01-05T13:06:08.946683+01:00 daedalus kernel: [208324.086209] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
2025-01-05T13:06:08.946683+01:00 daedalus kernel: [208324.086211] CR2: 00000b8408a04000 CR3: 00000001449d0006 CR4: 00000000001706f0
2025-01-05T13:06:08.946684+01:00 daedalus kernel: [208324.086212] Call Trace:
2025-01-05T13:06:08.946684+01:00 daedalus kernel: [208324.086216] <IRQ>
2025-01-05T13:06:08.946684+01:00 daedalus kernel: [208324.086217] ? watchdog_timer_fn+0x1dd/0x260
2025-01-05T13:06:08.946685+01:00 daedalus kernel: [208324.086221] ? __pfx_watchdog_timer_fn+0x10/0x10
2025-01-05T13:06:08.946685+01:00 daedalus kernel: [208324.086224] ? __hrtimer_run_queues+0x112/0x2a0
2025-01-05T13:06:08.946686+01:00 daedalus kernel: [208324.086227] ? hrtimer_interrupt+0xfa/0x230
2025-01-05T13:06:08.946686+01:00 daedalus kernel: [208324.086230] ? __sysvec_apic_timer_interrupt+0x58/0x150
2025-01-05T13:06:08.946686+01:00 daedalus kernel: [208324.086233] ? sysvec_apic_timer_interrupt+0x6c/0x90
2025-01-05T13:06:08.946688+01:00 daedalus kernel: [208324.086237] </IRQ>
2025-01-05T13:06:08.946688+01:00 daedalus kernel: [208324.086238] <TASK>
2025-01-05T13:06:08.946688+01:00 daedalus kernel: [208324.086238] ? asm_sysvec_apic_timer_interrupt+0x1a/0x20
2025-01-05T13:06:08.946689+01:00 daedalus kernel: [208324.086242] ? _nv039899rm+0x3b/0x80 [nvidia]
2025-01-05T13:06:08.946689+01:00 daedalus kernel: [208324.086564] _nv013184rm+0x10f/0x170 [nvidia]
2025-01-05T13:06:08.946689+01:00 daedalus kernel: [208324.087018] _nv033154rm+0xd7/0x120 [nvidia]
2025-01-05T13:06:08.946690+01:00 daedalus kernel: [208324.087455] _nv033270rm+0x1f2/0x370 [nvidia]
2025-01-05T13:06:08.946690+01:00 daedalus kernel: [208324.087884] _nv028497rm+0xf0/0x1f0 [nvidia]
2025-01-05T13:06:08.946691+01:00 daedalus kernel: [208324.088156] ? _nv028497rm+0xc0/0x1f0 [nvidia]
2025-01-05T13:06:08.946691+01:00 daedalus kernel: [208324.088425] _nv021398rm+0x384/0x10f0 [nvidia]
2025-01-05T13:06:08.946691+01:00 daedalus kernel: [208324.088798] _nv021370rm+0xc38/0x1cd0 [nvidia]
2025-01-05T13:06:08.946692+01:00 daedalus kernel: [208324.089171] ? _nv021370rm+0xd92/0x1cd0 [nvidia]
2025-01-05T13:06:08.946692+01:00 daedalus kernel: [208324.089540] _nv021369rm+0x10f/0x2f0 [nvidia]
2025-01-05T13:06:08.946693+01:00 daedalus kernel: [208324.089909] _nv048765rm+0xe59/0x1675 [nvidia]
2025-01-05T13:06:08.946693+01:00 daedalus kernel: [208324.090175] _nv043577rm+0xb9/0xd0 [nvidia]
2025-01-05T13:06:08.946693+01:00 daedalus kernel: [208324.090445] _nv045302rm+0x24b/0x380 [nvidia]
2025-01-05T13:06:08.946694+01:00 daedalus kernel: [208324.090777] _nv043494rm+0x11c/0x170 [nvidia]
2025-01-05T13:06:08.946694+01:00 daedalus kernel: [208324.091049] _nv043495rm+0x5b/0x90 [nvidia]
2025-01-05T13:06:08.946694+01:00 daedalus kernel: [208324.091321] _nv000586rm+0x63/0x70 [nvidia]
2025-01-05T13:06:08.946695+01:00 daedalus kernel: [208324.091591] _nv000716rm+0x89e/0xe70 [nvidia]
2025-01-05T13:06:08.946695+01:00 daedalus kernel: [208324.091886] rm_ioctl+0x58/0xb0 [nvidia]
2025-01-05T13:06:08.946700+01:00 daedalus kernel: [208324.092175] nvidia_ioctl+0x6bf/0x8a0 [nvidia]
2025-01-05T13:06:08.946701+01:00 daedalus kernel: [208324.092410] nvidia_frontend_unlocked_ioctl+0x3f/0x60 [nvidia]
2025-01-05T13:06:08.946702+01:00 daedalus kernel: [208324.092652] __x64_sys_ioctl+0x97/0xd0
2025-01-05T13:06:08.946702+01:00 daedalus kernel: [208324.092657] do_syscall_64+0x84/0x190
2025-01-05T13:06:08.946703+01:00 daedalus kernel: [208324.092661] ? _nv000596rm+0x31/0x40 [nvidia]
2025-01-05T13:06:08.946703+01:00 daedalus kernel: [208324.092931] ? os_acquire_spinlock+0x12/0x30 [nvidia]
2025-01-05T13:06:08.946704+01:00 daedalus kernel: [208324.093174] ? _nv042399rm+0x10/0x20 [nvidia]
2025-01-05T13:06:08.946704+01:00 daedalus kernel: [208324.093511] ? _nv047745rm+0xed/0x1d0 [nvidia]
2025-01-05T13:06:08.946704+01:00 daedalus kernel: [208324.093751] ? rm_ioctl+0x67/0xb0 [nvidia]
2025-01-05T13:06:08.946705+01:00 daedalus kernel: [208324.094049] ? nvidia_ioctl+0x42e/0x8a0 [nvidia]
2025-01-05T13:06:08.946706+01:00 daedalus kernel: [208324.094285] ? syscall_exit_to_user_mode+0x77/0x210
2025-01-05T13:06:08.946706+01:00 daedalus kernel: [208324.094287] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946707+01:00 daedalus kernel: [208324.094290] ? nvidia_ioctl+0x42e/0x8a0 [nvidia]
2025-01-05T13:06:08.946707+01:00 daedalus kernel: [208324.094524] ? syscall_exit_to_user_mode+0x77/0x210
2025-01-05T13:06:08.946707+01:00 daedalus kernel: [208324.094526] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946708+01:00 daedalus kernel: [208324.094529] ? syscall_exit_to_user_mode+0x77/0x210
2025-01-05T13:06:08.946708+01:00 daedalus kernel: [208324.094530] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946709+01:00 daedalus kernel: [208324.094532] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946709+01:00 daedalus kernel: [208324.094534] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946709+01:00 daedalus kernel: [208324.094536] ? syscall_exit_to_user_mode+0x77/0x210
2025-01-05T13:06:08.946710+01:00 daedalus kernel: [208324.094537] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946711+01:00 daedalus kernel: [208324.094540] ? do_syscall_64+0x90/0x190
2025-01-05T13:06:08.946711+01:00 daedalus kernel: [208324.094542] ? exc_page_fault+0x76/0x170
2025-01-05T13:06:08.946711+01:00 daedalus kernel: [208324.094545] entry_SYSCALL_64_after_hwframe+0x76/0x7e
2025-01-05T13:06:08.946712+01:00 daedalus kernel: [208324.094548] RIP: 0033:0x7440f491cc5b
2025-01-05T13:06:08.946712+01:00 daedalus kernel: [208324.094550] Code: 00 48 89 44 24 18 31 c0 48 8d 44 24 60 c7 04 24 10 00 00 00 48 89 44 24 08 48 8d 44 24 20 48 89 44 24 10 b8 10 00 00 00 0f 05 <89> c2 3d 00 f0 ff ff 77 1c 48 8b 44 24 18 64 48 2b 04 25 28 00 00
2025-01-05T13:06:08.946713+01:00 daedalus kernel: [208324.094552] RSP: 002b:00007ffd6713d160 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
2025-01-05T13:06:08.946713+01:00 daedalus kernel: [208324.094554] RAX: ffffffffffffffda RBX: 00007ffd6713d210 RCX: 00007440f491cc5b
2025-01-05T13:06:08.946713+01:00 daedalus kernel: [208324.094555] RDX: 00007ffd6713d210 RSI: 00000000c0384657 RDI: 000000000000001b
2025-01-05T13:06:08.946714+01:00 daedalus kernel: [208324.094556] RBP: 00000000c0384657 R08: 00007ffd6713d210 R09: 00007ffd6713d240
2025-01-05T13:06:08.946714+01:00 daedalus kernel: [208324.094557] R10: 000000000000001e R11: 0000000000000246 R12: 000000000000001b
2025-01-05T13:06:08.946714+01:00 daedalus kernel: [208324.094558] R13: 00007ffd6713d240 R14: 00000000677a7598 R15: 00007ffd6713d1c0
2025-01-05T13:06:08.946715+01:00 daedalus kernel: [208324.094560] </TASK>
2025-01-05T13:06:14.105879+01:00 daedalus kernel: [208329.250224] NVRM: GPU at PCI:0000:01:00: GPU-7f104090-307f-6ba7-4d80-577a05c3de6c
2025-01-05T13:06:14.105890+01:00 daedalus kernel: [208329.250229] NVRM: Xid (PCI:0000:01:00): 109, pid=30821, name=cividle, Ch 00000060, errorString CTX SWITCH TIMEOUT, Info 0x2e402e
2025-01-05T13:06:14.105892+01:00 daedalus kernel: [208329.250229]
2025-01-05T13:06:14.105893+01:00 daedalus kernel: [208329.253120] NVRM: Xid (PCI:0000:01:00): 62, pid=30821, name=cividle, 00011ef8 00011f53 0001196f 000158b7 00015cc2 00013d17 00000011 00000000
2025-01-05T13:06:14.105893+01:00 daedalus kernel: [208329.253464] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 00000048
2025-01-05T13:06:14.109890+01:00 daedalus kernel: [208329.254036] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 0000004e
2025-01-05T13:06:14.109898+01:00 daedalus kernel: [208329.254574] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 0000004f
2025-01-05T13:06:14.109898+01:00 daedalus kernel: [208329.255118] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 00000058
2025-01-05T13:06:14.109899+01:00 daedalus kernel: [208329.255646] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 00000059
2025-01-05T13:06:14.109900+01:00 daedalus kernel: [208329.256176] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 0000005a
2025-01-05T13:06:14.109901+01:00 daedalus kernel: [208329.256704] NVRM: Xid (PCI:0000:01:00): 45, pid=26131, name=steamwebhelper, Ch 0000005b
2025-01-05T13:06:15.057890+01:00 daedalus kernel: [208330.201833] sched: RT throttling activated
2025-01-05T13:06:20.921891+01:00 daedalus kernel: [208336.069089] NVRM: Xid (PCI:0000:01:00): 109, pid=1976, name=Xorg, Ch 00000001, errorString CTX SWITCH TIMEOUT, Info 0x1402e
2025-01-05T13:06:20.921901+01:00 daedalus kernel: [208336.069089]
2025-01-05T13:06:26.213888+01:00 daedalus kernel: [208341.361233] NVRM: Xid (PCI:0000:01:00): 109, pid=1976, name=Xorg, Ch 00000008, errorString CTX SWITCH TIMEOUT, Info 0x2402e
2025-01-05T13:06:26.213897+01:00 daedalus kernel: [208341.361233]
2025-01-05T13:07:21.991642+01:00 daedalus kernel: [208397.139580] sysrq: SAK
2025-01-05T13:07:21.991651+01:00 daedalus kernel: [208397.139596] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:21.993886+01:00 daedalus kernel: [208397.139676] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:21.993891+01:00 daedalus kernel: [208397.139677] tty tty7: SAK: killed process 2492 (InputThread): by controlling tty
2025-01-05T13:07:22.428565+01:00 daedalus kernel: [208397.576429] sysrq: SAK
2025-01-05T13:07:22.428574+01:00 daedalus kernel: [208397.576522] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:22.429880+01:00 daedalus kernel: [208397.576599] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:22.689890+01:00 daedalus kernel: [208397.837664] sysrq: SAK
2025-01-05T13:07:22.689898+01:00 daedalus kernel: [208397.837751] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:22.689898+01:00 daedalus kernel: [208397.837825] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:22.937106+01:00 daedalus kernel: [208398.084976] sysrq: SAK
2025-01-05T13:07:22.937112+01:00 daedalus kernel: [208398.085062] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:22.937883+01:00 daedalus kernel: [208398.085125] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:23.185891+01:00 daedalus kernel: [208398.332245] sysrq: SAK
2025-01-05T13:07:23.185899+01:00 daedalus kernel: [208398.332334] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:23.185901+01:00 daedalus kernel: [208398.332407] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:23.405889+01:00 daedalus kernel: [208398.552597] sysrq: SAK
2025-01-05T13:07:23.405896+01:00 daedalus kernel: [208398.552683] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:23.405897+01:00 daedalus kernel: [208398.552750] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:23.638254+01:00 daedalus kernel: [208398.786127] sysrq: SAK
2025-01-05T13:07:23.638260+01:00 daedalus kernel: [208398.786213] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:23.641884+01:00 daedalus kernel: [208398.786273] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:23.861897+01:00 daedalus kernel: [208399.007207] sysrq: SAK
2025-01-05T13:07:23.861906+01:00 daedalus kernel: [208399.007296] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:23.861906+01:00 daedalus kernel: [208399.007370] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:24.119891+01:00 daedalus kernel: [208399.267762] sysrq: SAK
2025-01-05T13:07:24.119897+01:00 daedalus kernel: [208399.267848] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:24.121889+01:00 daedalus kernel: [208399.267913] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:24.357897+01:00 daedalus kernel: [208399.501913] sysrq: SAK
2025-01-05T13:07:24.357905+01:00 daedalus kernel: [208399.501998] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:24.357908+01:00 daedalus kernel: [208399.502072] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:24.574376+01:00 daedalus kernel: [208399.722242] sysrq: SAK
2025-01-05T13:07:24.574384+01:00 daedalus kernel: [208399.722331] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:24.577884+01:00 daedalus kernel: [208399.722407] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:24.794689+01:00 daedalus kernel: [208399.942560] sysrq: SAK
2025-01-05T13:07:24.794695+01:00 daedalus kernel: [208399.942647] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:24.797881+01:00 daedalus kernel: [208399.942717] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:24.988014+01:00 daedalus kernel: [208400.135885] sysrq: SAK
2025-01-05T13:07:24.988019+01:00 daedalus kernel: [208400.135971] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:24.989890+01:00 daedalus kernel: [208400.136026] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:25.181886+01:00 daedalus kernel: [208400.329250] sysrq: SAK
2025-01-05T13:07:25.181895+01:00 daedalus kernel: [208400.329340] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:25.181895+01:00 daedalus kernel: [208400.329413] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:25.387892+01:00 daedalus kernel: [208400.535762] sysrq: SAK
2025-01-05T13:07:25.387899+01:00 daedalus kernel: [208400.535850] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:25.389890+01:00 daedalus kernel: [208400.535921] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:25.595080+01:00 daedalus kernel: [208400.742949] sysrq: SAK
2025-01-05T13:07:25.595086+01:00 daedalus kernel: [208400.743037] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:25.597884+01:00 daedalus kernel: [208400.743102] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:25.801881+01:00 daedalus kernel: [208400.949427] sysrq: SAK
2025-01-05T13:07:26.037884+01:00 daedalus kernel: [208401.183624] sysrq: SAK
2025-01-05T13:07:26.257886+01:00 daedalus kernel: [208401.403979] sysrq: SAK
2025-01-05T13:07:26.465890+01:00 daedalus kernel: [208401.610468] sysrq: SAK
2025-01-05T13:07:26.669881+01:00 daedalus kernel: [208401.817679] sysrq: SAK
2025-01-05T13:07:27.717886+01:00 daedalus kernel: [208402.861845] tty tty7: SAK: killed process 1976 (Xorg): by session
2025-01-05T13:07:27.717896+01:00 daedalus kernel: [208402.861924] tty tty7: SAK: killed process 1976 (Xorg): by controlling tty
2025-01-05T13:07:28.254141+01:00 daedalus acpid: client 1976[0:0] has disconnected
2025-01-05T13:07:28.392932+01:00 daedalus assert_20250105130728_3.dmp[16195]: Uploading dump (out-of-process)#012/tmp/dumps/assert_20250105130728_3.dmp
2025-01-05T13:07:28.615329+01:00 daedalus pulseaudio[3128]: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
2025-01-05T13:07:30.574277+01:00 daedalus assert_20250105130728_3.dmp[16195]: Finished uploading minidump (out-of-process): success = yes
2025-01-05T13:07:30.574287+01:00 daedalus assert_20250105130728_3.dmp[16195]: response: Discarded=1
2025-01-05T13:07:30.574292+01:00 daedalus assert_20250105130728_3.dmp[16195]: file ''/tmp/dumps/assert_20250105130728_3.dmp'', upload yes: ''Discarded=1''
2025-01-05T13:07:36.773879+01:00 daedalus kernel: [208411.918837] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x25:0xffff:1468)
2025-01-05T13:07:36.773890+01:00 daedalus kernel: [208411.918883] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
2025-01-05T13:07:36.905875+01:00 daedalus kernel: [208412.050633] NVRM: GPU 0000:01:00.0: RmInitAdapter failed! (0x25:0xffff:1468)
2025-01-05T13:07:36.905885+01:00 daedalus kernel: [208412.050666] NVRM: GPU 0000:01:00.0: rm_init_adapter failed, device minor number 0
2025-01-05T13:08:36.776529+01:00 daedalus shutdown[16234]: shutting down for system halt
2025-01-05T13:08:36.809683+01:00 daedalus init: Switching to runlevel: 0
2025-01-05T13:08:36.810114+01:00 daedalus init: No inittab.d directory found
2025-01-05T13:08:37.023123+01:00 daedalus avahi-daemon[1946]: Got SIGTERM, quitting.
2025-01-05T13:08:37.023949+01:00 daedalus avahi-daemon[1946]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.2.3.
2025-01-05T13:08:37.024109+01:00 daedalus avahi-daemon[1946]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
2025-01-05T13:08:37.041998+01:00 daedalus avahi-daemon[1946]: avahi-daemon 0.8 exiting.
2025-01-05T13:08:37.122740+01:00 daedalus haveged: haveged: Stopping due to signal 15
2025-01-05T13:08:37.249355+01:00 daedalus smtpd[1882]: Exiting
2025-01-05T13:08:37.280542+01:00 daedalus /etc/init.d/mariadb[16358]: 1 processes alive and '/usr/bin/mariadb-admin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
2025-01-05T13:08:37.280547+01:00 daedalus /etc/init.d/mariadb[16358]: #007/usr/bin/mariadb-admin: connect to server at '127.0.0.1' failed
2025-01-05T13:08:37.280550+01:00 daedalus /etc/init.d/mariadb[16358]: error: 'Lost connection to server at 'handshake: reading initial communication packet', system error: 104'
2025-01-05T13:08:37.280552+01:00 daedalus /etc/init.d/mariadb[16358]:
2025-01-05T13:08:37.338342+01:00 daedalus Tor[1933]: Interrupt: exiting cleanly.
2025-01-05T13:08:38.792506+01:00 daedalus rpc.idmapd[1555]: exiting on signal 15
2025-01-05T13:08:38.793240+01:00 daedalus smartd[1908]: smartd received signal 15: Terminated
2025-01-05T13:08:38.793357+01:00 daedalus smartd[1908]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.MAXTOR_STM3160215A-9RAA8VKE.ata.state
2025-01-05T13:08:38.793443+01:00 daedalus smartd[1908]: Device: /dev/sdb [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD5000HHTZ_04N21V0-WD_WX21EB1RE072.ata.state
2025-01-05T13:08:38.793523+01:00 daedalus smartd[1908]: Device: /dev/sdc [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD5000HHTZ_04N21V0-WD_WX31EA1LD852.ata.state
2025-01-05T13:08:38.793557+01:00 daedalus smartd[1908]: smartd is exiting (exit status 0)
2025-01-05T13:08:39.469984+01:00 daedalus acpid: exiting