linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 636 forks source link

"nvme list" command not listing the NVMe device information #2391

Open ganou2007 opened 4 days ago

ganou2007 commented 4 days ago

I have a system on Oracle Linux 9.X customized system unit ("uname -a" output:Linux AP6400-P1.0B-000387 5.15.0 #15 SMP PREEMPT Wed Jun 26 18:07:02 UTC 2024 x86_64 GNU/Linux), When commanded "nvme list"("nvme version" output: nvme version 2.4 (git 2.4),libnvme version 1.4 (git 1.4)), the output is blank as below:

Screenshot 2024-07-02 115519

But if the same NVMe SSD installed in another Oracle Linux 8.X desktop system (not customized, installed Linux OS from downloaded image in official website), the output was full of content for each item.

What would be missed in the first unit ? Thanks.

ganou2007 commented 4 days ago

"nvme list -v" command output:

image

ganou2007 commented 4 days ago

Command "nvme get-log /dev/nvme0 -l 1024" output as below:

image

igaw commented 4 days ago

Command "nvme get-log /dev/nvme0 -l 1024" output as below:

This is a low level function for retrieving log pages. Looks like your device doesn't support 'Supported Log Pages (0x00)`. You might need to select a different log pages, e.g 0x01 (Error Information).

Can you post the kernel messages from your Oracle Linux 9.X system. Does the kernel actually discover any nvme device?

ganou2007 commented 3 days ago

~ # dmesg [ 0.000000] Linux version 5.15.0 (gaou@cgbu-phx-533) (x86_64-redhat-linux-gcc.exe (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2.1.0.1), GNU ld version 2.35.2-42.0.1.el9) #15 SMP PREEMPT Wed Jun 26 18:07:02 UTC 2024 [ 0.000000] Command line: console=ttyS0,115200,n8 flags=0x40000011 hostname=AP6400-P1.0B-000387 wancom=10.196.35.11:255.255.240.0:10.196.32.1: loglevel=3 quiet crashkernel=256M default_hugepagesz=1G hugepagesz=1G hugepages=64 ip6wancom=% mitigations=off initramfs_async=0 intel_iommu=on iommu=pt i2c-i801.disable_features=0x10
[ 0.000000] x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000400-0x0000000000099fff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009a000-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000063eeffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000063ef0000-0x0000000065feffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000065ff0000-0x0000000066134fff] ACPI data [ 0.000000] BIOS-e820: [mem 0x0000000066135000-0x0000000068374fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000068375000-0x000000006cffefff] reserved [ 0.000000] BIOS-e820: [mem 0x000000006cfff000-0x000000006f7fffff] usable [ 0.000000] BIOS-e820: [mem 0x000000006f800000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed44fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000407fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] e820: update [mem 0x00100000-0x0010002f] usable ==> usable [ 0.000000] e820: update [mem 0x00100000-0x0010002f] usable ==> usable [ 0.000000] extended physical RAM map: [ 0.000000] reserve setup_data: [mem 0x0000000000000400-0x0000000000099fff] usable [ 0.000000] reserve setup_data: [mem 0x000000000009a000-0x000000000009ffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000010002f] usable [ 0.000000] reserve setup_data: [mem 0x0000000000100030-0x0000000063eeffff] usable [ 0.000000] reserve setup_data: [mem 0x0000000063ef0000-0x0000000065feffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000065ff0000-0x0000000066134fff] ACPI data [ 0.000000] reserve setup_data: [mem 0x0000000066135000-0x0000000068374fff] ACPI NVS [ 0.000000] reserve setup_data: [mem 0x0000000068375000-0x000000006cffefff] reserved [ 0.000000] reserve setup_data: [mem 0x000000006cfff000-0x000000006f7fffff] usable [ 0.000000] reserve setup_data: [mem 0x000000006f800000-0x000000008fffffff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000fed20000-0x00000000fed44fff] reserved [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000407fffffff] usable [ 0.000000] SMBIOS 3.5.0 present. [ 0.000000] DMI: Oracle Corp, Inc AP6400/AP6400, BIOS 5.28 02/23/2024 [ 0.000000] tsc: Detected 2100.000 MHz processor [ 0.000006] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000008] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000014] last_pfn = 0x4080000 max_arch_pfn = 0x400000000 [ 0.000166] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.002571] e820: update [mem 0x7f000000-0xffffffff] usable ==> reserved [ 0.002575] last_pfn = 0x6f800 max_arch_pfn = 0x400000000 [ 0.014978] found SMP MP-table at [mem 0x000fd020-0x000fd02f] [ 0.014986] Using GB pages for direct mapping [ 0.015269] ACPI: Early table checksum verification disabled [ 0.015271] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA) [ 0.015275] ACPI: XSDT 0x0000000068370728 0000EC (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.015280] ACPI: FACP 0x0000000066132000 000114 (v06 ALASKA A M I 01072009 INTL 20091013) [ 0.015286] ACPI: DSDT 0x000000006611B000 016E8B (v02 ALASKA A M I 01072009 INTL 20091013) [ 0.015289] ACPI: FACS 0x0000000068373000 000040 [ 0.015292] ACPI: FIDT 0x000000006611A000 00009C (v01 ALASKA A M I 01072009 AMI 00010013) [ 0.015295] ACPI: SSDT 0x0000000066134000 000409 (v02 INTEL xh_nccrb 00000000 INTL 20200430) [ 0.015298] ACPI: SSDT 0x0000000066133000 000748 (v02 INTEL RAS_ACPI 00000001 INTL 20200430) [ 0.015300] ACPI: ERST 0x0000000066119000 000230 (v01 ALASKA A M I 00000001 INTL 00000001) [ 0.015303] ACPI: BERT 0x0000000066118000 000030 (v01 ALASKA A M I 00000001 INTL 00000001) [ 0.015306] ACPI: SSDT 0x0000000066117000 000745 (v02 INTEL ADDRXLAT 00000001 INTL 20200430) [ 0.015309] ACPI: MCFG 0x0000000066116000 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) [ 0.015312] ACPI: BDAT 0x0000000066115000 000030 (v01 ALASKA A M I 00000000 INTL 20091013) [ 0.015315] ACPI: HMAT 0x0000000066114000 000D08 (v01 ALASKA A M I 00000001 INTL 20091013) [ 0.015317] ACPI: HPET 0x0000000066113000 000038 (v01 ALASKA A M I 00000001 INTL 20091013) [ 0.015320] ACPI: WDDT 0x0000000066112000 000040 (v01 ALASKA A M I 00000000 INTL 20091013) [ 0.015323] ACPI: WSMT 0x0000000066111000 000028 (v01 ALASKA A M I 00000000 INTL 20091013) [ 0.015326] ACPI: APIC 0x0000000066110000 00019E (v04 ALASKA A M I 00000000 INTL 20091013) [ 0.015328] ACPI: SLIT 0x000000006610F000 00002D (v01 ALASKA A M I 00000001 AMI 01000013) [ 0.015331] ACPI: SRAT 0x000000006610D000 0016B0 (v03 ALASKA A M I 00000002 AMI 01000013) [ 0.015334] ACPI: OEM4 0x00000000660AB000 061EE1 (v02 INTEL CPU CST 00003000 INTL 20200430) [ 0.015337] ACPI: OEM1 0x0000000066066000 044D89 (v02 INTEL CPU EIST 00003000 INTL 20200430) [ 0.015340] ACPI: OEM2 0x0000000066054000 011831 (v02 INTEL CPU HWP 00003000 INTL 20200430) [ 0.015342] ACPI: SSDT 0x0000000066036000 01D9A5 (v02 INTEL SSDT PM 00004000 INTL 20200430) [ 0.015345] ACPI: HEST 0x0000000066035000 00013C (v01 ALASKA A M I 00000001 INTL 00000001) [ 0.015348] ACPI: DMAR 0x0000000066034000 0000D8 (v01 ALASKA A M I 00000001 INTL 20091013) [ 0.015351] ACPI: FPDT 0x0000000066033000 000044 (v01 ALASKA A M I 01072009 AMI 01000013) [ 0.015354] ACPI: SPCR 0x0000000066032000 000050 (v02 ALASKA A M I 01072009 AMI 0005001C) [ 0.015356] ACPI: TPM2 0x0000000066031000 00004C (v04 ALASKA A M I 00000001 AMI 00000000) [ 0.015359] ACPI: Reserving FACP table memory at [mem 0x66132000-0x66132113] [ 0.015360] ACPI: Reserving DSDT table memory at [mem 0x6611b000-0x66131e8a] [ 0.015361] ACPI: Reserving FACS table memory at [mem 0x68373000-0x6837303f] [ 0.015362] ACPI: Reserving FIDT table memory at [mem 0x6611a000-0x6611a09b] [ 0.015362] ACPI: Reserving SSDT table memory at [mem 0x66134000-0x66134408] [ 0.015363] ACPI: Reserving SSDT table memory at [mem 0x66133000-0x66133747] [ 0.015364] ACPI: Reserving ERST table memory at [mem 0x66119000-0x6611922f] [ 0.015365] ACPI: Reserving BERT table memory at [mem 0x66118000-0x6611802f] [ 0.015365] ACPI: Reserving SSDT table memory at [mem 0x66117000-0x66117744] [ 0.015366] ACPI: Reserving MCFG table memory at [mem 0x66116000-0x6611603b] [ 0.015367] ACPI: Reserving BDAT table memory at [mem 0x66115000-0x6611502f] [ 0.015368] ACPI: Reserving HMAT table memory at [mem 0x66114000-0x66114d07] [ 0.015368] ACPI: Reserving HPET table memory at [mem 0x66113000-0x66113037] [ 0.015369] ACPI: Reserving WDDT table memory at [mem 0x66112000-0x6611203f] [ 0.015370] ACPI: Reserving WSMT table memory at [mem 0x66111000-0x66111027] [ 0.015371] ACPI: Reserving APIC table memory at [mem 0x66110000-0x6611019d] [ 0.015371] ACPI: Reserving SLIT table memory at [mem 0x6610f000-0x6610f02c] [ 0.015372] ACPI: Reserving SRAT table memory at [mem 0x6610d000-0x6610e6af] [ 0.015373] ACPI: Reserving OEM4 table memory at [mem 0x660ab000-0x6610cee0] [ 0.015374] ACPI: Reserving OEM1 table memory at [mem 0x66066000-0x660aad88] [ 0.015374] ACPI: Reserving OEM2 table memory at [mem 0x66054000-0x66065830] [ 0.015375] ACPI: Reserving SSDT table memory at [mem 0x66036000-0x660539a4] [ 0.015376] ACPI: Reserving HEST table memory at [mem 0x66035000-0x6603513b] [ 0.015377] ACPI: Reserving DMAR table memory at [mem 0x66034000-0x660340d7] [ 0.015377] ACPI: Reserving FPDT table memory at [mem 0x66033000-0x66033043] [ 0.015378] ACPI: Reserving SPCR table memory at [mem 0x66032000-0x6603204f] [ 0.015379] ACPI: Reserving TPM2 table memory at [mem 0x66031000-0x6603104b] [ 0.015400] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.015402] SRAT: PXM 0 -> APIC 0x01 -> Node 0 [ 0.015402] SRAT: PXM 0 -> APIC 0x02 -> Node 0 [ 0.015403] SRAT: PXM 0 -> APIC 0x03 -> Node 0 [ 0.015403] SRAT: PXM 0 -> APIC 0x04 -> Node 0 [ 0.015404] SRAT: PXM 0 -> APIC 0x05 -> Node 0 [ 0.015405] SRAT: PXM 0 -> APIC 0x06 -> Node 0 [ 0.015405] SRAT: PXM 0 -> APIC 0x07 -> Node 0 [ 0.015406] SRAT: PXM 0 -> APIC 0x08 -> Node 0 [ 0.015406] SRAT: PXM 0 -> APIC 0x09 -> Node 0 [ 0.015407] SRAT: PXM 0 -> APIC 0x0a -> Node 0 [ 0.015407] SRAT: PXM 0 -> APIC 0x0b -> Node 0 [ 0.015408] SRAT: PXM 0 -> APIC 0x0c -> Node 0 [ 0.015408] SRAT: PXM 0 -> APIC 0x0d -> Node 0 [ 0.015409] SRAT: PXM 0 -> APIC 0x0e -> Node 0 [ 0.015410] SRAT: PXM 0 -> APIC 0x0f -> Node 0 [ 0.015410] SRAT: PXM 0 -> APIC 0x10 -> Node 0 [ 0.015411] SRAT: PXM 0 -> APIC 0x11 -> Node 0 [ 0.015411] SRAT: PXM 0 -> APIC 0x12 -> Node 0 [ 0.015412] SRAT: PXM 0 -> APIC 0x13 -> Node 0 [ 0.015413] SRAT: PXM 0 -> APIC 0x14 -> Node 0 [ 0.015413] SRAT: PXM 0 -> APIC 0x15 -> Node 0 [ 0.015414] SRAT: PXM 0 -> APIC 0x16 -> Node 0 [ 0.015414] SRAT: PXM 0 -> APIC 0x17 -> Node 0 [ 0.015415] SRAT: PXM 0 -> APIC 0x18 -> Node 0 [ 0.015415] SRAT: PXM 0 -> APIC 0x19 -> Node 0 [ 0.015416] SRAT: PXM 0 -> APIC 0x1a -> Node 0 [ 0.015416] SRAT: PXM 0 -> APIC 0x1b -> Node 0 [ 0.015417] SRAT: PXM 0 -> APIC 0x1c -> Node 0 [ 0.015418] SRAT: PXM 0 -> APIC 0x1d -> Node 0 [ 0.015418] SRAT: PXM 0 -> APIC 0x1e -> Node 0 [ 0.015419] SRAT: PXM 0 -> APIC 0x1f -> Node 0 [ 0.015419] SRAT: PXM 0 -> APIC 0x20 -> Node 0 [ 0.015420] SRAT: PXM 0 -> APIC 0x21 -> Node 0 [ 0.015420] SRAT: PXM 0 -> APIC 0x22 -> Node 0 [ 0.015421] SRAT: PXM 0 -> APIC 0x23 -> Node 0 [ 0.015421] SRAT: PXM 0 -> APIC 0x24 -> Node 0 [ 0.015422] SRAT: PXM 0 -> APIC 0x25 -> Node 0 [ 0.015422] SRAT: PXM 0 -> APIC 0x26 -> Node 0 [ 0.015423] SRAT: PXM 0 -> APIC 0x27 -> Node 0 [ 0.015429] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff] [ 0.015431] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x407fffffff] [ 0.015434] NUMA: Initialized distance table, cnt=1 [ 0.015436] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x407fffffff] -> [mem 0x00000000-0x407fffffff] [ 0.015439] NODE_DATA(0) allocated [mem 0x407fffb000-0x407fffefff] [ 0.015447] Reserving 256MB of memory at 1328MB for crashkernel (System RAM: 261734MB) [ 0.015629] Zone ranges: [ 0.015630] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.015632] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.015633] Normal [mem 0x0000000100000000-0x000000407fffffff] [ 0.015634] Movable zone start for each node [ 0.015635] Early memory node ranges [ 0.015636] node 0: [mem 0x0000000000001000-0x0000000000099fff] [ 0.015637] node 0: [mem 0x0000000000100000-0x0000000063eeffff] [ 0.015638] node 0: [mem 0x000000006cfff000-0x000000006f7fffff] [ 0.015639] node 0: [mem 0x0000000100000000-0x000000407fffffff] [ 0.015656] Initmem setup node 0 [mem 0x0000000000001000-0x000000407fffffff] [ 0.015659] On node 0, zone DMA: 1 pages in unavailable ranges [ 0.015688] On node 0, zone DMA: 102 pages in unavailable ranges [ 0.018998] On node 0, zone DMA32: 37135 pages in unavailable ranges [ 0.491078] On node 0, zone Normal: 2048 pages in unavailable ranges [ 0.491309] ACPI: PM-Timer IO Port: 0x508 [ 0.491317] ACPI: X2APIC_NMI (uid[0xffffffff] high edge lint[0x1]) [ 0.491320] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.491338] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 [ 0.491341] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.491343] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.491346] ACPI: Using ACPI (MADT) for SMP configuration information [ 0.491347] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.491352] ACPI: SPCR: console: uart,io,0x5040,115200 [ 0.491353] TSC deadline timer available [ 0.491354] smpboot: Allowing 40 CPUs, 0 hotplug CPUs [ 0.491369] [mem 0x90000000-0xfed1ffff] available for PCI devices [ 0.491370] Booting paravirtualized kernel on bare hardware [ 0.491372] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.491378] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:40 nr_node_ids:1 [ 0.492823] percpu: Embedded 55 pages/cpu s187544 r8192 d29544 u262144 [ 0.492829] pcpu-alloc: s187544 r8192 d29544 u262144 alloc=1*2097152 [ 0.492832] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.492840] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 [ 0.492847] pcpu-alloc: [0] 32 33 34 35 36 37 38 39 [ 0.492871] Built 1 zonelists, mobility grouping on. Total pages: 65956948 [ 0.492873] Policy zone: Normal [ 0.492874] Kernel command line: console=ttyS0,115200,n8 flags=0x40000011 hostname=AP6400-P1.0B-000387 wancom=10.196.35.11:255.255.240.0:10.196.32.1: loglevel=3 quiet crashkernel=256M default_hugepagesz=1G hugepagesz=1G hugepages=64 ip6wancom=% mitigations=off initramfs_async=0 intel_iommu=on iommu=pt i2c-i801.disable_features=0x10
[ 0.493187] Unknown kernel command line parameters "flags=0x40000011 hostname=AP6400-P1.0B-000387 wancom=10.196.35.11:255.255.240.0:10.196.32.1: ip6wancom=% intel_iommu=on", will be passed to user space. [ 0.504625] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, linear) [ 0.510338] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear) [ 0.510881] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.927153] Memory: 195905608K/268016168K available (16393K kernel code, 5293K rwdata, 6436K rodata, 242476K init, 1936K bss, 72110304K reserved, 0K cma-reserved) [ 0.927469] rcu: Preemptible hierarchical RCU implementation. [ 0.927470] rcu: RCU event tracing is enabled. [ 0.927471] rcu: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=40. [ 0.927472] Trampoline variant of Tasks RCU enabled. [ 0.927473] Tracing variant of Tasks RCU enabled. [ 0.927474] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.927474] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=40 [ 0.928086] NR_IRQS: 8448, nr_irqs: 744, preallocated irqs: 16 [ 0.928767] Console: colour dummy device 80x25 [ 0.928793] printk: console [ttyS0] enabled [ 0.928827] ACPI: Core revision 20210730 [ 0.929529] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns [ 0.929575] APIC: Switch to symmetric I/O mode setup [ 0.929576] Switched APIC routing to physical flat. [ 0.930229] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.934556] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e4530a99b6, max_idle_ns: 440795257976 ns [ 0.934562] Calibrating delay loop (skipped), value calculated using timer frequency.. 4200.00 BogoMIPS (lpj=2100000) [ 0.934588] x86/tme: not enabled by BIOS [ 0.934595] CPU0: Thermal monitoring enabled (TM1) [ 0.934597] x86/cpu: User Mode Instruction Prevention (UMIP) activated [ 0.934715] process: using mwait in idle threads [ 0.934716] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.934717] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.934723] Spectre V2 : User space: Vulnerable [ 0.934724] Speculative Store Bypass: Vulnerable [ 0.934727] GDS: Vulnerable [ 0.934734] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.934735] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.934736] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.934737] x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask' [ 0.934737] x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256' [ 0.934738] x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256' [ 0.934738] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'

[ 0.934744] x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format. [ 0.957187] Freeing SMP alternatives memory: 44K [ 0.957190] pid_max: default: 40960 minimum: 320 [ 0.957264] LSM: Security Framework initializing [ 0.957521] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.957737] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.958038] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1365 [ 0.958048] smpboot: CPU0: Intel(R) Xeon(R) D-2798NT CPU @ 2.10GHz (family: 0x6, model: 0x6c, stepping: 0x1) [ 0.958171] Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver. [ 0.958182] ... version: 5 [ 0.958182] ... bit width: 48 [ 0.958183] ... generic registers: 8 [ 0.958183] ... value mask: 0000ffffffffffff [ 0.958184] ... max period: 00007fffffffffff [ 0.958185] ... fixed-purpose events: 4 [ 0.958185] ... event mask: 0001000f000000ff [ 0.958264] signal: max sigframe size: 3632 [ 0.958278] rcu: Hierarchical SRCU implementation. [ 0.958313] acme_proc_init() Initializing acme procfs system [ 0.958316] AP6400 platform detected! [ 0.958316] Decompressing initramfs, please wait... [ 0.959976] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.960311] smp: Bringing up secondary CPUs ... [ 0.960393] x86: Booting SMP configuration: [ 0.960394] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35 #36 #37 #38 #39 [ 1.307900] smp: Brought up 1 node, 40 CPUs [ 1.307900] smpboot: Max logical packages: 1 [ 1.307900] smpboot: Total of 40 processors activated (168000.00 BogoMIPS) [ 1.314806] devtmpfs: initialized [ 1.314806] x86/mm: Memory block size: 2048MB [ 1.315759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 1.315759] futex hash table entries: 16384 (order: 8, 1048576 bytes, linear) [ 1.316005] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 1.316153] thermal_sys: Registered thermal governor 'step_wise' [ 1.316154] thermal_sys: Registered thermal governor 'user_space' [ 1.316169] cpuidle: using governor ladder [ 1.316169] cpuidle: using governor menu [ 1.316576] ACPI: bus type PCI registered [ 1.316577] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 1.316589] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000) [ 1.316594] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820 [ 1.316600] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override. [ 1.316812] PCI: Using configuration type 1 for base access [ 1.317727] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 1.321562] HugeTLB: registered 1.00 GiB page size, pre-allocated 64 pages [ 1.321565] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 1.321566] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 1.321567] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 1.322611] ACPI: Added _OSI(Module Device) [ 1.322613] ACPI: Added _OSI(Processor Device) [ 1.322613] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.322614] ACPI: Added _OSI(Processor Aggregator Device) [ 1.322615] ACPI: Added _OSI(Linux-Dell-Video) [ 1.322616] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 1.322617] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 1.359697] ACPI: 5 ACPI AML tables successfully acquired and loaded [ 1.367853] ACPI: Dynamic OEM Table Load: [ 1.394328] ACPI: Dynamic OEM Table Load: [ 1.398647] ACPI: Dynamic OEM Table Load: [ 1.448318] ACPI: Interpreter enabled [ 1.448324] ACPI: PM: (supports S0 S5) [ 1.448325] ACPI: Using IOAPIC for interrupt routing [ 1.448347] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.452326] ACPI: Enabled 2 GPEs in block 00 to 7F [ 1.474629] ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-14]) [ 1.474635] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.475375] acpi PNP0A08:00: _OSC: platform does not support [AER LTR] [ 1.475471] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] [ 1.475876] PCI host bridge to bus 0000:00 [ 1.475877] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.475879] pci_bus 0000:00: root bus resource [io 0x1000-0x5fff window] [ 1.475880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.475881] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cffff window] [ 1.475882] pci_bus 0000:00: root bus resource [mem 0xfe010000-0xfe010fff window] [ 1.475883] pci_bus 0000:00: root bus resource [mem 0x90000000-0xa5ffffff window] [ 1.475885] pci_bus 0000:00: root bus resource [mem 0x20000000000-0x20fffffffff window] [ 1.475886] pci_bus 0000:00: root bus resource [bus 00-14] [ 1.475978] pci 0000:00:00.0: [8086:09a2] type 00 class 0x088000 [ 1.476147] pci 0000:00:00.1: [8086:09a4] type 00 class 0x088000 [ 1.476300] pci 0000:00:00.2: [8086:09a3] type 00 class 0x088000 [ 1.476451] pci 0000:00:00.3: [8086:09a5] type 00 class 0x088000 [ 1.476564] pci 0000:00:00.4: [8086:0998] type 00 class 0x060000 [ 1.476747] pci 0000:00:01.0: [8086:0b00] type 00 class 0x088000 [ 1.476757] pci 0000:00:01.0: reg 0x10: [mem 0x20fffab0000-0x20fffab3fff 64bit] [ 1.476919] pci 0000:00:01.1: [8086:0b00] type 00 class 0x088000 [ 1.476928] pci 0000:00:01.1: reg 0x10: [mem 0x20fffaac000-0x20fffaaffff 64bit] [ 1.477085] pci 0000:00:01.2: [8086:0b00] type 00 class 0x088000 [ 1.477094] pci 0000:00:01.2: reg 0x10: [mem 0x20fffaa8000-0x20fffaabfff 64bit] [ 1.477251] pci 0000:00:01.3: [8086:0b00] type 00 class 0x088000 [ 1.477261] pci 0000:00:01.3: reg 0x10: [mem 0x20fffaa4000-0x20fffaa7fff 64bit] [ 1.477417] pci 0000:00:01.4: [8086:0b00] type 00 class 0x088000 [ 1.477426] pci 0000:00:01.4: reg 0x10: [mem 0x20fffaa0000-0x20fffaa3fff 64bit] [ 1.477584] pci 0000:00:01.5: [8086:0b00] type 00 class 0x088000 [ 1.477594] pci 0000:00:01.5: reg 0x10: [mem 0x20fffa9c000-0x20fffa9ffff 64bit] [ 1.477750] pci 0000:00:01.6: [8086:0b00] type 00 class 0x088000 [ 1.477760] pci 0000:00:01.6: reg 0x10: [mem 0x20fffa98000-0x20fffa9bfff 64bit] [ 1.477917] pci 0000:00:01.7: [8086:0b00] type 00 class 0x088000 [ 1.477926] pci 0000:00:01.7: reg 0x10: [mem 0x20fffa94000-0x20fffa97fff 64bit] [ 1.478081] pci 0000:00:02.0: [8086:09a6] type 00 class 0x088000 [ 1.478089] pci 0000:00:02.0: reg 0x10: [mem 0xa5f80000-0xa5f81fff] [ 1.478234] pci 0000:00:02.1: [8086:09a7] type 00 class 0x088000 [ 1.478241] pci 0000:00:02.1: reg 0x10: [mem 0xa5f00000-0xa5f7ffff] [ 1.478246] pci 0000:00:02.1: reg 0x14: [mem 0xa5e80000-0xa5efffff] [ 1.478390] pci 0000:00:02.4: [8086:3456] type 00 class 0x130000 [ 1.478399] pci 0000:00:02.4: reg 0x10: [mem 0x20fff900000-0x20fff9fffff 64bit] [ 1.478406] pci 0000:00:02.4: reg 0x18: [mem 0x20fffa90000-0x20fffa93fff 64bit] [ 1.478412] pci 0000:00:02.4: reg 0x20: [mem 0x20fffa60000-0x20fffa7ffff 64bit] [ 1.478564] pci 0000:00:09.0: [8086:18a4] type 01 class 0x060400 [ 1.478583] pci 0000:00:09.0: reg 0x10: [mem 0x20fffa40000-0x20fffa5ffff 64bit] [ 1.478673] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold [ 1.478845] pci 0000:00:0f.0: [8086:18ac] type 00 class 0x088000 [ 1.478870] pci 0000:00:0f.0: reg 0x10: [mem 0x20fffab9000-0x20fffab93ff 64bit] [ 1.479125] pci 0000:00:10.0: [8086:18a8] type 01 class 0x060400 [ 1.479142] pci 0000:00:10.0: reg 0x10: [mem 0x20fffa20000-0x20fffa3ffff 64bit] [ 1.479223] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold [ 1.479382] pci 0000:00:14.0: [8086:18ad] type 01 class 0x060400 [ 1.479399] pci 0000:00:14.0: reg 0x10: [mem 0x20fffa00000-0x20fffa1ffff 64bit] [ 1.479481] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold [ 1.479647] pci 0000:00:18.0: [8086:18d3] type 00 class 0x078000 [ 1.479675] pci 0000:00:18.0: reg 0x10: [mem 0x20fffab8000-0x20fffab8fff 64bit] [ 1.479784] pci 0000:00:18.0: PME# supported from D3hot [ 1.479941] pci 0000:00:18.4: [8086:18d6] type 00 class 0x078000 [ 1.479969] pci 0000:00:18.4: reg 0x10: [mem 0x20fffab7000-0x20fffab7fff 64bit] [ 1.480077] pci 0000:00:18.4: PME# supported from D3hot [ 1.480228] pci 0000:00:1a.0: [8086:18d8] type 00 class 0x070002 [ 1.480245] pci 0000:00:1a.0: reg 0x10: [io 0x5040-0x5047] [ 1.480255] pci 0000:00:1a.0: reg 0x14: [mem 0xa5f84000-0xa5f840ff] [ 1.480469] pci 0000:00:1a.1: [8086:18d8] type 00 class 0x070002 [ 1.480486] pci 0000:00:1a.1: reg 0x10: [io 0x5030-0x5037] [ 1.480497] pci 0000:00:1a.1: reg 0x14: [mem 0xa5f83000-0xa5f830ff] [ 1.480730] pci 0000:00:1a.2: [8086:18d8] type 00 class 0x070002 [ 1.480747] pci 0000:00:1a.2: reg 0x10: [io 0x5020-0x5027] [ 1.480757] pci 0000:00:1a.2: reg 0x14: [mem 0xa5f82000-0xa5f820ff] [ 1.480968] pci 0000:00:1a.3: [8086:18d9] type 00 class 0xff0000 [ 1.481195] pci 0000:00:1d.0: [8086:0998] type 00 class 0x060000 [ 1.481457] pci 0000:00:1e.0: [8086:18d0] type 00 class 0x0c0330 [ 1.481478] pci 0000:00:1e.0: reg 0x10: [mem 0x20fffa80000-0x20fffa8ffff 64bit] [ 1.481554] pci 0000:00:1e.0: PME# supported from D3hot D3cold [ 1.481755] pci 0000:00:1f.0: [8086:18dc] type 00 class 0x060100 [ 1.481982] pci 0000:00:1f.4: [8086:18df] type 00 class 0x0c0500 [ 1.482005] pci 0000:00:1f.4: reg 0x10: [mem 0x20fffab6000-0x20fffab60ff 64bit] [ 1.482032] pci 0000:00:1f.4: reg 0x20: [io 0x5000-0x501f] [ 1.482177] pci 0000:00:1f.5: [8086:18e0] type 00 class 0x0c8000 [ 1.482196] pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff] [ 1.482415] pci 0000:00:1f.7: [8086:18e1] type 00 class 0x130000 [ 1.482434] pci 0000:00:1f.7: reg 0x10: [mem 0x20fff800000-0x20fff8fffff 64bit] [ 1.482448] pci 0000:00:1f.7: reg 0x18: [mem 0x20fff000000-0x20fff7fffff 64bit] [ 1.482461] pci 0000:00:1f.7: reg 0x20: [mem 0x20fffab4000-0x20fffab5fff 64bit] [ 1.482603] pci 0000:01:00.0: [1344:51c3] type 00 class 0x010802 [ 1.482627] pci 0000:01:00.0: reg 0x10: [mem 0xa5d40000-0xa5d7ffff 64bit] [ 1.482675] pci 0000:01:00.0: reg 0x30: [mem 0xa5d00000-0xa5d3ffff pref] [ 1.482760] pci 0000:01:00.0: PME# supported from D0 D1 D3hot [ 1.482808] pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:09.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link) [ 1.482871] pci 0000:00:09.0: PCI bridge to [bus 01] [ 1.482876] pci 0000:00:09.0: bridge window [mem 0xa5d00000-0xa5dfffff] [ 1.482952] pci 0000:02:00.0: [10ee:6400] type 00 class 0x058000 [ 1.482973] pci 0000:02:00.0: reg 0x10: [mem 0xa5c00000-0xa5c3ffff] [ 1.482986] pci 0000:02:00.0: reg 0x14: [mem 0xa5c40000-0xa5c4ffff] [ 1.483188] pci 0000:00:10.0: PCI bridge to [bus 02] [ 1.483193] pci 0000:00:10.0: bridge window [mem 0xa5c00000-0xa5cfffff] [ 1.483264] pci 0000:03:00.0: [11ab:d405] type 00 class 0x020000 [ 1.483286] pci 0000:03:00.0: reg 0x10: [mem 0x20ffc800000-0x20ffc8fffff 64bit pref] [ 1.483300] pci 0000:03:00.0: reg 0x18: [mem 0x20ff8000000-0x20ffbffffff 64bit pref] [ 1.483314] pci 0000:03:00.0: reg 0x20: [mem 0x20ffc000000-0x20ffc7fffff 64bit pref] [ 1.483375] pci 0000:03:00.0: supports D1 D2 [ 1.483451] pci 0000:00:14.0: PCI bridge to [bus 03] [ 1.483460] pci 0000:00:14.0: bridge window [mem 0x20ff8000000-0x20ffc8fffff 64bit pref] [ 1.483483] pci_bus 0000:00: on NUMA node 0 [ 1.483804] ACPI: PCI Root Bridge [PC01] (domain 0000 [bus 15-7f]) [ 1.483807] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.484422] acpi PNP0A08:01: _OSC: platform does not support [AER] [ 1.484583] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR] [ 1.484669] PCI host bridge to bus 0000:15 [ 1.484670] pci_bus 0000:15: root bus resource [io 0x6000-0x8fff window] [ 1.484672] pci_bus 0000:15: root bus resource [mem 0xa6000000-0xbb7fffff window] [ 1.484673] pci_bus 0000:15: root bus resource [mem 0x21000000000-0x21fffffffff window] [ 1.484674] pci_bus 0000:15: root bus resource [bus 15-7f] [ 1.484694] pci 0000:15:00.0: [8086:09a2] type 00 class 0x088000 [ 1.484779] pci 0000:15:00.1: [8086:09a4] type 00 class 0x088000 [ 1.484860] pci 0000:15:00.2: [8086:09a3] type 00 class 0x088000 [ 1.484941] pci 0000:15:00.3: [8086:09a5] type 00 class 0x088000 [ 1.485017] pci 0000:15:00.4: [8086:0998] type 00 class 0x060000 [ 1.485096] pci 0000:15:02.0: [8086:347a] type 01 class 0x060400 [ 1.485105] pci 0000:15:02.0: reg 0x10: [mem 0x21ffff00000-0x21ffff1ffff 64bit] [ 1.485144] pci 0000:15:02.0: PME# supported from D0 D3hot D3cold [ 1.485445] pci 0000:16:00.0: [8086:1521] type 00 class 0x020000 [ 1.485458] pci 0000:16:00.0: reg 0x10: [mem 0xbb640000-0xbb65ffff] [ 1.485471] pci 0000:16:00.0: reg 0x18: [io 0x8040-0x805f] [ 1.485478] pci 0000:16:00.0: reg 0x1c: [mem 0xbb668000-0xbb66bfff] [ 1.485562] pci 0000:16:00.0: PME# supported from D0 D3hot [ 1.485589] pci 0000:16:00.0: reg 0x184: [mem 0x21fffea0000-0x21fffea3fff 64bit pref] [ 1.485590] pci 0000:16:00.0: VF(n) BAR0 space: [mem 0x21fffea0000-0x21fffebffff 64bit pref] (contains BAR0 for 8 VFs) [ 1.485605] pci 0000:16:00.0: reg 0x190: [mem 0x21fffe80000-0x21fffe83fff 64bit pref] [ 1.485606] pci 0000:16:00.0: VF(n) BAR3 space: [mem 0x21fffe80000-0x21fffe9ffff 64bit pref] (contains BAR3 for 8 VFs) [ 1.485722] pci 0000:16:00.1: [8086:1521] type 00 class 0x020000 [ 1.485734] pci 0000:16:00.1: reg 0x10: [mem 0xbb620000-0xbb63ffff] [ 1.485747] pci 0000:16:00.1: reg 0x18: [io 0x8020-0x803f] [ 1.485754] pci 0000:16:00.1: reg 0x1c: [mem 0xbb664000-0xbb667fff] [ 1.485833] pci 0000:16:00.1: PME# supported from D0 D3hot [ 1.485855] pci 0000:16:00.1: reg 0x184: [mem 0x21fffe60000-0x21fffe63fff 64bit pref] [ 1.485856] pci 0000:16:00.1: VF(n) BAR0 space: [mem 0x21fffe60000-0x21fffe7ffff 64bit pref] (contains BAR0 for 8 VFs) [ 1.485871] pci 0000:16:00.1: reg 0x190: [mem 0x21fffe40000-0x21fffe43fff 64bit pref] [ 1.485872] pci 0000:16:00.1: VF(n) BAR3 space: [mem 0x21fffe40000-0x21fffe5ffff 64bit pref] (contains BAR3 for 8 VFs) [ 1.485978] pci 0000:16:00.2: [8086:1521] type 00 class 0x020000 [ 1.485990] pci 0000:16:00.2: reg 0x10: [mem 0xbb600000-0xbb61ffff] [ 1.486003] pci 0000:16:00.2: reg 0x18: [io 0x8000-0x801f] [ 1.486010] pci 0000:16:00.2: reg 0x1c: [mem 0xbb660000-0xbb663fff] [ 1.486089] pci 0000:16:00.2: PME# supported from D0 D3hot [ 1.486112] pci 0000:16:00.2: reg 0x184: [mem 0x21fffe20000-0x21fffe23fff 64bit pref] [ 1.486113] pci 0000:16:00.2: VF(n) BAR0 space: [mem 0x21fffe20000-0x21fffe3ffff 64bit pref] (contains BAR0 for 8 VFs) [ 1.486127] pci 0000:16:00.2: reg 0x190: [mem 0x21fffe00000-0x21fffe03fff 64bit pref] [ 1.486128] pci 0000:16:00.2: VF(n) BAR3 space: [mem 0x21fffe00000-0x21fffe1ffff 64bit pref] (contains BAR3 for 8 VFs) [ 1.486221] pci 0000:15:02.0: PCI bridge to [bus 16] [ 1.486223] pci 0000:15:02.0: bridge window [io 0x8000-0x8fff] [ 1.486225] pci 0000:15:02.0: bridge window [mem 0xbb600000-0xbb6fffff] [ 1.486228] pci 0000:15:02.0: bridge window [mem 0x21fffe00000-0x21fffefffff 64bit pref] [ 1.486233] pci_bus 0000:15: on NUMA node 0 [ 1.486301] ACPI: PCI Root Bridge [PC02] (domain 0000 [bus 80-87]) [ 1.486303] acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.486699] acpi PNP0A08:02: _OSC: platform does not support [AER] [ 1.486805] acpi PNP0A08:02: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR] [ 1.486878] PCI host bridge to bus 0000:80 [ 1.486879] pci_bus 0000:80: root bus resource [io 0x9000-0xbfff window] [ 1.486880] pci_bus 0000:80: root bus resource [mem 0xbb800000-0xd0ffffff window] [ 1.486882] pci_bus 0000:80: root bus resource [mem 0x22000000000-0x22fffffffff window] [ 1.486883] pci_bus 0000:80: root bus resource [bus 80-87] [ 1.486901] pci 0000:80:00.0: [8086:09a2] type 00 class 0x088000 [ 1.486983] pci 0000:80:00.1: [8086:09a4] type 00 class 0x088000 [ 1.487064] pci 0000:80:00.2: [8086:09a3] type 00 class 0x088000 [ 1.487143] pci 0000:80:00.3: [8086:09a5] type 00 class 0x088000 [ 1.487219] pci 0000:80:00.4: [8086:0998] type 00 class 0x060000 [ 1.487296] pci 0000:80:05.0: [8086:18da] type 01 class 0x060400 [ 1.487340] pci 0000:80:05.0: PME# supported from D0 D3hot D3cold [ 1.487436] pci 0000:81:00.0: [8086:18a0] type 00 class 0x0b4000 [ 1.487447] pci 0000:81:00.0: reg 0x10: [mem 0x22fff800000-0x22fffffffff 64bit pref] [ 1.487455] pci 0000:81:00.0: reg 0x18: [mem 0xd0d00000-0xd0d7ffff 64bit] [ 1.487462] pci 0000:81:00.0: reg 0x20: [mem 0xd0c00000-0xd0cfffff 64bit] [ 1.487520] pci 0000:81:00.0: reg 0x164: [mem 0xd0e00000-0xd0e00fff 64bit] [ 1.487521] pci 0000:81:00.0: VF(n) BAR0 space: [mem 0xd0e00000-0xd0e7ffff 64bit] (contains BAR0 for 128 VFs) [ 1.487528] pci 0000:81:00.0: reg 0x16c: [mem 0xd0d80000-0xd0d80fff 64bit] [ 1.487529] pci 0000:81:00.0: VF(n) BAR2 space: [mem 0xd0d80000-0xd0dfffff 64bit] (contains BAR2 for 128 VFs) [ 1.487769] pci 0000:80:05.0: PCI bridge to [bus 81] [ 1.487772] pci 0000:80:05.0: bridge window [mem 0xd0c00000-0xd0efffff] [ 1.487774] pci 0000:80:05.0: bridge window [mem 0x22fff800000-0x22fffffffff 64bit pref] [ 1.487780] pci_bus 0000:80: on NUMA node 0 [ 1.487823] ACPI: PCI Root Bridge [PC03] (domain 0000 [bus 88-8f]) [ 1.487825] acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.488251] acpi PNP0A08:03: _OSC: platform does not support [AER] [ 1.488355] acpi PNP0A08:03: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR] [ 1.488407] PCI host bridge to bus 0000:88 [ 1.488408] pci_bus 0000:88: root bus resource [io 0xc000-0xdfff window] [ 1.488410] pci_bus 0000:88: root bus resource [mem 0xd1000000-0xe67fffff window] [ 1.488411] pci_bus 0000:88: root bus resource [mem 0x23000000000-0x23fffffffff window] [ 1.488412] pci_bus 0000:88: root bus resource [bus 88-8f] [ 1.488421] pci 0000:88:00.0: [8086:09a2] type 00 class 0x088000 [ 1.488484] pci 0000:88:00.1: [8086:09a4] type 00 class 0x088000 [ 1.488546] pci 0000:88:00.2: [8086:09a3] type 00 class 0x088000 [ 1.488606] pci 0000:88:00.3: [8086:09a5] type 00 class 0x088000 [ 1.488665] pci 0000:88:00.4: [8086:0998] type 00 class 0x060000 [ 1.488728] pci 0000:88:04.0: [8086:18d1] type 01 class 0x060400 [ 1.488772] pci 0000:88:04.0: PME# supported from D0 D3hot D3cold [ 1.488885] pci 0000:89:00.0: [8086:188a] type 00 class 0x020000 [ 1.488894] pci 0000:89:00.0: reg 0x10: [mem 0x23ff0000000-0x23ff7ffffff 64bit pref] [ 1.488905] pci 0000:89:00.0: reg 0x1c: [mem 0x23ff8050000-0x23ff805ffff 64bit pref] [ 1.488913] pci 0000:89:00.0: reg 0x30: [mem 0xe6600000-0xe66fffff pref] [ 1.488947] pci 0000:89:00.0: PME# supported from D0 D3hot D3cold [ 1.489016] pci 0000:89:00.1: [8086:188a] type 00 class 0x020000 [ 1.489026] pci 0000:89:00.1: reg 0x10: [mem 0x23fe8000000-0x23fefffffff 64bit pref] [ 1.489036] pci 0000:89:00.1: reg 0x1c: [mem 0x23ff8040000-0x23ff804ffff 64bit pref] [ 1.489045] pci 0000:89:00.1: reg 0x30: [mem 0xe6500000-0xe65fffff pref] [ 1.489078] pci 0000:89:00.1: PME# supported from D0 D3hot D3cold [ 1.489137] pci 0000:89:00.4: [8086:188c] type 00 class 0x020000 [ 1.489147] pci 0000:89:00.4: reg 0x10: [mem 0x23fe0000000-0x23fe7ffffff 64bit pref] [ 1.489157] pci 0000:89:00.4: reg 0x1c: [mem 0x23ff8030000-0x23ff803ffff 64bit pref] [ 1.489165] pci 0000:89:00.4: reg 0x30: [mem 0xe6400000-0xe64fffff pref] [ 1.489198] pci 0000:89:00.4: PME# supported from D0 D3hot D3cold [ 1.489250] pci 0000:89:00.5: [8086:188c] type 00 class 0x020000 [ 1.489260] pci 0000:89:00.5: reg 0x10: [mem 0x23fd8000000-0x23fdfffffff 64bit pref] [ 1.489270] pci 0000:89:00.5: reg 0x1c: [mem 0x23ff8020000-0x23ff802ffff 64bit pref] [ 1.489279] pci 0000:89:00.5: reg 0x30: [mem 0xe6300000-0xe63fffff pref] [ 1.489311] pci 0000:89:00.5: PME# supported from D0 D3hot D3cold [ 1.489362] pci 0000:89:00.6: [8086:188c] type 00 class 0x020000 [ 1.489371] pci 0000:89:00.6: reg 0x10: [mem 0x23fd0000000-0x23fd7ffffff 64bit pref] [ 1.489382] pci 0000:89:00.6: reg 0x1c: [mem 0x23ff8010000-0x23ff801ffff 64bit pref] [ 1.489390] pci 0000:89:00.6: reg 0x30: [mem 0xe6200000-0xe62fffff pref] [ 1.489423] pci 0000:89:00.6: PME# supported from D0 D3hot D3cold [ 1.489473] pci 0000:89:00.7: [8086:188c] type 00 class 0x020000 [ 1.489483] pci 0000:89:00.7: reg 0x10: [mem 0x23fc8000000-0x23fcfffffff 64bit pref] [ 1.489494] pci 0000:89:00.7: reg 0x1c: [mem 0x23ff8000000-0x23ff800ffff 64bit pref] [ 1.489503] pci 0000:89:00.7: reg 0x30: [mem 0xe6100000-0xe61fffff pref] [ 1.489536] pci 0000:89:00.7: PME# supported from D0 D3hot D3cold [ 1.489607] pci 0000:88:04.0: PCI bridge to [bus 89] [ 1.489610] pci 0000:88:04.0: bridge window [mem 0xe6100000-0xe66fffff] [ 1.489613] pci 0000:88:04.0: bridge window [mem 0x23fc8000000-0x23ff80fffff 64bit pref] [ 1.489619] pci_bus 0000:88: on NUMA node 0 [ 1.489682] ACPI: PCI Root Bridge [PC05] (domain 0000 [bus 90-fa]) [ 1.489684] acpi PNP0A08:05: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.490154] acpi PNP0A08:05: _OSC: platform does not support [AER] [ 1.490302] acpi PNP0A08:05: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR] [ 1.490380] PCI host bridge to bus 0000:90 [ 1.490381] pci_bus 0000:90: root bus resource [io 0xe000-0xffff window] [ 1.490382] pci_bus 0000:90: root bus resource [mem 0xe6800000-0xfb7fffff window] [ 1.490383] pci_bus 0000:90: root bus resource [mem 0x24000000000-0x24fffffffff window] [ 1.490384] pci_bus 0000:90: root bus resource [bus 90-fa] [ 1.490401] pci 0000:90:00.0: [8086:09a2] type 00 class 0x088000 [ 1.490401] pci 0000:90:00.1: [8086:09a4] type 00 class 0x088000 [ 1.490401] pci 0000:90:00.2: [8086:09a3] type 00 class 0x088000 [ 1.490401] pci 0000:90:00.3: [8086:09a5] type 00 class 0x088000 [ 1.490401] pci 0000:90:00.4: [8086:0998] type 00 class 0x060000 [ 1.490401] pci_bus 0000:90: on NUMA node 0 [ 1.490401] ACPI: PCI Root Bridge [UC06] (domain 0000 [bus fe]) [ 1.490401] acpi PNP0A08:06: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.490401] acpi PNP0A08:06: _OSC: platform does not support [AER LTR] [ 1.490401] acpi PNP0A08:06: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] [ 1.490401] PCI host bridge to bus 0000:fe [ 1.490401] pci_bus 0000:fe: root bus resource [bus fe] [ 1.490401] pci 0000:fe:00.0: [8086:3450] type 00 class 0x088000 [ 1.490401] pci 0000:fe:00.1: [8086:3451] type 00 class 0x088000 [ 1.490401] pci 0000:fe:00.2: [8086:3452] type 00 class 0x088000 [ 1.490401] pci 0000:fe:00.3: [8086:0998] type 00 class 0x060000 [ 1.490401] pci 0000:fe:00.5: [8086:3455] type 00 class 0x088000 [ 1.490446] pci 0000:fe:0b.0: [8086:3448] type 00 class 0x088000 [ 1.490507] pci 0000:fe:0b.1: [8086:3448] type 00 class 0x088000 [ 1.490560] pci 0000:fe:0b.2: [8086:344b] type 00 class 0x088000 [ 1.490622] pci 0000:fe:0c.0: [8086:344a] type 00 class 0x110100 [ 1.490723] pci 0000:fe:0d.0: [8086:344a] type 00 class 0x110100 [ 1.490829] pci 0000:fe:1a.0: [8086:2880] type 00 class 0x110100 [ 1.490928] pci 0000:fe:1b.0: [8086:2880] type 00 class 0x110100 [ 1.491013] pci_bus 0000:fe: on NUMA node 0 [ 1.491051] ACPI: PCI Root Bridge [UC07] (domain 0000 [bus ff]) [ 1.491053] acpi PNP0A08:07: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3] [ 1.491133] acpi PNP0A08:07: _OSC: platform does not support [AER LTR] [ 1.491215] acpi PNP0A08:07: _OSC: OS now controls [PCIeHotplug PME PCIeCapability] [ 1.491268] PCI host bridge to bus 0000:ff [ 1.491269] pci_bus 0000:ff: root bus resource [bus ff] [ 1.491282] pci 0000:ff:00.0: [8086:344c] type 00 class 0x088000 [ 1.491355] pci 0000:ff:00.1: [8086:344c] type 00 class 0x088000 [ 1.491430] pci 0000:ff:00.2: [8086:344c] type 00 class 0x088000 [ 1.491507] pci 0000:ff:00.3: [8086:344c] type 00 class 0x088000 [ 1.491574] pci 0000:ff:00.4: [8086:344c] type 00 class 0x088000 [ 1.491647] pci 0000:ff:00.5: [8086:344c] type 00 class 0x088000 [ 1.491723] pci 0000:ff:00.6: [8086:344c] type 00 class 0x088000 [ 1.491795] pci 0000:ff:00.7: [8086:344c] type 00 class 0x088000 [ 1.491876] pci 0000:ff:01.0: [8086:344c] type 00 class 0x088000 [ 1.491961] pci 0000:ff:01.1: [8086:344c] type 00 class 0x088000 [ 1.492041] pci 0000:ff:01.2: [8086:344c] type 00 class 0x088000 [ 1.492118] pci 0000:ff:01.3: [8086:344c] type 00 class 0x088000 [ 1.492208] pci 0000:ff:0a.0: [8086:344d] type 00 class 0x088000 [ 1.492289] pci 0000:ff:0a.1: [8086:344d] type 00 class 0x088000 [ 1.492363] pci 0000:ff:0a.2: [8086:344d] type 00 class 0x088000 [ 1.492442] pci 0000:ff:0a.3: [8086:344d] type 00 class 0x088000 [ 1.492508] pci 0000:ff:0a.4: [8086:344d] type 00 class 0x088000 [ 1.492580] pci 0000:ff:0a.5: [8086:344d] type 00 class 0x088000 [ 1.492658] pci 0000:ff:0a.6: [8086:344d] type 00 class 0x088000 [ 1.492730] pci 0000:ff:0a.7: [8086:344d] type 00 class 0x088000 [ 1.492806] pci 0000:ff:0b.0: [8086:344d] type 00 class 0x088000 [ 1.492883] pci 0000:ff:0b.1: [8086:344d] type 00 class 0x088000 [ 1.492963] pci 0000:ff:0b.2: [8086:344d] type 00 class 0x088000 [ 1.493040] pci 0000:ff:0b.3: [8086:344d] type 00 class 0x088000 [ 1.493137] pci 0000:ff:1d.0: [8086:344f] type 00 class 0x088000 [ 1.493220] pci 0000:ff:1d.1: [8086:3457] type 00 class 0x088000 [ 1.493299] pci 0000:ff:1e.0: [8086:3458] type 00 class 0x088000 [ 1.493360] pci 0000:ff:1e.1: [8086:3459] type 00 class 0x088000 [ 1.493413] pci 0000:ff:1e.2: [8086:345a] type 00 class 0x088000 [ 1.493465] pci 0000:ff:1e.3: [8086:345b] type 00 class 0x088000 [ 1.493517] pci 0000:ff:1e.4: [8086:345c] type 00 class 0x088000 [ 1.493574] pci 0000:ff:1e.5: [8086:345d] type 00 class 0x088000 [ 1.493626] pci 0000:ff:1e.6: [8086:345e] type 00 class 0x088000 [ 1.493680] pci 0000:ff:1e.7: [8086:345f] type 00 class 0x088000 [ 1.493726] pci_bus 0000:ff: on NUMA node 0 [ 1.493786] ACPI: PCI: Interrupt link LNKA configured for IRQ 11 [ 1.493787] ACPI: PCI: Interrupt link LNKA disabled [ 1.493825] ACPI: PCI: Interrupt link LNKB configured for IRQ 10 [ 1.493826] ACPI: PCI: Interrupt link LNKB disabled [ 1.493864] ACPI: PCI: Interrupt link LNKC configured for IRQ 11 [ 1.493864] ACPI: PCI: Interrupt link LNKC disabled [ 1.493902] ACPI: PCI: Interrupt link LNKD configured for IRQ 11 [ 1.493902] ACPI: PCI: Interrupt link LNKD disabled [ 1.493939] ACPI: PCI: Interrupt link LNKE configured for IRQ 11 [ 1.493940] ACPI: PCI: Interrupt link LNKE disabled [ 1.493977] ACPI: PCI: Interrupt link LNKF configured for IRQ 11 [ 1.493978] ACPI: PCI: Interrupt link LNKF disabled [ 1.494015] ACPI: PCI: Interrupt link LNKG configured for IRQ 11 [ 1.494016] ACPI: PCI: Interrupt link LNKG disabled [ 1.494053] ACPI: PCI: Interrupt link LNKH configured for IRQ 11 [ 1.494054] ACPI: PCI: Interrupt link LNKH disabled [ 1.494580] vgaarb: loaded [ 1.494653] SCSI subsystem initialized [ 1.494662] libata version 3.00 loaded. [ 1.494662] ACPI: bus type USB registered [ 1.494662] usbcore: registered new interface driver usbfs [ 1.494662] usbcore: registered new interface driver hub [ 1.494662] usbcore: registered new device driver usb [ 1.494662] pps_core: LinuxPPS API ver. 1 registered [ 1.494662] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 1.494662] PTP clock support registered [ 1.494662] EDAC MC: Ver: 3.0.0 [ 1.495756] PCI: Using ACPI for IRQ routing [ 1.498331] PCI: pci_cache_line_size set to 64 bytes [ 1.498511] e820: reserve RAM buffer [mem 0x0009a000-0x0009ffff] [ 1.498513] e820: reserve RAM buffer [mem 0x63ef0000-0x63ffffff] [ 1.498514] e820: reserve RAM buffer [mem 0x6f800000-0x6fffffff] [ 1.498585] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 1.498591] hpet0: 8 comparators, 64-bit 24.000000 MHz counter [ 1.502585] clocksource: Switched to clocksource tsc-early [ 1.505888] pnp: PnP ACPI init [ 1.511961] system 00:01: [io 0x0500-0x05fe] has been reserved [ 1.511966] system 00:01: [io 0x0400-0x041f] has been reserved [ 1.511969] system 00:01: [mem 0xff000000-0xffffffff] has been reserved [ 1.512135] system 00:02: [io 0x0500-0x05fe] has been reserved [ 1.512137] system 00:02: [mem 0xfd000000-0xfd69ffff] has been reserved [ 1.512140] system 00:02: [mem 0xfd6f0000-0xfdffffff] could not be reserved [ 1.512142] system 00:02: [mem 0xfe000000-0xfe01ffff] could not be reserved [ 1.512144] system 00:02: [mem 0xfe200000-0xfe7fffff] has been reserved [ 1.512147] system 00:02: [mem 0xff000000-0xffffffff] has been reserved [ 1.512802] pnp: PnP ACPI: found 4 devices [ 1.519194] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.519254] NET: Registered PF_INET protocol family [ 1.519502] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 1.521416] tcp_listen_portaddr_hash hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 1.521633] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.521642] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 1.522114] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 1.522222] TCP: Hash tables configured (established 524288 bind 65536) [ 1.522274] UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 1.522487] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 1.522748] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.522765] pci 0000:00:09.0: PCI bridge to [bus 01] [ 1.522771] pci 0000:00:09.0: bridge window [mem 0xa5d00000-0xa5dfffff] [ 1.522779] pci 0000:00:10.0: PCI bridge to [bus 02] [ 1.522783] pci 0000:00:10.0: bridge window [mem 0xa5c00000-0xa5cfffff] [ 1.522789] pci 0000:00:14.0: PCI bridge to [bus 03] [ 1.522795] pci 0000:00:14.0: bridge window [mem 0x20ff8000000-0x20ffc8fffff 64bit pref] [ 1.522801] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 1.522803] pci_bus 0000:00: resource 5 [io 0x1000-0x5fff window] [ 1.522804] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 1.522805] pci_bus 0000:00: resource 7 [mem 0x000c8000-0x000cffff window] [ 1.522806] pci_bus 0000:00: resource 8 [mem 0xfe010000-0xfe010fff window] [ 1.522807] pci_bus 0000:00: resource 9 [mem 0x90000000-0xa5ffffff window] [ 1.522808] pci_bus 0000:00: resource 10 [mem 0x20000000000-0x20fffffffff window] [ 1.522810] pci_bus 0000:01: resource 1 [mem 0xa5d00000-0xa5dfffff] [ 1.522811] pci_bus 0000:02: resource 1 [mem 0xa5c00000-0xa5cfffff] [ 1.522812] pci_bus 0000:03: resource 2 [mem 0x20ff8000000-0x20ffc8fffff 64bit pref] [ 1.522857] pci 0000:15:02.0: PCI bridge to [bus 16] [ 1.522858] pci 0000:15:02.0: bridge window [io 0x8000-0x8fff] [ 1.522861] pci 0000:15:02.0: bridge window [mem 0xbb600000-0xbb6fffff] [ 1.522863] pci 0000:15:02.0: bridge window [mem 0x21fffe00000-0x21fffefffff 64bit pref] [ 1.522866] pci_bus 0000:15: resource 4 [io 0x6000-0x8fff window] [ 1.522867] pci_bus 0000:15: resource 5 [mem 0xa6000000-0xbb7fffff window] [ 1.522869] pci_bus 0000:15: resource 6 [mem 0x21000000000-0x21fffffffff window] [ 1.522870] pci_bus 0000:16: resource 0 [io 0x8000-0x8fff] [ 1.522871] pci_bus 0000:16: resource 1 [mem 0xbb600000-0xbb6fffff] [ 1.522872] pci_bus 0000:16: resource 2 [mem 0x21fffe00000-0x21fffefffff 64bit pref] [ 1.522888] pci 0000:80:05.0: PCI bridge to [bus 81] [ 1.522891] pci 0000:80:05.0: bridge window [mem 0xd0c00000-0xd0efffff] [ 1.522893] pci 0000:80:05.0: bridge window [mem 0x22fff800000-0x22fffffffff 64bit pref] [ 1.522897] pci_bus 0000:80: resource 4 [io 0x9000-0xbfff window] [ 1.522898] pci_bus 0000:80: resource 5 [mem 0xbb800000-0xd0ffffff window] [ 1.522899] pci_bus 0000:80: resource 6 [mem 0x22000000000-0x22fffffffff window] [ 1.522900] pci_bus 0000:81: resource 1 [mem 0xd0c00000-0xd0efffff] [ 1.522901] pci_bus 0000:81: resource 2 [mem 0x22fff800000-0x22fffffffff 64bit pref] [ 1.522907] pci 0000:88:04.0: PCI bridge to [bus 89] [ 1.522910] pci 0000:88:04.0: bridge window [mem 0xe6100000-0xe66fffff] [ 1.522912] pci 0000:88:04.0: bridge window [mem 0x23fc8000000-0x23ff80fffff 64bit pref] [ 1.522915] pci_bus 0000:88: resource 4 [io 0xc000-0xdfff window] [ 1.522916] pci_bus 0000:88: resource 5 [mem 0xd1000000-0xe67fffff window] [ 1.522917] pci_bus 0000:88: resource 6 [mem 0x23000000000-0x23fffffffff window] [ 1.522918] pci_bus 0000:89: resource 1 [mem 0xe6100000-0xe66fffff] [ 1.522919] pci_bus 0000:89: resource 2 [mem 0x23fc8000000-0x23ff80fffff 64bit pref] [ 1.522923] pci_bus 0000:90: resource 4 [io 0xe000-0xffff window] [ 1.522924] pci_bus 0000:90: resource 5 [mem 0xe6800000-0xfb7fffff window] [ 1.522925] pci_bus 0000:90: resource 6 [mem 0x24000000000-0x24fffffffff window] [ 1.523170] pci 0000:16:00.0: CLS mismatch (64 != 32), using 64 bytes [ 35.803745] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 35.803748] software IO TLB: mapped [mem 0x000000004f000000-0x0000000053000000] (64MB) [ 35.805092] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e4530a99b6, max_idle_ns: 440795257976 ns [ 35.805163] clocksource: Switched to clocksource tsc [ 35.810257] Initialise system trusted keyrings [ 35.810339] workingset: timestamp_bits=40 max_order=26 bucket_order=0 [ 35.836943] NET: Registered PF_ALG protocol family [ 35.836946] Key type asymmetric registered [ 35.836947] Asymmetric key parser 'x509' registered [ 35.836965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 35.836966] io scheduler mq-deadline registered [ 35.837516] pcieport 0000:00:09.0: PME: Signaling with IRQ 24 [ 35.837719] pcieport 0000:00:10.0: PME: Signaling with IRQ 25 [ 35.837917] pcieport 0000:00:14.0: PME: Signaling with IRQ 26 [ 35.838076] pcieport 0000:15:02.0: PME: Signaling with IRQ 27 [ 35.838197] pcieport 0000:80:05.0: PME: Signaling with IRQ 28 [ 35.838304] pcieport 0000:88:04.0: PME: Signaling with IRQ 29 [ 35.838467] IPMI message handler: version 39.2 [ 35.838479] ipmi device interface [ 35.838533] ipmi_si: IPMI System Interface driver [ 35.838588] ipmi_si: Unable to find any System Interface(s) [ 35.838594] IPMI Watchdog: driver initialized [ 35.838596] IPMI poweroff: Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sysreboot [ 35.841876] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 35.843269] ACPI: button: Power Button [PWRF] [ 35.843372] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1365 [ 35.843421] Monitor-Mwait will be used to enter C-1 state [ 35.843427] Monitor-Mwait will be used to enter C-2 state [ 35.843431] ACPI: _SB.SCK0.C000: Found 2 idle states [ 35.843586] ACPI: _SB.SCK0.C001: Found 2 idle states [ 35.843734] ACPI: _SB.SCK0.C002: Found 2 idle states [ 35.843881] ACPI: _SB.SCK0.C003: Found 2 idle states [ 35.844030] ACPI: _SB.SCK0.C004: Found 2 idle states [ 35.844174] ACPI: _SB.SCK0.C005: Found 2 idle states [ 35.844324] ACPI: _SB.SCK0.C006: Found 2 idle states [ 35.844468] ACPI: _SB.SCK0.C007: Found 2 idle states [ 35.844611] ACPI: _SB.SCK0.C008: Found 2 idle states [ 35.844756] ACPI: _SB.SCK0.C009: Found 2 idle states [ 35.844899] ACPI: _SB.SCK0.C00A: Found 2 idle states [ 35.845044] ACPI: _SB.SCK0.C00B: Found 2 idle states [ 35.845191] ACPI: _SB.SCK0.C00C: Found 2 idle states [ 35.845338] ACPI: _SB.SCK0.C00D: Found 2 idle states [ 35.845481] ACPI: _SB.SCK0.C00E: Found 2 idle states [ 35.845625] ACPI: _SB.SCK0.C00F: Found 2 idle states [ 35.845774] ACPI: _SB.SCK0.C010: Found 2 idle states [ 35.845922] ACPI: _SB.SCK0.C011: Found 2 idle states [ 35.846067] ACPI: _SB.SCK0.C012: Found 2 idle states [ 35.846217] ACPI: _SB.SCK0.C013: Found 2 idle states [ 35.846357] ACPI: _SB.SCK0.C014: Found 2 idle states [ 35.846494] ACPI: _SB.SCK0.C015: Found 2 idle states [ 35.846639] ACPI: _SB.SCK0.C016: Found 2 idle states [ 35.846783] ACPI: _SB.SCK0.C017: Found 2 idle states [ 35.846926] ACPI: _SB.SCK0.C018: Found 2 idle states [ 35.847068] ACPI: _SB.SCK0.C019: Found 2 idle states [ 35.847212] ACPI: _SB.SCK0.C01A: Found 2 idle states [ 35.847359] ACPI: _SB.SCK0.C01B: Found 2 idle states [ 35.847505] ACPI: _SB.SCK0.C01C: Found 2 idle states [ 35.847648] ACPI: _SB.SCK0.C01D: Found 2 idle states [ 35.847792] ACPI: _SB.SCK0.C01E: Found 2 idle states [ 35.847933] ACPI: _SB.SCK0.C01F: Found 2 idle states [ 35.848077] ACPI: _SB.SCK0.C020: Found 2 idle states [ 35.848220] ACPI: _SB.SCK0.C021: Found 2 idle states [ 35.848367] ACPI: _SB.SCK0.C022: Found 2 idle states [ 35.848511] ACPI: _SB.SCK0.C023: Found 2 idle states [ 35.848658] ACPI: _SB.SCK0.C024: Found 2 idle states [ 35.848802] ACPI: _SB.SCK0.C025: Found 2 idle states [ 35.848947] ACPI: _SB.SCK0.C026: Found 2 idle states [ 35.849089] ACPI: _SB_.SCK0.C027: Found 2 idle states [ 35.849340] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 35.849843] printk: console [ttyS0] disabled [ 35.849851] 0000:00:1a.0: ttyS0 at MMIO 0xa5f84000 (irq = 30, base_baud = 115200) is a TI16750 [ 35.854756] printk: console [ttyS0] enabled [ 35.856742] 0000:00:1a.1: ttyS1 at MMIO 0xa5f83000 (irq = 31, base_baud = 115200) is a TI16750 [ 35.858631] 0000:00:1a.2: ttyS2 at MMIO 0xa5f82000 (irq = 32, base_baud = 115200) is a TI16750 [ 35.865622] loop: module loaded [ 35.865680] Guest personality initialized and is inactive [ 35.865704] VMCI host device registered (name=vmci, major=10, minor=126) [ 35.865706] Initialized host personality [ 35.865880] Loading iSCSI transport class v2.0-870. [ 35.866214] Loading Adaptec I2O RAID: Version 2.4 Build 5go [ 35.866216] Detecting Adaptec I2O RAID controllers... [ 35.866402] Adaptec aacraid driver 1.2.1[50983]-custom [ 35.866452] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [ 35.866715] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006) [ 35.866740] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006) [ 35.866767] megasas: 07.725.01.00-rc1 [ 35.866806] mpt3sas version 43.100.00.00 loaded [ 35.866962] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 35.866987] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 35.867014] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017) [ 35.867050] RocketRAID 3xxx/4xxx Controller driver v1.10.0 [ 35.867080] stex: Promise SuperTrak EX Driver version: 6.02.0000.01 [ 35.867122] VMware PVSCSI driver - version 1.0.7.0-k [ 35.867148] st: Version 20160209, fixed bufsize 32768, s/g segs 256 [ 35.867830] nvme nvme0: pci function 0000:01:00.0 [ 35.869465] tun: Universal TUN/TAP device driver, 1.6 [ 35.869904] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) [ 35.870930] e100: Intel(R) PRO/100 Network Driver [ 35.870932] e100: Copyright(c) 1999-2006 Intel Corporation [ 35.870949] e1000: Intel(R) PRO/1000 Network Driver [ 35.870950] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 35.870966] ixgb: Intel(R) PRO/10GbE Network Driver [ 35.870967] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 35.870978] jme: JMicron JMC2XX ethernet driver version 1.0.8 [ 35.871001] sky2: driver version 1.30 [ 35.871015] myri10ge: Version 1.5.3-1.534 [ 35.871027] ns83820.c: National Semiconductor DP83820 10/100/1000 driver. [ 35.871047] QLogic 1/10 GbE Converged/Intelligent Ethernet Driver v5.3.66 [ 35.871061] QLogic/NetXen Network Driver v4.0.82 [ 35.871097] tehuti: Tehuti Networks(R) Network Driver, 7.29.3 [ 35.871098] tehuti: Options: hw_csum [ 35.871124] VMware vmxnet3 virtual NIC driver - version 1.6.0.0-k-NAPI [ 35.871142] usbcore: registered new interface driver asix [ 35.871150] usbcore: registered new interface driver ax88179_178a [ 35.871155] usbcore: registered new interface driver cdc_ether [ 35.871159] usbcore: registered new interface driver cdc_eem [ 35.871164] usbcore: registered new interface driver plusb [ 35.871173] usbcore: registered new interface driver r8153_ecm [ 35.871175] Fusion MPT base driver 3.04.20 [ 35.871176] Copyright (c) 1999-2008 LSI Corporation [ 35.871178] Fusion MPT SPI Host driver 3.04.20 [ 35.871190] Fusion MPT FC Host driver 3.04.20 [ 35.871204] Fusion MPT SAS Host driver 3.04.20 [ 35.871436] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 35.871442] ehci-pci: EHCI PCI platform driver [ 35.871495] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 35.871506] ohci-pci: OHCI PCI platform driver [ 35.871545] uhci_hcd: USB Universal Host Controller Interface driver [ 35.871784] xhci_hcd 0000:00:1e.0: xHCI Host Controller [ 35.871888] xhci_hcd 0000:00:1e.0: new USB bus registered, assigned bus number 1 [ 35.872958] xhci_hcd 0000:00:1e.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 [ 35.873140] xhci_hcd 0000:00:1e.0: xHCI Host Controller [ 35.873166] xhci_hcd 0000:00:1e.0: new USB bus registered, assigned bus number 2 [ 35.873168] xhci_hcd 0000:00:1e.0: Host supports USB 3.0 SuperSpeed [ 35.873289] hub 1-0:1.0: USB hub found [ 35.873300] hub 1-0:1.0: 6 ports detected [ 35.873634] hub 2-0:1.0: USB hub found [ 35.873643] hub 2-0:1.0: 4 ports detected [ 35.873913] usbcore: registered new interface driver usb-storage [ 35.873982] i8042: PNP: No PS/2 controller found. [ 35.873985] hv_vmbus: registering driver hyperv_keyboard [ 35.874076] mousedev: PS/2 mouse device common for all mice [ 35.874164] rtc_cmos 00:00: RTC can wake from S4 [ 35.874750] rtc_cmos 00:00: registered as rtc0 [ 35.874851] rtc_cmos 00:00: setting system clock to 2024-06-26T17:21:36 UTC (1719422496) [ 35.874900] rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram [ 35.874935] i2c_dev: i2c /dev entries driver [ 35.875175] i801_smbus 0000:00:1f.4: Interrupt disabled by user [ 35.875241] i801_smbus 0000:00:1f.4: SMBus using polling [ 35.877032] i2c i2c-0: 4/8 memory slots populated (from DMI) [ 35.877034] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD [ 35.899125] iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400) [ 35.899581] iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 35.899621] iTCO_vendor_support: vendor-support=0 [ 35.899899] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com [ 35.900364] intel_pstate: HWP enabled by BIOS [ 35.900370] intel_pstate: Intel P-state driver initializing [ 35.908069] intel_pstate: HWP enabled [ 35.908384] usbcore: registered new interface driver usbhid [ 35.908385] usbhid: USB HID core driver [ 35.908417] Hey! cov_hook got initialized! [ 35.908417] Acme Packet 6300 Pegasus Module (acme_pegasus_cpld) - version 1.0 [ 35.908418] Copyright (c) 2012,2014 Oracle Inc. [ 35.908419] $vinfo.vinfo ImageName=acme_6300_cpld.ko ModuleVersion=1.0.0 Platform=x86_64-prod Debug=false BuildDate=06/26/2024 BuildTime=04:44:57 User=gaou Machine=cgbu-phx-533 BuildDir=/home/gaou/cc/gaou_COBRA_OL9_DIAGS_2/linux/kernel/make/usbc_gnu_64/build/x86_64-prod View=/home/gaou/cc/gaou_COBRA_OL9_DIAGS_2 Version=TCZ4.0.0 vinfo.vinfo$ [ 35.908420] pegasus_init() Registering Pegasus with PCI driver system [ 35.908435] genericSfpPhyModuleInit() Generic SFP PHY module installed [ 35.908436] acmeProcRequestModuleDir() No existing proc dir found for location 0, creating one [ 35.908438] acmeProcRequestModuleDir() Created location 0 at mainboard [ 35.908458] hotswap_init() Initializing the Hotswap Detection Module device driver [ 35.908474] Acme Packet 6400 HAL Module (hal_fpga) - version 1.0 [ 35.908475] Copyright (c) 2022 Oracle Inc. [ 35.908476] $vinfo.vinfo ImageName=acme_hal_fpga.ko ModuleVersion=1.0.0 Platform=x86_64-prod Debug=false BuildDate=06/26/2024 BuildTime=04:45:04 User=gaou Machine=cgbu-phx-533 BuildDir=/home/gaou/cc/gaou_COBRA_OL9_DIAGS_2/linux/kernel/make/usbc_gnu_64/build/x86_64-prod View=/home/gaou/cc/gaou_COBRA_OL9_DIAGS_2 Version=TCZ4.0.0 vinfo.vinfo$ [ 35.908477] hal_init() Registering HAL with PCI driver system [ 35.908492] hal_probe() Creating driver for Vendor=0x10ee Device=0x6400 [ 35.908525] hal_probe() Creating /proc/acme/mainboard/hal_device [ 35.908526] acmeProcRequestModuleDir() Existing proc dir found for location 0 [ 35.908602] hal_probe() Created hwmon element hal_fpga [ 35.923434] nvme nvme0: 40/0/0 default/read/poll queues [ 35.927890] nvme0n1: p1 p2 [ 37.880256] hal_probe() Created procfs element deviceAccess [ 37.880258] hal_probe() Created procfs element resource [ 37.880258] hal_probe() Created driver for Vendor=0x10ee Device=0x6400 [ 37.880259] hal_probe() ioHalPhysAddr=0xa5c40000 [ 37.880260] hal_probe() ioHalPhysAddrLen=0x10000 [ 37.880261] hal_probe() memHalBaseAddr=000000002787515d [ 37.880262] hal_probe() ioHalAxiPhysAddr=0xa5c00000 [ 37.880263] hal_probe() ioHalAxiPhysAddrLen=0x40000 [ 37.880263] hal_probe() memHalAxiBaseAddr=00000000f5f553a7 [ 37.880348] Initializing AP6400 i2c platform... [ 37.881283] at24 0-0051: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 37.881290] i2c_nvmem_find_and_read2: scanning for device 0-0051 [ 37.881291] nvmem_match: found matching device: 0-0051 [ 37.884802] Initializing AP6400 i2c MUX 1... [ 37.889971] i2c i2c-0: Added multiplexed i2c bus 10 [ 37.890160] i2c i2c-0: Added multiplexed i2c bus 11 [ 37.890421] i2c i2c-0: Added multiplexed i2c bus 12 [ 37.890665] i2c i2c-0: Added multiplexed i2c bus 13 [ 37.890900] i2c i2c-0: Added multiplexed i2c bus 14 [ 37.891131] i2c i2c-0: Added multiplexed i2c bus 15 [ 37.891134] pca954x 0-0071: registered 6 multiplexed busses for I2C switch pca9548 [ 37.891917] i2c i2c-0: Added multiplexed i2c bus 16 [ 37.892154] i2c i2c-0: Added multiplexed i2c bus 17 [ 37.892447] i2c i2c-0: Added multiplexed i2c bus 18 [ 37.892712] i2c i2c-0: Added multiplexed i2c bus 19 [ 37.892969] i2c i2c-0: Added multiplexed i2c bus 20 [ 37.893236] i2c i2c-0: Added multiplexed i2c bus 21 [ 37.893239] pca954x 0-0072: registered 6 multiplexed busses for I2C switch pca9548 [ 37.893998] i2c i2c-0: Added multiplexed i2c bus 22 [ 37.894212] i2c i2c-0: Added multiplexed i2c bus 23 [ 37.894254] i2c i2c-0: Added multiplexed i2c bus 24 [ 37.894550] i2c i2c-0: Added multiplexed i2c bus 25 [ 37.894775] i2c i2c-0: Added multiplexed i2c bus 26 [ 37.894998] i2c i2c-0: Added multiplexed i2c bus 27 [ 37.895001] pca954x 0-0073: registered 6 multiplexed busses for I2C switch pca9548 [ 37.895010] acme_i2c_platform_init: DSP 1 is present [ 37.898270] at24 11-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.898283] I2C Segment #11: DSP 1 EEPROM initialized [ 37.898284] acme_i2c_platform_init: DSP 2 is present [ 37.901269] at24 12-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.901281] I2C Segment #12: DSP 2 EEPROM initialized [ 37.901282] acme_i2c_platform_init: DSP 3 is present [ 37.904271] at24 13-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.904283] I2C Segment #13: DSP 3 EEPROM initialized [ 37.904284] acme_i2c_platform_init: DSP 4 is present [ 37.907273] at24 14-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.907285] I2C Segment #14: DSP 4 EEPROM initialized [ 37.907286] acme_i2c_platform_init: DSP 5 is present [ 37.910272] at24 15-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.910284] I2C Segment #15: DSP 5 EEPROM initialized [ 37.910286] acme_i2c_platform_init: DSP 6 is present [ 37.913270] at24 16-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.913282] I2C Segment #16: DSP 6 EEPROM initialized [ 37.913283] acme_i2c_platform_init: DSP 7 is present [ 37.916270] at24 17-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.916282] I2C Segment #17: DSP 7 EEPROM initialized [ 37.916283] acme_i2c_platform_init: DSP 8 is present [ 37.919270] at24 18-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.919282] I2C Segment #18: DSP 8 EEPROM initialized [ 37.919283] acme_i2c_platform_init: DSP 9 is present [ 37.922274] at24 19-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.922285] I2C Segment #19: DSP 9 EEPROM initialized [ 37.922287] acme_i2c_platform_init: DSP 10 is present [ 37.925275] at24 20-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.925286] I2C Segment #20: DSP 10 EEPROM initialized [ 37.925287] acme_i2c_platform_init: DSP 11 is present [ 37.928274] at24 21-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.928285] I2C Segment #21: DSP 11 EEPROM initialized [ 37.928286] acme_i2c_platform_init: DSP 12 is present [ 37.931270] at24 22-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.931282] I2C Segment #22: DSP 12 EEPROM initialized [ 37.931283] acme_i2c_platform_init: DSP 13 is present [ 37.934272] at24 23-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.934284] I2C Segment #23: DSP 13 EEPROM initialized [ 37.934285] acme_i2c_platform_init: DSP 14 is present [ 37.937269] at24 24-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.937280] I2C Segment #24: DSP 14 EEPROM initialized [ 37.937281] acme_i2c_platform_init: DSP 15 is present [ 37.940270] at24 25-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.940281] I2C Segment #25: DSP 15 EEPROM initialized [ 37.940282] acme_i2c_platform_init: DSP 16 is present [ 37.943271] at24 26-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.943282] I2C Segment #26: DSP 16 EEPROM initialized [ 37.943283] acme_i2c_platform_init: DSP 17 is present [ 37.946272] at24 27-0050: 65536 byte 24c512 EEPROM, writable, 32 bytes/write [ 37.946283] I2C Segment #27: DSP 17 EEPROM initialized [ 37.946284] Finished with I2C initialization [ 37.946285] Initializing AP6400 mainboard proc fs tree... [ 37.951818] acmeProcRequestModuleDir() Existing proc dir found for location 0 [ 37.951833] hv_utils: Registering HyperV Utility Driver [ 37.951834] hv_vmbus: registering driver hv_utils [ 37.951835] hv_vmbus: registering driver hv_balloon [ 37.951851] GACT probability NOT on [ 37.951852] Mirror/redirect action on [ 37.952495] xt_time: kernel timezone is -0000 [ 37.952531] IPv4 over IPsec tunneling driver [ 37.952624] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully [ 37.952629] Initializing XFRM netlink socket [ 37.952676] NET: Registered PF_INET6 protocol family [ 37.953357] Segment Routing with IPv6 [ 37.953365] In-situ OAM (IOAM) with IPv6 [ 37.953478] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 37.953596] NET: Registered PF_PACKET protocol family [ 37.953599] NET: Registered PF_KEY protocol family [ 37.953599] 8021q: 802.1Q VLAN Support v1.8 [ 37.953609] Key type dns_resolver registered [ 37.953842] NET: Registered PF_VSOCK protocol family [ 37.963127] IPI shorthand broadcast: enabled [ 37.963145] sched_clock: Marking stable (37962860584, 223969)->(38346145151, -383060598) [ 37.964083] registered taskstats version 1 [ 37.964091] Loading compiled-in X.509 certificates [ 37.967637] Loaded X.509 cert 'Build time autogenerated kernel key: 3e182e3481c688b8d79101524ef89aac86c698c4' [ 38.012022] Freeing unused kernel image (initmem) memory: 242476K [ 38.016329] Write protecting the kernel read-only data: 26624k [ 38.016814] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 38.017092] Freeing unused kernel image (rodata/data gap) memory: 1756K [ 38.017097] rodata_test: all tests were successful [ 38.017102] Run /init as init process [ 38.017103] with arguments: [ 38.017103] /init [ 38.017104] with environment: [ 38.017104] HOME=/ [ 38.017105] TERM=linux [ 38.017105] flags=0x40000011 [ 38.017106] hostname=AP6400-P1.0B-000387 [ 38.017106] wancom=10.196.35.11:255.255.240.0:10.196.32.1: [ 38.017107] ip6wancom=% [ 38.017107] intel_iommu=on [ 39.131389] igb: module verification failed: signature and/or required key missing - tainting kernel [ 39.132678] igb: Intel(R) Gigabit Ethernet Network Driver [ 39.132679] igb: Copyright (c) 2007-2014 Intel Corporation. [ 39.187379] igb 0000:16:00.0: added PHC on eth0 [ 39.187393] igb 0000:16:00.0: Intel(R) Gigabit Ethernet Network Connection [ 39.187394] igb 0000:16:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:08:25:9e:7b:03 [ 39.187469] igb 0000:16:00.0: eth0: PBA No: 106300-000 [ 39.187471] igb 0000:16:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 39.242137] igb 0000:16:00.1: added PHC on eth1 [ 39.242149] igb 0000:16:00.1: Intel(R) Gigabit Ethernet Network Connection [ 39.242150] igb 0000:16:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:08:25:9e:7b:04 [ 39.242228] igb 0000:16:00.1: eth1: PBA No: 106300-000 [ 39.242229] igb 0000:16:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 39.297129] igb 0000:16:00.2: added PHC on eth2 [ 39.297142] igb 0000:16:00.2: Intel(R) Gigabit Ethernet Network Connection [ 39.297143] igb 0000:16:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 00:08:25:9e:7b:05 [ 39.297217] igb 0000:16:00.2: eth2: PBA No: 106300-000 [ 39.297218] igb 0000:16:00.2: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 39.299464] e1000e: Intel(R) PRO/1000 Network Driver [ 39.299465] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 39.301669] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver [ 39.301670] ixgbe: Copyright (c) 1999-2016 Intel Corporation. [ 39.304107] i40e: Intel(R) Ethernet Connection XL710 Network Driver [ 39.304108] i40e: Copyright (c) 2013 - 2019 Intel Corporation. [ 39.314693] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver [ 39.314695] ixgbevf: Copyright (c) 2009 - 2018 Intel Corporation. [ 39.316531] iavf: Intel(R) Ethernet Adaptive Virtual Function Network Driver [ 39.316532] Copyright (c) 2013 - 2018 Intel Corporation. [ 39.325441] ice: Intel(R) Ethernet Connection E800 Series Linux Driver [ 39.325443] ice: Copyright (c) 2018, Intel Corporation. [ 39.986886] ice 0000:89:00.0: RDMA functionality is not available with the current device configuration. [ 40.835392] ice 0000:89:00.0: The DDP package was successfully loaded: ICE OS Default Package version 1.3.35.0 [ 41.279648] ice 0000:89:00.0: CGU PLL failed to lock [ 41.279650] ice 0000:89:00.0: Failed to initialize PHC, err -16 [ 41.285706] ice 0000:89:00.0: PTP failed -16 [ 41.467560] ice 0000:89:00.0: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 41.467561] ice 0000:89:00.0: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 41.467664] ice 0000:89:00.0: Commit DCB Configuration to the hardware [ 41.468990] ice 0000:89:00.0: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 41.470180] ice 0000:89:00.0: RDMA is not supported on this device [ 42.098317] ice 0000:89:00.1: RDMA functionality is not available with the current device configuration. [ 42.193190] ice 0000:89:00.1: DDP package already present on device: ICE OS Default Package version 1.3.35.0 [ 42.685406] ice 0000:89:00.1: PTP init successful [ 42.886151] ice 0000:89:00.1: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 42.886152] ice 0000:89:00.1: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 42.886256] ice 0000:89:00.1: Commit DCB Configuration to the hardware [ 42.887580] ice 0000:89:00.1: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 42.887979] ice 0000:89:00.1: RDMA is not supported on this device [ 43.448436] ice 0000:89:00.4: RDMA functionality is not available with the current device configuration. [ 43.538292] ice 0000:89:00.4: DDP package already present on device: ICE OS Default Package version 1.3.35.0 [ 44.197601] ice 0000:89:00.4: PTP init successful [ 44.464895] ice 0000:89:00.4: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 44.464896] ice 0000:89:00.4: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 44.465000] ice 0000:89:00.4: Commit DCB Configuration to the hardware [ 44.466324] ice 0000:89:00.4: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 44.466701] ice 0000:89:00.4: RDMA is not supported on this device [ 45.051994] ice 0000:89:00.5: RDMA functionality is not available with the current device configuration. [ 45.122379] ice 0000:89:00.5: DDP package already present on device: ICE OS Default Package version 1.3.35.0 [ 45.647615] ice 0000:89:00.5: PTP init successful [ 45.867431] ice 0000:89:00.5: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 45.867433] ice 0000:89:00.5: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 45.867537] ice 0000:89:00.5: Commit DCB Configuration to the hardware [ 45.868862] ice 0000:89:00.5: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 45.869368] ice 0000:89:00.5: RDMA is not supported on this device [ 46.444812] ice 0000:89:00.6: RDMA functionality is not available with the current device configuration. [ 46.549225] ice 0000:89:00.6: DDP package already present on device: ICE OS Default Package version 1.3.35.0 [ 47.087516] ice 0000:89:00.6: PTP init successful [ 47.287545] ice 0000:89:00.6: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 47.287546] ice 0000:89:00.6: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 47.287650] ice 0000:89:00.6: Commit DCB Configuration to the hardware [ 47.288974] ice 0000:89:00.6: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 47.289381] ice 0000:89:00.6: RDMA is not supported on this device [ 47.927440] ice 0000:89:00.7: RDMA functionality is not available with the current device configuration. [ 48.108835] ice 0000:89:00.7: DDP package already present on device: ICE OS Default Package version 1.3.35.0 [ 48.871234] ice 0000:89:00.7: PTP init successful [ 49.056717] ice 0000:89:00.7: DCB is enabled in the hardware, max number of TCs supported on this port are 4 [ 49.056719] ice 0000:89:00.7: FW LLDP is disabled, DCBx/LLDP in SW mode. [ 49.056822] ice 0000:89:00.7: Commit DCB Configuration to the hardware [ 49.058149] ice 0000:89:00.7: 2.000 Gb/s available PCIe bandwidth (2.5 GT/s PCIe x1 link) [ 49.058536] ice 0000:89:00.7: RDMA is not supported on this device [ 49.120734] EXT4-fs (nvme0n1p2): mounting ext3 file system using the ext4 subsystem [ 49.122834] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [ 49.128594] EXT4-fs (nvme0n1p2): mounting ext3 file system using the ext4 subsystem [ 49.130671] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: disabled. [ 49.138851] EXT4-fs (nvme0n1p2): mounting ext3 file system using the ext4 subsystem [ 49.140886] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: errors=continue. Quota mode: disabled. [ 59.857228] random: crng init done [ 59.927827] igb 0000:16:00.0 wancom0: renamed from eth0 [ 59.953376] igb 0000:16:00.1 wancom1: renamed from eth1 [ 59.967387] igb 0000:16:00.2 wancom2: renamed from eth2 [ 59.986289] ice 0000:89:00.6 s0p0: renamed from eth7 [ 60.005590] ice 0000:89:00.7 s0p1: renamed from eth8 [ 60.022390] ice 0000:89:00.4 s0p2: renamed from eth5 [ 60.037406] ice 0000:89:00.5 s0p3: renamed from eth6 [ 60.050909] ice 0000:89:00.0 _ez1: renamed from eth3 [ 60.063959] ice 0000:89:00.1 _ez2: renamed from eth4 [ 60.124034] 8021q: adding VLAN 0 to HW filter on device wancom0 [ 60.174629] 8021q: adding VLAN 0 to HW filter on device wancom1 [ 60.226038] 8021q: adding VLAN 0 to HW filter on device wancom2 [ 60.470875] 8021q: adding VLAN 0 to HW filter on device s0p0 [ 60.685765] 8021q: adding VLAN 0 to HW filter on device s0p1 [ 61.063854] 8021q: adding VLAN 0 to HW filter on device s0p2 [ 61.365620] 8021q: adding VLAN 0 to HW filter on device s0p3 [ 61.726795] mvcpss: Function PCI loaded [ 61.726797] mvcpss: Both DMA and DMA2 selected [ 61.726834] mvdma mvdma: Device created, major 238, minor 1 [ 61.726839] mvcpss: Function DMA2 loaded [ 61.726840] mvcpss: Both DMA and DMA2 selected [ 61.726860] mvDmaDrv mvDmaDrv: Device created, major 237, minor 1 [ 61.726861] mvcpss: Function DMA loaded [ 61.726862] Version: 1.02 [ 61.726877] mvcpss: Function ETH loaded [ 61.726907] mvIntDrv mvIntDrv: Device created, major 236, minor 1 [ 61.726908] mvcpss: Function INT loaded [ 63.801878] mvpci 0000:03:00.0: Probing to PCI device [ 63.853586] igb 0000:16:00.0 wancom0: igb: wancom0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 63.853721] IPv6: ADDRCONF(NETDEV_CHANGE): wancom0: link becomes ready [ 64.291370] mvIntDrv: m(3, 0, 0) [ 64.291381] mvpci 0000:03:00.0: Enabling MSI, legacy IRQ number is 16 [ 64.291425] mvpci 0000:03:00.0: MSI IRQ number is 366 [ 67.024369] mvIntDrv: C(110, 1, 0) [ 67.024390] intConnect: connected IRQ - 366 slot 0 [ 112.781384] ice 0000:89:00.0 _ez1: NIC Link is up 10 Gbps Full Duplex, Requested FEC: RS-FEC, Negotiated FEC: NONE, Autoneg Advertised: On, Autoneg Negotiated: False, Flow Control: None [ 112.977336] ice 0000:89:00.1: Port 1 PHY time synced to PHC: 0x0000000000000000, 0x0000000000000000 [ 112.986497] ice 0000:89:00.1 _ez2: NIC Link is up 10 Gbps Full Duplex, Requested FEC: RS-FEC, Negotiated FEC: NONE, Autoneg Advertised: On, Autoneg Negotiated: False, Flow Control: None [ 114.243859] igb_uio: loading out-of-tree module taints kernel. [ 114.244177] igb_uio: Use MSIX interrupt by default [ 114.249170] INFO: register_chrdev result is 0 [ 114.251321] INFO: register_chrdev result is 0 [ 114.423257] 8021q: adding VLAN 0 to HW filter on device _ez1 [ 114.429014] IPv6: ADDRCONF(NETDEV_CHANGE): _ez1: link becomes ready [ 130.905812] nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead. [ 193.548946] ice 0000:89:00.1: Port 1 PHY time synced to PHC: 0x0000000000000000, 0x0000000000000000 [ 193.550090] device _ez2 entered promiscuous mode [ 193.550287] 8021q: adding VLAN 0 to HW filter on device _ez2 [ 193.558846] IPv6: ADDRCONF(NETDEV_CHANGE): _ez2: link becomes ready [ 193.605268] device ip_vti0 entered promiscuous mode [ 193.629319] device s0p0 entered promiscuous mode [ 193.655321] device s0p1 entered promiscuous mode [ 193.684288] device s0p2 entered promiscuous mode [ 193.712262] device s0p3 entered promiscuous mode [ 193.778310] device wancom1 entered promiscuous mode [ 193.810311] device wancom2 entered promiscuous mode [ 193.965496] 8021q: adding VLAN 0 to HW filter on device wancom1 [ 194.015932] 8021q: adding VLAN 0 to HW filter on device wancom2 [ 592.914211] ice 0000:89:00.1: Exiting bypass mode on PHY port 1 [374521.780369] halDataWrite() I2C Ready error after write [374521.780389] axiRegisterWrite() halDataWrite error: -16 offset: 6 [374521.780391] jup_attr_write error -16 writing to register 6 ~ #

ganou2007 commented 3 days ago

~ # nvme error-log /dev/nvme0 Error Log Entries for device:nvme0 entries:64 ................. Entry[ 0]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 1]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 2]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 3]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 4]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 5]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 6]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 7]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 8]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[ 9]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[10]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[11]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[12]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[13]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[14]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[15]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[16]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[17]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[18]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[19]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[20]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[21]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[22]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[23]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[24]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[25]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[26]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[27]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[28]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[29]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[30]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[31]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[32]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[33]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[34]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[35]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[36]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[37]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[38]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[39]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[40]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[41]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[42]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[43]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[44]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[45]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[46]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[47]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[48]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[49]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[50]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[51]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[52]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[53]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[54]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[55]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[56]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[57]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[58]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[59]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[60]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[61]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[62]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. Entry[63]
................. error_count : 0 sqid : 0 cmdid : 0 status_field : 0(Successful Completion: The command completed without error) phase_tag : 0 parm_err_loc : 0 lba : 0 nsid : 0 vs : 0 trtype : The transport type is not indicated or the error is not transport related. csi : 0 opcode : 0 cs : 0 trtype_spec_info: 0 log_page_version: 0 ................. ~ #

ganou2007 commented 3 days ago

There is only one SSD in the unit, which is NVMe SSD.

igaw commented 3 days ago

Okay, the dmesg lists the nvme device and since this device contains your rootfs all seems to be good.

That means for some reason nvme-cli is not able to collect any data from sysfs. I suspect it is not able to access it properly. Maybe there is a LSM (e.g. SELinux) active preventing access. Because accessing the block device node works fine; nvme error-log opens /dev/nvme0 and issues a admin command.

Anyway, let's try to figure out why nvme-cli can't access sysfs. Could you run the command below and upload the trace.txt file?

strace -o /tmp/trace.txt nvme list

ganou2007 commented 3 days ago

~ # ~ # strace -o /tmp/trace.txt nvme list /bin/sh: strace: not found ~ #

ganou2007 commented 3 days ago

Does it need to specify where 'strace' installed? or it maybe did not install.

igaw commented 3 days ago

You need to install the strace tool, which is usally package name strace.