Git Product home page Git Product logo

Comments (38)

fabianishere avatar fabianishere commented on July 19, 2024

I have not tested ZFS on Linux 5.10 myself given that I don't use ZFS. However, I believe it should work since ZFS 2.0.1: https://github.com/openzfs/zfs/releases/tag/zfs-2.0.1

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

ok that is bad i only use zfs on proxmox

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

checking for mlockall... yes
checking for strlcat... no
checking for strlcpy... no
checking kernel source directory... /usr/src/linux-headers-5.10.9-1
checking kernel build directory... /usr/src/linux-headers-5.10.9-1
checking kernel source version... 5.10.9-1
checking kernel file name for module symbols... Module.symvers
checking whether modules can be built... no
configure: error:
*** Unable to build an empty module.

root@backup:~/zfs#

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

As far as I know, ZFS (2.0.1) is already built into the kernel so you don't need to build the module yourself.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

could not compile zfs 2.0.1 und 5.10.1 but on 5.9.16

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

but i have to compile the userland tools

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

could you publish a version with zfs 0.8.5 ?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

I don't think it is compatible.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

ok thank you...so i have to wait and sadly cannot update

from pve-edge-kernel.

TicoDePano avatar TicoDePano commented on July 19, 2024

Same problem here, ZFS not working...

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

You are referring then to the userspace ZFS tools shipped with Proxmox, correct?

from pve-edge-kernel.

TicoDePano avatar TicoDePano commented on July 19, 2024

After updating from 5.9 to 5.10, the ZFS module is not loaded, ending in a initramfs shell, if I remember correctly.

from pve-edge-kernel.

theAeon avatar theAeon commented on July 19, 2024

yeesh.

thanks for the heads up, i was going to run the update.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

ZFS Module is loaded but not fitting to to grub-zfs or zpool tools so no boot. (ZFS 2.0.1)

from pve-edge-kernel.

theAeon avatar theAeon commented on July 19, 2024

so if my boot drive isn't zfs i should be fine?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

If your boot drive isn’t ZFS you should be able to boot into Proxmox, but possibly you wont’t be able to access your ZFS disks.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

I tried to compile the new userland-tools from proxmox git upstream..but there where errors

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

could you pull this version out of your update script?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

@mac-linux-free To what update script are you referring exactly?

I still intend to publish 5.10.x kernel releases. As soon as the user-space tools are working, users that rely on ZFS can move to 5.10.x.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

this one here...https://github.com/fabianishere/pve-edge-kernel/actions/runs/259609151/workflow

from pve-edge-kernel.

staehle avatar staehle commented on July 19, 2024

Can confirm this issue. ZFS partitions do not load in 5.10, but work in 5.9.
I have a Ryzen 5950X, so I'm interested in 5.10 so I can finally get thermal sensor data (support added in 5.10). My root partition is on EXT4, but I have 2 SSDs for VMs that use ZFS.
I found these interesting bits in the serial console log that may be the issue:

[    9.698329] Disabling lock debugging due to kernel taint
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[    9.727963] zfs: Unknown symbol zfs_zstd_compress (err -2)
[    9.733942] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
[  OK      9.740562] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
0m] Created slic[    9.748020] zfs: Unknown symbol zfs_zstd_decompress (err -2)
e system-systemd\x2dfsck.slice.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Created slice system-zfs\x2dimport.slice.

...

[   10.363221] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   10.363235] zfs: Unknown symbol zfs_zstd_compress (err -2)
[   10.364365] pstore: Using crash dump compression: deflate
[   10.364369] pstore: Registered efi as persistent store backend
[   10.371286] RAPL PMU: hw unit of domain package 2^-16 Joules
[  OK  ] Found device[   10.395674] cryptd: max_cpu_qlen set to 1000
 /dev/t[   10.395743] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
tyS0.
[   10.413573] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
[   10.420017] AVX2 version of gcm_enc/dec engaged.
[   10.420124] zfs: Unknown symbol zfs_zstd_decompress (err -2)
[   10.424768] AES CTR mode by8 optimization enabled
[  OK  ] Found device SAMSUNG_MZHPV256HDGL-00000 2.
[  OK  ] Found device /dev/pve/swap.
[   10.501574] zfs: Unknown symbol zfs_zstd_compress (err -2)
[   10.511763] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
[  OK  ] Found device SanDisk_SSD_PLUS_1000G[   10.522534] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
B 1.
[   10.522573] kvm: Nested Virtualization enabled

...

[  OK  ] Started Helper to synchronize boot up for ifupdown.
         Starting Import ZFS pool satacheap...
         Starting Import ZFS pool satafast...
         Starting Import ZFS pool m2mpe...
[FAILED] Failed to start Import ZFS pool satacheap.
See 'systemctl status [email protected]' for details.
[FAILED] Failed to start Import ZFS pool satafast.
See 'systemctl status [email protected]' for details.
[FAILED] Failed to start Import ZFS pool m2mpe.
See 'systemctl status [email protected]' for details.
[  OK  ] Reached target ZFS pool import target.
         Starting Wait for ZFS Volume (zvol) links in /dev...
[  OK  ] Reached target Local File Systems.

I get these errors on the web console:

image

Here is the full serial console log:

click to expand

