All of lore.kernel.org
 help / color / mirror / Atom feed
* 55 /etc/resolv.conf's.  Clearly, something's wrong.
@ 2023-11-04 20:34 Ken D'Ambrosio
  2023-11-04 21:21 ` Qu Wenruo
  0 siblings, 1 reply; 2+ messages in thread
From: Ken D'Ambrosio @ 2023-11-04 20:34 UTC (permalink / raw)
  To: linux-btrfs

[-- Attachment #1: Type: text/plain, Size: 2070 bytes --]

Hey, all.  I've got 55 /etc/resolv.conf files.  All except the "real" 
one show like this to an "ls -al":
root@prairie:~#  ls -al /etc | grep resolv.conf | head
ls: cannot access '/etc/resolv.conf': No such file or directory
ls: cannot access '/etc/resolv.conf': No such file or directory
ls: cannot access '/etc/resolv.conf': No such file or directory
ls: cannot access '/etc/resolv.conf': No such file or directory
ls: cannot access '/etc/resolv.conf': No such file or directory
ls: cannot access '/etc/resolv.conf': No such file or directory
[snip]
-????????? ? ?     ?          ?            ? resolv.conf
-????????? ? ?     ?          ?            ? resolv.conf
-????????? ? ?     ?          ?            ? resolv.conf
-????????? ? ?     ?          ?            ? resolv.conf
-????????? ? ?     ?          ?            ? resolv.conf
[snip]

As per 
https://github.com/kdave/btrfs-wiki/blob/master/btrfs.wiki/Btrfs%20mailing%20list, 
here's stuff about my system:

root@prairie:~# uname -a
Linux prairie 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) 
x86_64 GNU/Linux

root@prairie:~# btrfs --version
btrfs-progs v5.10.1

root@prairie:~# btrfs fi show
Label: none  uuid: dcc7ffb4-4fbd-447a-8f10-e9d3c02a7cd3
	Total devices 1 FS bytes used 156.95GiB
	devid    1 size 838.19GiB used 451.19GiB path /dev/sdc2

Label: none  uuid: e371ae40-a198-4045-ac4a-52780d8e62f1
	Total devices 1 FS bytes used 49.64GiB
	devid    1 size 1.63TiB used 51.02GiB path /dev/sdd6

Label: none  uuid: 7a82f874-9df6-44d9-9c1c-2cc927f97f24
	Total devices 1 FS bytes used 26.05GiB
	devid    1 size 7.28TiB used 27.02GiB path /dev/md127

Label: none  uuid: 62cd7a65-93cb-491d-a3f0-89709066bb0f
	Total devices 1 FS bytes used 4.25TiB
	devid    1 size 10.92TiB used 4.95TiB path /dev/md0p1

root@prairie:~# btrfs fi df /
Data, single: total=439.01GiB, used=151.83GiB
System, single: total=4.00MiB, used=80.00KiB
Metadata, single: total=12.18GiB, used=5.12GiB
GlobalReserve, single: total=310.30MiB, used=0.00B

... and dmesg output is attached.

Suggestions on my next step?

Thanks!

-Ken

[-- Attachment #2: dmesg.log --]
[-- Type: text/plain, Size: 115459 bytes --]

[    0.000000] Linux version 5.10.0-19-amd64 (debian-kernel@lists.debian.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP Debian 5.10.149-2 (2022-10-21)
[    0.000000] Command line: BOOT_IMAGE=/@rootfs/boot/vmlinuz-5.10.0-19-amd64 root=UUID=dcc7ffb4-4fbd-447a-8f10-e9d3c02a7cd3 ro rootflags=subvol=@rootfs quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007df72fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007df73000-0x000000007dfb1fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007dfb2000-0x000000007e0eafff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e0eb000-0x000000007e2f2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e2f3000-0x000000007f303fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f304000-0x000000007f35afff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007f35b000-0x000000007f35bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f35c000-0x000000007f3e1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f3e2000-0x000000007f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] 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] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ESRT=0x7f302d18 ACPI=0x7e20b000 ACPI 2.0=0x7e20b000 SMBIOS=0xf04c0 MOKvar=0x72afc000 
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Supermicro SSG-6027R-E1R12T/X9DRH-7TF/7F/iTF/iF, BIOS 3.0a 12/27/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2600.096 MHz processor
[    0.001234] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001238] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001245] last_pfn = 0x4080000 max_arch_pfn = 0x400000000
[    0.001249] MTRR default type: uncachable
[    0.001250] MTRR fixed ranges enabled:
[    0.001252]   00000-9FFFF write-back
[    0.001253]   A0000-BFFFF uncachable
[    0.001254]   C0000-D3FFF write-protect
[    0.001255]   D4000-DFFFF uncachable
[    0.001256]   E0000-FFFFF write-protect
[    0.001257] MTRR variable ranges enabled:
[    0.001259]   0 base 000000000000 mask 3FC000000000 write-back
[    0.001260]   1 base 004000000000 mask 3FFF80000000 write-back
[    0.001261]   2 base 000080000000 mask 3FFF80000000 uncachable
[    0.001262]   3 disabled
[    0.001263]   4 disabled
[    0.001263]   5 disabled
[    0.001264]   6 disabled
[    0.001265]   7 disabled
[    0.001265]   8 disabled
[    0.001266]   9 disabled
[    0.001743] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002115] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.002121] last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.013837] found SMP MP-table at [mem 0x000fdac0-0x000fdacf]
[    0.013852] esrt: Reserving ESRT space from 0x000000007f302d18 to 0x000000007f302d50.
[    0.013861] e820: update [mem 0x72afc000-0x72afefff] usable ==> reserved
[    0.013878] Using GB pages for direct mapping
[    0.014187] RAMDISK: [mem 0x33e3b000-0x35f14fff]
[    0.014190] ACPI: Early table checksum verification disabled
[    0.014193] ACPI: RSDP 0x000000007E20B000 000024 (v02 ALASKA)
[    0.014197] ACPI: XSDT 0x000000007E20B098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014203] ACPI: FACP 0x000000007E217450 0000F4 (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.014209] ACPI: DSDT 0x000000007E20B1D8 00C274 (v02 ALASKA A M I    00000015 INTL 20091112)
[    0.014213] ACPI: FACS 0x000000007E2EA080 000040
[    0.014217] ACPI: APIC 0x000000007E217548 0001B4 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.014221] ACPI: FPDT 0x000000007E217700 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.014224] ACPI: MCFG 0x000000007E217748 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
[    0.014228] ACPI: SRAT 0x000000007E217788 000430 (v01 A M I  AMI SRAT 00000001 AMI. 00000000)
[    0.014232] ACPI: SLIT 0x000000007E217BB8 000030 (v01 A M I  AMI SLIT 00000000 AMI. 00000000)
[    0.014236] ACPI: HPET 0x000000007E217BE8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.014239] ACPI: PRAD 0x000000007E217C20 0000BE (v02 PRADID PRADTID  00000001 MSFT 04000000)
[    0.014243] ACPI: SPMI 0x000000007E217CE0 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[    0.014247] ACPI: SSDT 0x000000007E217D20 0D0CB0 (v02 INTEL  CpuPm    00004000 INTL 20091112)
[    0.014250] ACPI: BGRT 0x000000007E2E89D0 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.014254] ACPI: SPCR 0x000000007E2E8A08 000050 (v01 A M I  APTIO4   01072009 AMI. 00000005)
[    0.014258] ACPI: EINJ 0x000000007E2E8A58 000130 (v01 AMI    AMI EINJ 00000000      00000000)
[    0.014262] ACPI: ERST 0x000000007E2E8B88 000230 (v01 AMIER  AMI ERST 00000000      00000000)
[    0.014265] ACPI: HEST 0x000000007E2E8DB8 0000A8 (v01 AMI    AMI HEST 00000000      00000000)
[    0.014269] ACPI: BERT 0x000000007E2E8E60 000030 (v01 AMI    AMI BERT 00000000      00000000)
[    0.014273] ACPI: DMAR 0x000000007E2E8E90 000178 (v01 A M I  OEMDMAR  00000001 INTL 00000001)
[    0.014277] ACPI: Reserving FACP table memory at [mem 0x7e217450-0x7e217543]
[    0.014278] ACPI: Reserving DSDT table memory at [mem 0x7e20b1d8-0x7e21744b]
[    0.014279] ACPI: Reserving FACS table memory at [mem 0x7e2ea080-0x7e2ea0bf]
[    0.014281] ACPI: Reserving APIC table memory at [mem 0x7e217548-0x7e2176fb]
[    0.014282] ACPI: Reserving FPDT table memory at [mem 0x7e217700-0x7e217743]
[    0.014283] ACPI: Reserving MCFG table memory at [mem 0x7e217748-0x7e217783]
[    0.014284] ACPI: Reserving SRAT table memory at [mem 0x7e217788-0x7e217bb7]
[    0.014285] ACPI: Reserving SLIT table memory at [mem 0x7e217bb8-0x7e217be7]
[    0.014286] ACPI: Reserving HPET table memory at [mem 0x7e217be8-0x7e217c1f]
[    0.014287] ACPI: Reserving PRAD table memory at [mem 0x7e217c20-0x7e217cdd]
[    0.014288] ACPI: Reserving SPMI table memory at [mem 0x7e217ce0-0x7e217d1f]
[    0.014289] ACPI: Reserving SSDT table memory at [mem 0x7e217d20-0x7e2e89cf]
[    0.014290] ACPI: Reserving BGRT table memory at [mem 0x7e2e89d0-0x7e2e8a07]
[    0.014291] ACPI: Reserving SPCR table memory at [mem 0x7e2e8a08-0x7e2e8a57]
[    0.014292] ACPI: Reserving EINJ table memory at [mem 0x7e2e8a58-0x7e2e8b87]
[    0.014293] ACPI: Reserving ERST table memory at [mem 0x7e2e8b88-0x7e2e8db7]
[    0.014294] ACPI: Reserving HEST table memory at [mem 0x7e2e8db8-0x7e2e8e5f]
[    0.014295] ACPI: Reserving BERT table memory at [mem 0x7e2e8e60-0x7e2e8e8f]
[    0.014296] ACPI: Reserving DMAR table memory at [mem 0x7e2e8e90-0x7e2e9007]
[    0.014304] ACPI: Local APIC address 0xfee00000
[    0.014324] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.014325] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.014326] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.014327] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.014328] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.014328] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.014329] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.014330] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[    0.014331] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.014331] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[    0.014332] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.014333] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[    0.014334] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[    0.014335] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[    0.014335] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[    0.014336] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[    0.014337] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[    0.014338] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[    0.014340] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[    0.014340] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[    0.014341] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[    0.014342] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[    0.014343] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[    0.014344] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[    0.014347] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.014349] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x207fffffff]
[    0.014350] ACPI: SRAT: Node 1 PXM 1 [mem 0x2080000000-0x407fffffff]
[    0.014356] NUMA: Initialized distance table, cnt=2
[    0.014358] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x207fffffff] -> [mem 0x00000000-0x207fffffff]
[    0.014369] NODE_DATA(0) allocated [mem 0x207ffd6000-0x207fffffff]
[    0.014402] NODE_DATA(1) allocated [mem 0x407ffd5000-0x407fffefff]
[    0.015188] Zone ranges:
[    0.015189]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.015190]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.015192]   Normal   [mem 0x0000000100000000-0x000000407fffffff]
[    0.015193]   Device   empty
[    0.015194] Movable zone start for each node
[    0.015198] Early memory node ranges
[    0.015199]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.015200]   node   0: [mem 0x0000000000100000-0x000000007df72fff]
[    0.015201]   node   0: [mem 0x000000007dfb2000-0x000000007e0eafff]
[    0.015202]   node   0: [mem 0x000000007f35b000-0x000000007f35bfff]
[    0.015203]   node   0: [mem 0x000000007f3e2000-0x000000007f7fffff]
[    0.015204]   node   0: [mem 0x0000000100000000-0x000000207fffffff]
[    0.015217]   node   1: [mem 0x0000002080000000-0x000000407fffffff]
[    0.015232] Initmem setup node 0 [mem 0x0000000000001000-0x000000207fffffff]
[    0.015234] On node 0 totalpages: 33547370
[    0.015235]   DMA zone: 64 pages used for memmap
[    0.015236]   DMA zone: 59 pages reserved
[    0.015237]   DMA zone: 3999 pages, LIFO batch:0
[    0.015238]   DMA32 zone: 8020 pages used for memmap
[    0.015239]   DMA32 zone: 513227 pages, LIFO batch:63
[    0.015240]   Normal zone: 516096 pages used for memmap
[    0.015241]   Normal zone: 33030144 pages, LIFO batch:63
[    0.015242] Initmem setup node 1 [mem 0x0000002080000000-0x000000407fffffff]
[    0.015244] On node 1 totalpages: 33554432
[    0.015244]   Normal zone: 524288 pages used for memmap
[    0.015245]   Normal zone: 33554432 pages, LIFO batch:63
[    0.015249] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.015316] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.021939] On node 0, zone DMA32: 63 pages in unavailable ranges
[    0.022009] On node 0, zone DMA32: 4720 pages in unavailable ranges
[    0.022028] On node 0, zone DMA32: 134 pages in unavailable ranges
[    0.022512] On node 0, zone Normal: 2048 pages in unavailable ranges
[    0.023286] ACPI: PM-Timer IO Port: 0x408
[    0.023288] ACPI: Local APIC address 0xfee00000
[    0.023299] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.023300] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.023301] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.023302] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.023303] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.023304] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.023305] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.023306] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.023307] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.023308] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.023309] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.023310] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.023311] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.023312] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.023313] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.023314] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.023314] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.023315] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.023316] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.023317] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.023318] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.023318] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.023319] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.023320] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.023331] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.023335] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[    0.023340] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[    0.023343] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.023344] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.023346] ACPI: IRQ0 used by override.
[    0.023347] ACPI: IRQ9 used by override.
[    0.023350] Using ACPI (MADT) for SMP configuration information
[    0.023352] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.023367] e820: update [mem 0x72599000-0x7267afff] usable ==> reserved
[    0.023380] ACPI: SPCR: SPCR table version 1
[    0.023382] ACPI: SPCR: console: uart,io,0x3f8,115200
[    0.023384] TSC deadline timer available
[    0.023385] smpboot: Allowing 24 CPUs, 0 hotplug CPUs
[    0.023412] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.023414] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.023416] PM: hibernation: Registered nosave memory: [mem 0x72599000-0x7267afff]
[    0.023418] PM: hibernation: Registered nosave memory: [mem 0x72afc000-0x72afefff]
[    0.023420] PM: hibernation: Registered nosave memory: [mem 0x7df73000-0x7dfb1fff]
[    0.023422] PM: hibernation: Registered nosave memory: [mem 0x7e0eb000-0x7e2f2fff]
[    0.023423] PM: hibernation: Registered nosave memory: [mem 0x7e2f3000-0x7f303fff]
[    0.023424] PM: hibernation: Registered nosave memory: [mem 0x7f304000-0x7f35afff]
[    0.023425] PM: hibernation: Registered nosave memory: [mem 0x7f35c000-0x7f3e1fff]
[    0.023427] PM: hibernation: Registered nosave memory: [mem 0x7f800000-0x7fffffff]
[    0.023428] PM: hibernation: Registered nosave memory: [mem 0x80000000-0x8fffffff]
[    0.023429] PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
[    0.023430] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
[    0.023431] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
[    0.023432] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.023434] [mem 0x90000000-0xfed1bfff] available for PCI devices
[    0.023435] Booting paravirtualized kernel on bare hardware
[    0.023439] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.027899] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:2
[    0.030230] percpu: Embedded 58 pages/cpu s200664 r8192 d28712 u262144
[    0.030242] pcpu-alloc: s200664 r8192 d28712 u262144 alloc=1*2097152
[    0.030243] pcpu-alloc: [0] 00 01 02 03 04 05 12 13 [0] 14 15 16 17 -- -- -- -- 
[    0.030254] pcpu-alloc: [1] 06 07 08 09 10 11 18 19 [1] 20 21 22 23 -- -- -- -- 
[    0.030306] Built 2 zonelists, mobility grouping on.  Total pages: 66053275
[    0.030307] Policy zone: Normal
[    0.030309] Kernel command line: BOOT_IMAGE=/@rootfs/boot/vmlinuz-5.10.0-19-amd64 root=UUID=dcc7ffb4-4fbd-447a-8f10-e9d3c02a7cd3 ro rootflags=subvol=@rootfs quiet
[    0.030366] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.030367] printk: log_buf_len total cpu_extra contributions: 94208 bytes
[    0.030368] printk: log_buf_len min size: 131072 bytes
[    0.030837] printk: log_buf_len: 262144 bytes
[    0.030838] printk: early log buf free: 115888(88%)
[    0.031148] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.138417] Memory: 1988384K/268407208K available (12295K kernel code, 2536K rwdata, 7584K rodata, 2648K init, 3444K bss, 4579256K reserved, 0K cma-reserved)
[    0.138864] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=2
[    0.138889] Kernel/User page tables isolation: enabled
[    0.138914] ftrace: allocating 36480 entries in 143 pages
[    0.158331] ftrace: allocated 143 pages with 5 groups
[    0.158691] rcu: Hierarchical RCU implementation.
[    0.158693] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=24.
[    0.158694] 	Rude variant of Tasks RCU enabled.
[    0.158695] 	Tracing variant of Tasks RCU enabled.
[    0.158696] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.158697] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
[    0.163579] NR_IRQS: 524544, nr_irqs: 1432, preallocated irqs: 16
[    0.163828] random: crng init done
[    0.163875] Console: colour dummy device 80x25
[    0.163897] printk: console [tty0] enabled
[    0.163939] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.163942] ACPI: Core revision 20200925
[    0.164735] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.164747] APIC: Switch to symmetric I/O mode setup
[    0.164749] DMAR: Host address width 46
[    0.164750] DMAR: DRHD base: 0x000000fbffe000 flags: 0x0
[    0.164756] DMAR: dmar0: reg_base_addr fbffe000 ver 1:0 cap d2078c106f0466 ecap f020de
[    0.164758] DMAR: DRHD base: 0x000000dfffc000 flags: 0x1
[    0.164762] DMAR: dmar1: reg_base_addr dfffc000 ver 1:0 cap d2078c106f0466 ecap f020de
[    0.164763] DMAR: RMRR base: 0x0000007df88000 end: 0x0000007df94fff
[    0.164765] DMAR: ATSR flags: 0x0
[    0.164767] DMAR: RHSA base: 0x000000fbffe000 proximity domain: 0x1
[    0.164768] DMAR: RHSA base: 0x000000dfffc000 proximity domain: 0x0
[    0.164770] DMAR-IR: IOAPIC id 3 under DRHD base  0xfbffe000 IOMMU 0
[    0.164771] DMAR-IR: IOAPIC id 0 under DRHD base  0xdfffc000 IOMMU 1
[    0.164772] DMAR-IR: IOAPIC id 2 under DRHD base  0xdfffc000 IOMMU 1
[    0.164773] DMAR-IR: HPET id 0 under DRHD base 0xdfffc000
[    0.164775] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.165466] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.165469] x2apic enabled
[    0.165475] Switched APIC routing to cluster x2apic.
[    0.166144] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184753] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a96ba51a, max_idle_ns: 440795211807 ns
[    0.184756] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.19 BogoMIPS (lpj=10400384)
[    0.184760] pid_max: default: 32768 minimum: 301
[    0.193138] LSM: Security Framework initializing
[    0.193152] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.193196] AppArmor: AppArmor initialized
[    0.193198] TOMOYO Linux initialized
[    0.222504] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes, vmalloc)
[    0.237211] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    0.237710] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.238174] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.238621] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.238672] process: using mwait in idle threads
[    0.238676] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.238677] Last level dTLB entries: 4KB 512, 2MB 0, 4MB 0, 1GB 4
[    0.238682] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.238684] Spectre V2 : Mitigation: Retpolines
[    0.238685] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.238686] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.238687] Speculative Store Bypass: Vulnerable
[    0.238690] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.238691] MMIO Stale Data: Unknown: No mitigations
[    0.249999] Freeing SMP alternatives memory: 32K
[    0.251818] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2630 v2 @ 2.60GHz (family: 0x6, model: 0x3e, stepping: 0x4)
[    0.252036] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.252044] ... version:                3
[    0.252045] ... bit width:              48
[    0.252046] ... generic registers:      4
[    0.252047] ... value mask:             0000ffffffffffff
[    0.252048] ... max period:             00007fffffffffff
[    0.252048] ... fixed-purpose events:   3
[    0.252049] ... event mask:             000000070000000f
[    0.252195] rcu: Hierarchical SRCU implementation.
[    0.252754] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.252754] smp: Bringing up secondary CPUs ...
[    0.252754] x86: Booting SMP configuration:
[    0.252754] .... node  #0, CPUs:        #1  #2  #3  #4  #5
[    0.265007] .... node  #1, CPUs:    #6
[    0.004934] smpboot: CPU 6 Converting physical 0 to logical die 1
[    0.348931]   #7  #8  #9 #10 #11
[    0.364920] .... node  #0, CPUs:   #12
[    0.367975] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.367975]  #13 #14 #15 #16 #17
[    0.379604] .... node  #1, CPUs:   #18 #19 #20 #21 #22 #23
[    0.399364] smp: Brought up 2 nodes, 24 CPUs
[    0.399364] smpboot: Max logical packages: 2
[    0.399364] smpboot: Total of 24 processors activated (124834.71 BogoMIPS)
[    0.509268] node 1 deferred pages initialised in 108ms
[    0.512984] node 0 deferred pages initialised in 112ms
[    0.523205] devtmpfs: initialized
[    0.523205] x86/mm: Memory block size: 2048MB
[    0.524816] PM: Registering ACPI NVS region [mem 0x7e0eb000-0x7e2f2fff] (2129920 bytes)
[    0.524834] PM: Registering ACPI NVS region [mem 0x7f35c000-0x7f3e1fff] (548864 bytes)
[    0.524912] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.525094] futex hash table entries: 8192 (order: 7, 524288 bytes, vmalloc)
[    0.525241] pinctrl core: initialized pinctrl subsystem
[    0.525572] NET: Registered protocol family 16
[    0.525680] audit: initializing netlink subsys (disabled)
[    0.525688] audit: type=2000 audit(1699123776.360:1): state=initialized audit_enabled=0 res=1
[    0.525688] thermal_sys: Registered thermal governor 'fair_share'
[    0.525688] thermal_sys: Registered thermal governor 'bang_bang'
[    0.525688] thermal_sys: Registered thermal governor 'step_wise'
[    0.525688] thermal_sys: Registered thermal governor 'user_space'
[    0.525688] thermal_sys: Registered thermal governor 'power_allocator'
[    0.525688] cpuidle: using governor ladder
[    0.525688] cpuidle: using governor menu
[    0.525688] ACPI: bus type PCI registered
[    0.525688] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.525688] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    0.525688] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    0.525688] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
[    0.525688] PCI: Using configuration type 1 for base access
[    0.525688] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.528872] Kprobes globally optimized
[    0.528886] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.528886] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.698204] ACPI: Added _OSI(Module Device)
[    0.698204] ACPI: Added _OSI(Processor Device)
[    0.698204] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.698204] ACPI: Added _OSI(Processor Aggregator Device)
[    0.698204] ACPI: Added _OSI(Linux-Dell-Video)
[    0.698204] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.698204] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.798252] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.825875] ACPI: Interpreter enabled
[    0.825891] ACPI: (supports S0 S1 S4 S5)
[    0.825893] ACPI: Using IOAPIC for interrupt routing
[    0.826010] HEST: Table parsing has been initialized.
[    0.826013] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.826513] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.837907] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.837913] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.838055] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug AER LTR]
[    0.838181] acpi PNP0A08:00: _OSC: OS now controls [PME PCIeCapability]
[    0.838436] PCI host bridge to bus 0000:00
[    0.838439] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.838441] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.838442] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.838444] pci_bus 0000:00: root bus resource [io  0x0d00-0x9fff window]
[    0.838446] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.838447] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.838449] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    0.838451] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.838476] pci 0000:00:00.0: [8086:0e00] type 00 class 0x060000
[    0.838548] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.838655] pci 0000:00:01.0: [8086:0e02] type 01 class 0x060400
[    0.838740] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.838875] pci 0000:00:02.0: [8086:0e04] type 01 class 0x060400
[    0.838964] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    0.839085] pci 0000:00:02.2: [8086:0e06] type 01 class 0x060400
[    0.839172] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.839299] pci 0000:00:03.0: [8086:0e08] type 01 class 0x060400
[    0.839332] pci 0000:00:03.0: enabling Extended Tags
[    0.839391] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.839517] pci 0000:00:03.2: [8086:0e0a] type 01 class 0x060400
[    0.839604] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    0.839717] pci 0000:00:04.0: [8086:0e20] type 00 class 0x088000
[    0.839733] pci 0000:00:04.0: reg 0x10: [mem 0xdf81c000-0xdf81ffff 64bit]
[    0.839881] pci 0000:00:04.1: [8086:0e21] type 00 class 0x088000
[    0.839896] pci 0000:00:04.1: reg 0x10: [mem 0xdf818000-0xdf81bfff 64bit]
[    0.840030] pci 0000:00:04.2: [8086:0e22] type 00 class 0x088000
[    0.840045] pci 0000:00:04.2: reg 0x10: [mem 0xdf814000-0xdf817fff 64bit]
[    0.840179] pci 0000:00:04.3: [8086:0e23] type 00 class 0x088000
[    0.840194] pci 0000:00:04.3: reg 0x10: [mem 0xdf810000-0xdf813fff 64bit]
[    0.840329] pci 0000:00:04.4: [8086:0e24] type 00 class 0x088000
[    0.840344] pci 0000:00:04.4: reg 0x10: [mem 0xdf80c000-0xdf80ffff 64bit]
[    0.840479] pci 0000:00:04.5: [8086:0e25] type 00 class 0x088000
[    0.840494] pci 0000:00:04.5: reg 0x10: [mem 0xdf808000-0xdf80bfff 64bit]
[    0.840627] pci 0000:00:04.6: [8086:0e26] type 00 class 0x088000
[    0.840642] pci 0000:00:04.6: reg 0x10: [mem 0xdf804000-0xdf807fff 64bit]
[    0.840774] pci 0000:00:04.7: [8086:0e27] type 00 class 0x088000
[    0.840792] pci 0000:00:04.7: reg 0x10: [mem 0xdf800000-0xdf803fff 64bit]
[    0.840928] pci 0000:00:05.0: [8086:0e28] type 00 class 0x088000
[    0.841063] pci 0000:00:05.2: [8086:0e2a] type 00 class 0x088000
[    0.841185] pci 0000:00:05.4: [8086:0e2c] type 00 class 0x080020
[    0.841196] pci 0000:00:05.4: reg 0x10: [mem 0xdf828000-0xdf828fff]
[    0.841347] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
[    0.841461] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[    0.841584] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[    0.841604] pci 0000:00:16.0: reg 0x10: [mem 0xdf827000-0xdf82700f 64bit]
[    0.841667] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.841750] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[    0.841767] pci 0000:00:16.1: reg 0x10: [mem 0xdf826000-0xdf82600f 64bit]
[    0.841829] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.841925] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[    0.841942] pci 0000:00:1a.0: reg 0x10: [mem 0xdf824000-0xdf8243ff]
[    0.842025] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.842119] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[    0.842134] pci 0000:00:1d.0: reg 0x10: [mem 0xdf823000-0xdf8233ff]
[    0.842219] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.842304] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.842447] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[    0.842629] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[    0.842641] pci 0000:00:1f.2: reg 0x10: [io  0x9070-0x9077]
[    0.842650] pci 0000:00:1f.2: reg 0x14: [io  0x9060-0x9063]
[    0.842657] pci 0000:00:1f.2: reg 0x18: [io  0x9050-0x9057]
[    0.842664] pci 0000:00:1f.2: reg 0x1c: [io  0x9040-0x9043]
[    0.842671] pci 0000:00:1f.2: reg 0x20: [io  0x9020-0x903f]
[    0.842678] pci 0000:00:1f.2: reg 0x24: [mem 0xdf822000-0xdf8227ff]
[    0.842718] pci 0000:00:1f.2: PME# supported from D3hot
[    0.842794] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[    0.842811] pci 0000:00:1f.3: reg 0x10: [mem 0xdf821000-0xdf8210ff 64bit]
[    0.842832] pci 0000:00:1f.3: reg 0x20: [io  0x9000-0x901f]
[    0.842924] pci 0000:00:1f.6: [8086:1d24] type 00 class 0x118000
[    0.842942] pci 0000:00:1f.6: reg 0x10: [mem 0xdf820000-0xdf820fff 64bit]
[    0.843098] pci 0000:01:00.0: [1000:005b] type 00 class 0x010400
[    0.843107] pci 0000:01:00.0: reg 0x10: [io  0x8000-0x80ff]
[    0.843116] pci 0000:01:00.0: reg 0x14: [mem 0xdf760000-0xdf763fff 64bit]
[    0.843123] pci 0000:01:00.0: reg 0x1c: [mem 0xdf700000-0xdf73ffff 64bit]
[    0.843133] pci 0000:01:00.0: reg 0x30: [mem 0xdf740000-0xdf75ffff pref]
[    0.843138] pci 0000:01:00.0: enabling Extended Tags
[    0.843177] pci 0000:01:00.0: supports D1 D2
[    0.843248] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.843251] pci 0000:00:01.0:   bridge window [io  0x8000-0x8fff]
[    0.843254] pci 0000:00:01.0:   bridge window [mem 0xdf700000-0xdf7fffff]
[    0.843308] pci 0000:02:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.843322] pci 0000:02:00.0: reg 0x10: [mem 0xdf600000-0xdf607fff 64bit]
[    0.843348] pci 0000:02:00.0: enabling Extended Tags
[    0.843398] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.843479] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.843484] pci 0000:00:02.0:   bridge window [mem 0xdf600000-0xdf6fffff]
[    0.843525] pci 0000:00:02.2: PCI bridge to [bus 03]
[    0.843570] pci 0000:00:03.0: PCI bridge to [bus 04]
[    0.843650] pci 0000:05:00.0: [8086:1528] type 00 class 0x020000
[    0.843664] pci 0000:05:00.0: reg 0x10: [mem 0xdd800000-0xdd9fffff 64bit pref]
[    0.843671] pci 0000:05:00.0: reg 0x18: [io  0x7020-0x703f]
[    0.843687] pci 0000:05:00.0: reg 0x20: [mem 0xdda04000-0xdda07fff 64bit pref]
[    0.843741] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.843764] pci 0000:05:00.0: reg 0x184: [mem 0xdf400000-0xdf403fff 64bit]
[    0.843767] pci 0000:05:00.0: VF(n) BAR0 space: [mem 0xdf400000-0xdf4fffff 64bit] (contains BAR0 for 64 VFs)
[    0.843779] pci 0000:05:00.0: reg 0x190: [mem 0xdf300000-0xdf303fff 64bit]
[    0.843781] pci 0000:05:00.0: VF(n) BAR3 space: [mem 0xdf300000-0xdf3fffff 64bit] (contains BAR3 for 64 VFs)
[    0.843979] pci 0000:05:00.1: [8086:1528] type 00 class 0x020000
[    0.843993] pci 0000:05:00.1: reg 0x10: [mem 0xdd600000-0xdd7fffff 64bit pref]
[    0.844001] pci 0000:05:00.1: reg 0x18: [io  0x7000-0x701f]
[    0.844017] pci 0000:05:00.1: reg 0x20: [mem 0xdda00000-0xdda03fff 64bit pref]
[    0.844070] pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
[    0.844090] pci 0000:05:00.1: reg 0x184: [mem 0xdf200000-0xdf203fff 64bit]
[    0.844092] pci 0000:05:00.1: VF(n) BAR0 space: [mem 0xdf200000-0xdf2fffff 64bit] (contains BAR0 for 64 VFs)
[    0.844106] pci 0000:05:00.1: reg 0x190: [mem 0xdf100000-0xdf103fff 64bit]
[    0.844107] pci 0000:05:00.1: VF(n) BAR3 space: [mem 0xdf100000-0xdf1fffff 64bit] (contains BAR3 for 64 VFs)
[    0.844273] pci 0000:00:03.2: ASPM: current common clock configuration is inconsistent, reconfiguring
[    0.860805] pci 0000:00:03.2: PCI bridge to [bus 05-06]
[    0.860808] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[    0.860811] pci 0000:00:03.2:   bridge window [mem 0xdf100000-0xdf4fffff]
[    0.860815] pci 0000:00:03.2:   bridge window [mem 0xdd600000-0xddafffff 64bit pref]
[    0.860881] pci 0000:07:00.0: [8086:1d6b] type 00 class 0x010700
[    0.860903] pci 0000:07:00.0: reg 0x10: [mem 0xdd47c000-0xdd47ffff 64bit pref]
[    0.860921] pci 0000:07:00.0: reg 0x18: [mem 0xdd000000-0xdd3fffff 64bit pref]
[    0.860932] pci 0000:07:00.0: reg 0x20: [io  0x6000-0x60ff]
[    0.860957] pci 0000:07:00.0: enabling Extended Tags
[    0.861057] pci 0000:07:00.0: reg 0x164: [mem 0xdd400000-0xdd403fff 64bit pref]
[    0.861061] pci 0000:07:00.0: VF(n) BAR0 space: [mem 0xdd400000-0xdd47bfff 64bit pref] (contains BAR0 for 31 VFs)
[    0.861258] pci 0000:00:11.0: PCI bridge to [bus 07]
[    0.861262] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[    0.861268] pci 0000:00:11.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    0.861275] pci 0000:00:11.0:   bridge window [mem 0xdd000000-0xdd4fffff 64bit pref]
[    0.861300] pci_bus 0000:08: extended config space not accessible
[    0.861323] pci 0000:08:03.0: [102b:0532] type 00 class 0x030000
[    0.861340] pci 0000:08:03.0: reg 0x10: [mem 0xdc000000-0xdcffffff pref]
[    0.861350] pci 0000:08:03.0: reg 0x14: [mem 0xdf000000-0xdf003fff]
[    0.861361] pci 0000:08:03.0: reg 0x18: [mem 0xde800000-0xdeffffff]
[    0.861402] pci 0000:08:03.0: BAR 0: assigned to efifb
[    0.861483] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
[    0.861494] pci 0000:00:1e.0:   bridge window [mem 0xde800000-0xdf0fffff]
[    0.861500] pci 0000:00:1e.0:   bridge window [mem 0xdc000000-0xdcffffff 64bit pref]
[    0.861502] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.861504] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.861505] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.861507] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x9fff window] (subtractive decode)
[    0.861508] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.861509] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    0.861510] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[    0.861551] pci_bus 0000:00: on NUMA node 0
[    0.862011] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[    0.862015] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.862036] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.862085] PCI host bridge to bus 0000:7f
[    0.862087] pci_bus 0000:7f: root bus resource [bus 7f]
[    0.862097] pci 0000:7f:08.0: [8086:0e80] type 00 class 0x088000
[    0.862154] pci 0000:7f:09.0: [8086:0e90] type 00 class 0x088000
[    0.862202] pci 0000:7f:0a.0: [8086:0ec0] type 00 class 0x088000
[    0.862242] pci 0000:7f:0a.1: [8086:0ec1] type 00 class 0x088000
[    0.862282] pci 0000:7f:0a.2: [8086:0ec2] type 00 class 0x088000
[    0.862324] pci 0000:7f:0a.3: [8086:0ec3] type 00 class 0x088000
[    0.862373] pci 0000:7f:0b.0: [8086:0e1e] type 00 class 0x088000
[    0.862414] pci 0000:7f:0b.3: [8086:0e1f] type 00 class 0x088000
[    0.862455] pci 0000:7f:0c.0: [8086:0ee0] type 00 class 0x088000
[    0.862497] pci 0000:7f:0c.1: [8086:0ee2] type 00 class 0x088000
[    0.862539] pci 0000:7f:0c.2: [8086:0ee4] type 00 class 0x088000
[    0.862582] pci 0000:7f:0d.0: [8086:0ee1] type 00 class 0x088000
[    0.862623] pci 0000:7f:0d.1: [8086:0ee3] type 00 class 0x088000
[    0.862663] pci 0000:7f:0d.2: [8086:0ee5] type 00 class 0x088000
[    0.862719] pci 0000:7f:0e.0: [8086:0ea0] type 00 class 0x088000
[    0.862766] pci 0000:7f:0e.1: [8086:0e30] type 00 class 0x110100
[    0.862816] pci 0000:7f:0f.0: [8086:0ea8] type 00 class 0x088000
[    0.862881] pci 0000:7f:0f.1: [8086:0e71] type 00 class 0x088000
[    0.862940] pci 0000:7f:0f.2: [8086:0eaa] type 00 class 0x088000
[    0.863002] pci 0000:7f:0f.3: [8086:0eab] type 00 class 0x088000
[    0.863061] pci 0000:7f:0f.4: [8086:0eac] type 00 class 0x088000
[    0.863120] pci 0000:7f:0f.5: [8086:0ead] type 00 class 0x088000
[    0.863195] pci 0000:7f:10.0: [8086:0eb0] type 00 class 0x088000
[    0.863255] pci 0000:7f:10.1: [8086:0eb1] type 00 class 0x088000
[    0.863321] pci 0000:7f:10.2: [8086:0eb2] type 00 class 0x088000
[    0.863380] pci 0000:7f:10.3: [8086:0eb3] type 00 class 0x088000
[    0.863442] pci 0000:7f:10.4: [8086:0eb4] type 00 class 0x088000
[    0.863504] pci 0000:7f:10.5: [8086:0eb5] type 00 class 0x088000
[    0.863563] pci 0000:7f:10.6: [8086:0eb6] type 00 class 0x088000
[    0.863623] pci 0000:7f:10.7: [8086:0eb7] type 00 class 0x088000
[    0.863694] pci 0000:7f:13.0: [8086:0e1d] type 00 class 0x088000
[    0.863734] pci 0000:7f:13.1: [8086:0e34] type 00 class 0x110100
[    0.863777] pci 0000:7f:13.4: [8086:0e81] type 00 class 0x088000
[    0.863821] pci 0000:7f:13.5: [8086:0e36] type 00 class 0x110100
[    0.863865] pci 0000:7f:16.0: [8086:0ec8] type 00 class 0x088000
[    0.863908] pci 0000:7f:16.1: [8086:0ec9] type 00 class 0x088000
[    0.863948] pci 0000:7f:16.2: [8086:0eca] type 00 class 0x088000
[    0.863996] pci_bus 0000:7f: on NUMA node 0
[    0.864123] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[    0.864127] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.864265] acpi PNP0A08:01: _OSC: platform does not support [PCIeHotplug SHPCHotplug AER LTR]
[    0.864390] acpi PNP0A08:01: _OSC: OS now controls [PME PCIeCapability]
[    0.864551] PCI host bridge to bus 0000:80
[    0.864552] pci_bus 0000:80: root bus resource [io  0xa000-0xffff window]
[    0.864556] pci_bus 0000:80: root bus resource [mem 0xe0000000-0xfbffffff window]
[    0.864557] pci_bus 0000:80: root bus resource [bus 80-fe]
[    0.864582] pci 0000:80:01.0: [8086:0e02] type 01 class 0x060400
[    0.864680] pci 0000:80:01.0: PME# supported from D0 D3hot D3cold
[    0.864833] pci 0000:80:02.0: [8086:0e04] type 01 class 0x060400
[    0.864937] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[    0.865059] pci 0000:80:02.2: [8086:0e06] type 01 class 0x060400
[    0.865155] pci 0000:80:02.2: PME# supported from D0 D3hot D3cold
[    0.865283] pci 0000:80:03.0: [8086:0e08] type 01 class 0x060400
[    0.865319] pci 0000:80:03.0: enabling Extended Tags
[    0.865383] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[    0.865513] pci 0000:80:04.0: [8086:0e20] type 00 class 0x088000
[    0.865531] pci 0000:80:04.0: reg 0x10: [mem 0xfbf1c000-0xfbf1ffff 64bit]
[    0.865670] pci 0000:80:04.1: [8086:0e21] type 00 class 0x088000
[    0.865686] pci 0000:80:04.1: reg 0x10: [mem 0xfbf18000-0xfbf1bfff 64bit]
[    0.865819] pci 0000:80:04.2: [8086:0e22] type 00 class 0x088000
[    0.865835] pci 0000:80:04.2: reg 0x10: [mem 0xfbf14000-0xfbf17fff 64bit]
[    0.865970] pci 0000:80:04.3: [8086:0e23] type 00 class 0x088000
[    0.865987] pci 0000:80:04.3: reg 0x10: [mem 0xfbf10000-0xfbf13fff 64bit]
[    0.866119] pci 0000:80:04.4: [8086:0e24] type 00 class 0x088000
[    0.866136] pci 0000:80:04.4: reg 0x10: [mem 0xfbf0c000-0xfbf0ffff 64bit]
[    0.866281] pci 0000:80:04.5: [8086:0e25] type 00 class 0x088000
[    0.866298] pci 0000:80:04.5: reg 0x10: [mem 0xfbf08000-0xfbf0bfff 64bit]
[    0.866430] pci 0000:80:04.6: [8086:0e26] type 00 class 0x088000
[    0.866447] pci 0000:80:04.6: reg 0x10: [mem 0xfbf04000-0xfbf07fff 64bit]
[    0.866579] pci 0000:80:04.7: [8086:0e27] type 00 class 0x088000
[    0.866595] pci 0000:80:04.7: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
[    0.866726] pci 0000:80:05.0: [8086:0e28] type 00 class 0x088000
[    0.866846] pci 0000:80:05.2: [8086:0e2a] type 00 class 0x088000
[    0.866969] pci 0000:80:05.4: [8086:0e2c] type 00 class 0x080020
[    0.866982] pci 0000:80:05.4: reg 0x10: [mem 0xfbf20000-0xfbf20fff]
[    0.867154] pci 0000:80:01.0: PCI bridge to [bus 81]
[    0.867199] pci 0000:80:02.0: PCI bridge to [bus 82]
[    0.867242] pci 0000:80:02.2: PCI bridge to [bus 83]
[    0.867289] pci 0000:80:03.0: PCI bridge to [bus 84]
[    0.867325] pci_bus 0000:80: on NUMA node 1
[    0.867406] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[    0.867411] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.867432] acpi PNP0A03:01: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.867484] PCI host bridge to bus 0000:ff
[    0.867486] pci_bus 0000:ff: root bus resource [bus ff]
[    0.867497] pci 0000:ff:08.0: [8086:0e80] type 00 class 0x088000
[    0.867553] pci 0000:ff:09.0: [8086:0e90] type 00 class 0x088000
[    0.867620] pci 0000:ff:0a.0: [8086:0ec0] type 00 class 0x088000
[    0.867668] pci 0000:ff:0a.1: [8086:0ec1] type 00 class 0x088000
[    0.867717] pci 0000:ff:0a.2: [8086:0ec2] type 00 class 0x088000
[    0.867768] pci 0000:ff:0a.3: [8086:0ec3] type 00 class 0x088000
[    0.867818] pci 0000:ff:0b.0: [8086:0e1e] type 00 class 0x088000
[    0.867866] pci 0000:ff:0b.3: [8086:0e1f] type 00 class 0x088000
[    0.867915] pci 0000:ff:0c.0: [8086:0ee0] type 00 class 0x088000
[    0.867963] pci 0000:ff:0c.1: [8086:0ee2] type 00 class 0x088000
[    0.868025] pci 0000:ff:0c.2: [8086:0ee4] type 00 class 0x088000
[    0.868076] pci 0000:ff:0d.0: [8086:0ee1] type 00 class 0x088000
[    0.868125] pci 0000:ff:0d.1: [8086:0ee3] type 00 class 0x088000
[    0.868171] pci 0000:ff:0d.2: [8086:0ee5] type 00 class 0x088000
[    0.868221] pci 0000:ff:0e.0: [8086:0ea0] type 00 class 0x088000
[    0.868285] pci 0000:ff:0e.1: [8086:0e30] type 00 class 0x110100
[    0.868347] pci 0000:ff:0f.0: [8086:0ea8] type 00 class 0x088000
[    0.868421] pci 0000:ff:0f.1: [8086:0e71] type 00 class 0x088000
[    0.868505] pci 0000:ff:0f.2: [8086:0eaa] type 00 class 0x088000
[    0.868576] pci 0000:ff:0f.3: [8086:0eab] type 00 class 0x088000
[    0.868646] pci 0000:ff:0f.4: [8086:0eac] type 00 class 0x088000
[    0.868720] pci 0000:ff:0f.5: [8086:0ead] type 00 class 0x088000
[    0.868799] pci 0000:ff:10.0: [8086:0eb0] type 00 class 0x088000
[    0.868872] pci 0000:ff:10.1: [8086:0eb1] type 00 class 0x088000
[    0.868948] pci 0000:ff:10.2: [8086:0eb2] type 00 class 0x088000
[    0.869019] pci 0000:ff:10.3: [8086:0eb3] type 00 class 0x088000
[    0.869105] pci 0000:ff:10.4: [8086:0eb4] type 00 class 0x088000
[    0.869177] pci 0000:ff:10.5: [8086:0eb5] type 00 class 0x088000
[    0.869251] pci 0000:ff:10.6: [8086:0eb6] type 00 class 0x088000
[    0.869322] pci 0000:ff:10.7: [8086:0eb7] type 00 class 0x088000
[    0.869392] pci 0000:ff:13.0: [8086:0e1d] type 00 class 0x088000
[    0.869450] pci 0000:ff:13.1: [8086:0e34] type 00 class 0x110100
[    0.869503] pci 0000:ff:13.4: [8086:0e81] type 00 class 0x088000
[    0.869552] pci 0000:ff:13.5: [8086:0e36] type 00 class 0x110100
[    0.869617] pci 0000:ff:16.0: [8086:0ec8] type 00 class 0x088000
[    0.869666] pci 0000:ff:16.1: [8086:0ec9] type 00 class 0x088000
[    0.869714] pci 0000:ff:16.2: [8086:0eca] type 00 class 0x088000
[    0.869771] pci_bus 0000:ff: on NUMA node 1
[    0.869858] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.869907] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.869954] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.870001] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.870045] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.870090] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.870135] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    0.870182] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.872749] iommu: Default domain type: Translated 
[    0.876769] pci 0000:08:03.0: vgaarb: setting as boot VGA device
[    0.876771] pci 0000:08:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.876785] pci 0000:08:03.0: vgaarb: bridge control possible
[    0.876787] vgaarb: loaded
[    0.876937] EDAC MC: Ver: 3.0.0
[    0.877142] Registered efivars operations
[    0.877142] NetLabel: Initializing
[    0.877142] NetLabel:  domain hash size = 128
[    0.877142] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.877142] NetLabel:  unlabeled traffic allowed by default
[    0.877142] PCI: Using ACPI for IRQ routing
[    0.878015] PCI: pci_cache_line_size set to 64 bytes
[    0.878187] e820: reserve RAM buffer [mem 0x72599000-0x73ffffff]
[    0.878189] e820: reserve RAM buffer [mem 0x72afc000-0x73ffffff]
[    0.878190] e820: reserve RAM buffer [mem 0x7df73000-0x7fffffff]
[    0.878191] e820: reserve RAM buffer [mem 0x7e0eb000-0x7fffffff]
[    0.878192] e820: reserve RAM buffer [mem 0x7f35c000-0x7fffffff]
[    0.878193] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff]
[    0.878223] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.878229] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.880802] clocksource: Switched to clocksource tsc-early
[    0.894188] VFS: Disk quotas dquot_6.6.0
[    0.894215] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.894388] AppArmor: AppArmor Filesystem Enabled
[    0.894405] pnp: PnP ACPI init
[    0.894508] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[    0.894510] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[    0.894512] system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
[    0.894513] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.894516] system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
[    0.894517] system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
[    0.894524] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.894647] system 00:01: [mem 0xdfffc000-0xdfffdfff] could not be reserved
[    0.894651] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.894825] system 00:02: [io  0x0a00-0x0a7f] has been reserved
[    0.894830] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.894942] pnp 00:03: [dma 0 disabled]
[    0.894984] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.895132] pnp 00:04: [dma 0 disabled]
[    0.895170] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.895203] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.895310] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.895312] system 00:06: [mem 0x00000400-0x000004ff] could not be reserved
[    0.895317] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.895527] system 00:07: [io  0x0400-0x0453] has been reserved
[    0.895529] system 00:07: [io  0x0458-0x047f] has been reserved
[    0.895532] system 00:07: [io  0x1180-0x119f] has been reserved
[    0.895533] system 00:07: [io  0x0500-0x057f] has been reserved
[    0.895535] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.895537] system 00:07: [mem 0xfec00000-0xfecfffff] could not be reserved
[    0.895539] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.895541] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.895545] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.895655] system 00:08: [io  0x0454-0x0457] has been reserved
[    0.895659] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.895796] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.895905] system 00:0a: [mem 0xfbffe000-0xfbffffff] could not be reserved
[    0.895909] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.896230] pnp: PnP ACPI: found 11 devices
[    0.902172] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.902265] NET: Registered protocol family 2
[    0.902989] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.906179] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    0.907787] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.908748] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    0.908842] TCP: Hash tables configured (established 524288 bind 65536)
[    0.909672] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.910584] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.910903] NET: Registered protocol family 1
[    0.910910] NET: Registered protocol family 44
[    0.910946] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.910949] pci 0000:00:01.0:   bridge window [io  0x8000-0x8fff]
[    0.910954] pci 0000:00:01.0:   bridge window [mem 0xdf700000-0xdf7fffff]
[    0.910960] pci 0000:00:02.0: PCI bridge to [bus 02]
[    0.910963] pci 0000:00:02.0:   bridge window [mem 0xdf600000-0xdf6fffff]
[    0.910969] pci 0000:00:02.2: PCI bridge to [bus 03]
[    0.910978] pci 0000:00:03.0: PCI bridge to [bus 04]
[    0.910986] pci 0000:00:03.2: PCI bridge to [bus 05-06]
[    0.910988] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[    0.910991] pci 0000:00:03.2:   bridge window [mem 0xdf100000-0xdf4fffff]
[    0.910994] pci 0000:00:03.2:   bridge window [mem 0xdd600000-0xddafffff 64bit pref]
[    0.911000] pci 0000:00:11.0: PCI bridge to [bus 07]
[    0.911002] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[    0.911007] pci 0000:00:11.0:   bridge window [mem 0xdf500000-0xdf5fffff]
[    0.911010] pci 0000:00:11.0:   bridge window [mem 0xdd000000-0xdd4fffff 64bit pref]
[    0.911017] pci 0000:00:1e.0: PCI bridge to [bus 08]
[    0.911021] pci 0000:00:1e.0:   bridge window [mem 0xde800000-0xdf0fffff]
[    0.911023] pci 0000:00:1e.0:   bridge window [mem 0xdc000000-0xdcffffff 64bit pref]
[    0.911030] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.911031] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.911032] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.911033] pci_bus 0000:00: resource 7 [io  0x0d00-0x9fff window]
[    0.911034] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.911036] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.911037] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff window]
[    0.911038] pci_bus 0000:01: resource 0 [io  0x8000-0x8fff]
[    0.911039] pci_bus 0000:01: resource 1 [mem 0xdf700000-0xdf7fffff]
[    0.911040] pci_bus 0000:02: resource 1 [mem 0xdf600000-0xdf6fffff]
[    0.911042] pci_bus 0000:05: resource 0 [io  0x7000-0x7fff]
[    0.911043] pci_bus 0000:05: resource 1 [mem 0xdf100000-0xdf4fffff]
[    0.911044] pci_bus 0000:05: resource 2 [mem 0xdd600000-0xddafffff 64bit pref]
[    0.911045] pci_bus 0000:07: resource 0 [io  0x6000-0x6fff]
[    0.911046] pci_bus 0000:07: resource 1 [mem 0xdf500000-0xdf5fffff]
[    0.911047] pci_bus 0000:07: resource 2 [mem 0xdd000000-0xdd4fffff 64bit pref]
[    0.911049] pci_bus 0000:08: resource 1 [mem 0xde800000-0xdf0fffff]
[    0.911050] pci_bus 0000:08: resource 2 [mem 0xdc000000-0xdcffffff 64bit pref]
[    0.911051] pci_bus 0000:08: resource 4 [io  0x0000-0x03af window]
[    0.911052] pci_bus 0000:08: resource 5 [io  0x03e0-0x0cf7 window]
[    0.911053] pci_bus 0000:08: resource 6 [io  0x03b0-0x03df window]
[    0.911054] pci_bus 0000:08: resource 7 [io  0x0d00-0x9fff window]
[    0.911055] pci_bus 0000:08: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.911057] pci_bus 0000:08: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.911058] pci_bus 0000:08: resource 10 [mem 0x80000000-0xdfffffff window]
[    0.911134] pci 0000:80:01.0: PCI bridge to [bus 81]
[    0.911144] pci 0000:80:02.0: PCI bridge to [bus 82]
[    0.911153] pci 0000:80:02.2: PCI bridge to [bus 83]
[    0.911163] pci 0000:80:03.0: PCI bridge to [bus 84]
[    0.911172] pci_bus 0000:80: resource 4 [io  0xa000-0xffff window]
[    0.911173] pci_bus 0000:80: resource 5 [mem 0xe0000000-0xfbffffff window]
[    0.911232] pci 0000:00:05.0: disabled boot interrupts on device [8086:0e28]
[    0.932884] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x710 took 21122 usecs
[    0.956868] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x710 took 23414 usecs
[    0.956886] pci 0000:01:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    0.956890] pci 0000:02:00.0: PME# does not work under D0, disabling it
[    0.956962] pci 0000:02:00.0: enabling device (0000 -> 0002)
[    0.957028] pci 0000:08:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.957124] pci 0000:80:05.0: disabled boot interrupts on device [8086:0e28]
[    0.957207] PCI: CLS 64 bytes, default 64
[    0.957292] Trying to unpack rootfs image as initramfs...
[    1.532709] Freeing initrd memory: 33640K
[    1.532861] DMAR: [Firmware Bug]: RMRR entry for device 02:00.0 is broken - applying workaround
[    1.533248] DMAR: dmar0: Using Queued invalidation
[    1.533272] DMAR: dmar1: Using Queued invalidation
[    1.533399] pci 0000:00:00.0: Adding to iommu group 0
[    1.533434] pci 0000:00:01.0: Adding to iommu group 1
[    1.533462] pci 0000:00:02.0: Adding to iommu group 2
[    1.533488] pci 0000:00:02.2: Adding to iommu group 3
[    1.533518] pci 0000:00:03.0: Adding to iommu group 4
[    1.533546] pci 0000:00:03.2: Adding to iommu group 5
[    1.533573] pci 0000:00:04.0: Adding to iommu group 6
[    1.533601] pci 0000:00:04.1: Adding to iommu group 7
[    1.533628] pci 0000:00:04.2: Adding to iommu group 8
[    1.533656] pci 0000:00:04.3: Adding to iommu group 9
[    1.533687] pci 0000:00:04.4: Adding to iommu group 10
[    1.533713] pci 0000:00:04.5: Adding to iommu group 11
[    1.533741] pci 0000:00:04.6: Adding to iommu group 12
[    1.533769] pci 0000:00:04.7: Adding to iommu group 13
[    1.533795] pci 0000:00:05.0: Adding to iommu group 14
[    1.533822] pci 0000:00:05.2: Adding to iommu group 15
[    1.533852] pci 0000:00:05.4: Adding to iommu group 16
[    1.533881] pci 0000:00:11.0: Adding to iommu group 17
[    1.533947] pci 0000:00:16.0: Adding to iommu group 18
[    1.533974] pci 0000:00:16.1: Adding to iommu group 18
[    1.534000] pci 0000:00:1a.0: Adding to iommu group 19
[    1.534027] pci 0000:00:1d.0: Adding to iommu group 20
[    1.534056] pci 0000:00:1e.0: Adding to iommu group 21
[    1.534154] pci 0000:00:1f.0: Adding to iommu group 22
[    1.534182] pci 0000:00:1f.2: Adding to iommu group 22
[    1.534211] pci 0000:00:1f.3: Adding to iommu group 22
[    1.534238] pci 0000:00:1f.6: Adding to iommu group 22
[    1.534265] pci 0000:01:00.0: Adding to iommu group 23
[    1.534294] pci 0000:02:00.0: Adding to iommu group 24
[    1.534323] pci 0000:05:00.0: Adding to iommu group 25
[    1.534352] pci 0000:05:00.1: Adding to iommu group 26
[    1.534400] pci 0000:07:00.0: Adding to iommu group 27
[    1.534407] pci 0000:08:03.0: Adding to iommu group 21
[    1.534449] pci 0000:7f:08.0: Adding to iommu group 28
[    1.534496] pci 0000:7f:09.0: Adding to iommu group 29
[    1.534594] pci 0000:7f:0a.0: Adding to iommu group 30
[    1.534624] pci 0000:7f:0a.1: Adding to iommu group 30
[    1.534657] pci 0000:7f:0a.2: Adding to iommu group 30
[    1.534686] pci 0000:7f:0a.3: Adding to iommu group 30
[    1.534747] pci 0000:7f:0b.0: Adding to iommu group 31
[    1.534778] pci 0000:7f:0b.3: Adding to iommu group 31
[    1.534859] pci 0000:7f:0c.0: Adding to iommu group 32
[    1.534889] pci 0000:7f:0c.1: Adding to iommu group 32
[    1.534920] pci 0000:7f:0c.2: Adding to iommu group 32
[    1.534999] pci 0000:7f:0d.0: Adding to iommu group 33
[    1.535030] pci 0000:7f:0d.1: Adding to iommu group 33
[    1.535062] pci 0000:7f:0d.2: Adding to iommu group 33
[    1.535127] pci 0000:7f:0e.0: Adding to iommu group 34
[    1.535160] pci 0000:7f:0e.1: Adding to iommu group 34
[    1.535188] pci 0000:7f:0f.0: Adding to iommu group 35
[    1.535215] pci 0000:7f:0f.1: Adding to iommu group 36
[    1.535241] pci 0000:7f:0f.2: Adding to iommu group 37
[    1.535269] pci 0000:7f:0f.3: Adding to iommu group 38
[    1.535300] pci 0000:7f:0f.4: Adding to iommu group 39
[    1.535326] pci 0000:7f:0f.5: Adding to iommu group 40
[    1.535351] pci 0000:7f:10.0: Adding to iommu group 41
[    1.535378] pci 0000:7f:10.1: Adding to iommu group 42
[    1.535406] pci 0000:7f:10.2: Adding to iommu group 43
[    1.535433] pci 0000:7f:10.3: Adding to iommu group 44
[    1.535458] pci 0000:7f:10.4: Adding to iommu group 45
[    1.535485] pci 0000:7f:10.5: Adding to iommu group 46
[    1.535511] pci 0000:7f:10.6: Adding to iommu group 47
[    1.535542] pci 0000:7f:10.7: Adding to iommu group 48
[    1.535642] pci 0000:7f:13.0: Adding to iommu group 49
[    1.535678] pci 0000:7f:13.1: Adding to iommu group 49
[    1.535713] pci 0000:7f:13.4: Adding to iommu group 49
[    1.535746] pci 0000:7f:13.5: Adding to iommu group 49
[    1.535829] pci 0000:7f:16.0: Adding to iommu group 50
[    1.535862] pci 0000:7f:16.1: Adding to iommu group 50
[    1.535896] pci 0000:7f:16.2: Adding to iommu group 50
[    1.535927] pci 0000:80:01.0: Adding to iommu group 51
[    1.535959] pci 0000:80:02.0: Adding to iommu group 52
[    1.535989] pci 0000:80:02.2: Adding to iommu group 53
[    1.536017] pci 0000:80:03.0: Adding to iommu group 54
[    1.536042] pci 0000:80:04.0: Adding to iommu group 55
[    1.536069] pci 0000:80:04.1: Adding to iommu group 56
[    1.536095] pci 0000:80:04.2: Adding to iommu group 57
[    1.536122] pci 0000:80:04.3: Adding to iommu group 58
[    1.536147] pci 0000:80:04.4: Adding to iommu group 59
[    1.536178] pci 0000:80:04.5: Adding to iommu group 60
[    1.536206] pci 0000:80:04.6: Adding to iommu group 61
[    1.536232] pci 0000:80:04.7: Adding to iommu group 62
[    1.536257] pci 0000:80:05.0: Adding to iommu group 63
[    1.536287] pci 0000:80:05.2: Adding to iommu group 64
[    1.536313] pci 0000:80:05.4: Adding to iommu group 65
[    1.536362] pci 0000:ff:08.0: Adding to iommu group 66
[    1.536410] pci 0000:ff:09.0: Adding to iommu group 67
[    1.536512] pci 0000:ff:0a.0: Adding to iommu group 68
[    1.536550] pci 0000:ff:0a.1: Adding to iommu group 68
[    1.536589] pci 0000:ff:0a.2: Adding to iommu group 68
[    1.536627] pci 0000:ff:0a.3: Adding to iommu group 68
[    1.536692] pci 0000:ff:0b.0: Adding to iommu group 69
[    1.536731] pci 0000:ff:0b.3: Adding to iommu group 69
[    1.536835] pci 0000:ff:0c.0: Adding to iommu group 70
[    1.536875] pci 0000:ff:0c.1: Adding to iommu group 70
[    1.536915] pci 0000:ff:0c.2: Adding to iommu group 70
[    1.536999] pci 0000:ff:0d.0: Adding to iommu group 71
[    1.537037] pci 0000:ff:0d.1: Adding to iommu group 71
[    1.537078] pci 0000:ff:0d.2: Adding to iommu group 71
[    1.537146] pci 0000:ff:0e.0: Adding to iommu group 72
[    1.537184] pci 0000:ff:0e.1: Adding to iommu group 72
[    1.537209] pci 0000:ff:0f.0: Adding to iommu group 73
[    1.537234] pci 0000:ff:0f.1: Adding to iommu group 74
[    1.537260] pci 0000:ff:0f.2: Adding to iommu group 75
[    1.537287] pci 0000:ff:0f.3: Adding to iommu group 76
[    1.537313] pci 0000:ff:0f.4: Adding to iommu group 77
[    1.537338] pci 0000:ff:0f.5: Adding to iommu group 78
[    1.537364] pci 0000:ff:10.0: Adding to iommu group 79
[    1.537396] pci 0000:ff:10.1: Adding to iommu group 80
[    1.537422] pci 0000:ff:10.2: Adding to iommu group 81
[    1.537449] pci 0000:ff:10.3: Adding to iommu group 82
[    1.537477] pci 0000:ff:10.4: Adding to iommu group 83
[    1.537505] pci 0000:ff:10.5: Adding to iommu group 84
[    1.537530] pci 0000:ff:10.6: Adding to iommu group 85
[    1.537555] pci 0000:ff:10.7: Adding to iommu group 86
[    1.537655] pci 0000:ff:13.0: Adding to iommu group 87
[    1.537705] pci 0000:ff:13.1: Adding to iommu group 87
[    1.537746] pci 0000:ff:13.4: Adding to iommu group 87
[    1.537788] pci 0000:ff:13.5: Adding to iommu group 87
[    1.537870] pci 0000:ff:16.0: Adding to iommu group 88
[    1.537912] pci 0000:ff:16.1: Adding to iommu group 88
[    1.537953] pci 0000:ff:16.2: Adding to iommu group 88
[    1.570113] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    1.570116] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.570119] software IO TLB: mapped [mem 0x000000006b09c000-0x000000006f09c000] (64MB)
[    1.571504] Initialise system trusted keyrings
[    1.571515] Key type blacklist registered
[    1.571597] workingset: timestamp_bits=36 max_order=26 bucket_order=0
[    1.572777] zbud: loaded
[    1.573036] integrity: Platform Keyring initialized
[    1.573039] Key type asymmetric registered
[    1.573040] Asymmetric key parser 'x509' registered
[    1.573054] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.573109] io scheduler mq-deadline registered
[    1.574181] pcieport 0000:00:01.0: PME: Signaling with IRQ 26
[    1.574384] pcieport 0000:00:02.0: PME: Signaling with IRQ 27
[    1.574623] pcieport 0000:00:02.2: PME: Signaling with IRQ 28
[    1.574860] pcieport 0000:00:03.0: PME: Signaling with IRQ 30
[    1.575093] pcieport 0000:00:03.2: PME: Signaling with IRQ 31
[    1.575304] pcieport 0000:00:11.0: PME: Signaling with IRQ 32
[    1.575794] pcieport 0000:80:01.0: PME: Signaling with IRQ 34
[    1.576087] pcieport 0000:80:02.0: PME: Signaling with IRQ 36
[    1.576379] pcieport 0000:80:02.2: PME: Signaling with IRQ 37
[    1.576685] pcieport 0000:80:03.0: PME: Signaling with IRQ 39
[    1.576938] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.576954] efifb: probing for efifb
[    1.576983] efifb: framebuffer at 0xdc000000, using 3072k, total 3072k
[    1.576984] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    1.576985] efifb: scrolling: redraw
[    1.576987] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.577083] Console: switching to colour frame buffer device 128x48
[    1.638221] fb0: EFI VGA frame buffer device
[    1.638230] intel_idle: MWAIT substates: 0x1120
[    1.638318] Monitor-Mwait will be used to enter C-1 state
[    1.638323] Monitor-Mwait will be used to enter C-2 state
[    1.638326] ACPI: \_SB_.SCK0.C000: Found 2 idle states
[    1.638328] intel_idle: v0.5.1 model 0x3E
[    1.639368] intel_idle: Local APIC timer is reliable in all C-states
[    1.668403] ERST: Error Record Serialization Table (ERST) support is initialized.
[    1.668407] pstore: Registered erst as persistent store backend
[    1.668516] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    1.668643] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.668803] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.669465] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    1.670161] Linux agpgart interface v0.103
[    1.670263] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    1.672186] i8042: PNP: No PS/2 controller found.
[    1.672274] mousedev: PS/2 mouse device common for all mice
[    1.672305] rtc_cmos 00:05: RTC can wake from S4
[    1.672500] rtc_cmos 00:05: registered as rtc0
[    1.672585] rtc_cmos 00:05: setting system clock to 2023-11-04T18:49:37 UTC (1699123777)
[    1.672603] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.672619] intel_pstate: Intel P-state driver initializing
[    1.675602] ledtrig-cpu: registered to indicate activity on CPUs
[    1.676117] NET: Registered protocol family 10
[    1.684410] Segment Routing with IPv6
[    1.684432] mip6: Mobile IPv6
[    1.684435] NET: Registered protocol family 17
[    1.684506] mpls_gso: MPLS GSO support
[    1.687209] microcode: sig=0x306e4, pf=0x1, revision=0x416
[    1.687793] microcode: Microcode Update Driver: v2.2.
[    1.687798] IPI shorthand broadcast: enabled
[    1.687807] sched_clock: Marking stable (1686159707, 934627)->(1772501538, -85407204)
[    1.687956] registered taskstats version 1
[    1.687960] Loading compiled-in X.509 certificates
[    1.725926] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.725944] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    1.726141] zswap: loaded using pool lzo/zbud
[    1.726685] Key type ._fscrypt registered
[    1.726686] Key type .fscrypt registered
[    1.726688] Key type fscrypt-provisioning registered
[    1.726834] pstore: Using crash dump compression: deflate
[    1.726850] AppArmor: AppArmor sha1 policy hashing enabled
[    1.729698] Freeing unused kernel image (initmem) memory: 2648K
[    1.760847] Write protecting the kernel read-only data: 22528k
[    1.761902] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.762220] Freeing unused kernel image (rodata/data gap) memory: 608K
[    1.840583] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.840586] x86/mm: Checking user space page tables
[    1.892703] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.892710] Run /init as init process
[    1.892711]   with arguments:
[    1.892712]     /init
[    1.892713]   with environment:
[    1.892713]     HOME=/
[    1.892714]     TERM=linux
[    1.892715]     BOOT_IMAGE=/@rootfs/boot/vmlinuz-5.10.0-19-amd64
[    1.995934] pps_core: LinuxPPS API ver. 1 registered
[    1.995937] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.998194] PTP clock support registered
[    1.999426] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    1.999611] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    2.000115] i2c i2c-0: 16/16 memory slots populated (from DMI)
[    2.000117] i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
[    2.009455] SCSI subsystem initialized
[    2.014473] ACPI: bus type USB registered
[    2.014512] usbcore: registered new interface driver usbfs
[    2.014531] usbcore: registered new interface driver hub
[    2.014565] usbcore: registered new device driver usb
[    2.015827] dca service started, version 1.12.1
[    2.019041] megasas: 07.714.04.00-rc1
[    2.019565] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.020290] ehci-pci: EHCI PCI platform driver
[    2.023379] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.023396] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.023408] ehci-pci 0000:00:1a.0: debug port 2
[    2.026529] libata version 3.00 loaded.
[    2.027320] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.027341] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf824000
[    2.027427] megaraid_sas 0000:01:00.0: BAR:0x1  BAR's base_addr(phys):0x00000000df760000  mapped virt_addr:0x00000000a8594821
[    2.027430] megaraid_sas 0000:01:00.0: FW now in Ready state
[    2.027433] megaraid_sas 0000:01:00.0: 63 bit DMA mask and 32 bit consistent mask
[    2.028004] megaraid_sas 0000:01:00.0: firmware supports msix	: (16)
[    2.028243] megaraid_sas 0000:01:00.0: requested/available msix 16/16
[    2.028246] megaraid_sas 0000:01:00.0: current msix/online cpus	: (16/24)
[    2.028247] megaraid_sas 0000:01:00.0: RDPQ mode	: (disabled)
[    2.028250] megaraid_sas 0000:01:00.0: Current firmware supports maximum commands: 1008	 LDIO threshold: 0
[    2.028543] megaraid_sas 0000:01:00.0: Configured max firmware commands: 1007
[    2.034000] megaraid_sas 0000:01:00.0: Performance mode :Latency
[    2.034002] megaraid_sas 0000:01:00.0: FW supports sync cache	: No
[    2.034005] megaraid_sas 0000:01:00.0: megasas_disable_intr_fusion is called outbound_intr_mask:0x40000009
[    2.034016] ahci 0000:00:1f.2: version 3.0
[    2.034200] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[    2.034202] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    2.044999] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    2.058666] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    2.058670] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    2.058784] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.058852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.058854] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.058855] usb usb1: Product: EHCI Host Controller
[    2.058856] usb usb1: Manufacturer: Linux 5.10.0-19-amd64 ehci_hcd
[    2.058857] usb usb1: SerialNumber: 0000:00:1a.0
[    2.059034] hub 1-0:1.0: USB hub found
[    2.059043] hub 1-0:1.0: 2 ports detected
[    2.059346] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.059352] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    2.114277] xhci_hcd 0000:02:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    2.114550] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.114552] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.114553] usb usb2: Product: xHCI Host Controller
[    2.114554] usb usb2: Manufacturer: Linux 5.10.0-19-amd64 xhci-hcd
[    2.114555] usb usb2: SerialNumber: 0000:02:00.0
[    2.114593] isci 0000:07:00.0: driver configured for rev: 6 silicon
[    2.114842] isci 0000:07:00.0: Unable to obtain EFI var data for OEM parms
[    2.114852] isci 0000:07:00.0: OEM parameter table found in OROM
[    2.114855] isci 0000:07:00.0: OEM SAS parameters (version: 1.0) loaded (platform)
[    2.115041] hub 2-0:1.0: USB hub found
[    2.115056] hub 2-0:1.0: 2 ports detected
[    2.115126] isci 0000:07:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[    2.117722] scsi host1: isci
[    2.118162] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    2.118165] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    2.118169] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.118339] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.118361] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    2.118362] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.118363] usb usb3: Product: xHCI Host Controller
[    2.118364] usb usb3: Manufacturer: Linux 5.10.0-19-amd64 xhci-hcd
[    2.118365] usb usb3: SerialNumber: 0000:02:00.0
[    2.118641] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.118726] hub 3-0:1.0: USB hub found
[    2.118733] hub 3-0:1.0: 2 ports detected
[    2.118842] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    2.118852] ehci-pci 0000:00:1d.0: debug port 2
[    2.122773] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.123097] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf823000
[    2.140766] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.140810] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    2.140812] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.140813] usb usb4: Product: EHCI Host Controller
[    2.140814] usb usb4: Manufacturer: Linux 5.10.0-19-amd64 ehci_hcd
[    2.140815] usb usb4: SerialNumber: 0000:00:1d.0
[    2.140931] hub 4-0:1.0: USB hub found
[    2.140940] hub 4-0:1.0: 2 ports detected
[    2.144821] megaraid_sas 0000:01:00.0: FW provided supportMaxExtLDs: 0	max_lds: 64
[    2.144823] megaraid_sas 0000:01:00.0: controller type	: MR(1024MB)
[    2.144824] megaraid_sas 0000:01:00.0: Online Controller Reset(OCR)	: Enabled
[    2.144825] megaraid_sas 0000:01:00.0: Secure JBOD support	: No
[    2.144826] megaraid_sas 0000:01:00.0: NVMe passthru support	: No
[    2.144827] megaraid_sas 0000:01:00.0: FW provided TM TaskAbort/Reset timeout	: 0 secs/0 secs
[    2.144828] megaraid_sas 0000:01:00.0: JBOD sequence map support	: No
[    2.144829] megaraid_sas 0000:01:00.0: PCI Lane Margining support	: No
[    2.169387] scsi host2: ahci
[    2.169544] scsi host3: ahci
[    2.169659] scsi host4: ahci
[    2.169772] scsi host5: ahci
[    2.169898] scsi host6: ahci
[    2.170023] scsi host7: ahci
[    2.170087] ata1: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822100 irq 56
[    2.170090] ata2: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822180 irq 56
[    2.170091] ata3: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822200 irq 56
[    2.170093] ata4: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822280 irq 56
[    2.170095] ata5: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822300 irq 56
[    2.170096] ata6: SATA max UDMA/133 abar m2048@0xdf822000 port 0xdf822380 irq 56
[    2.172995] megaraid_sas 0000:01:00.0: megasas_enable_intr_fusion is called outbound_intr_mask:0x40000000
[    2.172997] megaraid_sas 0000:01:00.0: INIT adapter done
[    2.172999] megaraid_sas 0000:01:00.0: JBOD sequence map is disabled megasas_setup_jbod_map 5749
[    2.173073] megaraid_sas 0000:01:00.0: pci id		: (0x1000)/(0x005b)/(0x15d9)/(0x0690)
[    2.173076] megaraid_sas 0000:01:00.0: unevenspan support	: no
[    2.173077] megaraid_sas 0000:01:00.0: firmware crash dump	: no
[    2.173078] megaraid_sas 0000:01:00.0: JBOD sequence map	: disabled
[    2.173112] scsi host0: Avago SAS based MegaRAID driver
[    2.356880] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.386670] ixgbe 0000:05:00.0: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24 XDP Queue count = 0
[    2.404854] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.471022] ixgbe 0000:05:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[    2.484025] ata5: SATA link down (SStatus 0 SControl 300)
[    2.484059] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.484105] ata4: SATA link down (SStatus 0 SControl 300)
[    2.484127] ata3: SATA link down (SStatus 0 SControl 300)
[    2.484149] ata6: SATA link down (SStatus 0 SControl 300)
[    2.484172] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.485739] ata2.00: supports DRM functions and may not be fully accessible
[    2.486062] ata1.00: supports DRM functions and may not be fully accessible
[    2.486346] ata2.00: disabling queued TRIM support
[    2.486352] ata2.00: ATA-9: Samsung SSD 850 PRO 2TB, EXM02B6Q, max UDMA/133
[    2.486355] ata2.00: 4000797360 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.487968] ata2.00: supports DRM functions and may not be fully accessible
[    2.488604] ata2.00: disabling queued TRIM support
[    2.490288] ata2.00: configured for UDMA/133
[    2.491018] ata1.00: disabling queued TRIM support
[    2.491023] ata1.00: ATA-9: Samsung SSD 850 PRO 1TB, EXM02B6Q, max UDMA/133
[    2.491026] ata1.00: 2000409264 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    2.494902] ixgbe 0000:05:00.0: MAC: 3, PHY: 0, PBA No: 000000-000
[    2.494907] ixgbe 0000:05:00.0: 00:25:90:ed:a3:54
[    2.496186] ata1.00: supports DRM functions and may not be fully accessible
[    2.500946] ata1.00: disabling queued TRIM support
[    2.506072] ata1.00: configured for UDMA/133
[    2.521511] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.521516] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.521957] hub 1-1:1.0: USB hub found
[    2.522113] hub 1-1:1.0: 6 ports detected
[    2.569226] usb 4-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
[    2.569233] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.569597] hub 4-1:1.0: USB hub found
[    2.569736] hub 4-1:1.0: 8 ports detected
[    2.596829] tsc: Refined TSC clocksource calibration: 2599.999 MHz
[    2.596844] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns
[    2.596948] clocksource: Switched to clocksource tsc
[    2.642719] ixgbe 0000:05:00.0: Intel(R) 10 Gigabit Network Connection
[    2.812785] usb 1-1.6: new full-speed USB device number 3 using ehci-pci
[    2.856841] usb 4-1.1: new high-speed USB device number 3 using ehci-pci
[    2.922380] ixgbe 0000:05:00.1: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24 XDP Queue count = 0
[    2.927036] usb 1-1.6: New USB device found, idVendor=0557, idProduct=2221, bcdDevice= 0.01
[    2.927041] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.927044] usb 1-1.6: Product: Hermon USB hidmouse Device
[    2.927047] usb 1-1.6: Manufacturer: Winbond Electronics Corp
[    3.007035] ixgbe 0000:05:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[    3.011316] usb 4-1.1: New USB device found, idVendor=0c0a, idProduct=6114, bcdDevice= 1.00
[    3.011321] usb 4-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    3.011326] usb 4-1.1: Product: RocketStor 6114V
[    3.011328] usb 4-1.1: Manufacturer: HighPoint
[    3.011330] usb 4-1.1: SerialNumber: 000000000001
[    3.030880] ixgbe 0000:05:00.1: MAC: 3, PHY: 0, PBA No: 000000-000
[    3.030884] ixgbe 0000:05:00.1: 00:25:90:ed:a3:55
[    3.092800] usb 4-1.3: new low-speed USB device number 4 using ehci-pci
[    3.178588] ixgbe 0000:05:00.1: Intel(R) 10 Gigabit Network Connection
[    3.213517] usb 4-1.3: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.213520] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.213524] usb 4-1.3: Product: USB Optical Mouse
[    3.213525] usb 4-1.3: Manufacturer: Logitech
[    3.292801] usb 4-1.4: new low-speed USB device number 5 using ehci-pci
[    3.419722] usb 4-1.4: New USB device found, idVendor=04d9, idProduct=1605, bcdDevice= 1.01
[    3.419727] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.419729] usb 4-1.4: Product: USB Keyboard
[    3.419733] usb 4-1.4: Manufacturer:  
[    3.652927] sas: phy-1:0 added to port-1:0, phy_mask:0x1 (ffffffffffffffff)
[    3.653420] sas: DOING DISCOVERY on port 0, pid:240
[    3.653550] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    3.653581] sas: ata7: end_device-1:0: dev error handler
[    3.824422] ata7.00: supports DRM functions and may not be fully accessible
[    3.825068] ata7.00: disabling queued TRIM support
[    3.825073] ata7.00: ATA-11: Samsung SSD 870 QVO 8TB, SVQ02B6Q, max UDMA/133
[    3.825076] ata7.00: 15628053168 sectors, multi 1: LBA48 NCQ (depth 32)
[    3.827613] ata7.00: supports DRM functions and may not be fully accessible
[    3.828142] ata7.00: disabling queued TRIM support
[    3.830379] ata7.00: configured for UDMA/133
[    3.830455] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    3.841133] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 870  2B6Q PQ: 0 ANSI: 5
[    3.841314] sas: DONE DISCOVERY on port 0, pid:240, result:0
[    3.841396] sas: phy-1:2 added to port-1:1, phy_mask:0x4 (ffffffff00000001)
[    3.841523] sas: DOING DISCOVERY on port 1, pid:240
[    3.841600] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    3.841633] sas: ata7: end_device-1:0: dev error handler
[    3.841671] sas: ata8: end_device-1:1: dev error handler
[    4.332190] ata8.00: supports DRM functions and may not be fully accessible
[    4.332617] ata8.00: disabling queued TRIM support
[    4.332620] ata8.00: ATA-11: Samsung SSD 870 QVO 8TB, SVQ02B6Q, max UDMA/133
[    4.332621] ata8.00: 15628053168 sectors, multi 1: LBA48 NCQ (depth 32)
[    4.335063] ata8.00: supports DRM functions and may not be fully accessible
[    4.335561] ata8.00: disabling queued TRIM support
[    4.337617] ata8.00: configured for UDMA/133
[    4.337708] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    4.348167] scsi 1:0:1:0: Direct-Access     ATA      Samsung SSD 870  2B6Q PQ: 0 ANSI: 5
[    4.348254] sas: DONE DISCOVERY on port 1, pid:240, result:0
[    4.348752] scsi 2:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    4.349105] scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    4.351711] ixgbe 0000:05:00.0 enp5s0f0: renamed from eth0
[    4.361569] ata7.00: Enabling discard_zeroes_data
[    4.361602] ata8.00: Enabling discard_zeroes_data
[    4.361680] sd 1:0:0:0: [sda] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    4.361697] sd 2:0:0:0: [sdc] 2000409264 512-byte logical blocks: (1.02 TB/954 GiB)
[    4.361698] sd 3:0:0:0: [sdd] 4000797360 512-byte logical blocks: (2.05 TB/1.86 TiB)
[    4.361700] sd 1:0:1:0: [sdb] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[    4.361703] sd 1:0:0:0: [sda] Write Protect is off
[    4.361706] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.361715] sd 1:0:1:0: [sdb] Write Protect is off
[    4.361717] sd 1:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    4.361719] sd 3:0:0:0: [sdd] Write Protect is off
[    4.361721] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    4.361725] sd 2:0:0:0: [sdc] Write Protect is off
[    4.361727] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    4.361732] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.361749] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.361750] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.361758] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.364438] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[    4.364570] scsi host8: usb-storage 4-1.1:1.0
[    4.364689] usbcore: registered new interface driver usb-storage
[    4.366189] hid: raw HID events driver (C) Jiri Kosina
[    4.377256] ixgbe 0000:05:00.1 enp5s0f1: renamed from eth1
[    4.389005] ata7.00: Enabling discard_zeroes_data
[    4.389062] ata8.00: Enabling discard_zeroes_data
[    4.390820]  sdb: sdb1
[    4.391665]  sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6
[    4.392060]  sdc: sdc1 sdc2
[    4.393773]  sda: sda1
[    4.398633] usbcore: registered new interface driver usbhid
[    4.398635] usbhid: USB HID core driver
[    4.432847] ata8.00: Enabling discard_zeroes_data
[    4.433300] sd 3:0:0:0: [sdd] supports TCG Opal
[    4.433303] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.434549] sd 1:0:1:0: [sdb] supports TCG Opal
[    4.434551] sd 1:0:1:0: [sdb] Attached SCSI disk
[    4.437176] sd 2:0:0:0: [sdc] supports TCG Opal
[    4.437178] sd 2:0:0:0: [sdc] Attached SCSI disk
[    4.452870] ata7.00: Enabling discard_zeroes_data
[    4.454582] sd 1:0:0:0: [sda] supports TCG Opal
[    4.454585] sd 1:0:0:0: [sda] Attached SCSI disk
[    4.457013] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:0557:2221.0001/input/input0
[    4.457113] hid-generic 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.6/input0
[    4.457147] usbcore: registered new interface driver uas
[    4.457313] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:0557:2221.0002/input/input1
[    4.516977] hid-generic 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.6/input1
[    4.517107] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.3/4-1.3:1.0/0003:046D:C077.0003/input/input2
[    4.517194] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.3/input0
[    4.517348] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.0/0003:04D9:1605.0004/input/input3
[    4.576925] hid-generic 0003:04D9:1605.0004: input,hidraw3: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.0-1.4/input0
[    4.577054] input:   USB Keyboard System Control as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/0003:04D9:1605.0005/input/input4
[    4.624763] raid6: sse2x4   gen() 12358 MB/s
[    4.636813] input:   USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.4/4-1.4:1.1/0003:04D9:1605.0005/input/input5
[    4.636883] hid-generic 0003:04D9:1605.0005: input,hidraw4: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.0-1.4/input1
[    4.692762] raid6: sse2x4   xor()  7138 MB/s
[    4.760761] raid6: sse2x2   gen()  8303 MB/s
[    4.828760] raid6: sse2x2   xor()  7221 MB/s
[    4.896759] raid6: sse2x1   gen()  8644 MB/s
[    4.964760] raid6: sse2x1   xor()  6435 MB/s
[    4.964763] raid6: using algorithm sse2x4 gen() 12358 MB/s
[    4.964764] raid6: .... xor() 7138 MB/s, rmw enabled
[    4.964765] raid6: using ssse3x2 recovery algorithm
[    4.966213] xor: automatically using best checksumming function   avx       
[    4.966897] async_tx: api initialized (async)
[    4.978133] md/raid:md127: device sda1 operational as raid disk 1
[    4.978135] md/raid:md127: device sdb1 operational as raid disk 0
[    4.978851] md/raid:md127: raid level 5 active with 2 out of 2 devices, algorithm 2
[    5.003809] md127: detected capacity change from 0 to 8001426554880
[    5.197507] Btrfs loaded, crc32c=crc32c-intel
[    5.325171] BTRFS: device fsid 7a82f874-9df6-44d9-9c1c-2cc927f97f24 devid 1 transid 12 /dev/md127 scanned by btrfs (418)
[    5.325369] BTRFS: device fsid dcc7ffb4-4fbd-447a-8f10-e9d3c02a7cd3 devid 1 transid 8396510 /dev/sdc2 scanned by btrfs (418)
[    5.326021] BTRFS: device fsid e371ae40-a198-4045-ac4a-52780d8e62f1 devid 1 transid 93058 /dev/sdd6 scanned by btrfs (418)
[    5.344748] BTRFS info (device sdc2): flagging fs with big metadata feature
[    5.344753] BTRFS info (device sdc2): disk space caching is enabled
[    5.344754] BTRFS info (device sdc2): has skinny extents
[    5.404006] BTRFS info (device sdc2): enabling ssd optimizations
[    5.442406] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    6.736938] scsi 8:0:0:0: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[    6.825794] scsi 8:0:0:1: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[    7.729501] usb 4-1.1: USB disconnect, device number 3
[    7.745249] sd 8:0:0:0: [sde] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[    7.745254] sd 8:0:0:0: [sde] Sense not available.
[    7.745260] sd 8:0:0:0: [sde] 0 512-byte logical blocks: (0 B/0 B)
[    7.745263] sd 8:0:0:0: [sde] 0-byte physical blocks
[    7.745283] sd 8:0:0:0: [sde] Write Protect is off
[    7.745287] sd 8:0:0:0: [sde] Mode Sense: 00 00 00 00
[    7.745301] sd 8:0:0:0: [sde] Asking for cache data failed
[    7.745494] sd 8:0:0:1: [sdf] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[    7.745939] sd 8:0:0:0: [sde] Assuming drive cache: write through
[    7.745943] sd 8:0:0:1: [sdf] Sense not available.
[    7.746662] sd 8:0:0:1: [sdf] 0 512-byte logical blocks: (0 B/0 B)
[    7.746665] sd 8:0:0:1: [sdf] 0-byte physical blocks
[    7.746680] sd 8:0:0:1: [sdf] Write Protect is off
[    7.746683] sd 8:0:0:1: [sdf] Mode Sense: 00 00 00 00
[    7.746697] sd 8:0:0:1: [sdf] Asking for cache data failed
[    7.747330] sd 8:0:0:1: [sdf] Assuming drive cache: write through
[    7.777022] sd 8:0:0:1: [sdf] Read Capacity(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[    7.777027] sd 8:0:0:0: [sde] Read Capacity(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[    7.777032] sd 8:0:0:0: [sde] Sense not available.
[    7.777034] sd 8:0:0:1: [sdf] Sense not available.
[    7.777093] sd 8:0:0:1: [sdf] Attached SCSI disk
[    7.777096] sd 8:0:0:0: [sde] Attached SCSI disk
[    7.777350] systemd[1]: Inserted module 'autofs4'
[    7.825098] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    7.848969] systemd[1]: Detected architecture x86-64.
[    7.849807] systemd[1]: Set hostname to <prairie>.
[    7.981715] systemd[1]: /etc/systemd/system/startbr0.service:10: Failed to parse service restart specifier, ignoring: never
[    7.987916] systemd[1]: Queued start job for default target Graphical Interface.
[    8.017843] systemd[1]: Created slice Virtual Machine and Container Slice.
[    8.018734] systemd[1]: Created slice system-getty.slice.
[    8.019268] systemd[1]: Created slice system-modprobe.slice.
[    8.019680] systemd[1]: Created slice User and Session Slice.
[    8.019756] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.019814] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.020000] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    8.020046] systemd[1]: Reached target Local Encrypted Volumes.
[    8.020080] systemd[1]: Reached target Paths.
[    8.020105] systemd[1]: Reached target Slices.
[    8.020123] systemd[1]: Reached target Swap.
[    8.020145] systemd[1]: Reached target Libvirt guests shutdown.
[    8.020232] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    8.020371] systemd[1]: Listening on LVM2 poll daemon socket.
[    8.024915] systemd[1]: Listening on RPCbind Server Activation Socket.
[    8.025535] systemd[1]: Listening on Syslog Socket.
[    8.025649] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.025909] systemd[1]: Listening on Journal Audit Socket.
[    8.026068] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.026255] systemd[1]: Listening on Journal Socket.
[    8.026815] systemd[1]: Listening on udev Control Socket.
[    8.026976] systemd[1]: Listening on udev Kernel Socket.
[    8.028400] systemd[1]: Mounting Huge Pages File System...
[    8.029767] systemd[1]: Mounting POSIX Message Queue File System...
[    8.030967] systemd[1]: Mounting NFSD configuration filesystem...
[    8.032363] systemd[1]: Mounting RPC Pipe File System...
[    8.033407] systemd[1]: Mounting Kernel Debug File System...
[    8.034575] systemd[1]: Mounting Kernel Trace File System...
[    8.034711] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    8.034863] systemd[1]: Finished Availability of block devices.
[    8.036581] systemd[1]: Starting Set the console keyboard layout...
[    8.037768] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    8.039124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    8.040052] systemd[1]: Starting Load Kernel Module configfs...
[    8.040916] systemd[1]: Starting Load Kernel Module drm...
[    8.041944] systemd[1]: Starting Load Kernel Module fuse...
[    8.042310] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.044279] systemd[1]: Starting Journal Service...
[    8.045783] systemd[1]: Starting Load Kernel Modules...
[    8.047067] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.048517] systemd[1]: Starting Coldplug All udev Devices...
[    8.050588] systemd[1]: Mounted Huge Pages File System.
[    8.050696] systemd[1]: Mounted POSIX Message Queue File System.
[    8.050789] systemd[1]: Mounted Kernel Debug File System.
[    8.050882] systemd[1]: Mounted Kernel Trace File System.
[    8.051247] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    8.051532] systemd[1]: modprobe@configfs.service: Succeeded.
[    8.051756] systemd[1]: Finished Load Kernel Module configfs.
[    8.052928] systemd[1]: Mounting Kernel Configuration File System...
[    8.053962] systemd[1]: Finished Load Kernel Modules.
[    8.054633] BTRFS info (device sdc2): disk space caching is enabled
[    8.055091] systemd[1]: Starting Apply Kernel Variables...
[    8.055495] fuse: init (API version 7.32)
[    8.056665] systemd[1]: modprobe@fuse.service: Succeeded.
[    8.056919] systemd[1]: Finished Load Kernel Module fuse.
[    8.057316] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.057446] systemd[1]: Mounted Kernel Configuration File System.
[    8.058555] systemd[1]: Mounting FUSE Control File System...
[    8.058989] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.059061] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    8.059996] systemd[1]: Starting Load/Save Random Seed...
[    8.061175] systemd[1]: Starting Create System Users...
[    8.062685] systemd[1]: Finished Apply Kernel Variables.
[    8.062832] systemd[1]: Mounted FUSE Control File System.
[    8.087200] RPC: Registered named UNIX socket transport module.
[    8.087203] RPC: Registered udp transport module.
[    8.087204] RPC: Registered tcp transport module.
[    8.087205] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    8.087926] systemd[1]: modprobe@drm.service: Succeeded.
[    8.088312] systemd[1]: Finished Load Kernel Module drm.
[    8.089709] systemd[1]: Mounted RPC Pipe File System.
[    8.091359] systemd[1]: Starting pNFS block layout mapping daemon...
[    8.105547] systemd[1]: Finished Load/Save Random Seed.
[    8.106147] systemd[1]: Finished Set the console keyboard layout.
[    8.106478] systemd[1]: Started pNFS block layout mapping daemon.
[    8.106826] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[    8.108217] systemd[1]: Finished Create System Users.
[    8.109717] systemd[1]: Starting Create Static Device Nodes in /dev...
[    8.120019] systemd[1]: Finished Create Static Device Nodes in /dev.
[    8.122643] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    8.152848] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    8.154883] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    8.156968] systemd[1]: Mounted NFSD configuration filesystem.
[    8.178847] systemd[1]: Finished Coldplug All udev Devices.
[    8.180296] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[    8.183464] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[    8.183512] ACPI: Power Button [PWRB]
[    8.183615] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    8.200848] ACPI: Power Button [PWRF]
[    8.209484] IPMI message handler: version 39.2
[    8.214767] ipmi device interface
[    8.219570] ioatdma: Intel(R) QuickData Technology Driver 5.00
[    8.220939] systemd[1]: Started Journal Service.
[    8.221272] ipmi_si: IPMI System Interface driver
[    8.221299] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[    8.221303] ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[    8.221305] ipmi_si: Adding SMBIOS-specified kcs state machine
[    8.221390] ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
[    8.221525] ipmi_si IPI0001:00: ipmi_platform: [io  0x0ca2] regsize 1 spacing 1 irq 0
[    8.225064] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    8.225148] sd 1:0:1:0: Attached scsi generic sg1 type 0
[    8.225242] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    8.225299] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    8.229289] systemd-journald[503]: Received client request to flush runtime journal.
[    8.290144] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    8.300370] pstore: ignoring unexpected backend 'efi'
[    8.302923] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[    8.303729] ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
[    8.303732] ipmi_si: Adding ACPI-specified kcs state machine
[    8.303806] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[    8.305541] iTCO_vendor_support: vendor-support=0
[    8.312074] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.312130] iTCO_wdt: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
[    8.312234] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.316961] BTRFS info (device sdd6): flagging fs with big metadata feature
[    8.316968] BTRFS info (device sdd6): disk space caching is enabled
[    8.316970] BTRFS info (device sdd6): has skinny extents
[    8.327933] BTRFS info (device sdd6): enabling ssd optimizations
[    8.333940] FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    8.337407] checking generic (dc000000 300000) vs hw (dc000000 1000000)
[    8.337412] fb0: switching to mgag200drmfb from EFI VGA
[    8.362744] Console: switching to colour dummy device 80x25
[    8.362770] mgag200 0000:08:03.0: vgaarb: deactivate vga console
[    8.373582] audit: type=1400 audit(1699123784.196:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=671 comm="apparmor_parser"
[    8.375506] audit: type=1400 audit(1699123784.196:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=665 comm="apparmor_parser"
[    8.375577] audit: type=1400 audit(1699123784.196:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=667 comm="apparmor_parser"
[    8.375582] audit: type=1400 audit(1699123784.196:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=667 comm="apparmor_parser"
[    8.375586] audit: type=1400 audit(1699123784.196:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=667 comm="apparmor_parser"
[    8.376348] audit: type=1400 audit(1699123784.196:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd" pid=669 comm="apparmor_parser"
[    8.376353] audit: type=1400 audit(1699123784.196:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=669 comm="apparmor_parser"
[    8.376439] audit: type=1400 audit(1699123784.196:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=666 comm="apparmor_parser"
[    8.376446] audit: type=1400 audit(1699123784.196:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=666 comm="apparmor_parser"
[    8.376565] [drm] Initialized mgag200 1.0.0 20110418 for 0000:08:03.0 on minor 0
[    8.376847] audit: type=1400 audit(1699123784.200:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="virt-aa-helper" pid=668 comm="apparmor_parser"
[    8.409660] fbcon: mgag200drmfb (fb0) is primary device
[    8.432980] ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[    8.460745] ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0664, dev_id: 0x20)
[    8.498132] ipmi_si IPI0001:00: IPMI kcs interface initialized
[    8.500900] ipmi_ssif: IPMI SSIF Interface driver
[    8.626527] BTRFS info (device md127): flagging fs with big metadata feature
[    8.626532] BTRFS info (device md127): disk space caching is enabled
[    8.626534] BTRFS info (device md127): has skinny extents
[    8.644948] BTRFS info (device md127): enabling ssd optimizations
[    8.774969] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    8.774970] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    8.774971] RAPL PMU: hw unit of domain package 2^-16 Joules
[    8.774972] RAPL PMU: hw unit of domain dram 2^-16 Joules
[    8.779562] cryptd: max_cpu_qlen set to 1000
[    8.798754] AVX version of gcm_enc/dec engaged.
[    8.798755] AES CTR mode by8 optimization enabled
[    8.938757] Console: switching to colour frame buffer device 160x64
[    9.078933] mgag200 0000:08:03.0: [drm] fb0: mgag200drmfb frame buffer device
[   10.362240] EDAC sbridge: Seeking for: PCI ID 8086:0ea0
[   10.362260] EDAC sbridge: Seeking for: PCI ID 8086:0ea0
[   10.362275] EDAC sbridge: Seeking for: PCI ID 8086:0ea0
[   10.362281] EDAC sbridge: Seeking for: PCI ID 8086:0e60
[   10.362289] EDAC sbridge: Seeking for: PCI ID 8086:0ea8
[   10.362294] EDAC sbridge: Seeking for: PCI ID 8086:0ea8
[   10.362300] EDAC sbridge: Seeking for: PCI ID 8086:0ea8
[   10.362302] EDAC sbridge: Seeking for: PCI ID 8086:0e71
[   10.362308] EDAC sbridge: Seeking for: PCI ID 8086:0e71
[   10.362314] EDAC sbridge: Seeking for: PCI ID 8086:0e71
[   10.362317] EDAC sbridge: Seeking for: PCI ID 8086:0eaa
[   10.362324] EDAC sbridge: Seeking for: PCI ID 8086:0eaa
[   10.362331] EDAC sbridge: Seeking for: PCI ID 8086:0eaa
[   10.362334] EDAC sbridge: Seeking for: PCI ID 8086:0eab
[   10.362340] EDAC sbridge: Seeking for: PCI ID 8086:0eab
[   10.362346] EDAC sbridge: Seeking for: PCI ID 8086:0eab
[   10.362348] EDAC sbridge: Seeking for: PCI ID 8086:0eac
[   10.362354] EDAC sbridge: Seeking for: PCI ID 8086:0eac
[   10.362360] EDAC sbridge: Seeking for: PCI ID 8086:0eac
[   10.362361] EDAC sbridge: Seeking for: PCI ID 8086:0ead
[   10.362367] EDAC sbridge: Seeking for: PCI ID 8086:0ead
[   10.362373] EDAC sbridge: Seeking for: PCI ID 8086:0ead
[   10.362375] EDAC sbridge: Seeking for: PCI ID 8086:0e68
[   10.362383] EDAC sbridge: Seeking for: PCI ID 8086:0e79
[   10.362392] EDAC sbridge: Seeking for: PCI ID 8086:0e6a
[   10.362400] EDAC sbridge: Seeking for: PCI ID 8086:0e6b
[   10.362408] EDAC sbridge: Seeking for: PCI ID 8086:0e6c
[   10.362416] EDAC sbridge: Seeking for: PCI ID 8086:0e6d
[   10.362424] EDAC sbridge: Seeking for: PCI ID 8086:0eb8
[   10.362432] EDAC sbridge: Seeking for: PCI ID 8086:0ebc
[   10.362440] EDAC sbridge: Seeking for: PCI ID 8086:0ec8
[   10.362447] EDAC sbridge: Seeking for: PCI ID 8086:0ec8
[   10.362452] EDAC sbridge: Seeking for: PCI ID 8086:0ec8
[   10.362454] EDAC sbridge: Seeking for: PCI ID 8086:0ec9
[   10.362460] EDAC sbridge: Seeking for: PCI ID 8086:0ec9
[   10.362465] EDAC sbridge: Seeking for: PCI ID 8086:0ec9
[   10.362466] EDAC sbridge: Seeking for: PCI ID 8086:0eca
[   10.362473] EDAC sbridge: Seeking for: PCI ID 8086:0eca
[   10.362479] EDAC sbridge: Seeking for: PCI ID 8086:0eca
[   10.362607] EDAC MC0: Giving out device to module sb_edac controller Ivy Bridge SrcID#0_Ha#0: DEV 0000:7f:0e.0 (INTERRUPT)
[   10.362729] EDAC MC1: Giving out device to module sb_edac controller Ivy Bridge SrcID#1_Ha#0: DEV 0000:ff:0e.0 (INTERRUPT)
[   10.362730] EDAC sbridge:  Ver: 1.1.2 
[   11.011892] intel_rapl_common: Found RAPL domain package
[   11.011894] intel_rapl_common: Found RAPL domain core
[   11.011898] intel_rapl_common: Found RAPL domain dram
[   11.012048] intel_rapl_common: Found RAPL domain package
[   11.012053] intel_rapl_common: Found RAPL domain core
[   11.012059] intel_rapl_common: Found RAPL domain dram
[   13.134141] pps pps0: new PPS source ptp0
[   13.134182] ixgbe 0000:05:00.0: registered PHC device on enp5s0f0
[   13.360799] usb 4-1.1: new high-speed USB device number 6 using ehci-pci
[   13.389853] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   13.514871] usb 4-1.1: New USB device found, idVendor=0c0a, idProduct=6114, bcdDevice= 1.00
[   13.514876] usb 4-1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[   13.514879] usb 4-1.1: Product: RocketStor 6114V
[   13.514881] usb 4-1.1: Manufacturer: HighPoint
[   13.514883] usb 4-1.1: SerialNumber: 000000000001
[   13.515290] usb-storage 4-1.1:1.0: USB Mass Storage device detected
[   13.515622] scsi host8: usb-storage 4-1.1:1.0
[   13.846650] kauditd_printk_skb: 4 callbacks suppressed
[   13.846654] audit: type=1400 audit(1699123789.668:16): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=978 comm="apparmor_parser"
[   13.998844] Bridge firewalling registered
[   14.054617] Initializing XFRM netlink socket
[   14.409643] br-6ac24a9281ac: port 1(veth11f28ea) entered blocking state
[   14.409648] br-6ac24a9281ac: port 1(veth11f28ea) entered disabled state
[   14.409728] device veth11f28ea entered promiscuous mode
[   14.409853] br-6ac24a9281ac: port 1(veth11f28ea) entered blocking state
[   14.409856] br-6ac24a9281ac: port 1(veth11f28ea) entered forwarding state
[   14.410014] br-6ac24a9281ac: port 1(veth11f28ea) entered disabled state
[   14.493023] NFSD: Using UMH upcall client tracking operations.
[   14.493028] NFSD: starting 90-second grace period (net f00000a8)
[   14.556899] audit: type=1400 audit(1699123790.380:17): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1166 comm="apparmor_parser"
[   14.563693] br0: port 1(enp5s0f0) entered blocking state
[   14.563697] br0: port 1(enp5s0f0) entered disabled state
[   14.564102] device enp5s0f0 entered promiscuous mode
[   14.576164] audit: type=1400 audit(1699123790.396:18): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1180 comm="apparmor_parser"
[   14.576170] audit: type=1400 audit(1699123790.396:19): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1180 comm="apparmor_parser"
[   14.576173] audit: type=1400 audit(1699123790.396:20): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1180 comm="apparmor_parser"
[   14.576176] audit: type=1400 audit(1699123790.396:21): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=1180 comm="apparmor_parser"
[   14.747547] br0: port 2(veth3yBD3i) entered blocking state
[   14.747550] br0: port 2(veth3yBD3i) entered disabled state
[   14.747607] device veth3yBD3i entered promiscuous mode
[   14.747693] br0: port 2(veth3yBD3i) entered blocking state
[   14.747695] br0: port 2(veth3yBD3i) entered forwarding state
[   14.747740] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   14.747927] br0: port 2(veth3yBD3i) entered disabled state
[   14.748215] eth0: renamed from veth3TFs0O
[   14.785596] IPv6: ADDRCONF(NETDEV_CHANGE): veth3yBD3i: link becomes ready
[   14.785635] br0: port 2(veth3yBD3i) entered blocking state
[   14.785641] br0: port 2(veth3yBD3i) entered forwarding state
[   14.822779] br0: port 3(vethLqbVDi) entered blocking state
[   14.822781] br0: port 3(vethLqbVDi) entered disabled state
[   14.822843] device vethLqbVDi entered promiscuous mode
[   14.822922] br0: port 3(vethLqbVDi) entered blocking state
[   14.822923] br0: port 3(vethLqbVDi) entered forwarding state
[   14.823406] eth0: renamed from veth6SEtoV
[   14.861049] br0: port 2(veth3yBD3i) entered disabled state
[   14.861470] device veth3yBD3i left promiscuous mode
[   14.861475] br0: port 2(veth3yBD3i) entered disabled state
[   14.893791] IPv6: ADDRCONF(NETDEV_CHANGE): vethLqbVDi: link becomes ready
[   14.923219] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[   14.939380] br0: port 2(vetheRUUM5) entered blocking state
[   14.939383] br0: port 2(vetheRUUM5) entered disabled state
[   14.939443] device vetheRUUM5 entered promiscuous mode
[   14.939515] br0: port 2(vetheRUUM5) entered blocking state
[   14.939520] br0: port 2(vetheRUUM5) entered forwarding state
[   14.939956] eth0: renamed from vethjvp9wK
[   14.969531] IPv6: ADDRCONF(NETDEV_CHANGE): vetheRUUM5: link becomes ready
[   15.008033] br0: port 4(vethX6Cikw) entered blocking state
[   15.008039] br0: port 4(vethX6Cikw) entered disabled state
[   15.008125] device vethX6Cikw entered promiscuous mode
[   15.008242] br0: port 4(vethX6Cikw) entered blocking state
[   15.008246] br0: port 4(vethX6Cikw) entered forwarding state
[   15.014460] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[   15.119724] audit: type=1400 audit(1699123790.940:22): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=1760 comm="(networkd)" flags="rw, rslave"
[   15.224003] audit: type=1400 audit(1699123791.044:23): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirt-b710d901-82dd-4309-a23c-0ba026584c7c" pid=1731 comm="apparmor_parser"
[   15.264916] br0: port 4(vethX6Cikw) entered disabled state
[   15.265151] br0: port 2(vetheRUUM5) entered disabled state
[   15.265613] device vethX6Cikw left promiscuous mode
[   15.265617] br0: port 4(vethX6Cikw) entered disabled state
[   15.297099] device vetheRUUM5 left promiscuous mode
[   15.297102] br0: port 2(vetheRUUM5) entered disabled state
[   15.401631] audit: type=1400 audit(1699123791.224:24): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="libvirt-b710d901-82dd-4309-a23c-0ba026584c7c" pid=1765 comm="apparmor_parser"
[   15.572890] audit: type=1400 audit(1699123791.396:25): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxc-container-default-cgns" name="/" pid=1783 comm="(resolved)" flags="rw, rslave"
[   15.878793] tun: Universal TUN/TAP device driver, 1.6
[   15.917778] scsi 8:0:0:0: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[   16.039189] scsi 8:0:0:1: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[   16.162660] scsi 8:0:0:2: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[   16.221180] scsi 8:0:0:3: Direct-Access     ST4000LM 016-1N2170       0    PQ: 0 ANSI: 6
[   16.221553] sd 8:0:0:0: Attached scsi generic sg4 type 0
[   16.221664] sd 8:0:0:1: Attached scsi generic sg5 type 0
[   16.221796] sd 8:0:0:2: Attached scsi generic sg6 type 0
[   16.221926] sd 8:0:0:3: Attached scsi generic sg7 type 0
[   16.222125] sd 8:0:0:0: [sde] Very big device. Trying to use READ CAPACITY(16).
[   16.222759] sd 8:0:0:1: [sdf] Very big device. Trying to use READ CAPACITY(16).
[   16.223872] sd 8:0:0:2: [sdg] Very big device. Trying to use READ CAPACITY(16).
[   16.224264] sd 8:0:0:2: [sdg] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   16.224268] sd 8:0:0:2: [sdg] 4096-byte physical blocks
[   16.224640] sd 8:0:0:1: [sdf] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   16.224643] sd 8:0:0:1: [sdf] 4096-byte physical blocks
[   16.225266] sd 8:0:0:3: [sdh] Very big device. Trying to use READ CAPACITY(16).
[   16.226388] sd 8:0:0:2: [sdg] Write Protect is off
[   16.226392] sd 8:0:0:2: [sdg] Mode Sense: 43 00 00 00
[   16.227515] sd 8:0:0:2: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.227877] sd 8:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   16.227879] sd 8:0:0:0: [sde] 4096-byte physical blocks
[   16.228259] sd 8:0:0:3: [sdh] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   16.228261] sd 8:0:0:3: [sdh] 4096-byte physical blocks
[   16.229404] sd 8:0:0:1: [sdf] Write Protect is off
[   16.229408] sd 8:0:0:1: [sdf] Mode Sense: 43 00 00 00
[   16.230525] sd 8:0:0:0: [sde] Write Protect is off
[   16.230527] sd 8:0:0:0: [sde] Mode Sense: 43 00 00 00
[   16.231628] sd 8:0:0:3: [sdh] Write Protect is off
[   16.231631] sd 8:0:0:3: [sdh] Mode Sense: 43 00 00 00
[   16.232777] sd 8:0:0:1: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.233881] sd 8:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.234998] sd 8:0:0:3: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.428441] ixgbe 0000:05:00.0 enp5s0f0: NIC Link is Up 1 Gbps, Flow Control: None
[   16.428685] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0f0: link becomes ready
[   16.428815] br0: port 1(enp5s0f0) entered blocking state
[   16.428819] br0: port 1(enp5s0f0) entered forwarding state
[   17.939123] sd 8:0:0:2: [sdg] Attached SCSI disk
[   18.039183] sd 8:0:0:0: [sde] Attached SCSI disk
[   18.044182] sd 8:0:0:1: [sdf] Attached SCSI disk
[   18.045294] sd 8:0:0:3: [sdh] Attached SCSI disk
[   18.046472] br0: port 2(vnet0) entered blocking state
[   18.046477] br0: port 2(vnet0) entered disabled state
[   18.046552] device vnet0 entered promiscuous mode
[   18.046721] br0: port 2(vnet0) entered blocking state
[   18.046725] br0: port 2(vnet0) entered forwarding state
[   18.105278] eth0: renamed from vethe7d65df
[   18.141210] IPv6: ADDRCONF(NETDEV_CHANGE): veth11f28ea: link becomes ready
[   18.141259] br-6ac24a9281ac: port 1(veth11f28ea) entered blocking state
[   18.141261] br-6ac24a9281ac: port 1(veth11f28ea) entered forwarding state
[   18.141295] IPv6: ADDRCONF(NETDEV_CHANGE): br-6ac24a9281ac: link becomes ready
[   18.265680] md/raid:md0: device sdh operational as raid disk 3
[   18.265683] md/raid:md0: device sdf operational as raid disk 1
[   18.265684] md/raid:md0: device sde operational as raid disk 0
[   18.265685] md/raid:md0: device sdg operational as raid disk 2
[   18.266970] md/raid:md0: raid level 5 active with 4 out of 4 devices, algorithm 2
[   18.285905] device-mapper: uevent: version 1.0.3
[   18.286009] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[   18.400800] md0: detected capacity change from 0 to 12001954234368
[   18.423097]  md0: p1
[   18.758533] BTRFS: device fsid 62cd7a65-93cb-491d-a3f0-89709066bb0f devid 1 transid 366833 /dev/md0p1 scanned by systemd-udevd (542)
[   18.813820] BTRFS info (device md0p1): flagging fs with big metadata feature
[   18.813826] BTRFS info (device md0p1): disk space caching is enabled
[   18.813827] BTRFS info (device md0p1): has skinny extents
[   18.914282] kauditd_printk_skb: 6 callbacks suppressed
[   18.914284] audit: type=1400 audit(1699123794.736:32): apparmor="DENIED" operation="capable" profile="libvirtd" pid=1159 comm="daemon-init" capability=39  capname="bpf"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 55 /etc/resolv.conf's. Clearly, something's wrong.
  2023-11-04 20:34 55 /etc/resolv.conf's. Clearly, something's wrong Ken D'Ambrosio
@ 2023-11-04 21:21 ` Qu Wenruo
  0 siblings, 0 replies; 2+ messages in thread
