设备环境:数据中心物理机,双栈公网环境、系统v0.9.8
安装测试飞牛OS的时候用RAID卡把两块1TB的HDD硬盘组成了RAID0,虚拟成了一块1.8T的iSCSI硬盘。创建存储空间时选的Basic。
BUG现象:从0.9.2更新到0.9.8之后系统里存储空间消失,硬盘页面加载不出来
出现问题后进ssh看了一眼发现/vol1是正常的并且文件可以读取,并且消失的存储空间是系统盘。系统设置存储空间里显示没有存储空间,硬盘信息里也加载不出硬盘,设备信息也加载不出来。如图


浏览器F12控制台显示了很多参数错误和网络超时报错,并且如果用浏览器开启匿名模式访问会无法加载出登录页面(不显示用户名和密码框)
下面是lsblk的输出
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 1.8T 0 disk
**─sda1 8:1 0 100M 0 part
**─sda2 8:2 0 29.9G 0 part /
**─sda3 8:3 0 1.8T 0 part
**─md0 9:0 0 1.8T 0 raid1
**─trim_c570c6c9_97a3_4960_80f0_de066f373b5b-0 253:0 0 1.8T 0 lvm /vol1
因为系统分区也在同一块硬盘上所以肯定不是盘的问题,进入/vol1可以正常看到我的文件并且可以正常在ssh中下载新的文件到存储空间。
ls /vol1/
1000 1002 @appcenter @appconf @appdata @apphome @appmeta @appshare @apptemp docker lost+found thumb
重启和重新挂载分区无效之后我的解决办法是进入rescue模式用dd命令恢复之前备份的系统分区镜像回滚到0.9.2。回滚后存储空间可以正常显示,一切正常。所以F12中的网络超时应该是相关命令执行出错导致,并非真的网络问题。
出现频率:必现
联系方式:496群 - 岁月静好
日志文件:日志中显示多个应用无法启动因为无法加载存储空间。
dmesg如下
[ 0.000000] Linux version 6.12.18-trim (root@MiuMiuPC) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #5 SMP PREEMPT_DYNAMIC Thu Mar 27 10:30:00 CST 2025
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim root=UUID=31e32b6d-9184-4ea0-9d74-bd86ef3f7cfa ro modprobe.blacklist=pcspkr console=ttyS0,115200n8 console=tty0 quiet i915.force_probe=7d55
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009cc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bdfaffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bdfb0000-0x00000000bf3affff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf3b0000-0x00000000bf5e9fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf5ea000-0x00000000bf5edfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf5ee000-0x00000000bf5eefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf5ef000-0x00000000bf600fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf601000-0x00000000bf63efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf63f000-0x00000000bf6befff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf6bf000-0x00000000bf7befff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf7bf000-0x00000000bf7effff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf7f0000-0x00000000bf7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000023fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Dell Inc. PowerEdge R210 II/03X6X0, BIOS 2.10.0 05/24/2018
[ 0.000000] DMI: Memory slots populated: 1/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3092.839 MHz processor
[ 0.001183] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001185] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001194] last_pfn = 0x240000 max_arch_pfn = 0x400000000
[ 0.001199] MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
[ 0.001201] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001427] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.010311] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf]
[ 0.010793] RAMDISK: [mem 0x32b27000-0x3558afff]
[ 0.010798] ACPI: Early table checksum verification disabled
[ 0.010801] ACPI: RSDP 0x00000000000FE020 000024 (v02 DELL )
[ 0.010805] ACPI: XSDT 0x00000000BF7EF170 0000AC (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010809] ACPI: FACP 0x00000000BF7EB000 0000F4 (v04 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010814] ACPI: DSDT 0x00000000BF7E1000 0068FE (v01 DELL PE_SC3 00000000 DELL 00040000)
[ 0.010817] ACPI: FACS 0x00000000BF7B8000 000040
[ 0.010820] ACPI: FACS 0x00000000BF7B8000 000040
[ 0.010822] ACPI: SPMI 0x00000000BF7EE000 000040 (v05 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010825] ACPI: DMAR 0x00000000BF7ED000 000078 (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010827] ACPI: ASF! 0x00000000BF7EC000 0000A5 (v32 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010830] ACPI: HPET 0x00000000BF7EA000 000038 (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010833] ACPI: APIC 0x00000000BF7E9000 000092 (v02 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010835] ACPI: MCFG 0x00000000BF7E8000 00003C (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010838] ACPI: BOOT 0x00000000BF7DE000 000028 (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010841] ACPI: SSDT 0x00000000BF7DD000 0002F6 (v01 DELL PE_SC3 00001000 DELL 00040000)
[ 0.010843] ACPI: ASPT 0x00000000BF7D9000 000034 (v07 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010846] ACPI: SSDT 0x00000000BF7D8000 0009AA (v01 DELL PE_SC3 00003000 DELL 00040000)
[ 0.010849] ACPI: SSDT 0x00000000BF7D7000 000A92 (v01 DELL PE_SC3 00003000 DELL 00040000)
[ 0.010852] ACPI: SPCR 0x00000000BF7DA000 000050 (v01 DELL PE_SC3 00000001 DELL 00040000)
[ 0.010854] ACPI: HEST 0x00000000BF7D6000 0000A8 (v01 DELL PE_SC3 00000000 DELL 00040000)
[ 0.010857] ACPI: ERST 0x00000000BF7D5000 000230 (v01 DELL PE_SC3 00000000 DELL 00040000)
[ 0.010860] ACPI: BERT 0x00000000BF7D4000 000030 (v01 DELL PE_SC3 00000000 DELL 00040000)
[ 0.010862] ACPI: EINJ 0x00000000BF7D3000 000130 (v01 DELL PE_SC3 00000000 DELL 00040000)
[ 0.010865] ACPI: Reserving FACP table memory at [mem 0xbf7eb000-0xbf7eb0f3]
[ 0.010866] ACPI: Reserving DSDT table memory at [mem 0xbf7e1000-0xbf7e78fd]
[ 0.010867] ACPI: Reserving FACS table memory at [mem 0xbf7b8000-0xbf7b803f]
[ 0.010868] ACPI: Reserving FACS table memory at [mem 0xbf7b8000-0xbf7b803f]
[ 0.010869] ACPI: Reserving SPMI table memory at [mem 0xbf7ee000-0xbf7ee03f]
[ 0.010869] ACPI: Reserving DMAR table memory at [mem 0xbf7ed000-0xbf7ed077]
[ 0.010870] ACPI: Reserving ASF! table memory at [mem 0xbf7ec000-0xbf7ec0a4]
[ 0.010871] ACPI: Reserving HPET table memory at [mem 0xbf7ea000-0xbf7ea037]
[ 0.010872] ACPI: Reserving APIC table memory at [mem 0xbf7e9000-0xbf7e9091]
[ 0.010872] ACPI: Reserving MCFG table memory at [mem 0xbf7e8000-0xbf7e803b]
[ 0.010873] ACPI: Reserving BOOT table memory at [mem 0xbf7de000-0xbf7de027]
[ 0.010874] ACPI: Reserving SSDT table memory at [mem 0xbf7dd000-0xbf7dd2f5]
[ 0.010875] ACPI: Reserving ASPT table memory at [mem 0xbf7d9000-0xbf7d9033]
[ 0.010876] ACPI: Reserving SSDT table memory at [mem 0xbf7d8000-0xbf7d89a9]
[ 0.010876] ACPI: Reserving SSDT table memory at [mem 0xbf7d7000-0xbf7d7a91]
[ 0.010877] ACPI: Reserving SPCR table memory at [mem 0xbf7da000-0xbf7da04f]
[ 0.010878] ACPI: Reserving HEST table memory at [mem 0xbf7d6000-0xbf7d60a7]
[ 0.010879] ACPI: Reserving ERST table memory at [mem 0xbf7d5000-0xbf7d522f]
[ 0.010880] ACPI: Reserving BERT table memory at [mem 0xbf7d4000-0xbf7d402f]
[ 0.010880] ACPI: Reserving EINJ table memory at [mem 0xbf7d3000-0xbf7d312f]
[ 0.010941] No NUMA configuration found
[ 0.010942] Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[ 0.010951] NODE_DATA(0) allocated [mem 0x23ffd1dc0-0x23fffbfff]
[ 0.011160] Zone ranges:
[ 0.011161] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.011163] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.011164] Normal [mem 0x0000000100000000-0x000000023fffffff]
[ 0.011165] Device empty
[ 0.011166] Movable zone start for each node
[ 0.011169] Early memory node ranges
[ 0.011169] node 0: [mem 0x0000000000001000-0x000000000009bfff]
[ 0.011171] node 0: [mem 0x0000000000100000-0x00000000bdfaffff]
[ 0.011172] node 0: [mem 0x00000000bf3b0000-0x00000000bf5e9fff]
[ 0.011173] node 0: [mem 0x00000000bf5ee000-0x00000000bf5eefff]
[ 0.011174] node 0: [mem 0x00000000bf601000-0x00000000bf63efff]
[ 0.011175] node 0: [mem 0x00000000bf7f0000-0x00000000bf7fffff]
[ 0.011176] node 0: [mem 0x0000000100000000-0x000000023fffffff]
[ 0.011177] Initmem setup node 0 [mem 0x0000000000001000-0x000000023fffffff]
[ 0.011182] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.011207] On node 0, zone DMA: 100 pages in unavailable ranges
[ 0.019280] On node 0, zone DMA32: 5120 pages in unavailable ranges
[ 0.019284] On node 0, zone DMA32: 4 pages in unavailable ranges
[ 0.019286] On node 0, zone DMA32: 18 pages in unavailable ranges
[ 0.019296] On node 0, zone DMA32: 433 pages in unavailable ranges
[ 0.019706] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.019839] ACPI: PM-Timer IO Port: 0x408
[ 0.019846] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[ 0.019849] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.019859] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.019862] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.019864] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.019868] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.019869] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.019872] ACPI: SPCR: SPCR table version 1
[ 0.019874] ACPI: SPCR: console: uart,io,0x3f8,115200
[ 0.019876] TSC deadline timer available
[ 0.019881] CPU topo: Max. logical packages: 1
[ 0.019882] CPU topo: Max. logical dies: 1
[ 0.019882] CPU topo: Max. dies per package: 1
[ 0.019887] CPU topo: Max. threads per core: 1
[ 0.019888] CPU topo: Num. cores per package: 4
[ 0.019888] CPU topo: Num. threads per package: 4
[ 0.019889] CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
[ 0.019890] CPU topo: Rejected CPUs 4
[ 0.019909] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.019911] PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[ 0.019911] PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[ 0.019912] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[ 0.019913] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[ 0.019914] PM: hibernation: Registered nosave memory: [mem 0xbdfb0000-0xbf3affff]
[ 0.019916] PM: hibernation: Registered nosave memory: [mem 0xbf5ea000-0xbf5edfff]
[ 0.019917] PM: hibernation: Registered nosave memory: [mem 0xbf5ef000-0xbf600fff]
[ 0.019919] PM: hibernation: Registered nosave memory: [mem 0xbf63f000-0xbf6befff]
[ 0.019920] PM: hibernation: Registered nosave memory: [mem 0xbf6bf000-0xbf7befff]
[ 0.019920] PM: hibernation: Registered nosave memory: [mem 0xbf7bf000-0xbf7effff]
[ 0.019922] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
[ 0.019922] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[ 0.019923] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.019924] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
[ 0.019925] PM: hibernation: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[ 0.019925] PM: hibernation: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[ 0.019926] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.019927] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[ 0.019927] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.019928] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.019929] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.019929] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.019930] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.019931] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
[ 0.019932] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[ 0.019933] [mem 0xc0000000-0xdfffffff] available for PCI devices
[ 0.019935] Booting paravirtualized kernel on bare hardware
[ 0.019936] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.024399] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.024863] percpu: Embedded 61 pages/cpu s210072 r8192 d31592 u524288
[ 0.024869] pcpu-alloc: s210072 r8192 d31592 u524288 alloc=1*2097152
[ 0.024871] pcpu-alloc: [0] 0 1 2 3
[ 0.024890] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim root=UUID=31e32b6d-9184-4ea0-9d74-bd86ef3f7cfa ro modprobe.blacklist=pcspkr console=ttyS0,115200n8 console=tty0 quiet i915.force_probe=7d55
[ 0.024981] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim", will be passed to user space.
[ 0.024989] random: crng init done
[ 0.026304] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.027004] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.027073] Fallback order for Node 0: 0
[ 0.027076] Built 1 zonelists, mobility grouping on. Total pages: 2089428
[ 0.027077] Policy zone: Normal
[ 0.027085] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.027093] software IO TLB: area num 4.
[ 0.063527] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.063555] Kernel/User page tables isolation: enabled
[ 0.063594] ftrace: allocating 42540 entries in 167 pages
[ 0.070394] ftrace: allocated 167 pages with 5 groups
[ 0.070997] Dynamic Preempt: voluntary
[ 0.071039] rcu: Preemptible hierarchical RCU implementation.
[ 0.071040] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.071041] Trampoline variant of Tasks RCU enabled.
[ 0.071042] Rude variant of Tasks RCU enabled.
[ 0.071042] Tracing variant of Tasks RCU enabled.
[ 0.071043] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.071044] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.071050] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.071052] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.071054] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.074583] NR_IRQS: 524544, nr_irqs: 456, preallocated irqs: 16
[ 0.074776] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.079072] Console: colour VGA+ 80x25
[ 0.079075] printk: legacy console [tty0] enabled
[ 0.079111] printk: legacy console [ttyS0] enabled
[ 0.079156] ACPI: Core revision 20240827
[ 0.079242] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.079257] APIC: Switch to symmetric I/O mode setup
[ 0.079259] DMAR: Host address width 36
[ 0.079260] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[ 0.079265] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c9008020660262 ecap f010da
[ 0.079268] DMAR: RMRR base: 0x00000000000000 end: 0x00000000000fff
[ 0.079270] DMAR-IR: IOAPIC id 0 under DRHD base 0xfed90000 IOMMU 0
[ 0.079272] DMAR-IR: HPET id 0 under DRHD base 0xfed90000
[ 0.079274] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.079632] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.079634] x2apic enabled
[ 0.079690] APIC: Switched APIC routing to: cluster x2apic
[ 0.080099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.099258] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c94db24779, max_idle_ns: 440795360055 ns
[ 0.099264] Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.67 BogoMIPS (lpj=12371356)
[ 0.099309] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.099311] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.099314] process: using mwait in idle threads
[ 0.099316] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.099319] Spectre V2 : Mitigation: Retpolines
[ 0.099320] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.099321] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.099322] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.099324] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.099326] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.099328] MDS: Mitigation: Clear CPU buffers
[ 0.099329] MMIO Stale Data: Unknown: No mitigations
[ 0.099330] SRBDS: Vulnerable: No microcode
[ 0.099334] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.099336] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.099337] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.099338] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.099340] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.114704] Freeing SMP alternatives memory: 36K
[ 0.114709] pid_max: default: 32768 minimum: 301
[ 0.114748] LSM: initializing lsm=lockdown,capability,yama,apparmor,tomoyo
[ 0.114777] Yama: becoming mindful.
[ 0.114856] AppArmor: AppArmor initialized
[ 0.114876] TOMOYO Linux initialized
[ 0.114904] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.114914] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.115323] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1220 V2 @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[ 0.139352] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.139368] ... version: 3
[ 0.139369] ... bit width: 48
[ 0.139370] ... generic registers: 8
[ 0.139371] ... value mask: 0000ffffffffffff
[ 0.139372] ... max period: 00007fffffffffff
[ 0.139373] ... fixed-purpose events: 3
[ 0.139374] ... event mask: 00000007000000ff
[ 0.139512] signal: max sigframe size: 1776
[ 0.139529] Estimated ratio of average max frequency by base frequency (times 1024): 1090
[ 0.141328] rcu: Hierarchical SRCU implementation.
[ 0.141331] rcu: Max phase no-delay instances is 1000.
[ 0.141376] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.141784] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.141839] smp: Bringing up secondary CPUs ...
[ 0.141963] smpboot: x86: Booting SMP configuration:
[ 0.141965] .... node #0, CPUs: #1 #2 #3
[ 0.147318] smp: Brought up 1 node, 4 CPUs
[ 0.147318] smpboot: Total of 4 processors activated (24742.71 BogoMIPS)
[ 0.162303] node 0 deferred pages initialised in 12ms
[ 0.162307] Memory: 8059576K/8357712K available (14336K kernel code, 2298K rwdata, 6160K rodata, 3984K init, 1652K bss, 289780K reserved, 0K cma-reserved)
[ 0.162307] devtmpfs: initialized
[ 0.162307] x86/mm: Memory block size: 128MB
[ 0.163775] ACPI: PM: Registering ACPI NVS region [mem 0xbf6bf000-0xbf7befff] (1048576 bytes)
[ 0.163775] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.163775] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.163775] pinctrl core: initialized pinctrl subsystem
[ 0.163979] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.164082] audit: initializing netlink subsys (disabled)
[ 0.164091] audit: type=2000 audit(1748775625.000:1): state=initialized audit_enabled=0 res=1
[ 0.164091] thermal_sys: Registered thermal governor 'fair_share'
[ 0.164091] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.164091] thermal_sys: Registered thermal governor 'step_wise'
[ 0.164091] thermal_sys: Registered thermal governor 'user_space'
[ 0.164091] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.164091] cpuidle: using governor ladder
[ 0.164091] cpuidle: using governor menu
[ 0.164091] Simple Boot Flag at 0x44 set to 0x1
[ 0.164091] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.164091] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.164091] PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
[ 0.164091] PCI: Using configuration type 1 for base access
[ 0.164091] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.164091] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.164091] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.164091] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.164091] ACPI: Added _OSI(Module Device)
[ 0.164091] ACPI: Added _OSI(Processor Device)
[ 0.164091] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.164091] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.168347] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.175674] ACPI: Dynamic OEM Table Load:
[ 0.175683] ACPI: SSDT 0xFFFF9553C0138000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20080729)
[ 0.176105] ACPI: Dynamic OEM Table Load:
[ 0.176111] ACPI: SSDT 0xFFFF9553C0CB8000 000303 (v01 PmRef ApIst 00003000 INTL 20080729)
[ 0.176454] ACPI: Dynamic OEM Table Load:
[ 0.176459] ACPI: SSDT 0xFFFF95546CD17A00 000119 (v01 PmRef ApCst 00003000 INTL 20080729)
[ 0.177125] ACPI: Interpreter enabled
[ 0.177140] ACPI: PM: (supports S0 S4 S5)
[ 0.177141] ACPI: Using IOAPIC for interrupt routing
[ 0.177198] HEST: Table parsing has been initialized.
[ 0.177321] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 0.177324] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.177326] PCI: Using E820 reservations for host bridge windows
[ 0.177454] ACPI: Enabled 9 GPEs in block 00 to 3F
[ 0.182686] ACPI: \_TZ_.FN00: New power resource
[ 0.182751] ACPI: \_TZ_.FN01: New power resource
[ 0.182812] ACPI: \_TZ_.FN02: New power resource
[ 0.182873] ACPI: \_TZ_.FN03: New power resource
[ 0.182933] ACPI: \_TZ_.FN04: New power resource
[ 0.183382] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.183388] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.183736] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[ 0.183738] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.184164] PCI host bridge to bus 0000:00
[ 0.184168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.184170] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.184172] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.184174] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff window]
[ 0.184176] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.184190] pci 0000:00:00.0: [8086:0158] type 00 class 0x060000 conventional PCI endpoint
[ 0.184258] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400 PCIe Root Port
[ 0.184269] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.184272] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.184274] pci 0000:00:01.0: bridge window [mem 0xc5100000-0xc51fffff]
[ 0.184299] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.184416] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.184997] pci 0000:00:1a.0: BAR 0 [mem 0xc5206000-0xc52063ff]
[ 0.186767] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.186860] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 PCIe Root Port
[ 0.186890] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.186897] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc3ffffff]
[ 0.186964] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.187072] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.187554] pci 0000:00:1d.0: BAR 0 [mem 0xc5205000-0xc52053ff]
[ 0.189322] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.189408] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 conventional PCI bridge
[ 0.189433] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[ 0.189440] pci 0000:00:1e.0: bridge window [mem 0xc4800000-0xc50fffff]
[ 0.189450] pci 0000:00:1e.0: bridge window [mem 0xc4000000-0xc47fffff 64bit pref]
[ 0.189543] pci 0000:00:1f.0: [8086:1c52] type 00 class 0x060100 conventional PCI endpoint
[ 0.189733] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601 conventional PCI endpoint
[ 0.189746] pci 0000:00:1f.2: BAR 0 [io 0x3048-0x304f]
[ 0.189754] pci 0000:00:1f.2: BAR 1 [io 0x3054-0x3057]
[ 0.189762] pci 0000:00:1f.2: BAR 2 [io 0x3040-0x3047]
[ 0.189770] pci 0000:00:1f.2: BAR 3 [io 0x3050-0x3053]
[ 0.189777] pci 0000:00:1f.2: BAR 4 [io 0x3020-0x303f]
[ 0.189785] pci 0000:00:1f.2: BAR 5 [mem 0xc5204000-0xc52047ff]
[ 0.189824] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.189892] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.189909] pci 0000:00:1f.3: BAR 0 [mem 0xc5202000-0xc52020ff 64bit]
[ 0.189929] pci 0000:00:1f.3: BAR 4 [io 0x3000-0x301f]
[ 0.190031] pci 0000:01:00.0: [1000:0072] type 00 class 0x010700 PCIe Endpoint
[ 0.190040] pci 0000:01:00.0: BAR 0 [io 0x2000-0x20ff]
[ 0.190047] pci 0000:01:00.0: BAR 1 [mem 0xc5140000-0xc514ffff 64bit]
[ 0.190054] pci 0000:01:00.0: BAR 3 [mem 0xc5100000-0xc513ffff 64bit]
[ 0.190062] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]
[ 0.190067] pci 0000:01:00.0: enabling Extended Tags
[ 0.190096] pci 0000:01:00.0: supports D1 D2
[ 0.190172] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.190250] pci 0000:02:00.0: [14e4:163b] type 00 class 0x020000 PCIe Endpoint
[ 0.190280] pci 0000:02:00.0: BAR 0 [mem 0xc0000000-0xc1ffffff 64bit]
[ 0.190458] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.190657] pci 0000:02:00.1: [14e4:163b] type 00 class 0x020000 PCIe Endpoint
[ 0.190687] pci 0000:02:00.1: BAR 0 [mem 0xc2000000-0xc3ffffff 64bit]
[ 0.190864] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 0.191040] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.191067] pci_bus 0000:03: extended config space not accessible
[ 0.191093] pci 0000:03:03.0: [102b:0532] type 00 class 0x030000 conventional PCI endpoint
[ 0.191109] pci 0000:03:03.0: BAR 0 [mem 0xc4000000-0xc47fffff pref]
[ 0.191118] pci 0000:03:03.0: BAR 1 [mem 0xc5000000-0xc5003fff]
[ 0.191128] pci 0000:03:03.0: BAR 2 [mem 0xc4800000-0xc4ffffff]
[ 0.191158] pci 0000:03:03.0: ROM [mem 0xffff0000-0xffffffff pref]
[ 0.191171] pci 0000:03:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.191258] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode)
[ 0.191269] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.191271] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.191273] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.191274] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfeafffff window] (subtractive decode)
[ 0.191902] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.191939] ACPI: PCI: Interrupt link LNKB configured for IRQ 11
[ 0.191974] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.191976] ACPI: PCI: Interrupt link LNKC disabled
[ 0.192011] ACPI: PCI: Interrupt link LNKD configured for IRQ 6
[ 0.192045] ACPI: PCI: Interrupt link LNKE configured for IRQ 14
[ 0.192079] ACPI: PCI: Interrupt link LNKF configured for IRQ 6
[ 0.192113] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.192114] ACPI: PCI: Interrupt link LNKG disabled
[ 0.192147] ACPI: PCI: Interrupt link LNKH configured for IRQ 15
[ 0.192425] iommu: Default domain type: Translated
[ 0.192427] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.192484] EDAC MC: Ver: 3.0.0
[ 0.192544] NetLabel: Initializing
[ 0.192544] NetLabel: domain hash size = 128
[ 0.192544] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.192544] NetLabel: unlabeled traffic allowed by default
[ 0.192544] PCI: Using ACPI for IRQ routing
[ 0.198950] PCI: pci_cache_line_size set to 64 bytes
[ 0.198984] e820: reserve RAM buffer [mem 0x0009cc00-0x0009ffff]
[ 0.198986] e820: reserve RAM buffer [mem 0xbdfb0000-0xbfffffff]
[ 0.198988] e820: reserve RAM buffer [mem 0xbf5ea000-0xbfffffff]
[ 0.198989] e820: reserve RAM buffer [mem 0xbf5ef000-0xbfffffff]
[ 0.198991] e820: reserve RAM buffer [mem 0xbf63f000-0xbfffffff]
[ 0.198992] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[ 0.199010] pci 0000:03:03.0: vgaarb: setting as boot VGA device
[ 0.199010] pci 0000:03:03.0: vgaarb: bridge control possible
[ 0.199010] pci 0000:03:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.199010] vgaarb: loaded
[ 0.199010] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.199010] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.200295] clocksource: Switched to clocksource tsc-early
[ 0.200432] VFS: Disk quotas dquot_6.6.0
[ 0.200441] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.200558] AppArmor: AppArmor Filesystem Enabled
[ 0.200573] pnp: PnP ACPI init
[ 0.200664] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.200668] system 00:00: [io 0x1000-0x100f] has been reserved
[ 0.200669] system 00:00: [io 0x1010-0x1013] has been reserved
[ 0.200671] system 00:00: [io 0xffff] has been reserved
[ 0.200673] system 00:00: [io 0x0400-0x0453] has been reserved
[ 0.200674] system 00:00: [io 0x0458-0x047f] has been reserved
[ 0.200676] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.200678] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.200737] system 00:02: [io 0x0454-0x0457] has been reserved
[ 0.201070] system 00:05: [mem 0xfed90000-0xfed91fff] could not be reserved
[ 0.201189] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.201192] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.201194] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.201196] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.201198] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.201200] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.201202] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.201204] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.201205] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.201208] system 00:06: [mem 0xc5300000-0xc5300fff] has been reserved
[ 0.201323] pnp: PnP ACPI: found 7 devices
[ 0.206179] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.206228] NET: Registered PF_INET protocol family
[ 0.206241] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.207802] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.207825] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.207856] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.208012] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.208257] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.208284] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.208306] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 0.208350] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.208357] NET: Registered PF_XDP protocol family
[ 0.208360] pci 0000:01:00.0: ROM [mem 0xfff00000-0xffffffff pref]: can't claim; no compatible bridge window
[ 0.208372] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: can't assign; no space
[ 0.208374] pci 0000:01:00.0: ROM [mem size 0x00100000 pref]: failed to assign
[ 0.208376] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.208378] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.208381] pci 0000:00:01.0: bridge window [mem 0xc5100000-0xc51fffff]
[ 0.208385] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.208389] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc3ffffff]
[ 0.208398] pci 0000:00:1e.0: PCI bridge to [bus 03]
[ 0.208402] pci 0000:00:1e.0: bridge window [mem 0xc4800000-0xc50fffff]
[ 0.208406] pci 0000:00:1e.0: bridge window [mem 0xc4000000-0xc47fffff 64bit pref]
[ 0.208412] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.208414] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.208415] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.208417] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff window]
[ 0.208418] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.208420] pci_bus 0000:01: resource 1 [mem 0xc5100000-0xc51fffff]
[ 0.208421] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc3ffffff]
[ 0.208423] pci_bus 0000:03: resource 1 [mem 0xc4800000-0xc50fffff]
[ 0.208424] pci_bus 0000:03: resource 2 [mem 0xc4000000-0xc47fffff 64bit pref]
[ 0.208426] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7 window]
[ 0.208427] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff window]
[ 0.208429] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.208430] pci_bus 0000:03: resource 7 [mem 0xc0000000-0xfeafffff window]
[ 0.223366] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x7b0 took 14541 usecs
[ 0.239360] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x7b0 took 15605 usecs
[ 0.239388] PCI: CLS 64 bytes, default 64
[ 0.239409] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.239410] software IO TLB: mapped [mem 0x00000000b9fb0000-0x00000000bdfb0000] (64MB)
[ 0.239447] Trying to unpack rootfs image as initramfs...
[ 0.239801] Initialise system trusted keyrings
[ 0.239812] Key type blacklist registered
[ 0.239846] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.239854] zbud: loaded
[ 0.239925] trim_trashbin_init
[ 0.239927] trim-trashbin driver major=251,minor=0
[ 0.240048] integrity: Platform Keyring initialized
[ 0.240056] Key type asymmetric registered
[ 0.240058] Asymmetric key parser 'x509' registered
[ 0.523862] Freeing initrd memory: 43408K
[ 0.528532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.528568] io scheduler mq-deadline registered
[ 0.529880] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.530065] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[ 0.530232] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[ 0.530308] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.531113] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.531117] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.531175] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 0.531198] pstore: Using crash dump compression: deflate
[ 0.531200] pstore: Registered erst as persistent store backend
[ 0.531358] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.531580] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.532051] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 0.532728] Linux agpgart interface v0.103
[ 0.533059] i8042: PNP: No PS/2 controller found.
[ 0.533200] mousedev: PS/2 mouse device common for all mice
[ 0.533222] rtc_cmos 00:01: RTC can wake from S4
[ 0.533471] rtc_cmos 00:01: registered as rtc0
[ 0.533503] rtc_cmos 00:01: setting system clock to 2025-06-01T11:00:25 UTC (1748775625)
[ 0.533528] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
[ 0.533564] intel_pstate: Intel P-state driver initializing
[ 0.534224] NET: Registered PF_INET6 protocol family
[ 0.542500] Segment Routing with IPv6
[ 0.542526] In-situ OAM (IOAM) with IPv6
[ 0.542563] mip6: Mobile IPv6
[ 0.542567] NET: Registered PF_PACKET protocol family
[ 0.542725] mpls_gso: MPLS GSO support
[ 0.543288] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.543565] microcode: Current revision: 0x00000021
[ 0.543568] microcode: Updated early from: 0x00000020
[ 0.543790] IPI shorthand broadcast: enabled
[ 0.544820] sched_clock: Marking stable (539315091, 4455539)->(558833610, -15062980)
[ 0.545095] registered taskstats version 1
[ 0.545242] Loading compiled-in X.509 certificates
[ 0.546874] Demotion targets for Node 0: null
[ 0.547070] Key type .fscrypt registered
[ 0.547073] Key type fscrypt-provisioning registered
[ 0.547126] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.547980] clk: Disabling unused clocks
[ 0.547983] PM: genpd: Disabling unused power domains
[ 0.548993] Freeing unused kernel image (initmem) memory: 3984K
[ 0.549043] Write protecting the kernel read-only data: 22528k
[ 0.549485] Freeing unused kernel image (rodata/data gap) memory: 2032K
[ 0.588461] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.588463] x86/mm: Checking user space page tables
[ 0.626812] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.626817] Run /init as init process
[ 0.626819] with arguments:
[ 0.626820] /init
[ 0.626821] with environment:
[ 0.626822] HOME=/
[ 0.626823] TERM=linux
[ 0.626823] BOOT_IMAGE=/boot/vmlinuz-6.12.18-trim
[ 0.717008] fjes: module verification failed: signature and/or required key missing - tainting kernel
[ 0.726116] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20240827/utaddress-204)
[ 0.726126] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.726129] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
[ 0.726133] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.726134] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
[ 0.726136] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.726137] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240827/utaddress-204)
[ 0.726140] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.726141] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 0.731286] bnx2 0000:02:00.0 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem c0000000, IRQ 16, node addr d4:ae:52:ce:c6:e1
[ 0.732416] bnx2 0000:02:00.1 eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem c2000000, IRQ 17, node addr d4:ae:52:ce:c6:e2
[ 0.740222] SCSI subsystem initialized
[ 0.740246] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 0.740629] ACPI: bus type USB registered
[ 0.740660] usbcore: registered new interface driver usbfs
[ 0.740671] usbcore: registered new interface driver hub
[ 0.740683] usbcore: registered new device driver usb
[ 0.741720] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 0.745416] bnx2 0000:02:00.1 eno2: renamed from eth1
[ 0.752091] libata version 3.00 loaded.
[ 0.752212] bnx2 0000:02:00.0 eno1: renamed from eth0
[ 0.752856] mpt3sas version 48.100.00.00 loaded
[ 0.752931] mpt3sas 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.752945] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.752953] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.752967] ehci-pci 0000:00:1a.0: debug port 2
[ 0.753197] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (8117356 kB)
[ 0.756888] ehci-pci 0000:00:1a.0: irq 20, io mem 0xc5206000
[ 0.767320] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.767396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.767399] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.767400] usb usb1: Product: EHCI Host Controller
[ 0.767402] usb usb1: Manufacturer: Linux 6.12.18-trim ehci_hcd
[ 0.767403] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.767586] hub 1-0:1.0: USB hub found
[ 0.767595] hub 1-0:1.0: 2 ports detected
[ 0.767787] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.767795] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.767807] ehci-pci 0000:00:1d.0: debug port 2
[ 0.771734] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc5205000
[ 0.783277] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.783337] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.783340] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.783350] usb usb2: Product: EHCI Host Controller
[ 0.783351] usb usb2: Manufacturer: Linux 6.12.18-trim ehci_hcd
[ 0.783352] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.783464] hub 2-0:1.0: USB hub found
[ 0.783470] hub 2-0:1.0: 2 ports detected
[ 0.791968] ahci 0000:00:1f.2: version 3.0
[ 0.792086] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.803318] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 3 Gbps, SATA mode
[ 0.803328] ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x20)
[ 0.803332] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst
[ 0.803993] scsi host1: ahci
[ 0.804336] scsi host2: ahci
[ 0.804674] scsi host3: ahci
[ 0.804856] scsi host4: ahci
[ 0.805024] scsi host5: ahci
[ 0.805158] scsi host6: ahci
[ 0.805202] ata1: DUMMY
[ 0.805204] ata2: DUMMY
[ 0.805204] ata3: DUMMY
[ 0.805205] ata4: DUMMY
[ 0.805206] ata5: DUMMY
[ 0.805208] ata6: SATA max UDMA/133 abar m2048@0xc5204000 port 0xc5204380 irq 26 lpm-pol 0
[ 0.891297] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[ 0.891310] mpt2sas_cm0: MSI-X vectors supported: 1
[ 0.891313] no of cores: 4, max_msix_vectors: -1
[ 0.891316] mpt2sas_cm0: 0 1 1
[ 0.891382] mpt2sas_cm0: High IOPs queues : disabled
[ 0.891384] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 27
[ 0.891385] mpt2sas_cm0: iomem(0x00000000c5140000), mapped(0x0000000034879332), size(65536)
[ 0.891388] mpt2sas_cm0: ioport(0x0000000000002000), size(256)
[ 1.015297] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.031301] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.035299] mpt2sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
[ 1.035307] mpt2sas_cm0: sending diag reset !!
[ 1.117431] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.161191] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 1.161200] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.161753] hub 1-1:1.0: USB hub found
[ 1.161911] hub 1-1:1.0: 6 ports detected
[ 1.176911] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[ 1.176921] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.177340] hub 2-1:1.0: USB hub found
[ 1.177482] hub 2-1:1.0: 6 ports detected
[ 1.264489] tsc: Refined TSC clocksource calibration: 3092.973 MHz
[ 1.264501] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c95594edb3, max_idle_ns: 440795220223 ns
[ 1.264547] clocksource: Switched to clocksource tsc
[ 1.440504] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
[ 1.456506] usb 2-1.5: new high-speed USB device number 3 using ehci-pci
[ 1.538277] usb 1-1.1: New USB device found, idVendor=0624, idProduct=0248, bcdDevice= 0.00
[ 1.538286] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.538290] usb 1-1.1: Product: USB Composite Device-0
[ 1.538293] usb 1-1.1: Manufacturer: Avocent
[ 1.538296] usb 1-1.1: SerialNumber: 20120430
[ 1.552889] usb 2-1.5: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00
[ 1.552898] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.553290] hub 2-1.5:1.0: USB hub found
[ 1.553457] hub 2-1.5:1.0: 4 ports detected
[ 1.559777] hid: raw HID events driver (C) Jiri Kosina
[ 1.563627] usbcore: registered new interface driver usbhid
[ 1.563633] usbhid: USB HID core driver
[ 1.566037] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:0624:0248.0001/input/input0
[ 1.716655] hid-generic 0003:0624:0248.0001: input,hidraw0: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1a.0-1.1/input0
[ 1.716851] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:0624:0248.0002/input/input1
[ 1.717120] hid-generic 0003:0624:0248.0002: input,hidraw1: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1a.0-1.1/input1
[ 2.360148] mpt2sas_cm0: diag reset: SUCCESS
[ 2.391230] mpt2sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(9), sge_per_io(128), chains_per_io(15)
[ 2.391337] mpt2sas_cm0: request pool(0x00000000e6fc18ee) - dma(0x130200000): depth(2654), frame_size(128), pool_size(331 kB)
[ 2.395432] mpt2sas_cm0: sense pool(0x000000006ff1c779) - dma(0x112640000): depth(2555), element_size(96), pool_size (239 kB)
[ 2.395548] mpt2sas_cm0: reply pool(0x0000000016ac39b8) - dma(0x112680000): depth(2718), frame_size(128), pool_size(339 kB)
[ 2.395557] mpt2sas_cm0: config page(0x00000000d3333936) - dma(0x112559000): size(512)
[ 2.395560] mpt2sas_cm0: Allocated physical memory: size(5754 kB)
[ 2.395563] mpt2sas_cm0: Current Controller Queue Depth(2552),Max Controller Queue Depth(2607)
[ 2.395565] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[ 2.440576] mpt2sas_cm0: log_info(0x30030100): originator(IOP), code(0x03), sub_code(0x0100)
[ 2.440603] mpt2sas_cm0: log_info(0x30030100): originator(IOP), code(0x03), sub_code(0x0100)
[ 2.440608] mpt2sas_cm0: LSISAS2008: FWVersion(07.15.08.00), ChipRevision(0x03)
[ 2.440617] mpt2sas_cm0: Protocol=(Initiator,Target), Capabilities=(Raid,TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
[ 2.440707] scsi host0: Fusion MPT SAS Host
[ 2.441531] mpt2sas_cm0: sending port enable !!
[ 4.012475] mpt2sas_cm0: hba_port entry: 0000000060e7a8fa, port: 255 is added to hba_port list
[ 4.014356] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x5c81f660d80bdf00), phys(8)
[ 4.626922] mpt2sas_cm0: handle(0x9) sas_address(0x4433221106000000) port_type(0x1)
[ 4.888863] mpt2sas_cm0: handle(0xa) sas_address(0x4433221107000000) port_type(0x1)
[ 10.136489] mpt2sas_cm0: port enable: SUCCESS
[ 10.138123] scsi 0:0:0:0: Direct-Access ATA ST1000NM0033-9ZM GA06 PQ: 0 ANSI: 5
[ 10.138534] scsi 0:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221107000000), phy(7), device_name(0xc5005000e20d6554)
[ 10.138542] scsi 0:0:0:0: enclosure logical id (0x5c81f660d80bdf00), slot(0)
[ 10.138667] scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[ 10.138673] scsi 0:0:0:0: qdepth(32), tagged(1), scsi_level(6), cmd_que(1)
[ 10.143565] end_device-0:0: add: handle(0x000a), sas_addr(0x4433221107000000)
[ 10.143931] scsi 0:1:0:0: Direct-Access Dell Virtual Disk 1028 PQ: 0 ANSI: 6
[ 10.144408] scsi 0:1:0:0: RAID0: handle(0x004f), wwid(0x0fc43f53b68411a5), pd_count(2), type(SATA)
[ 10.144412] scsi 0:1:0:0: Set queue's max_sector to: 8192
[ 10.144417] scsi 0:1:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
[ 10.145724] scsi 0:0:1:0: Direct-Access ATA ST1000NM0033-9ZM GA06 PQ: 0 ANSI: 5
[ 10.146002] scsi 0:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221106000000), phy(6), device_name(0xc50050000d6b6555)
[ 10.146008] scsi 0:0:1:0: enclosure logical id (0x5c81f660d80bdf00), slot(1)
[ 10.146141] scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[ 10.146147] scsi 0:0:1:0: qdepth(32), tagged(1), scsi_level(6), cmd_que(1)
[ 10.150512] end_device-0:1: add: handle(0x0009), sas_addr(0x4433221106000000)
[ 10.155385] sd 0:1:0:0: [sda] 3904897024 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 10.155416] sd 0:1:0:0: [sda] Write Protect is off
[ 10.155419] sd 0:1:0:0: [sda] Mode Sense: 03 00 00 08
[ 10.155448] sd 0:1:0:0: [sda] No Caching mode page found
[ 10.155451] sd 0:1:0:0: [sda] Assuming drive cache: write through
[ 10.278993] sda: sda1 sda2 sda3
[ 10.279479] sd 0:1:0:0: [sda] Attached SCSI disk
[ 10.524910] md/raid1:md0: active with 1 out of 1 mirrors
[ 10.526117] md0: detected capacity change from 0 to 3841716736
[ 10.652362] device-mapper: uevent: version 1.0.3
[ 10.652455] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
[ 10.988459] raid6: sse2x4 gen() 14137 MB/s
[ 11.056458] raid6: sse2x2 gen() 17852 MB/s
[ 11.124458] raid6: sse2x1 gen() 14125 MB/s
[ 11.124459] raid6: using algorithm sse2x2 gen() 17852 MB/s
[ 11.192459] raid6: .... xor() 9701 MB/s, rmw enabled
[ 11.192460] raid6: using ssse3x2 recovery algorithm
[ 11.192797] xor: automatically using best checksumming function avx
[ 11.193023] async_tx: api initialized (async)
[ 11.316087] Btrfs loaded, zoned=yes, fsverity=yes
[ 11.488647] EXT4-fs (sda2): mounted filesystem 31e32b6d-9184-4ea0-9d74-bd86ef3f7cfa ro with ordered data mode. Quota mode: none.
[ 11.688582] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[ 12.311741] systemd[1]: Inserted module 'autofs4'
[ 12.389556] systemd[1]: systemd 252.36-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 12.389570] systemd[1]: Detected architecture x86-64.
[ 12.420303] systemd[1]: Hostname set to .
[ 12.875677] systemd[1]: /etc/systemd/system/rc-local.service:12: Support for option Sy**tartPriority= has been removed and it is ignored
[ 12.915116] systemd[1]: Configuration file /etc/systemd/system/nezha-agent.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 13.121639] systemd[1]: Queued start ** for default target graphical.target.
[ 13.157873] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[ 13.158595] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 13.159010] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 13.159426] systemd[1]: Created slice system-postgresql.slice - Slice /system/postgresql.
[ 13.159841] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 13.160159] systemd[1]: Created slice user.slice - User and Session Slice.
[ 13.160232] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 13.160291] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 13.160480] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 13.160510] systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...
[ 13.160527] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 13.160550] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 13.160610] systemd[1]: Reached target slices.target - Slice Units.
[ 13.160646] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 13.160661] systemd[1]: Reached target virt-guest-shutdown.target - Libvirt guests shutdown.
[ 13.160738] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 13.160864] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 13.165395] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 13.165561] systemd[1]: Listening on syslog.socket - Syslog Socket.
[ 13.165687] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 13.165758] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 13.166196] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 13.166330] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 13.166479] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 13.167313] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 13.167446] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 13.168385] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 13.169317] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 13.170262] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 13.171191] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 13.171324] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 13.171450] systemd[1]: Finished blk-availability.service - Availability of block devices.
[ 13.172772] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 13.173827] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 13.174732] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 13.175653] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 13.176934] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 13.177818] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 13.178824] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 13.179767] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 13.180926] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 13.181216] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 13.182735] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 13.256547] fuse: init (API version 7.41)
[ 13.289198] ACPI: bus type drm_connector registered
[ 13.296715] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 13.298020] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 13.298993] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 13.300701] systemd[1]: Started systemd-journald.service - Journal Service.
[ 13.303610] loop: module loaded
[ 13.337138] EXT4-fs (sda2): re-mounted 31e32b6d-9184-4ea0-9d74-bd86ef3f7cfa r/w. Quota mode: none.
[ 13.380242] systemd-journald[290]: Received client request to flush runtime journal.
[ 13.913568] scsi 0:0:0:0: Attached scsi generic sg0 type 0
[ 13.913651] sd 0:1:0:0: Attached scsi generic sg1 type 0
[ 13.916150] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[ 13.917734] scsi 0:0:1:0: Attached scsi generic sg2 type 0
[ 13.937152] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 13.960519] ACPI: button: Power Button [PWRF]
[ 13.962325] at24 0-0051: supply vcc not found, using dummy regulator
[ 13.963966] at24 0-0051: 256 byte spd EEPROM, read-only
[ 14.017550] IPMI message handler: version 39.2
[ 14.024151] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[ 14.024155] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 14.024156] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 14.042695] ipmi device interface
[ 14.050702] cryptd: max_cpu_qlen set to 1000
[ 14.071910] ipmi_si: IPMI System Interface driver
[ 14.071926] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[ 14.071929] ipmi_platform: ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0
[ 14.071931] ipmi_si: Adding SMBIOS-specified kcs state machine
[ 14.071970] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[ 14.072081] ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca8] regsize 1 spacing 4 irq 0
[ 14.072204] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[ 14.072208] ipmi_si: Adding ACPI-specified kcs state machine
[ 14.072251] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0
[ 14.089991] iTCO_vendor_support: vendor-support=0
[ 14.097986] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 14.130306] AES CTR mode by8 optimization enabled
[ 14.152005] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[ 14.152122] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[ 14.187236] mgag200 0000:03:03.0: vgaarb: deactivate vga console
[ 14.188669] Console: switching to colour dummy device 80x25
[ 14.191589] [drm] Initialized mgag200 1.0.0 for 0000:03:03.0 on minor 0
[ 14.194994] fbcon: mgag200drmfb (fb0) is primary device
[ 14.262386] Console: switching to colour frame buffer device 128x48
[ 14.311062] mgag200 0000:03:03.0: [drm] fb0: mgag200drmfb frame buffer device
[ 14.332631] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[ 14.488811] ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 14.525168] ipmi_ssif: IPMI SSIF Interface driver
[ 14.588318] audit: type=1400 audit(1748775639.547:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=582 comm="apparmor_parser"
[ 14.588385] audit: type=1400 audit(1748775639.547:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=583 comm="apparmor_parser"
[ 14.588389] audit: type=1400 audit(1748775639.547:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=583 comm="apparmor_parser"
[ 14.591418] audit: type=1400 audit(1748775639.551:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=598 comm="apparmor_parser"
[ 14.595897] audit: type=1400 audit(1748775639.555:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=585 comm="apparmor_parser"
[ 14.595918] audit: type=1400 audit(1748775639.555:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=585 comm="apparmor_parser"
[ 14.595920] audit: type=1400 audit(1748775639.555:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=585 comm="apparmor_parser"
[ 14.601152] intel_rapl_common: Found RAPL domain package
[ 14.601155] intel_rapl_common: Found RAPL domain core
[ 14.601161] intel_rapl_common: package-0:package:long_term locked by BIOS
[ 14.601163] intel_rapl_common: package-0:package:short_term locked by BIOS
[ 14.618361] audit: type=1400 audit(1748775639.579:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd" pid=599 comm="apparmor_parser"
[ 14.618365] audit: type=1400 audit(1748775639.579:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=599 comm="apparmor_parser"
[ 14.626004] audit: type=1400 audit(1748775639.587:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="tcpdump" pid=597 comm="apparmor_parser"
[ 14.777668] RPC: Registered named UNIX socket transport module.
[ 14.777672] RPC: Registered udp transport module.
[ 14.777673] RPC: Registered tcp transport module.
[ 14.777674] RPC: Registered tcp-with-tls transport module.
[ 14.777675] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 16.405101] openvswitch: Open vSwitch switching datapath
[ 16.893743] bnx2 0000:02:00.0 eno1: using MSIX
[ 16.953573] bnx2 0000:02:00.1 eno2: using MSIX
[ 16.984504] NET: Registered PF_QIPCRTR protocol family
[ 20.062467] bnx2 0000:02:00.0 eno1: NIC Copper Link is Up, 1000 Mbps full duplex
[ 23.814375] mpt3sas 0000:01:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM [ 25.054844] EXT4-fs (dm-0): stripe (4095) is not aligned with cluster size (16), stripe is disabled [ 25.147613] EXT4-fs (dm-0): mounted filesystem 107fdcfd-0108-431c-884e-b022f23e0218 r/w with ordered data mode. Quota mode: journalled. [ 25.502305] trim_trashbin_open [ 26.507195] show_signal: 4 callbacks suppressed [ 26.507200] traps: dlcenter[2016] trap int3 ip:562fc9974513 sp:7ffc5397d970 error:0 in dlcenter[176513,562fc9857000+122000] [ 26.517469] traps: finder_service[1997] trap int3 ip:55a60e2c5563 sp:7ffeee02a270 error:0 in finder_service[8b563,55a60e264000+6e000] [ 27.965215] audit: type=1400 audit(1748775652.927:16): apparmor=