Loading Linux 5.10.10-1 ...
Loading initial ramdisk ...
error: no suitable video mode found.
Booting in blind mode
[    0.000000] Linux version 5.10.10-1 (root@pve-builder-1) (gcc-10 (Ubuntu 10.2.0-5ubuntu1~20.04) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1 SMP 5.10.10-1 zen2 (Mon, 25 Jan 2021 17:27:27 +0000)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.10.10-1 root=/dev/mapper/pve-root ro console=tty1 console=ttyS0,115200 processor.max_cstate=5 rcu_nocbs=0-31
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    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: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000cb2a6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb2a7000-0x00000000cb6a3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cb6a4000-0x00000000cb707fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cb708000-0x00000000cce06fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cce07000-0x00000000cdd56fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cdd57000-0x00000000cddfefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000cddff000-0x00000000ceffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd6fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102f2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000102f300000-0x000000102fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xccdf0000 ACPI 2.0=0xccdf0014 SMBIOS=0xcdc07000 MEMATTR=0xc92bb018
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Micro-Star International Co., Ltd. MS-7C95/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.50 12/04/2020
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3400.230 MHz processor
[    0.000130] last_pfn = 0x102f300 max_arch_pfn = 0x400000000
[    0.000907] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.001146] total RAM covered: 3327M
[    0.001267] Found optimal setting for mtrr clean up
[    0.001268]  gran_size: 64K  chunk_size: 64M         num_reg: 4      lose cover RAM: 0G
[    0.001360] last_pfn = 0xcf000 max_arch_pfn = 0x400000000
[    0.004848] check: Scanning 1 areas for low memory corruption
[    0.004852] Using GB pages for direct mapping
[    0.005566] Secure boot could not be determined
[    0.005567] RAMDISK: [mem 0x33175000-0x358b1fff]
[    0.005572] ACPI: Early table checksum verification disabled
[    0.005575] ACPI: RSDP 0x00000000CCDF0014 000024 (v02 ALASKA)
[    0.005578] ACPI: XSDT 0x00000000CCDEF728 0000B4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005583] ACPI: FACP 0x00000000CB6F9000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.005587] ACPI: DSDT 0x00000000CB6F2000 006DB2 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.005589] ACPI: FACS 0x00000000CCDEA000 000040
[    0.005591] ACPI: SSDT 0x00000000CB6FF000 008C98 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.005594] ACPI: SSDT 0x00000000CB6FB000 003A7E (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.005596] ACPI: SSDT 0x00000000CB6FA000 0003F1 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.005598] ACPI: FIDT 0x00000000CB6F1000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005600] ACPI: MCFG 0x00000000CB6F0000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.005602] ACPI: HPET 0x00000000CB6EF000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.005605] ACPI: PCCT 0x00000000CB6EE000 00006E (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.005607] ACPI: SSDT 0x00000000CB6E6000 0070E9 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.005609] ACPI: CRAT 0x00000000CB6E4000 001698 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005611] ACPI: CDIT 0x00000000CB6E3000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.005613] ACPI: SSDT 0x00000000CB6DF000 0034A4 (v01 AMD    ArticN   00000001 INTL 20120913)
[    0.005615] ACPI: WSMT 0x00000000CB6DE000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.005617] ACPI: APIC 0x00000000CB6DD000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.005619] ACPI: SSDT 0x00000000CB6DC000 00007D (v01 AMD    ArticDIS 00000001 INTL 20120913)
[    0.005621] ACPI: SSDT 0x00000000CB6DA000 0010AF (v01 AMD    ArticC   00000001 INTL 20120913)
[    0.005623] ACPI: SSDT 0x00000000CB6D9000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.005625] ACPI: FPDT 0x00000000CB6D8000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.005675] No NUMA configuration found
[    0.005675] Faking a node at [mem 0x0000000000000000-0x000000102f2fffff]
[    0.005680] NODE_DATA(0) allocated [mem 0x102f2d6000-0x102f2fffff]
[    0.005922] Zone ranges:
[    0.005923]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.005924]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.005925]   Normal   [mem 0x0000000100000000-0x000000102f2fffff]
[    0.005926]   Device   empty
[    0.005927] Movable zone start for each node
[    0.005928] Early memory node ranges
[    0.005929]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.005930]   node   0: [mem 0x0000000000100000-0x0000000009e01fff]
[    0.005931]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.005931]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.005932]   node   0: [mem 0x000000000b020000-0x00000000cb2a6fff]
[    0.005933]   node   0: [mem 0x00000000cddff000-0x00000000ceffffff]
[    0.005933]   node   0: [mem 0x0000000100000000-0x000000102f2fffff]
[    0.006021] Zeroed struct page in unavailable ranges: 19173 pages
[    0.006022] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f2fffff]
[    0.066043] ACPI: PM-Timer IO Port: 0x808
[    0.066053] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.066064] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.066070] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.066071] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.066072] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.066076] Using ACPI (MADT) for SMP configuration information
[    0.066077] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.066080] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[    0.066099] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.066100] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.066102] PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
[    0.066103] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.066104] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.066105] PM: hibernation: Registered nosave memory: [mem 0xcb2a7000-0xcb6a3fff]
[    0.066106] PM: hibernation: Registered nosave memory: [mem 0xcb6a4000-0xcb707fff]
[    0.066106] PM: hibernation: Registered nosave memory: [mem 0xcb708000-0xcce06fff]
[    0.066107] PM: hibernation: Registered nosave memory: [mem 0xcce07000-0xcdd56fff]
[    0.066108] PM: hibernation: Registered nosave memory: [mem 0xcdd57000-0xcddfefff]
[    0.066109] PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
[    0.066109] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
[    0.066110] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.066110] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd0fffff]
[    0.066111] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.066112] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd4fffff]
[    0.066112] PM: hibernation: Registered nosave memory: [mem 0xfd500000-0xfd6fffff]
[    0.066113] PM: hibernation: Registered nosave memory: [mem 0xfd700000-0xfe9fffff]
[    0.066113] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.066114] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.066114] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.066115] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.066115] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.066116] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.066116] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.066117] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.066117] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.066118] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.066119] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.066119] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.066120] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.066120] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.066121] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.066121] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.066122] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.066122] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.066123] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.066124] [mem 0xd0000000-0xefffffff] available for PCI devices
[    0.066126] Booting paravirtualized kernel on bare hardware
[    0.066129] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.066134] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.066838] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.066878] Built 1 zonelists, mobility grouping on.  Total pages: 16496171
[    0.066878] Policy zone: Normal
[    0.066879] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.10.10-1 root=/dev/mapper/pve-root ro console=tty1 console=ttyS0,115200 processor.max_cstate=5 rcu_nocbs=0-31
[    0.069551] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.070865] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070941] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.147248] Memory: 65657756K/67032172K available (14344K kernel code, 3467K rwdata, 8996K rodata, 2644K init, 6028K bss, 1374156K reserved, 0K cma-reserved)
[    0.147255] random: get_random_u64 called from __kmem_cache_create+0x2d/0x540 with crng_init=0
[    0.147342] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.147352] ftrace: allocating 46895 entries in 184 pages
[    0.161387] ftrace: allocated 184 pages with 4 groups
[    0.161485] rcu: Hierarchical RCU implementation.
[    0.161487] rcu:     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=32.
[    0.161488]  Rude variant of Tasks RCU enabled.
[    0.161488]  Tracing variant of Tasks RCU enabled.
[    0.161489] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.161489] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.163680] NR_IRQS: 524544, nr_irqs: 1224, preallocated irqs: 16
[    0.163964] random: crng done (trusting CPU's manufacturer)
[    0.163986] Console: colour dummy device 80x25
[    0.164141] printk: console [tty1] enabled
[    1.386395] printk: console [ttyS0] enabled
[    1.390594] ACPI: Core revision 20200925
[    1.394640] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    1.403867] APIC: Switch to symmetric I/O mode setup
[    1.408855] Switched APIC routing to physical flat.
[    1.414597] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.439866] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x310327bbefa, max_idle_ns: 440795314259 ns
[    1.450395] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.46 BogoMIPS (lpj=13600920)
[    1.454394] pid_max: default: 32768 minimum: 301
[    1.462416] LSM: Security Framework initializing
[    1.466401] Yama: becoming mindful.
[    1.470407] AppArmor: AppArmor initialized
[    1.474474] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.478452] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    1.482559] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    1.486459] LVT offset 1 assigned for vector 0xf9
[    1.494498] LVT offset 2 assigned for vector 0xf4
[    1.498436] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    1.502394] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    1.506396] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    1.510394] Spectre V2 : Mitigation: Full AMD retpoline
[    1.514394] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    1.518394] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.522394] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    1.526394] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    1.530394] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    1.534610] Freeing SMP alternatives memory: 40K
[    1.650843] smpboot: CPU0: AMD Ryzen 9 5950X 16-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    1.654501] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    1.658394] ... version:                0
[    1.662394] ... bit width:              48
[    1.666394] ... generic registers:      6
[    1.670394] ... value mask:             0000ffffffffffff
[    1.674394] ... max period:             00007fffffffffff
[    1.678394] ... fixed-purpose events:   0
[    1.682394] ... event mask:             000000000000003f
[    1.686433] rcu: Hierarchical SRCU implementation.
[    1.690662] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    1.694546] smp: Bringing up secondary CPUs ...
[    1.698450] x86: Booting SMP configuration:
[    1.702395] .... node  #0, CPUs:        #1
[    1.258522] __common_interrupt: 1.55 No irq handler for vector
[    1.714458]   #2
[    1.258522] __common_interrupt: 2.55 No irq handler for vector
[    1.726451]   #3
[    1.258522] __common_interrupt: 3.55 No irq handler for vector
[    1.734450]   #4
[    1.258522] __common_interrupt: 4.55 No irq handler for vector
[    1.746450]   #5
[    1.258522] __common_interrupt: 5.55 No irq handler for vector
[    1.754448]   #6
[    1.258522] __common_interrupt: 6.55 No irq handler for vector
[    1.762451]   #7
[    1.258522] __common_interrupt: 7.55 No irq handler for vector
[    1.774450]   #8
[    1.258522] __common_interrupt: 8.55 No irq handler for vector
[    1.782453]   #9
[    1.258522] __common_interrupt: 9.55 No irq handler for vector
[    1.794452]  #10
[    1.258522] __common_interrupt: 10.55 No irq handler for vector
[    1.802453]  #11 #12 #13 #14 #15 #16
[    1.818455] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    1.826478]  #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31
[    1.862422] smp: Brought up 1 node, 32 CPUs
[    1.870394] smpboot: Max logical packages: 1
[    1.874394] smpboot: Total of 32 processors activated (217614.72 BogoMIPS)
[    1.883199] devtmpfs: initialized
[    1.886425] x86/mm: Memory block size: 2048MB
[    1.890616] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    1.894396] PM: Registering ACPI NVS region [mem 0xcb708000-0xcce06fff] (24113152 bytes)
[    1.898732] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    1.902414] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    1.906452] pinctrl core: initialized pinctrl subsystem
[    1.910462] PM: RTC time: 18:12:34, date: 2021-01-25
[    1.914493] NET: Registered protocol family 16
[    1.918591] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    1.922536] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    1.926537] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    1.930397] audit: initializing netlink subsys (disabled)
[    1.934402] audit: type=2000 audit(1611598352.516:1): state=initialized audit_enabled=0 res=1
[    1.934467] thermal_sys: Registered thermal governor 'fair_share'
[    1.938395] thermal_sys: Registered thermal governor 'bang_bang'
[    1.942394] thermal_sys: Registered thermal governor 'step_wise'
[    1.946394] thermal_sys: Registered thermal governor 'user_space'
[    1.950394] thermal_sys: Registered thermal governor 'power_allocator'
[    1.954397] EISA bus registered
[    1.962408] cpuidle: using governor ladder
[    1.966405] cpuidle: using governor menu
[    1.970403] Detected 1 PCC Subspaces
[    1.974403] Registering PCC driver as Mailbox controller
[    1.978425] ACPI: bus type PCI registered
[    1.982395] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.986450] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    1.990396] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    1.994399] PCI: Using configuration type 1 for base access
[    2.002723] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    2.006395] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    2.010441] fbcon: Taking over console
[    2.014407] ACPI: Added _OSI(Module Device)
[    2.018399] ACPI: Added _OSI(Processor Device)
[    2.022394] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.026394] ACPI: Added _OSI(Processor Aggregator Device)
[    2.030394] ACPI: Added _OSI(Linux-Dell-Video)
[    2.034394] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    2.038394] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    2.056908] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    2.059832] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.066543] ACPI: Interpreter enabled
[    2.070224] ACPI: (supports S0 S3 S4 S5)
[    2.070394] ACPI: Using IOAPIC for interrupt routing
[    2.074674] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.078846] ACPI: Enabled 7 GPEs in block 00 to 1F
[    2.093955] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    2.094397] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    2.098551] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR]
[    2.102541] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[    2.106403] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    2.110698] PCI host bridge to bus 0000:00
[    2.114395] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.118394] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.122394] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.126396] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    2.130394] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.134394] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    2.138394] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
[    2.142394] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    2.146395] pci_bus 0000:00: root bus resource [bus 00-ff]
[    2.150407] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
[    2.154513] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
[    2.158495] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
[    2.162432] pci 0000:00:01.1: enabling Extended Tags
[    2.166462] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.170530] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
[    2.174432] pci 0000:00:01.2: enabling Extended Tags
[    2.178461] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    2.182521] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
[    2.186489] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
[    2.190488] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
[    2.194497] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    2.198522] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
[    2.202488] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
[    2.206488] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
[    2.210487] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
[    2.214430] pci 0000:00:07.1: enabling Extended Tags
[    2.218455] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    2.222509] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
[    2.226488] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
[    2.230432] pci 0000:00:08.1: enabling Extended Tags
[    2.234459] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    2.238535] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    2.242549] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    2.246547] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
[    2.250441] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
[    2.254440] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
[    2.258442] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
[    2.262440] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
[    2.266440] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
[    2.270439] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
[    2.274440] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
[    2.278513] pci 0000:01:00.0: [126f:2262] type 00 class 0x010802
[    2.282419] pci 0000:01:00.0: reg 0x10: [mem 0xfc800000-0xfc803fff 64bit]
[    2.286625] pci 0000:00:01.1: PCI bridge to [bus 01]
[    2.290399] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    2.294469] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
[    2.298418] pci 0000:02:00.0: reg 0x10: [mem 0xfc7a0000-0xfc7a7fff 64bit]
[    2.302451] pci 0000:02:00.0: enabling Extended Tags
[    2.306473] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    2.310501] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    2.314461] pci 0000:02:00.1: reg 0x24: [mem 0xfc780000-0xfc79ffff]
[    2.318404] pci 0000:02:00.1: reg 0x30: [mem 0xfc700000-0xfc77ffff pref]
[    2.322402] pci 0000:02:00.1: enabling Extended Tags
[    2.326454] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    2.330474] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    2.334456] pci 0000:02:00.2: enabling Extended Tags
[    2.338461] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    2.342491] pci 0000:00:01.2: PCI bridge to [bus 02-2a]
[    2.346397] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    2.350396] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc7fffff]
[    2.354514] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400
[    2.358461] pci 0000:03:00.0: enabling Extended Tags
[    2.362470] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    2.366511] pci 0000:03:06.0: [1022:43ea] type 01 class 0x060400
[    2.370460] pci 0000:03:06.0: enabling Extended Tags
[    2.374470] pci 0000:03:06.0: PME# supported from D3hot D3cold
[    2.378504] pci 0000:03:07.0: [1022:43ea] type 01 class 0x060400
[    2.382460] pci 0000:03:07.0: enabling Extended Tags
[    2.386470] pci 0000:03:07.0: PME# supported from D3hot D3cold
[    2.390504] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
[    2.394460] pci 0000:03:09.0: enabling Extended Tags
[    2.398470] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    2.402512] pci 0000:02:00.2: PCI bridge to [bus 03-2a]
[    2.406400] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    2.410397] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    2.418477] pci 0000:04:00.0: [144d:a801] type 00 class 0x010601
[    2.422487] pci 0000:04:00.0: reg 0x24: [mem 0xfc600000-0xfc601fff]
[    2.426683] pci 0000:03:00.0: PCI bridge to [bus 04]
[    2.430403] pci 0000:03:00.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    2.434442] pci 0000:03:06.0: PCI bridge to [bus 05]
[    2.438450] pci 0000:03:07.0: PCI bridge to [bus 06]
[    2.442501] pci 0000:2a:00.0: [10ec:8168] type 00 class 0x020000
[    2.446422] pci 0000:2a:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    2.450428] pci 0000:2a:00.0: reg 0x18: [mem 0xfc504000-0xfc504fff 64bit]
[    2.454416] pci 0000:2a:00.0: reg 0x20: [mem 0xfc500000-0xfc503fff 64bit]
[    2.462545] pci 0000:2a:00.0: supports D1 D2
[    2.466394] pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    2.470596] pci 0000:03:09.0: PCI bridge to [bus 2a]
[    2.474400] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    2.478397] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    2.482500] pci 0000:2b:00.0: [10de:1d01] type 00 class 0x030000
[    2.486413] pci 0000:2b:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    2.490410] pci 0000:2b:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    2.494410] pci 0000:2b:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    2.498404] pci 0000:2b:00.0: reg 0x24: [io  0xe000-0xe07f]
[    2.502404] pci 0000:2b:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    2.506575] pci 0000:2b:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:03.1 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    2.510438] pci 0000:2b:00.1: [10de:0fb8] type 00 class 0x040300
[    2.514410] pci 0000:2b:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    2.522419] pci 0000:00:03.1: PCI bridge to [bus 2b]
[    2.526397] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    2.530396] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    2.534397] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    2.538451] pci 0000:2c:00.0: [1022:148a] type 00 class 0x130000
[    2.542437] pci 0000:2c:00.0: enabling Extended Tags
[    2.546544] pci 0000:00:07.1: PCI bridge to [bus 2c]
[    2.550471] pci 0000:2d:00.0: [1022:1485] type 00 class 0x130000
[    2.558401] pci 0000:2d:00.0: enabling Extended Tags
[    2.562563] pci 0000:2d:00.1: [1022:1486] type 00 class 0x108000
[    2.566418] pci 0000:2d:00.1: reg 0x18: [mem 0xfc300000-0xfc3fffff]
[    2.570410] pci 0000:2d:00.1: reg 0x24: [mem 0xfc400000-0xfc401fff]
[    2.574406] pci 0000:2d:00.1: enabling Extended Tags
[    2.578542] pci 0000:2d:00.3: [1022:149c] type 00 class 0x0c0330
[    2.582413] pci 0000:2d:00.3: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    2.586439] pci 0000:2d:00.3: enabling Extended Tags
[    2.590466] pci 0000:2d:00.3: PME# supported from D0 D3hot D3cold
[    2.594492] pci 0000:00:08.1: PCI bridge to [bus 2d]
[    2.598399] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    2.602775] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    2.606443] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    2.610436] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    2.614446] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    2.618441] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    2.622433] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    2.626434] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    2.630433] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    2.635099] iommu: Default domain type: Translated
[    2.638404] pci 0000:2b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    2.642395] pci 0000:2b:00.0: vgaarb: bridge control possible
[    2.646396] pci 0000:2b:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
[    2.650394] vgaarb: loaded
[    2.654495] SCSI subsystem initialized
[    2.658413] ACPI: bus type USB registered
[    2.662403] usbcore: registered new interface driver usbfs
[    2.666402] usbcore: registered new interface driver hub
[    2.670399] usbcore: registered new device driver usb
[    2.674405] pps_core: LinuxPPS API ver. 1 registered
[    2.678394] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    2.682395] PTP clock support registered
[    2.686406] EDAC MC: Ver: 3.0.0
[    2.690496] Registered efivars operations
[    2.694482] NetLabel: Initializing
[    2.698394] NetLabel:  domain hash size = 128
[    2.702394] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    2.706404] NetLabel:  unlabeled traffic allowed by default
[    2.710401] PCI: Using ACPI for IRQ routing
[    2.722076] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    2.722394] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    2.730432] clocksource: Switched to clocksource tsc-early
[    2.743494] VFS: Disk quotas dquot_6.6.0
[    2.747434] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.754382] AppArmor: AppArmor Filesystem Enabled
[    2.759103] pnp: PnP ACPI init
[    2.762231] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    2.768876] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[    2.775549] system 00:02: [mem 0xfd100000-0xfd1fffff] has been reserved
[    2.782336] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    2.788265] system 00:04: [io  0x0a10-0x0a1f] has been reserved
[    2.794192] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    2.800583] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    2.806515] system 00:06: [io  0x040b] has been reserved
[    2.811836] system 00:06: [io  0x04d6] has been reserved
[    2.817155] system 00:06: [io  0x0c00-0x0c01] has been reserved
[    2.823087] system 00:06: [io  0x0c14] has been reserved
[    2.828409] system 00:06: [io  0x0c50-0x0c51] has been reserved
[    2.834338] system 00:06: [io  0x0c52] has been reserved
[    2.839658] system 00:06: [io  0x0c6c] has been reserved
[    2.844982] system 00:06: [io  0x0c6f] has been reserved
[    2.850302] system 00:06: [io  0x0cd0-0x0cd1] has been reserved
[    2.856233] system 00:06: [io  0x0cd2-0x0cd3] has been reserved
[    2.862161] system 00:06: [io  0x0cd4-0x0cd5] has been reserved
[    2.868093] system 00:06: [io  0x0cd6-0x0cd7] has been reserved
[    2.874024] system 00:06: [io  0x0cd8-0x0cdf] has been reserved
[    2.879951] system 00:06: [io  0x0800-0x089f] has been reserved
[    2.885884] system 00:06: [io  0x0b00-0x0b0f] has been reserved
[    2.891810] system 00:06: [io  0x0b20-0x0b3f] has been reserved
[    2.897742] system 00:06: [io  0x0900-0x090f] has been reserved
[    2.903670] system 00:06: [io  0x0910-0x091f] has been reserved
[    2.909599] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    2.916573] system 00:06: [mem 0xfec01000-0xfec01fff] could not be reserved
[    2.923542] system 00:06: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    2.930168] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
[    2.936791] system 00:06: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    2.943763] system 00:06: [mem 0xfec10000-0xfec10fff] has been reserved
[    2.950387] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    2.957484] pnp: PnP ACPI: found 7 devices
[    2.966885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    2.975797] NET: Registered protocol family 2
[    2.980334] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    2.989313] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    2.997894] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    3.005353] TCP: Hash tables configured (established 524288 bind 65536)
[    3.012124] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    3.019886] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    3.026977] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[    3.034500] NET: Registered protocol family 1
[    3.038867] NET: Registered protocol family 44
[    3.043324] pci 0000:00:01.1: PCI bridge to [bus 01]
[    3.048305] pci 0000:00:01.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    3.055105] pci 0000:03:00.0: PCI bridge to [bus 04]
[    3.060085] pci 0000:03:00.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    3.066890] pci 0000:03:06.0: PCI bridge to [bus 05]
[    3.071878] pci 0000:03:07.0: PCI bridge to [bus 06]
[    3.076862] pci 0000:03:09.0: PCI bridge to [bus 2a]
[    3.081834] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    3.087940] pci 0000:03:09.0:   bridge window [mem 0xfc500000-0xfc5fffff]
[    3.094742] pci 0000:02:00.2: PCI bridge to [bus 03-2a]
[    3.099979] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    3.106081] pci 0000:02:00.2:   bridge window [mem 0xfc500000-0xfc6fffff]
[    3.112885] pci 0000:00:01.2: PCI bridge to [bus 02-2a]
[    3.118121] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    3.124226] pci 0000:00:01.2:   bridge window [mem 0xfc500000-0xfc7fffff]
[    3.131026] pci 0000:00:03.1: PCI bridge to [bus 2b]
[    3.135997] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    3.142103] pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    3.148898] pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    3.156653] pci 0000:00:07.1: PCI bridge to [bus 2c]
[    3.161634] pci 0000:00:08.1: PCI bridge to [bus 2d]
[    3.166612] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc4fffff]
[    3.173411] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.179594] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.185783] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    3.191974] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    3.198165] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    3.205050] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    3.211935] pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfec2ffff window]
[    3.218903] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[    3.225876] pci_bus 0000:01: resource 1 [mem 0xfc800000-0xfc8fffff]
[    3.232155] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    3.237737] pci_bus 0000:02: resource 1 [mem 0xfc500000-0xfc7fffff]
[    3.244016] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    3.249597] pci_bus 0000:03: resource 1 [mem 0xfc500000-0xfc6fffff]
[    3.255873] pci_bus 0000:04: resource 1 [mem 0xfc600000-0xfc6fffff]
[    3.262149] pci_bus 0000:2a: resource 0 [io  0xf000-0xffff]
[    3.267729] pci_bus 0000:2a: resource 1 [mem 0xfc500000-0xfc5fffff]
[    3.274006] pci_bus 0000:2b: resource 0 [io  0xe000-0xefff]
[    3.279588] pci_bus 0000:2b: resource 1 [mem 0xfb000000-0xfc0fffff]
[    3.285867] pci_bus 0000:2b: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    3.293097] pci_bus 0000:2d: resource 1 [mem 0xfc200000-0xfc4fffff]
[    3.299703] pci 0000:2b:00.1: D0 power state depends on 0000:2b:00.0
[    3.306250] PCI: CLS 64 bytes, default 64
[    3.310306] Trying to unpack rootfs image as initramfs...
[    3.693957] Freeing initrd memory: 40180K
[    3.697987] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.704451] software IO TLB: mapped [mem 0x00000000c3bcc000-0x00000000c7bcc000] (64MB)
[    3.712465] amd_uncore: 4  amd_df counters detected
[    3.717355] amd_uncore: 6  amd_l3 counters detected
[    3.722641] LVT offset 0 assigned for vector 0x400
[    3.727632] perf: AMD IBS detected (0x000003ff)
[    3.732208] check: Scanning for low memory corruption every 60 seconds
[    3.739141] Initialise system trusted keyrings
[    3.743610] Key type blacklist registered
[    3.747666] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    3.754713] zbud: loaded
[    3.757433] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.763377] fuse: init (API version 7.32)
[    3.767520] integrity: Platform Keyring initialized
[    3.775513] Key type asymmetric registered
[    3.779618] Asymmetric key parser 'x509' registered
[    3.784521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    3.791965] io scheduler mq-deadline registered
[    3.797370] pcieport 0000:00:01.1: AER: enabled with IRQ 25
[    3.803149] pcieport 0000:00:01.2: AER: enabled with IRQ 26
[    3.808908] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[    3.814739] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[    3.820481] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    3.826852] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    3.833693] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.842063] ACPI: Power Button [PWRB]
[    3.845751] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.853171] ACPI: Power Button [PWRF]
[    3.858078] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.885135] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.894240] Linux agpgart interface v0.103
[    3.901710] loop: module loaded
[    3.905079] nvme nvme0: pci function 0000:01:00.0
[    3.909882] libphy: Fixed MDIO Bus: probed
[    3.913997] tun: Universal TUN/TAP device driver, 1.6
[    3.914222] nvme nvme0: missing or invalid SUBNQN field.
[    3.919078] PPP generic driver version 2.4.2
[    3.927942] nvme nvme0: 15/0/0 default/read/poll queues
[    3.928696] i8042: PNP: No PS/2 controller found.
[    3.935669]  nvme0n1: p1 p9
[    3.938644] mousedev: PS/2 mouse device common for all mice
[    3.947070] rtc_cmos 00:03: RTC can wake from S4
[    3.951903] rtc_cmos 00:03: registered as rtc0
[    3.956391] rtc_cmos 00:03: setting system clock to 2021-01-25T18:12:36 UTC (1611598356)
[    3.964501] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.972177] i2c /dev entries driver
[    3.975701] device-mapper: uevent: version 1.0.3
[    3.980359] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: [email protected]
[    3.988814] platform eisa.0: Probing EISA bus 0
[    3.993352] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    4.000150] platform eisa.0: Cannot allocate resource for EISA slot 1
[    4.006600] platform eisa.0: Cannot allocate resource for EISA slot 2
[    4.013051] platform eisa.0: Cannot allocate resource for EISA slot 3
[    4.019502] platform eisa.0: Cannot allocate resource for EISA slot 4
[    4.025955] platform eisa.0: Cannot allocate resource for EISA slot 5
[    4.032405] platform eisa.0: Cannot allocate resource for EISA slot 6
[    4.038858] platform eisa.0: Cannot allocate resource for EISA slot 7
[    4.045308] platform eisa.0: Cannot allocate resource for EISA slot 8
[    4.051760] platform eisa.0: EISA: Detected 0 cards
[    4.056841] ledtrig-cpu: registered to indicate activity on CPUs
[    4.062857] EFI Variables Facility v0.08 2004-May-17
[    4.069654] drop_monitor: Initializing network drop monitor service
[    4.076025] NET: Registered protocol family 10
[    4.084078] Segment Routing with IPv6
[    4.087758] NET: Registered protocol family 17
[    4.092217] Bridge firewalling registered
[    4.096267] Key type dns_resolver registered
[    4.101658] microcode: CPU0: patch_level=0x0a201009
[    4.106546] microcode: CPU1: patch_level=0x0a201009
[    4.111432] microcode: CPU2: patch_level=0x0a201009
[    4.116321] microcode: CPU3: patch_level=0x0a201009
[    4.121208] microcode: CPU4: patch_level=0x0a201009
[    4.126096] microcode: CPU5: patch_level=0x0a201009
[    4.130985] microcode: CPU6: patch_level=0x0a201009
[    4.135873] microcode: CPU7: patch_level=0x0a201009
[    4.140762] microcode: CPU8: patch_level=0x0a201009
[    4.145647] microcode: CPU9: patch_level=0x0a201009
[    4.150534] microcode: CPU10: patch_level=0x0a201009
[    4.155510] microcode: CPU11: patch_level=0x0a201009
[    4.160485] microcode: CPU12: patch_level=0x0a201009
[    4.165460] microcode: CPU13: patch_level=0x0a201009
[    4.170435] microcode: CPU14: patch_level=0x0a201009
[    4.175408] microcode: CPU15: patch_level=0x0a201009
[    4.180384] microcode: CPU16: patch_level=0x0a201009
[    4.185357] microcode: CPU17: patch_level=0x0a201009
[    4.190334] microcode: CPU18: patch_level=0x0a201009
[    4.195309] microcode: CPU19: patch_level=0x0a201009
[    4.200283] microcode: CPU20: patch_level=0x0a201009
[    4.205258] microcode: CPU21: patch_level=0x0a201009
[    4.210231] microcode: CPU22: patch_level=0x0a201009
[    4.215206] microcode: CPU23: patch_level=0x0a201009
[    4.220183] microcode: CPU24: patch_level=0x0a201009
[    4.225157] microcode: CPU25: patch_level=0x0a201009
[    4.230132] microcode: CPU26: patch_level=0x0a201009
[    4.235107] microcode: CPU27: patch_level=0x0a201009
[    4.240081] microcode: CPU28: patch_level=0x0a201009
[    4.245061] microcode: CPU29: patch_level=0x0a201009
[    4.250033] microcode: CPU30: patch_level=0x0a201009
[    4.255006] microcode: CPU31: patch_level=0x0a201009
[    4.259999] microcode: Microcode Update Driver: v2.2.
[    4.260230] resctrl: L3 allocation detected
[    4.269489] resctrl: L3DATA allocation detected
[    4.274028] resctrl: L3CODE allocation detected
[    4.278569] resctrl: MB allocation detected
[    4.282765] resctrl: L3 monitoring detected
[    4.286957] IPI shorthand broadcast: enabled
[    4.291240] sched_clock: Marking stable (3036711172, 1254522851)->(4753630103, -462396080)
[    4.299563] registered taskstats version 1
[    4.303674] Loading compiled-in X.509 certificates
[    4.308537] zswap: loaded using pool lzo/zbud
[    4.312991] Key type ._fscrypt registered
[    4.317013] Key type .fscrypt registered
[    4.320945] Key type fscrypt-provisioning registered
[    4.327509] Key type encrypted registered
[    4.331535] AppArmor: AppArmor sha1 policy hashing enabled
[    4.337116] ima: No TPM chip found, activating TPM-bypass!
[    4.342614] ima: Allocated hash algorithm: sha1
[    4.347161] ima: No architecture policies found
[    4.351699] evm: Initialising EVM extended attributes:
[    4.356845] evm: security.selinux
[    4.360171] evm: security.SMACK64
[    4.363496] evm: security.SMACK64EXEC
[    4.367170] evm: security.SMACK64TRANSMUTE
[    4.371274] evm: security.SMACK64MMAP
[    4.374948] evm: security.apparmor
[    4.378360] evm: security.ima
[    4.381337] evm: security.capability
[    4.384923] evm: HMAC attrs: 0x1
[    4.388404] PM:   Magic number: 5:924:241
[    4.392450] event_source amd_l3: hash matches
[    4.397202] ACPI Warning: \_SB.PLTF.C000._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.408734] ACPI Warning: \_SB.PLTF.C002._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.420201] ACPI Warning: \_SB.PLTF.C004._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.431650] ACPI Warning: \_SB.PLTF.C006._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.443099] ACPI Warning: \_SB.PLTF.C008._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.454553] ACPI Warning: \_SB.PLTF.C00A._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.466001] ACPI Warning: \_SB.PLTF.C00C._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.477460] ACPI Warning: \_SB.PLTF.C00E._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.488903] ACPI Warning: \_SB.PLTF.C010._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.500350] ACPI Warning: \_SB.PLTF.C012._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.511791] ACPI Warning: \_SB.PLTF.C014._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.523235] ACPI Warning: \_SB.PLTF.C016._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.534685] ACPI Warning: \_SB.PLTF.C018._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.546123] ACPI Warning: \_SB.PLTF.C01A._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.557575] ACPI Warning: \_SB.PLTF.C01C._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.569024] ACPI Warning: \_SB.PLTF.C01E._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.580464] ACPI Warning: \_SB.PLTF.C001._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.591912] ACPI Warning: \_SB.PLTF.C003._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.603360] ACPI Warning: \_SB.PLTF.C005._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.614812] ACPI Warning: \_SB.PLTF.C007._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.626270] ACPI Warning: \_SB.PLTF.C009._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.637711] ACPI Warning: \_SB.PLTF.C00B._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.649159] ACPI Warning: \_SB.PLTF.C00D._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.660599] ACPI Warning: \_SB.PLTF.C00F._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.672042] ACPI Warning: \_SB.PLTF.C011._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.683487] ACPI Warning: \_SB.PLTF.C013._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.694947] ACPI Warning: \_SB.PLTF.C015._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.706384] ACPI Warning: \_SB.PLTF.C017._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.717826] ACPI Warning: \_SB.PLTF.C019._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.729268] ACPI Warning: \_SB.PLTF.C01B._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.740707] ACPI Warning: \_SB.PLTF.C01D._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.742403] tsc: Refined TSC clocksource calibration: 3399.996 MHz
[    4.752162] ACPI Warning: \_SB.PLTF.C01F._PSS: SubPackage[0,1] - suspicious power dissipation values (20200925/nsrepair2-680)
[    4.758222] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024b3bec5, max_idle_ns: 440795366697 ns
[    4.769684] RAS: Correctable Errors collector initialized.
[    4.785042] clocksource: Switched to clocksource tsc
[    4.790752] Freeing unused decrypted memory: 2036K
[    4.796004] Freeing unused kernel image (initmem) memory: 2644K
[    4.806403] Write protecting the kernel read-only data: 26624k
[    4.812845] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    4.819902] Freeing unused kernel image (rodata/data gap) memory: 1244K
[    4.855711] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.862472] Run /init as init process
Loading, please wait...
Starting version 241
[    4.942969] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
[    4.955123] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.962676] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.970422] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.978067] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    4.984795] r8169 0000:2a:00.0: enabling device (0000 -> 0003)
[    4.984841] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    4.984847] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    4.984851] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    5.011592] libphy: r8169: probed
[    5.012590] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[    5.016174] r8169 0000:2a:00.0 eth0: RTL8168h/8111h, 2c:f0:5d:5a:48:d7, XID 541, IRQ 58
[    5.027305] scsi host0: ahci
[    5.035330] r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    5.038775] r8169 0000:2a:00.0 enp42s0: renamed from eth0
[    5.039915] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    5.040179] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.040180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.040181] usb usb1: Product: xHCI Host Controller
[    5.040182] usb usb1: Manufacturer: Linux 5.10.10-1 xhci-hcd
[    5.040182] usb usb1: SerialNumber: 0000:02:00.0
[    5.040250] hub 1-0:1.0: USB hub found
[    5.040269] hub 1-0:1.0: 10 ports detected
[    5.040532] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    5.040533] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    5.040535] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    5.040584] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.040595] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    5.040596] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.040596] usb usb2: Product: xHCI Host Controller
[    5.040597] usb usb2: Manufacturer: Linux 5.10.10-1 xhci-hcd
[    5.040597] usb usb2: SerialNumber: 0000:02:00.0
[    5.040642] hub 2-0:1.0: USB hub found
[    5.040652] hub 2-0:1.0: 4 ports detected
[    5.040811] xhci_hcd 0000:2d:00.3: xHCI Host Controller
[    5.040813] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 3
[    5.040953] xhci_hcd 0000:2d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
[    5.041158] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[    5.041159] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.041160] usb usb3: Product: xHCI Host Controller
[    5.041160] usb usb3: Manufacturer: Linux 5.10.10-1 xhci-hcd
[    5.041161] usb usb3: SerialNumber: 0000:2d:00.3
[    5.041206] hub 3-0:1.0: USB hub found
[    5.041214] hub 3-0:1.0: 4 ports detected
[    5.041371] xhci_hcd 0000:2d:00.3: xHCI Host Controller
[    5.041372] xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 4
[    5.041374] xhci_hcd 0000:2d:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    5.041384] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    5.041394] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[    5.041395] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.041395] usb usb4: Product: xHCI Host Controller
[    5.041396] usb usb4: Manufacturer: Linux 5.10.10-1 xhci-hcd
[    5.041396] usb usb4: SerialNumber: 0000:2d:00.3
[    5.041441] hub 4-0:1.0: USB hub found
[    5.041449] hub 4-0:1.0: 4 ports detected
[    5.047107] scsi host1: ahci
[    5.298854] scsi host2: ahci
[    5.301884] scsi host3: ahci
[    5.304858] scsi host4: ahci
[    5.307828] scsi host5: ahci
[    5.310828] ata1: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780100 irq 57
[    5.318491] ata2: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780180 irq 57
[    5.326155] ata3: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780200 irq 57
[    5.333830] ata4: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780280 irq 57
[    5.341547] ata5: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780300 irq 57
[    5.349208] ata6: SATA max UDMA/133 abar m131072@0xfc780000 port 0xfc780380 irq 57
[    5.367199] ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    5.375438] ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc
[    5.378404] usb 1-7: new high-speed USB device number 2 using xhci_hcd
[    5.382062] scsi host6: ahci
[    5.391495] ata7: SATA max UDMA/133 abar m8192@0xfc600000 port 0xfc600100 irq 76
[    5.558024] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
[    5.566309] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    5.573539] usb 1-7: Product: USB2.0 Hub
[    5.584032] hub 1-7:1.0: USB hub found
[    5.591011] hub 1-7:1.0: 4 ports detected
[    5.712777] ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.720305] ata7.00: ATA-9: SAMSUNG MZHPV256HDGL-00000, BXW2500Q, max UDMA/133
[    5.727675] ata7.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    5.734804] ata7.00: configured for UDMA/133
[    5.738402] usb 1-8: new full-speed USB device number 3 using xhci_hcd
[    5.830412] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    5.837085] ata1.00: ATA-9: SanDisk SSD PLUS 1000GB, UH4400RL, max UDMA/133
[    5.844196] ata1.00: 1953529856 sectors, multi 1: LBA48 NCQ (depth 32)
[    5.854371] ata1.00: configured for UDMA/133
[    5.858776] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[    5.867130] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.867147] sd 0:0:0:0: [sda] 1953529856 512-byte logical blocks: (1.00 TB/932 GiB)
[    5.880390] sd 0:0:0:0: [sda] Write Protect is off
[    5.885303] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.933071]  sda: sda1
[    5.935741] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.988819] usb 1-8: New USB device found, idVendor=1462, idProduct=7c95, bcdDevice= 0.01
[    5.997095] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.004293] usb 1-8: Product: MYSTIC LIGHT
[    6.008528] usb 1-8: Manufacturer: MSI
[    6.012347] usb 1-8: SerialNumber: A02020051202
[    6.028142] hid: raw HID events driver (C) Jiri Kosina
[    6.042587] usbcore: registered new interface driver usbhid
[    6.048245] usbhid: USB HID core driver
[    6.059089] input: MSI MYSTIC LIGHT  as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1462:7C95.0001/input/input2
[    6.071541] hid-generic 0003:1462:7C95.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0
[    6.346421] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.353430] ata2.00: supports DRM functions and may not be fully accessible
[    6.360483] ata2.00: ATA-10: CT2000MX500SSD1, M3CR033, max UDMA/133
[    6.366878] ata2.00: 3907029168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    6.374450] ata2.00: supports DRM functions and may not be fully accessible
[    6.382016] ata2.00: configured for UDMA/133
[    6.386392] scsi 1:0:0:0: Direct-Access     ATA      CT2000MX500SSD1  033  PQ: 0 ANSI: 5
[    6.394676] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    6.394693] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    6.407972] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    6.413277] sd 1:0:0:0: [sdb] Write Protect is off
[    6.418139] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.455939]  sdb: sdb1 sdb9
[    6.459108] sd 1:0:0:0: [sdb] supports TCG Opal
[    6.463713] sd 1:0:0:0: [sdb] Attached SCSI disk
[    6.712544] ata3: SATA link down (SStatus 0 SControl 300)
[    7.032550] ata4: SATA link down (SStatus 0 SControl 300)
[    7.352541] ata5: SATA link down (SStatus 0 SControl 300)
[    7.672547] ata6: SATA link down (SStatus 0 SControl 300)
[    7.678152] scsi 6:0:0:0: Direct-Access     ATA      SAMSUNG MZHPV256 500Q PQ: 0 ANSI: 5
[    7.686482] sd 6:0:0:0: Attached scsi generic sg2 type 0
[    7.686513] sd 6:0:0:0: [sdc] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    7.699586] sd 6:0:0:0: [sdc] Write Protect is off
[    7.704481] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.728435]  sdc: sdc1 sdc2 sdc3
[    7.732049] sd 6:0:0:0: [sdc] Attached SCSI disk
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ...   Reading all physical volumes.  This may take a while...
  Found volume group "pve" using metadata type lvm2
  2 logical volume(s) in volume group "pve" now active