From: Qu Wenruo @ 2023-11-04 21:21 UTC (permalink / raw)
  To: Ken D'Ambrosio, linux-btrfs



On 2023/11/5 07:04, Ken D'Ambrosio wrote:
> Hey, all.  I've got 55 /etc/resolv.conf files.  All except the "real"
> one show like this to an "ls -al":
> root@prairie:~#  ls -al /etc | grep resolv.conf | head
> ls: cannot access '/etc/resolv.conf': No such file or directory
> ls: cannot access '/etc/resolv.conf': No such file or directory
> ls: cannot access '/etc/resolv.conf': No such file or directory
> ls: cannot access '/etc/resolv.conf': No such file or directory
> ls: cannot access '/etc/resolv.conf': No such file or directory
> ls: cannot access '/etc/resolv.conf': No such file or directory
> [snip]
> -????????? ? ?     ?          ?            ? resolv.conf
> -????????? ? ?     ?          ?            ? resolv.conf
> -????????? ? ?     ?          ?            ? resolv.conf
> -????????? ? ?     ?          ?            ? resolv.conf
> -????????? ? ?     ?          ?            ? resolv.conf

"btrfs check --readonly" please, and please use the latest btrfs-progs
just in case.

> [snip]
>
> As per
> https://github.com/kdave/btrfs-wiki/blob/master/btrfs.wiki/Btrfs%20mailing%20list, here's stuff about my system:
>
> root@prairie:~# uname -a
> Linux prairie 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21)
> x86_64 GNU/Linux