done.
Begin: Running /scripts/local-premount ... [    8.022400] raid6: avx2x4   gen() 32550 MB/s
[    8.094399] raid6: avx2x4   xor()  5862 MB/s
[    8.166399] raid6: avx2x2   gen() 28894 MB/s
[    8.238398] raid6: avx2x2   xor() 30066 MB/s
[    8.310399] raid6: avx2x1   gen() 21190 MB/s
[    8.382399] raid6: avx2x1   xor() 28226 MB/s
[    8.454398] raid6: sse2x4   gen() 19325 MB/s
[    8.526400] raid6: sse2x4   xor()  3046 MB/s
[    8.598399] raid6: sse2x2   gen() 16622 MB/s
[    8.670398] raid6: sse2x2   xor() 15974 MB/s
[    8.742405] raid6: sse2x1   gen()  1054 MB/s
[    8.814398] raid6: sse2x1   xor() 13341 MB/s
[    8.818755] raid6: using algorithm avx2x4 gen() 32550 MB/s
[    8.824328] raid6: .... xor() 5862 MB/s, rmw enabled
[    8.829389] raid6: using avx2x2 recovery algorithm
[    8.834385] xor: automatically using best checksumming function   avx
[    8.849220] Btrfs loaded, crc32c=crc32c-intel
Scanning for Btrfs filesystems
done.
[    8.894818] process '/usr/bin/fstype' started with executable stack
Begin: Will now check root file system ... fsck from util-linux 2.33.1
[/sbin/fsck.ext4 (1) -- /dev/mapper/pve-root] fsck.ext4 -a -C0 /dev/mapper/pve-root
/dev/mapper/pve-root: clean, 20256[    8.919806] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
8/14368768 files, 9193830/57475072 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
[    8.994008] systemd[1]: Inserted module 'autofs4'
[    9.008359] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    9.046428] systemd[1]: Detected architecture x86-64.

Welcome to Debian GNU/Linux 10 (buster)!

[    9.086605] systemd[1]: Set hostname to <carthage>.
[    9.160117] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    9.178477] systemd[1]: Listening on fsck to fsckd communication Socket.
[  OK  ] Listening on fsck to fsckd communication Socket.
[    9.202453] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    9.222451] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    9.242474] systemd[1]: Listening on Journal Audit Socket.
[  OK  ] Listening on Journal Audit Socket.
[    9.262442] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    9.286443] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[  OK  ] Reached target ceph target…[email protected] instances at once.
[  OK  ] Reached target ceph target…h*@.service instances at once.
[  OK  ] Listening on RPCbind Server Activation Socket.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Listening on Journal Socket.
         Mounting RPC Pipe File System...
[    9.462543] RPC: Registered named UNIX socket transport module.
[    9.468512] RPC: Registered udp transport module.
[    9.473306] RPC: Registered tcp transport module.
[    9.473306] RPC: Registered tcp NFSv4.1 backchannel transport module.
         Starting Monitoring of LVM…meventd or progress polling...
         Starting Set the console keyboard layout...
         Mounting Kernel Debug File System...
         Starting Remount Root and Kernel File Systems...
[    9.546253] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
         Mounting POSIX Message Queue File System...
         Starting udev Coldplug all Devices...
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-postfix.slice.
[  OK  ] Listening on Journal Socket (/dev/log).
         Starting Journal Service...
         Starting Load Kernel Modules...