This is a little old, especially it may lack some newer tree-checker
patches thus it doesn't detect wrong on-disk data immediately.

If possible, please try a v6.x kernel and see if there is any new dmesg.

My current assumption is, some bad DIR_INDEX items, which would be
caught by btrfs-check.

Thanks
Qu
>
> root@prairie:~# btrfs --version
> btrfs-progs v5.10.1
>
> root@prairie:~# btrfs fi show
> Label: none  uuid: dcc7ffb4-4fbd-447a-8f10-e9d3c02a7cd3
>      Total devices 1 FS bytes used 156.95GiB
>      devid    1 size 838.19GiB used 451.19GiB path /dev/sdc2
>
> Label: none  uuid: e371ae40-a198-4045-ac4a-52780d8e62f1
>      Total devices 1 FS bytes used 49.64GiB
>      devid    1 size 1.63TiB used 51.02GiB path /dev/sdd6
>
> Label: none  uuid: 7a82f874-9df6-44d9-9c1c-2cc927f97f24
>      Total devices 1 FS bytes used 26.05GiB
>      devid    1 size 7.28TiB used 27.02GiB path /dev/md127
>
> Label: none  uuid: 62cd7a65-93cb-491d-a3f0-89709066bb0f
>      Total devices 1 FS bytes used 4.25TiB
>      devid    1 size 10.92TiB used 4.95TiB path /dev/md0p1
>
> root@prairie:~# btrfs fi df /
> Data, single: total=439.01GiB, used=151.83GiB
> System, single: total=4.00MiB, used=80.00KiB
> Metadata, single: total=12.18GiB, used=5.12GiB
> GlobalReserve, single: total=310.30MiB, used=0.00B
>
> ... and dmesg output is attached.
>
> Suggestions on my next step?
>
> Thanks!
>
> -Ken

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-04 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 20:34 55 /etc/resolv.conf's. Clearly, something's wrong Ken D'Ambrosio
2023-11-04 21:21 ` Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.