[    9.655873] Loading iSCSI transport class v2.0-870.
[    9.662497] iscsi: registered transport (tcp)
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    9.677458] iscsi: registered transport (iser)
         Mounting Huge [    9.685425] spl: loading out-of-tree module taints kernel.
Pages File Syste[    9.692586] znvpair: module license 'CDDL' taints kernel.
m...
[    9.698329] Disabling lock debugging due to kernel taint
[  OK  ] Created slice User and Session Slice.
[  OK  ] Reached target Slices.
[    9.727963] zfs: Unknown symbol zfs_zstd_compress (err -2)
[    9.733942] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
[  OK      9.740562] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
0m] Created slic[    9.748020] zfs: Unknown symbol zfs_zstd_decompress (err -2)
e system-systemd\x2dfsck.slice.
[  OK  ] Set up automount Arbitrary…s File System Automount Point.
[  OK  ] Created slice system-zfs\x2dimport.slice.
         Starting Create list of re…odes for the current kernel...
[  OK  ] Listening on LVM2 poll daemon socket.
[  OK  ] Started Journal Service.
[  OK  ] Mounted RPC Pipe File System.
[  OK  ] Started Monitoring of LVM2… dmeventd or progress polling.
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Started Remount Root and Kernel File Systems.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Started Create list of req… nodes for the current kernel.
[  OK  ] Started udev Coldplug all Devices.
         Starting Helper to synchronize boot up for ifupdown...
         Starting udev Wait for Complete Device Initialization...
         Mounting FUSE Control File System...
         Starting Apply Kernel Variables...
         Mounting Kernel Configuration File System...
         Starting Load/Save Random Seed...
         Starting Create System Users...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Started Create Static Device Nodes in /dev.
[   10.254519] systemd-journald[576]: Received request to flush runtime journal from PID 1
         Starting udev Kernel Device Manager...
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Started udev Kernel Device Manager.
[   10.302041] ccp 0000:2d:00.1: enabling device (0000 -> 0002)
[   10.307928] ccp 0000:2d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[   10.317507] input: PC Speaker as /devices/platform/pcspkr/input/input3
[  OK  ] Started Flush Journal to Persistent Storage.
[   10.363221] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   10.363235] zfs: Unknown symbol zfs_zstd_compress (err -2)
[   10.364365] pstore: Using crash dump compression: deflate
[   10.364369] pstore: Registered efi as persistent store backend
[   10.371286] RAPL PMU: hw unit of domain package 2^-16 Joules
[  OK  ] Found device[   10.395674] cryptd: max_cpu_qlen set to 1000
 /dev/t[   10.395743] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
tyS0.
[   10.413573] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
[   10.420017] AVX2 version of gcm_enc/dec engaged.
[   10.420124] zfs: Unknown symbol zfs_zstd_decompress (err -2)
[   10.424768] AES CTR mode by8 optimization enabled
[  OK  ] Found device SAMSUNG_MZHPV256HDGL-00000 2.
[  OK  ] Found device /dev/pve/swap.
[   10.501574] zfs: Unknown symbol zfs_zstd_compress (err -2)
[   10.511763] zfs: Unknown symbol zfs_zstd_decompress_level (err -2)
[  OK  ] Found device SanDisk_SSD_PLUS_1000G[   10.522534] zfs: Unknown symbol zfs_zstd_cache_reap_now (err -2)
B 1.
[   10.522573] kvm: Nested Virtualization enabled
[   10.535116] SVM: kvm: Nested Paging enabled
[   10.539349] SVM: Virtual VMLOAD VMSAVE supported
[   10.544038] SVM: Virtual GIF supported
         Starting File System Check…54b5-4395-90d3-c5620b5ce6ab...
         Activating swap /dev/pve/swap...
         Starting File System Check…/[   10.590415] Adding 8388604k swap on /dev/mapper/pve-swap.  Priority:-2 extents:1 across:8388604k SSFS
dev/disk/by-uuid/5BCC-A621..[   10.602128] MCE: In-kernel MCE decoding enabled.
.
[   10.608254] zfs: Unknown symbol zfs_zstd_decompress (err -2)
[   10.608349] snd_hda_intel 0000:2b:00.1: enabling device (0000 -> 0002)
[   10.620740] snd_hda_intel 0000:2b:00.1: Disabling MSI
[   10.620748] EDAC amd64: F19h_M20h detected (node 0).
[  OK     10.625910] snd_hda_intel 0000:2b:00.1: Handle vga_switcheroo audio client
0m] Listening on[   10.631039] EDAC amd64: Node 0: DRAM ECC disabled.
 Load/Save RF …itch Status /dev/rfkill Watch.
[  OK  ] Created slice system-lvm2\x2dpvscan.slice.
         Starting LVM event activation on device 8:35...
[  OK  ] Activated swap /dev/pve/swap.
[  OK  ] Started File System Check …9-54b5-4395-90d3-c5620b5ce6ab.
[  OK  ] Started File System Check on /dev/disk/by-uuid/5BCC-A621.
[   10.742911] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input4
[   10.753234] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input5
[  OK     10.763551] EDAC amd64: F19h_M20h detected (node 0).
0m] Reached targ[   10.763556] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input6
et Soun[   10.770053] EDAC amd64: Node 0: DRAM ECC disabled.
d Card.
[   10.781587] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input7
[   10.799252] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input8
[  OK     10.809929] nouveau 0000:2b:00.0: enabling device (0002 -> 0003)
0m] Started    10.817532] nouveau 0000:2b:00.0: vgaarb: deactivate vga console
1;39mFile System[   10.825010] nouveau 0000:2b:00.0: NVIDIA GP108 (138000a1)
 Check Daemon to report status.
         Mounting /boot/efi... (0.0% complete)
[   10.876130] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
         Mounting /media/satasdplus...
[  OK  ] Reached target Swap.
[  OK  ] Mounted /boot/efi.
[  OK  ] Mounted /media/satasdplus.
[   10.961100] nouveau 0000:2b:00.0: bios: version 86.08.36.00.33
[   10.970052] nouveau 0000:2b:00.0: pmu: firmware unavailable
[   10.977858] nouveau 0000:2b:00.0: fb: 2048 MiB GDDR5
[  OK  ] Started LVM event activation on device 8:35.
[   11.017433] [TTM] Zone  kernel: Available graphics memory: 32890432 KiB
[   11.024169] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   11.030836] [TTM] Initializing pool allocator
[   11.035331] [TTM] Initializing DMA pool allocator
[   11.040163] nouveau 0000:2b:00.0: DRM: VRAM: 2048 MiB
[   11.045336] nouveau 0000:2b:00.0: DRM: GART: 536870912 MiB
[   11.050885] nouveau 0000:2b:00.0: DRM: BIT table 'A' not found
[   11.056873] nouveau 0000:2b:00.0: DRM: BIT table 'L' not found
[   11.062875] nouveau 0000:2b:00.0: DRM: TMDS table version 2.0
[   11.068727] nouveau 0000:2b:00.0: DRM: DCB version 4.1
[   11.073969] nouveau 0000:2b:00.0: DRM: DCB outp 00: 01000342 04620010
[   11.080549] nouveau 0000:2b:00.0: DRM: DCB outp 01: 01011352 04620020
[   11.087097] nouveau 0000:2b:00.0: DRM: DCB conn 00: 00001031
[   11.092877] nouveau 0000:2b:00.0: DRM: DCB conn 01: 00002161
[   11.099056] nouveau 0000:2b:00.0: DRM: MM: using COPY for buffer copies
[   11.106716] snd_hda_intel 0000:2b:00.1: bound 0000:2b:00.0 (ops nv50_audio_component_bind_ops [nouveau])
[   11.134673] EDAC amd64: F19h_M20h detected (node 0).
[   11.139770] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.149579] nouveau 0000:2b:00.0: [drm] Cannot find any crtc or sizes
[   11.158532] [drm] Initialized nouveau 1.3.1 20120801 for 0000:2b:00.0 on minor 0
[   11.158992] nouveau 0000:2b:00.0: [drm] Cannot find any crtc or sizes
[   11.175496] nouveau 0000:2b:00.0: [drm] Cannot find any crtc or sizes
[   11.206880] EDAC amd64: F19h_M20h detected (node 0).
[   11.212016] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.278676] EDAC amd64: F19h_M20h detected (node 0).
[   11.283749] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.346677] EDAC amd64: F19h_M20h detected (node 0).
[   11.351828] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.414679] EDAC amd64: F19h_M20h detected (node 0).
[   11.419800] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.474661] EDAC amd64: F19h_M20h detected (node 0).
[   11.479783] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.534673] EDAC amd64: F19h_M20h detected (node 0).
[   11.539800] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.618657] EDAC amd64: F19h_M20h detected (node 0).
[   11.623777] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.678745] EDAC amd64: F19h_M20h detected (node 0).
[   11.683817] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.742746] EDAC amd64: F19h_M20h detected (node 0).
[   11.747844] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.802679] EDAC amd64: F19h_M20h detected (node 0).
[   11.807817] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.866700] EDAC amd64: F19h_M20h detected (node 0).
[   11.871817] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.926661] EDAC amd64: F19h_M20h detected (node 0).
[   11.931752] EDAC amd64: Node 0: DRAM ECC disabled.
[   11.990712] EDAC amd64: F19h_M20h detected (node 0).
[   11.995836] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.050641] EDAC amd64: F19h_M20h detected (node 0).
[   12.055740] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.146632] EDAC amd64: F19h_M20h detected (node 0).
[   12.151705] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.210638] EDAC amd64: F19h_M20h detected (node 0).
[   12.215738] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.274582] EDAC amd64: F19h_M20h detected (node 0).
[   12.279612] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.322588] EDAC amd64: F19h_M20h detected (node 0).
[   12.327661] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.362591] EDAC amd64: F19h_M20h detected (node 0).
[   12.367747] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.422593] EDAC amd64: F19h_M20h detected (node 0).
[   12.427762] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.466581] EDAC amd64: F19h_M20h detected (node 0).
[   12.471735] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.506573] EDAC amd64: F19h_M20h detected (node 0).
[   12.511729] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.546576] EDAC amd64: F19h_M20h detected (node 0).
[   12.551894] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.594588] EDAC amd64: F19h_M20h detected (node 0).
[   12.599890] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.638569] EDAC amd64: F19h_M20h detected (node 0).
[   12.643893] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.694570] EDAC amd64: F19h_M20h detected (node 0).
[   12.699892] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.734571] EDAC amd64: F19h_M20h detected (node 0).
[   12.739867] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.778579] EDAC amd64: F19h_M20h detected (node 0).
[   12.783903] EDAC amd64: Node 0: DRAM ECC disabled.
[   12.830571] EDAC amd64: F19h_M20h detected (node 0).
[   12.835885] EDAC amd64: Node 0: DRAM ECC disabled.
[  OK  ] Started udev Wait for Complete Device Initialization.
[  OK  ] Started Helper to synchronize boot up for ifupdown.
         Starting Import ZFS pool satacheap...
         Starting Import ZFS pool satafast...
         Starting Import ZFS pool m2mpe...
[FAILED] Failed to start Import ZFS pool satacheap.
See 'systemctl status [email protected]' for details.
[FAILED] Failed to start Import ZFS pool satafast.
See 'systemctl status [email protected]' for details.
[FAILED] Failed to start Import ZFS pool m2mpe.
See 'systemctl status [email protected]' for details.
[  OK  ] Reached target ZFS pool import target.
         Starting Wait for ZFS Volume (zvol) links in /dev...
[  OK  ] Reached target Local File Systems.
         Starting Proxmox VE Login Banner...
         Starting Commit Proxmox VE network changes...
         Starting Create Volatile Files and Directories...
         Starting Preprocess NFS configuration...
         Starting Load AppArmor profiles...
         Starting Proxmox VE firewall logger...
[   13.218369] audit: type=1400 audit(1611598365.756:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=806 comm="apparmor_parser"
         Starting Set c[   13.236582] audit: type=1400 audit(1611598365.776:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=807 comm="apparmor_parser"
onsole font and [   13.253006] audit: type=1400 audit(1611598365.776:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=807 comm="apparmor_parser"
keymap...
[   13.270364] audit: type=1400 audit(1611598365.788:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=809 comm="apparmor_parser"
[   13.286909] audit: type=1400 audit(1611598365.788:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=809 comm="apparmor_parser"
[   13.302040] audit: type=1400 audit(1611598365.788:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=809 comm="apparmor_parser"
[   13.302043] audit: type=1400 audit(1611598365.804:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=808 comm="apparmor_parser"
[  OK  ] Started Wait for ZFS Volume (zvol) links in /dev.
[  OK  ] Started Proxmox VE Login Banner.
[   13.360100] audit: type=1400 audit(1611598365.900:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=805 comm="apparmor_parser"
[   13.376095] audit: type=1400 audit(1611598365.900:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=805 comm="apparmor_parser"
[   13.392595] audit: type=1400 audit(1611598365.904:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=805 comm="apparmor_parser"
[  OK  ] Started Create Volatile Files and Directories.
[  OK  ] Started Preprocess NFS configuration.
[  OK  ] Started Load AppArmor profiles.
[  OK  ] Started Proxmox VE firewall logger.
[  OK  ] Started Set console font and keymap.
         Starting Raise network interfaces...
[   13.509393] vmbr0: port 1(enp42s0) entered blocking state
[   13.514935] vmbr0: port 1(enp42s0) entered disabled state
[  OK     13.520539] device enp42s0 entered promiscuous mode
0m] Reached target NFS client services.
         Starting RPC bind portmap service...
[   13.558410] Generic FE-GE Realtek PHY r8169-2a00:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-2a00:00, irq=IGNORE)
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
[  OK  ] Reached target ZFS volumes are ready.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Commit Proxmox VE network changes.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started Proxmox VE replication runner.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[   13.770552] r8169 0000:2a:00.0 enp42s0: Link is Down
[   13.771853] vmbr0: port 1(enp42s0) entered blocking state
[   13.781022] vmbr0: port 1(enp42s0) entered forwarding state
[  OK  ] Started Daily PVE download activities.
[  OK  ] Started Daily man-db regeneration.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting System Logging Service...
         Starting Self Monitoring a…g Technology (SMART) Daemon...
         Starting Proxmox VE LXC Syscall Daemon...
[  OK  ] Started D-Bus System Message Bus.
         Starting PVE Qemu Event Daemon...
[  OK  ] Started ZFS Event Daemon (zed).
         Starting Login Service...
[  OK  ] Started    14.025079] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
1;39mProxmox VE [   14.034387] softdog:              soft_reboot_cmd=<not set> soft_active_on_boot=0
watchdog multiplexer.
         Starting Kernel Samepage Merging (KSM) Tuning Daemon...
         Starting ZFS file system shares...
[  OK  ] Started    14.093162] new mount options do not match the existing superblock, will be ignored
1;39mFUSE filesystem for LXC.
         Starting Initialize hardware monitoring sensors...
[  OK  ] Started RPC bind portmap service.
[  OK  ] Started System Logging Service.
[  OK  ] Started Proxmox VE LXC Syscall Daemon.
[  OK  ] Started Self Monitoring an…ing Technology (SMART) Daemon.
[  OK  ] Started Raise network interfaces.
[  OK  ] Started PVE Qemu Event Daemon.
[  OK  ] Started Kernel Samepage Merging (KSM) Tuning Daemon.
[  OK  ] Reached target Network.
         Starting OpenBSD Secure Shell server...
         Starting Zabbix Agent...
[  OK  ] Reached target Network is Online.
         Starting iSCSI initiator daemon (iscsid)...
         Starting Postfix Mail Transport Agent (instance -)...
         Starting LXC network bridge se[   14.354489] bpfilter: Loaded bpfilter_umh pid 1002
tup...
[   14.354599] Started bpfilter
         Starting Map RBD devices...
[  OK  ] Started LXC Container Monitoring Daemon.
[  OK  ] Reached target RPC Port Mapper.
[FAILED] Failed to start ZFS file system shares.
See 'systemctl status zfs-share.service' for details.
[  OK  ] Started Initialize hardware monitoring sensors.
[  OK  ] Started LXC network bridge setup.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started Map RBD devices.
[  OK  ] Started iSCSI initiator daemon (iscsid).
[   14.534464] vmbr0: port 1(enp42s0) entered disabled state
         Starting Login to default iSCSI targets...
[  OK  ] Reached target ZFS startup target.
[  OK  ] Started Zabbix Agent.
[  OK  ] Started Login Service.
[  OK  ] Started Postfix Mail Transport Agent (instance -).
         Starting Postfix Mail Transport Agent...
[  OK  ] Started Postfix Mail Transport Agent.
[  OK  ] Started Login to default iSCSI targets.
         Starting Availability of block devices...
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting LSB: disk temperature monitoring daemon...
         Starting Deferred execution scheduler...
         Starting LXC Container Ini…alization and Autoboot Code...
         Starting Permit User Sessions...
[  OK  ] Reached target PVE Storage Target.
         Starting LSB: start or stop rrdcached...
[  OK  ] Started Availability of block devices.
[  OK  ] Started Deferred execution scheduler.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started LXC Container Initialization and Autoboot Code.
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Reached target Login Prompts.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started LSB: start or stop rrdcached.
         Starting The Proxmox VE cluster filesystem...
[  OK  ] Started The Proxmox VE cluster filesystem.
         Starting PVE API Daemon...
[  OK  ] Started Regular background program processing daemon.
         Starting Proxmox VE firewall...
         Starting PVE Status Daemon...
[  OK  ] Started PVE Status Daemon.
[  OK  ] Started Proxmox VE firewall.
[  OK  ] Started PVE API Daemon.
         Starting PVE API Proxy Server...
         Starting PVE Cluster HA Resource Manager Daemon...
[  OK  ] Started PVE Cluster HA Resource Manager Daemon.
[   17.166735] r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control off
[   17.174426] vmbr0: port 1(enp42s0) entered blocking state
[   17.179961] vmbr0: port 1(enp42s0) entered forwarding state
[   17.185673] IPv6: ADDRCONF(NETDEV_CHANGE): vmbr0: link becomes ready
[  OK  ] Started PVE API Proxy Server.
         Starting PVE SPICE Proxy Server...
         Starting PVE Local HA Resource Manager Daemon...
[  OK  ] Started PVE SPICE Proxy Server.
[  OK  ] Started PVE Local HA Resource Manager Daemon.
         Starting PVE guests...


------------------------------------------------------------------------------

Welcome to the Proxmox Virtual Environment. Please use your web browser to
configure this server - connect to:

  https://10.200.0.5:8006/

------------------------------------------------------------------------------

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

Thank you for the information. It looks like it might be related to this issue: openzfs/zfs#11004

It seems that we don’t install the zzstd.ko module.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

installed 5.10.10 and the compile error is:

`

Use upstream's bash completion

install -D -t '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/share/bash-completion/completions/'
'/root/zfsonlinux/zfs-linux_2.0.1/contrib/bash_completion.d/zfs'

Move from bin_dir to /usr/sbin

Remove suffix (.py) as per policy 10.4 - Scripts

https://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

mkdir -p '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/sbin/'
mv '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/bin/arc_summary' '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/sbin/arc_summary'
mv '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/bin/arcstat' '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/sbin/arcstat'
mv '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/bin/dbufstat' '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/sbin/dbufstat'
mv '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/sbin/zed' '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/sbin/zed'
mkdir -p /root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/lib/x86_64-linux-gnu
for i in ls /root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/lib/x86_64-linux-gnu/*.so; do
ln -s /lib/x86_64-linux-gnu/readlink ${i} /root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/lib/x86_64-linux-gnu/basename ${i};
rm ${i};
done
chmod a-x '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/etc/zfs/zfs-functions'
chmod a-x '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/etc/default/zfs'
chmod a-x '/root/zfsonlinux/zfs-linux_2.0.1/debian/tmp/usr/share/bash-completion/completions/zfs'
make[2]: Leaving directory '/root/zfsonlinux/zfs-linux_2.0.1'
dh_install
dh_install: Cannot find (any matches for) "lib/*/security/pam_zfs_key.so" (tried in ., debian/tmp)

dh_install: zfsutils-linux missing files: lib/*/security/pam_zfs_key.so
dh_install: Cannot find (any matches for) "usr/share/pam-configs/zfs_key" (tried in ., debian/tmp)

dh_install: zfsutils-linux missing files: usr/share/pam-configs/zfs_key
dh_install: missing files, aborting
make[1]: *** [debian/rules:13: binary] Error 25
make[1]: Leaving directory '/root/zfsonlinux/zfs-linux_2.0.1'
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
make: *** [Makefile:48: libnvpair2linux_2.0.1-pve1_amd64.deb] Error 2
root@backup:~/zfsonlinux#
`

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

I have updated the build to resolve the issues regarding ZFS's zzstd.ko module. Could anyone test these new builds and verify whether it resolves the issue for you?

from pve-edge-kernel.

staehle avatar staehle commented on July 19, 2024

@fabianishere The 5.10.10-2 build appears to have fixed it! Or at least for my usage, the ZFS volumes are auto-mounted now and VMs auto-start successfully from it.

image

image

Thanks!

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

@staehle Thanks for the feedback! I will create a proper release for this fix now.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

where can i download this build?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

@mac-linux-free

You can download the build from here: https://github.com/fabianishere/pve-edge-kernel/actions/runs/510412397 (in the artifacts, you should download debs-.zip which will contain the appropriate Debian packages).

Also, for Proxmox' ZFS package, you should apply to follow patch to get it to build:

index 932153d..53d31ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,6 @@ override_dh_auto_configure:
          --enable-systemd \
          --enable-pyzfs \
          --with-python=python3 \
-         --with-pammoduledir='/lib/$(DEB_HOST_MULTIARCH)/security' \
          --with-systemdunitdir=/lib/systemd/system \
          --with-systemdpresetdir=/lib/systemd/system-preset \
          --with-systemdgeneratordir=/lib/systemd/system-generators \
@@ -103,7 +102,6 @@ override_dh_auto_clean:

 override_dh_missing:
        find . -name lib*.la -delete
-       rm debian/tmp/lib/$(DEB_HOST_MULTIARCH)/security/pam_zfs_key.la
        dh_missing --fail-missing

 override_dh_installdocs:
diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install
index 04f0fe4..77b3ab8 100644
--- a/debian/zfsutils-linux.install
+++ b/debian/zfsutils-linux.install
@@ -2,7 +2,6 @@
 etc/default/zfs
 etc/zfs/zfs-functions
 etc/zfs/zpool.d/
-lib/*/security/pam_zfs_key.so
 lib/systemd/system-preset/
 lib/systemd/system/zfs-import-cache.service
 lib/systemd/system/zfs-import-scan.service
@@ -119,4 +118,3 @@ usr/share/man/man8/zpoolconcepts.8
 usr/share/man/man8/zpoolprops.8
 usr/share/man/man8/zstream.8
 usr/share/man/man8/zstreamdump.8
-usr/share/pam-configs/zfs_key

Alternatively, you could try this pre-built package for ZFS 2.0.1 with the above patches applied: zfsonlinux-build.tar.gz

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

thank you very much but this error occurs:

`root@backup:~/2.0# dpkg -i libzfs3linux_2.0.1-pve1_amd64.deb
(Reading database ... 375638 files and directories currently installed.)
Preparing to unpack libzfs3linux_2.0.1-pve1_amd64.deb ...
Unpacking libzfs3linux (2.0.1-pve1) over (2.0.1-pve1) ...
dpkg: dependency problems prevent configuration of libzfs3linux:
libzfs3linux depends on libc6 (>= 2.29); however:
Version of libc6:amd64 on system is 2.28-10.

dpkg: error processing package libzfs3linux (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.28-10) ...
Errors were encountered while processing:
libzfs3linux
root@backup:~/2.0#
`

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

Is there a solution to the libc problem?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

@mac-linux-free Could you try to build the package yourself? This issue might be related to the build environment being different from yours.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

I use a plain Proxmox Server to compile. Could you please provide the ZFS deb files working on an standard Proxmox Server?

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

Ok so I have to wait for Proxmox 6.4?

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

@mac-linux-free You can always try to build the package yourself. I don’t have time currently to setup a compatible build environment for the package.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

Ok thank you. I'll close the issue. Could you please provide the patch syntax and the patch file. I did it manually editing the files and it worked.

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

The patch I used is the one that I have posted previously.

from pve-edge-kernel.

mac-linux-free avatar mac-linux-free commented on July 19, 2024

but patch -n -p did not work

from pve-edge-kernel.

fabianishere avatar fabianishere commented on July 19, 2024

Hmm, what about git apply?

from pve-edge-kernel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.