Issues with getting single GPU Passthrough and vbios dump / Need help


TPNuts

Recommended Posts

It was a Quarantine christmas (wife whos a physician got covid on day 1 of christmas break 🤷‍♂️) so I had a ton of time to troubleshoot, and I can pretty much confirm that the vbios dump script is borked with the new OS updates. I tried 6.9.2 and Next branch 6.10.0 RC2 trying to dump a founders edition 3090 Nvidia card and doing a passthrough. I am getting vbios sizes in 70kb range which is not right at all. I have updated the BIOS on the main board (TRX40 Auros Master with a 3970x) and still no luck. I have narrowed the issue directly to the vbios itself as I cannot get anything beyond a black screen and the log goes nuts and errors vfio on the binding to the nvidia card when the vm is run (subsequently filling the entire log storage to 100% without fail every time.  I am going to post the diagnostics, logs, and xml below. Also I will post the errors asscoiated with bios dump from the script used with SpaceInvader (note I have tried enabling and disabling ReBAR and that didnt help. Some have had luck without having to dump the vbios but in my case it isn't posting without it. Any help would be appreciated. Also feel free to openly school me, I am always open to learn how to correct my mistakes. Any Help is appreciated

 

XML:

Spoiler

<?xml version='1.0' encoding='UTF-8'?>
<domain type='kvm'>
  <name>Windows 10</name>
  <uuid>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</uuid>
  <metadata>
    <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/>
  </metadata>
  <memory unit='KiB'>33554432</memory>
  <currentMemory unit='KiB'>33554432</currentMemory>
  <memoryBacking>
    <nosharepages/>
  </memoryBacking>
  <vcpu placement='static'>32</vcpu>
  <cputune>
    <vcpupin vcpu='0' cpuset='16'/>
    <vcpupin vcpu='1' cpuset='48'/>
    <vcpupin vcpu='2' cpuset='17'/>
    <vcpupin vcpu='3' cpuset='49'/>
    <vcpupin vcpu='4' cpuset='18'/>
    <vcpupin vcpu='5' cpuset='50'/>
    <vcpupin vcpu='6' cpuset='19'/>
    <vcpupin vcpu='7' cpuset='51'/>
    <vcpupin vcpu='8' cpuset='20'/>
    <vcpupin vcpu='9' cpuset='52'/>
    <vcpupin vcpu='10' cpuset='21'/>
    <vcpupin vcpu='11' cpuset='53'/>
    <vcpupin vcpu='12' cpuset='22'/>
    <vcpupin vcpu='13' cpuset='54'/>
    <vcpupin vcpu='14' cpuset='23'/>
    <vcpupin vcpu='15' cpuset='55'/>
    <vcpupin vcpu='16' cpuset='24'/>
    <vcpupin vcpu='17' cpuset='56'/>
    <vcpupin vcpu='18' cpuset='25'/>
    <vcpupin vcpu='19' cpuset='57'/>
    <vcpupin vcpu='20' cpuset='26'/>
    <vcpupin vcpu='21' cpuset='58'/>
    <vcpupin vcpu='22' cpuset='27'/>
    <vcpupin vcpu='23' cpuset='59'/>
    <vcpupin vcpu='24' cpuset='28'/>
    <vcpupin vcpu='25' cpuset='60'/>
    <vcpupin vcpu='26' cpuset='29'/>
    <vcpupin vcpu='27' cpuset='61'/>
    <vcpupin vcpu='28' cpuset='30'/>
    <vcpupin vcpu='29' cpuset='62'/>
    <vcpupin vcpu='30' cpuset='31'/>
    <vcpupin vcpu='31' cpuset='63'/>
  </cputune>
  <os>
    <type arch='x86_64' machine='pc-q35-4.1'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
    <nvram>/etc/libvirt/qemu/nvram/c014f9d6-a379-7a0b-f6d8-3a36f0fa7305_VARS-pure-efi.fd</nvram>
    <boot dev='hd'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <hyperv>
      <relaxed state='on'/>
      <vapic state='on'/>
      <spinlocks state='on' retries='8191'/>
      <vendor_id state='on' value='none'/>
    </hyperv>
  </features>
  <cpu mode='host-passthrough' check='none' migratable='on'>
    <topology sockets='1' dies='1' cores='16' threads='2'/>
    <cache mode='passthrough'/>
    <feature policy='require' name='topoext'/>
  </cpu>
  <clock offset='localtime'>
    <timer name='hypervclock' present='yes'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/local/sbin/qemu</emulator>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw'/>
      <source file='/mnt/user/isos/virtio-win-0.1.208-1.iso'/>
      <target dev='hdb' bus='sata'/>
      <readonly/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>
    <controller type='usb' index='0' model='qemu-xhci' ports='15'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
    </controller>
    <controller type='pci' index='0' model='pcie-root'/>
    <controller type='pci' index='1' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='1' port='0x8'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
    </controller>
    <controller type='pci' index='2' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='2' port='0x9'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <controller type='pci' index='3' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='3' port='0xa'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
    </controller>
    <controller type='pci' index='4' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='4' port='0xb'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
    </controller>
    <controller type='pci' index='5' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='5' port='0xc'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/>
    </controller>
    <controller type='pci' index='6' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='6' port='0xd'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/>
    </controller>
    <controller type='pci' index='7' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='7' port='0xe'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/>
    </controller>
    <controller type='pci' index='8' model='pcie-root-port'>
      <model name='pcie-root-port'/>
      <target chassis='8' port='0xf'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x7'/>
    </controller>
    <controller type='virtio-serial' index='0'>
      <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
    </controller>
    <controller type='sata' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:92:de:b8'/>
      <source bridge='br0'/>
      <model type='virtio-net'/>
      <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target type='isa-serial' port='0'>
        <model name='isa-serial'/>
      </target>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <channel type='unix'>
      <target type='virtio' name='org.qemu.guest_agent.0'/>
      <address type='virtio-serial' controller='0' bus='0' port='1'/>
    </channel>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <audio id='1' type='none'/>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x21' slot='0x00' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x21' slot='0x00' function='0x1'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x46' slot='0x00' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='pci' managed='yes'>
      <driver name='vfio'/>
      <source>
        <address domain='0x0000' bus='0x4a' slot='0x00' function='0x0'/>
      </source>
      <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x048d'/>
        <product id='0x8297'/>
      </source>
      <address type='usb' bus='0' port='1'/>
    </hostdev>
    <hostdev mode='subsystem' type='usb' managed='no'>
      <source>
        <vendor id='0x8087'/>
        <product id='0x0029'/>
      </source>
      <address type='usb' bus='0' port='2'/>
    </hostdev>
    <memballoon model='none'/>
  </devices>
</domain>
 

syslog:

Spoiler

Dec 25 11:57:50 Servo kernel: Linux version 5.14.15-Unraid (root@Develop) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP Thu Oct 28 09:56:33 PDT 2021
Dec 25 11:57:50 Servo kernel: Command line: BOOT_IMAGE=/bzimage pcie_acs_override=downstream,multifunction isolcpus=14-31,46-63 initrd=/bzroot
Dec 25 11:57:50 Servo kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 25 11:57:50 Servo kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 25 11:57:50 Servo kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 25 11:57:50 Servo kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Dec 25 11:57:50 Servo kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Dec 25 11:57:50 Servo kernel: signal: max sigframe size: 1776
Dec 25 11:57:50 Servo kernel: BIOS-provided physical RAM map:
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000003ffffff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000000004000000-0x000000000400efff] ACPI NVS
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000000000400f000-0x0000000009df1fff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000000009df2000-0x0000000009ffffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000000000a000000-0x00000000a7fe0fff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000a7fe1000-0x00000000a9638fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000a9639000-0x00000000a969dfff] ACPI data
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000a969e000-0x00000000a9da1fff] ACPI NVS
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000a9da2000-0x00000000aaffefff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000aafff000-0x00000000abffffff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000ac000000-0x00000000afffffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000d2100000-0x00000000d2180fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000d3180000-0x00000000d3200fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000da180000-0x00000000da200fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000da300000-0x00000000da3fffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000db100000-0x00000000db280fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000feafffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000000100000000-0x000000204f1fffff] usable
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000000204f200000-0x000000204fffffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000010000000000-0x00000100103fffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000003cb80000000-0x000003cb903fffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x000003cbb0000000-0x000003cbc03fffff] reserved
Dec 25 11:57:50 Servo kernel: BIOS-e820: [mem 0x0000069730000000-0x00000697403fffff] reserved
Dec 25 11:57:50 Servo kernel: Warning: PCIe ACS overrides enabled; This may allow non-IOMMU protected peer-to-peer DMA
Dec 25 11:57:50 Servo kernel: NX (Execute Disable) protection: active
Dec 25 11:57:50 Servo kernel: SMBIOS 3.3.0 present.
Dec 25 11:57:50 Servo kernel: DMI: Gigabyte Technology Co., Ltd. TRX40 AORUS MASTER/TRX40 AORUS MASTER, BIOS F6a 10/20/2021
Dec 25 11:57:50 Servo kernel: tsc: Fast TSC calibration failed
Dec 25 11:57:50 Servo kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 25 11:57:50 Servo kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 25 11:57:50 Servo kernel: last_pfn = 0x204f200 max_arch_pfn = 0x400000000
Dec 25 11:57:50 Servo kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Dec 25 11:57:50 Servo kernel: e820: update [mem 0xaa2c0000-0xaa2cffff] usable ==> reserved
Dec 25 11:57:50 Servo kernel: e820: update [mem 0xb0000000-0xffffffff] usable ==> reserved
Dec 25 11:57:50 Servo kernel: last_pfn = 0xac000 max_arch_pfn = 0x400000000
Dec 25 11:57:50 Servo kernel: found SMP MP-table at [mem 0x000fd5c0-0x000fd5cf]
Dec 25 11:57:50 Servo kernel: Using GB pages for direct mapping
Dec 25 11:57:50 Servo kernel: RAMDISK: [mem 0x77b0d000-0x7fffffff]
Dec 25 11:57:50 Servo kernel: ACPI: Early table checksum verification disabled
Dec 25 11:57:50 Servo kernel: ACPI: RSDP 0x00000000000F05A0 000024 (v02 AMD   )
Dec 25 11:57:50 Servo kernel: ACPI: XSDT 0x00000000A9D89728 0000C4 (v01 AMD    A M I    03242016 AMI  01000013)
Dec 25 11:57:50 Servo kernel: ACPI: FACP 0x00000000A9683000 000114 (v06 AMD    A M I    03242016 AMI  00010013)
Dec 25 11:57:50 Servo kernel: ACPI: DSDT 0x00000000A9673000 00F3FC (v02 AMD    A M I    03242016 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: FACS 0x00000000A9D7F000 000040
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A9691000 00C250 (v01 GBT    GSWApp   00000001 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A9688000 008C98 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A9684000 003918 (v01 AMD    AMD AOD  00000001 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: FIDT 0x00000000A9672000 00009C (v01 AMD    A M I    03242016 AMI  00010013)
Dec 25 11:57:50 Servo kernel: ACPI: MCFG 0x00000000A9671000 00003C (v01 AMD    A M I    03242016 MSFT 00010013)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A9670000 00036C (v02 AMD    CPUSSDT  03242016 AMI  03242016)
Dec 25 11:57:50 Servo kernel: ACPI: HPET 0x00000000A966F000 000038 (v01 AMD    A M I    03242016 AMI  00000005)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A966E000 000024 (v01 AMD    BIXBY    00001000 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: TPM2 0x00000000A966C000 00004C (v04 AMD    A M I    00000001 AMI  00000000)
Dec 25 11:57:50 Servo kernel: ACPI: IVRS 0x00000000A966B000 0001F0 (v02 AMD    AmdTable 00000001 AMD  00000000)
Dec 25 11:57:50 Servo kernel: ACPI: PCCT 0x00000000A966A000 00006E (v02 AMD    AmdTable 00000001 AMD  00000000)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A965A000 00FA49 (v01 AMD    AmdTable 00000001 AMD  00000001)
Dec 25 11:57:50 Servo kernel: ACPI: CRAT 0x00000000A9656000 003AD0 (v01 AMD    AmdTable 00000001 AMD  00000001)
Dec 25 11:57:50 Servo kernel: ACPI: CDIT 0x00000000A9655000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A9652000 002D74 (v01 AMD    SHAKTOOH 00000001 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: WSMT 0x00000000A9651000 000028 (v01 AMD    A M I    03242016 AMI  00010013)
Dec 25 11:57:50 Servo kernel: ACPI: APIC 0x00000000A9650000 000482 (v03 AMD    A M I    03242016 AMI  00010013)
Dec 25 11:57:50 Servo kernel: ACPI: SSDT 0x00000000A964E000 00146F (v01 AMD    SHAKTOOH 00000001 INTL 20190509)
Dec 25 11:57:50 Servo kernel: ACPI: FPDT 0x00000000A964D000 000044 (v01 AMD    A M I    01072009 AMI  01000013)
Dec 25 11:57:50 Servo kernel: ACPI: Reserving FACP table memory at [mem 0xa9683000-0xa9683113]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving DSDT table memory at [mem 0xa9673000-0xa96823fb]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving FACS table memory at [mem 0xa9d7f000-0xa9d7f03f]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa9691000-0xa969d24f]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa9688000-0xa9690c97]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa9684000-0xa9687917]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving FIDT table memory at [mem 0xa9672000-0xa967209b]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving MCFG table memory at [mem 0xa9671000-0xa967103b]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa9670000-0xa967036b]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving HPET table memory at [mem 0xa966f000-0xa966f037]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa966e000-0xa966e023]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving TPM2 table memory at [mem 0xa966c000-0xa966c04b]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving IVRS table memory at [mem 0xa966b000-0xa966b1ef]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving PCCT table memory at [mem 0xa966a000-0xa966a06d]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa965a000-0xa9669a48]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving CRAT table memory at [mem 0xa9656000-0xa9659acf]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving CDIT table memory at [mem 0xa9655000-0xa9655028]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa9652000-0xa9654d73]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving WSMT table memory at [mem 0xa9651000-0xa9651027]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving APIC table memory at [mem 0xa9650000-0xa9650481]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving SSDT table memory at [mem 0xa964e000-0xa964f46e]
Dec 25 11:57:50 Servo kernel: ACPI: Reserving FPDT table memory at [mem 0xa964d000-0xa964d043]
Dec 25 11:57:50 Servo kernel: No NUMA configuration found
Dec 25 11:57:50 Servo kernel: Faking a node at [mem 0x0000000000000000-0x000000204f1fffff]
Dec 25 11:57:50 Servo kernel: NODE_DATA(0) allocated [mem 0x204f1f9000-0x204f1fcfff]
Dec 25 11:57:50 Servo kernel: Zone ranges:
Dec 25 11:57:50 Servo kernel:  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Dec 25 11:57:50 Servo kernel:  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Dec 25 11:57:50 Servo kernel:  Normal   [mem 0x0000000100000000-0x000000204f1fffff]
Dec 25 11:57:50 Servo kernel: Movable zone start for each node
Dec 25 11:57:50 Servo kernel: Early memory node ranges
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x0000000000001000-0x000000000009dfff]
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x0000000000100000-0x0000000003ffffff]
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x000000000400f000-0x0000000009df1fff]
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x000000000a000000-0x00000000a7fe0fff]
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x00000000aafff000-0x00000000abffffff]
Dec 25 11:57:50 Servo kernel:  node   0: [mem 0x0000000100000000-0x000000204f1fffff]
Dec 25 11:57:50 Servo kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000204f1fffff]
Dec 25 11:57:50 Servo kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone DMA32: 526 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone DMA32: 12318 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone Normal: 16384 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: On node 0, zone Normal: 3584 pages in unavailable ranges
Dec 25 11:57:50 Servo kernel: ACPI: PM-Timer IO Port: 0x808
Dec 25 11:57:50 Servo kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Dec 25 11:57:50 Servo kernel: IOAPIC[0]: apic_id 128, version 33, address 0xfec00000, GSI 0-23
Dec 25 11:57:50 Servo kernel: IOAPIC[1]: apic_id 129, version 33, address 0xda200000, GSI 120-151
Dec 25 11:57:50 Servo kernel: IOAPIC[2]: apic_id 130, version 33, address 0xd3200000, GSI 88-119
Dec 25 11:57:50 Servo kernel: IOAPIC[3]: apic_id 131, version 33, address 0xd2180000, GSI 56-87
Dec 25 11:57:50 Servo kernel: IOAPIC[4]: apic_id 132, version 33, address 0xdb280000, GSI 24-55
Dec 25 11:57:50 Servo kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 25 11:57:50 Servo kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Dec 25 11:57:50 Servo kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 25 11:57:50 Servo kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Dec 25 11:57:50 Servo kernel: smpboot: Allowing 128 CPUs, 64 hotplug CPUs
Dec 25 11:57:50 Servo kernel: [mem 0xdb281000-0xfe9fffff] available for PCI devices
Dec 25 11:57:50 Servo kernel: Booting paravirtualized kernel on bare hardware
Dec 25 11:57:50 Servo kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Dec 25 11:57:50 Servo kernel: setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:128 nr_node_ids:1
Dec 25 11:57:50 Servo kernel: percpu: Embedded 53 pages/cpu s179736 r8192 d29160 u262144
Dec 25 11:57:50 Servo kernel: pcpu-alloc: s179736 r8192 d29160 u262144 alloc=1*2097152
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 000 001 002 003 004 005 006 007 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 008 009 010 011 012 013 014 015 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 016 017 018 019 020 021 022 023 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 024 025 026 027 028 029 030 031 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 032 033 034 035 036 037 038 039 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 040 041 042 043 044 045 046 047 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 048 049 050 051 052 053 054 055 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 056 057 058 059 060 061 062 063 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 064 065 066 067 068 069 070 071 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 072 073 074 075 076 077 078 079 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 080 081 082 083 084 085 086 087 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 088 089 090 091 092 093 094 095 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 096 097 098 099 100 101 102 103 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 104 105 106 107 108 109 110 111 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 112 113 114 115 116 117 118 119 
Dec 25 11:57:50 Servo kernel: pcpu-alloc: [0] 120 121 122 123 124 125 126 127 
Dec 25 11:57:50 Servo kernel: Built 1 zonelists, mobility grouping on.  Total pages: 32997573
Dec 25 11:57:50 Servo kernel: Policy zone: Normal
Dec 25 11:57:50 Servo kernel: Kernel command line: BOOT_IMAGE=/bzimage pcie_acs_override=downstream,multifunction isolcpus=14-31,46-63 initrd=/bzroot
Dec 25 11:57:50 Servo kernel: Unknown command line parameters: BOOT_IMAGE=/bzimage
Dec 25 11:57:50 Servo kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Dec 25 11:57:50 Servo kernel: printk: log_buf_len total cpu_extra contributions: 520192 bytes
Dec 25 11:57:50 Servo kernel: printk: log_buf_len min size: 131072 bytes
Dec 25 11:57:50 Servo kernel: printk: log_buf_len: 1048576 bytes
Dec 25 11:57:50 Servo kernel: printk: early log buf free: 119000(90%)
Dec 25 11:57:50 Servo kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Dec 25 11:57:50 Servo kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Dec 25 11:57:50 Servo kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Dec 25 11:57:50 Servo kernel: Memory: 131630680K/134086024K available (10247K kernel code, 1723K rwdata, 3716K rodata, 1652K init, 2084K bss, 2455088K reserved, 0K cma-reserved)
Dec 25 11:57:50 Servo kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
Dec 25 11:57:50 Servo kernel: ftrace: allocating 40613 entries in 159 pages
Dec 25 11:57:50 Servo kernel: ftrace: allocated 159 pages with 6 groups
Dec 25 11:57:50 Servo kernel: rcu: Hierarchical RCU implementation.
Dec 25 11:57:50 Servo kernel: rcu:     RCU event tracing is enabled.
Dec 25 11:57:50 Servo kernel: rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=128.
Dec 25 11:57:50 Servo kernel:     Rude variant of Tasks RCU enabled.
Dec 25 11:57:50 Servo kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 25 11:57:50 Servo kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=128
Dec 25 11:57:50 Servo kernel: NR_IRQS: 16640, nr_irqs: 3624, preallocated irqs: 16
Dec 25 11:57:50 Servo kernel: rcu:     Offload RCU callbacks from CPUs: (none).
Dec 25 11:57:50 Servo kernel: random: get_random_bytes called from start_kernel+0x4c1/0x690 with crng_init=0
Dec 25 11:57:50 Servo kernel: Console: colour VGA+ 80x25
Dec 25 11:57:50 Servo kernel: printk: console [tty0] enabled
Dec 25 11:57:50 Servo kernel: ACPI: Core revision 20210604
Dec 25 11:57:50 Servo kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Dec 25 11:57:50 Servo kernel: APIC: Switch to symmetric I/O mode setup
Dec 25 11:57:50 Servo kernel: Switched APIC routing to physical flat.
Dec 25 11:57:50 Servo kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 25 11:57:50 Servo kernel: tsc: PIT calibration matches HPET. 2 loops
Dec 25 11:57:50 Servo kernel: tsc: Detected 3700.260 MHz processor
Dec 25 11:57:50 Servo kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aac977aabc, max_idle_ns: 881590813635 ns
Dec 25 11:57:50 Servo kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7400.52 BogoMIPS (lpj=3700260)
Dec 25 11:57:50 Servo kernel: pid_max: default: 131072 minimum: 1024
Dec 25 11:57:50 Servo kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 25 11:57:50 Servo kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 25 11:57:50 Servo kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Dec 25 11:57:50 Servo kernel: LVT offset 1 assigned for vector 0xf9
Dec 25 11:57:50 Servo kernel: LVT offset 2 assigned for vector 0xf4
Dec 25 11:57:50 Servo kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Dec 25 11:57:50 Servo kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Dec 25 11:57:50 Servo kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 25 11:57:50 Servo kernel: Spectre V2 : Mitigation: Full AMD retpoline
Dec 25 11:57:50 Servo kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 25 11:57:50 Servo kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 25 11:57:50 Servo kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Dec 25 11:57:50 Servo kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Dec 25 11:57:50 Servo kernel: Freeing SMP alternatives memory: 16K
Dec 25 11:57:50 Servo kernel: smpboot: CPU0: AMD Ryzen Threadripper 3970X 32-Core Processor (family: 0x17, model: 0x31, stepping: 0x0)
Dec 25 11:57:50 Servo kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Dec 25 11:57:50 Servo kernel: ... version:                0
Dec 25 11:57:50 Servo kernel: ... bit width:              48
Dec 25 11:57:50 Servo kernel: ... generic registers:      6
Dec 25 11:57:50 Servo kernel: ... value mask:             0000ffffffffffff
Dec 25 11:57:50 Servo kernel: ... max period:             00007fffffffffff
Dec 25 11:57:50 Servo kernel: ... fixed-purpose events:   0
Dec 25 11:57:50 Servo kernel: ... event mask:             000000000000003f
Dec 25 11:57:50 Servo kernel: rcu: Hierarchical SRCU implementation.
Dec 25 11:57:50 Servo kernel: smp: Bringing up secondary CPUs ...
Dec 25 11:57:50 Servo kernel: x86: Booting SMP configuration:
Dec 25 11:57:50 Servo kernel: .... node  #0, CPUs:          #1   #2   #3   #4   #5   #6   #7   #8   #9  #10  #11  #12  #13  #14  #15  #16  #17  #18  #19  #20  #21  #22  #23  #24  #25  #26  #27  #28  #29  #30  #31  #32  #33  #34  #35  #36  #37  #38  #39  #40  #41  #42  #43  #44  #45  #46  #47  #48  #49  #50  #51  #52  #53  #54  #55  #56  #57  #58  #59  #60  #61  #62  #63
Dec 25 11:57:50 Servo kernel: smp: Brought up 1 node, 64 CPUs
Dec 25 11:57:50 Servo kernel: smpboot: Max logical packages: 2
Dec 25 11:57:50 Servo kernel: smpboot: Total of 64 processors activated (473633.28 BogoMIPS)
Dec 25 11:57:50 Servo kernel: devtmpfs: initialized
Dec 25 11:57:50 Servo kernel: x86/mm: Memory block size: 2048MB
Dec 25 11:57:50 Servo kernel: ACPI: PM: Registering ACPI NVS region [mem 0x04000000-0x0400efff] (61440 bytes)
Dec 25 11:57:50 Servo kernel: ACPI: PM: Registering ACPI NVS region [mem 0xa969e000-0xa9da1fff] (7356416 bytes)
Dec 25 11:57:50 Servo kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 25 11:57:50 Servo kernel: futex hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Dec 25 11:57:50 Servo kernel: pinctrl core: initialized pinctrl subsystem
Dec 25 11:57:50 Servo kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 25 11:57:50 Servo kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 25 11:57:50 Servo kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 25 11:57:50 Servo kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 25 11:57:50 Servo kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 25 11:57:50 Servo kernel: cpuidle: using governor ladder
Dec 25 11:57:50 Servo kernel: cpuidle: using governor menu
Dec 25 11:57:50 Servo kernel: Detected 1 PCC Subspaces
Dec 25 11:57:50 Servo kernel: Registering PCC driver as Mailbox controller
Dec 25 11:57:50 Servo kernel: ACPI: bus type PCI registered
Dec 25 11:57:50 Servo kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Dec 25 11:57:50 Servo kernel: PCI: not using MMCONFIG
Dec 25 11:57:50 Servo kernel: PCI: Using configuration type 1 for base access
Dec 25 11:57:50 Servo kernel: PCI: Using configuration type 1 for extended access
Dec 25 11:57:50 Servo kernel: Kprobes globally optimized
Dec 25 11:57:50 Servo kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 25 11:57:50 Servo kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 25 11:57:50 Servo kernel: raid6: avx2x4   gen() 34214 MB/s
Dec 25 11:57:50 Servo kernel: raid6: avx2x4   xor() 10839 MB/s
Dec 25 11:57:50 Servo kernel: raid6: avx2x2   gen() 32944 MB/s
Dec 25 11:57:50 Servo kernel: raid6: avx2x2   xor() 21793 MB/s
Dec 25 11:57:50 Servo kernel: raid6: avx2x1   gen() 25833 MB/s
Dec 25 11:57:50 Servo kernel: raid6: avx2x1   xor() 14952 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x4   gen() 16447 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x4   xor()  8970 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x2   gen() 20154 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x2   xor() 11049 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x1   gen() 14575 MB/s
Dec 25 11:57:50 Servo kernel: raid6: sse2x1   xor()  7848 MB/s
Dec 25 11:57:50 Servo kernel: raid6: using algorithm avx2x4 gen() 34214 MB/s
Dec 25 11:57:50 Servo kernel: raid6: .... xor() 10839 MB/s, rmw enabled
Dec 25 11:57:50 Servo kernel: raid6: using avx2x2 recovery algorithm
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Module Device)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Processor Device)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Linux-Dell-Video)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dec 25 11:57:50 Servo kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT1A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT1A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT2A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT2A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT3A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT3A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.WT4A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT4A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CA.MT5A], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.WT1B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.MT1B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.WT2B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.MT2B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.WT3B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.MT3B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.WT4B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.MT4B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CB.MT5B], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.WT1C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.MT1C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.WT2C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.MT2C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.WT3C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.MT3C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.WT4C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.MT4C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CC.MT5C], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.WT1D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.MT1D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.WT2D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.MT2D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.WT3D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.MT3D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.WT4D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.MT4D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.I2CD.MT5D], AE_ALREADY_EXISTS (20210604/dswload2-326)
Dec 25 11:57:50 Servo kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210604/psobject-220)
Dec 25 11:57:50 Servo kernel: ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x5B82)
Dec 25 11:57:50 Servo kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Dec 25 11:57:50 Servo kernel: ACPI: Interpreter enabled
Dec 25 11:57:50 Servo kernel: ACPI: PM: (supports S0 S3 S5)
Dec 25 11:57:50 Servo kernel: ACPI: Using IOAPIC for interrupt routing
Dec 25 11:57:50 Servo kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Dec 25 11:57:50 Servo kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Dec 25 11:57:50 Servo kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 25 11:57:50 Servo kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Dec 25 11:57:50 Servo kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-1f])
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:00: _OSC: OS now controls [PME AER PCIeCapability LTR]
Dec 25 11:57:50 Servo kernel: PCI host bridge to bus 0000:00
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0x3fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [mem 0xdc000000-0xde3ffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: root bus resource [bus 00-1f]
Dec 25 11:57:50 Servo kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Dec 25 11:57:50 Servo kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.0: [1022:1490] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.1: [1022:1491] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.2: [1022:1492] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.3: [1022:1493] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.4: [1022:1494] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.5: [1022:1495] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.6: [1022:1496] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.7: [1022:1497] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:01:00.0: [1987:5016] type 00 class 0x010802
Dec 25 11:57:50 Servo kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde200000-0xde203fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1:   bridge window [mem 0xde200000-0xde2fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:02:00.0: [15b7:5002] type 00 class 0x010802
Dec 25 11:57:50 Servo kernel: pci 0000:02:00.0: reg 0x10: [mem 0xde100000-0xde103fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:02:00.0: reg 0x20: [mem 0xde104000-0xde1040ff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2:   bridge window [mem 0xde100000-0xde1fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:03:00.0: [1022:148a] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:03:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: PCI bridge to [bus 03]
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.0: [1022:1485] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.3: [1022:148c] type 00 class 0x0c0330
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.3: reg 0x10: [mem 0xde000000-0xde0fffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.3: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1:   bridge window [mem 0xde000000-0xde0fffff]
Dec 25 11:57:50 Servo kernel: ACPI: PCI Root Bridge [S0D1] (domain 0000 [bus 20-3f])
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:01: _OSC: OS now controls [PME AER PCIeCapability LTR]
Dec 25 11:57:50 Servo kernel: PCI host bridge to bus 0000:20
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: root bus resource [io  0x03b0-0x03df window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: root bus resource [io  0x4000-0x6fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: root bus resource [mem 0xb0000000-0xd1fffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: root bus resource [bus 20-3f]
Dec 25 11:57:50 Servo kernel: pci 0000:20:00.0: [1022:1480] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:00.2: [1022:1481] type 00 class 0x080600
Dec 25 11:57:50 Servo kernel: pci 0000:20:01.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:02.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:20:04.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:05.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: [10de:2204] type 00 class 0x030000
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: reg 0x24: [io  0x6000-0x607f]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: reg 0x30: [mem 0xd1000000-0xd107ffff pref]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: PME# supported from D0 D3hot
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.1: [10de:1aef] type 00 class 0x040300
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.1: reg 0x10: [mem 0xd1080000-0xd1083fff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1: PCI bridge to [bus 21]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [io  0x6000-0x6fff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [mem 0xd0000000-0xd10fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
Dec 25 11:57:50 Servo kernel: pci 0000:22:00.0: [1022:148a] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:22:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: PCI bridge to [bus 22]
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.0: [1022:1485] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.1: [1022:1486] type 00 class 0x108000
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.1: reg 0x18: [mem 0xd1300000-0xd13fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.1: reg 0x24: [mem 0xd1408000-0xd1409fff]
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.3: [1022:148c] type 00 class 0x0c0330
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.3: reg 0x10: [mem 0xd1200000-0xd12fffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.3: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.3: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.4: [1022:1487] type 00 class 0x040300
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.4: reg 0x10: [mem 0xd1400000-0xd1407fff]
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.4: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.4: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: PCI bridge to [bus 23]
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1:   bridge window [mem 0xd1200000-0xd14fffff]
Dec 25 11:57:50 Servo kernel: ACPI: PCI Root Bridge [S0D2] (domain 0000 [bus 40-5f])
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:02: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:02: _OSC: OS now controls [PME AER PCIeCapability LTR]
Dec 25 11:57:50 Servo kernel: PCI host bridge to bus 0000:40
Dec 25 11:57:50 Servo kernel: pci_bus 0000:40: root bus resource [io  0x7000-0x9fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:40: root bus resource [mem 0xd4000000-0xd73ffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:40: root bus resource [bus 40-5f]
Dec 25 11:57:50 Servo kernel: pci 0000:40:00.0: [1022:1480] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:00.2: [1022:1481] type 00 class 0x080600
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:02.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1: [1022:1483] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:04.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:05.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: [1022:57ad] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: PCI bridge to [bus 41-49]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1:   bridge window [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: [1022:57a3] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: [1022:57a3] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: [1022:57a3] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: [1022:57a3] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: [1022:57a4] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: [1022:57a4] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: [1022:57a4] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: PCI bridge to [bus 42-49]
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0:   bridge window [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:43:00.0: [15b7:5006] type 00 class 0x010802
Dec 25 11:57:50 Servo kernel: pci 0000:43:00.0: reg 0x10: [mem 0xd6c00000-0xd6c03fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:43:00.0: reg 0x20: [mem 0xd6c04000-0xd6c040ff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: PCI bridge to [bus 43]
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0:   bridge window [mem 0xd6c00000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: [8086:1539] type 00 class 0x020000
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: reg 0x10: [mem 0xd6b00000-0xd6b1ffff]
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: reg 0x18: [io  0x9000-0x901f]
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: reg 0x1c: [mem 0xd6b20000-0xd6b23fff]
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: PCI bridge to [bus 44]
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0:   bridge window [mem 0xd6b00000-0xd6bfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: [1d6a:11b1] type 00 class 0x020000
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: reg 0x10: [mem 0xd6440000-0xd644ffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: reg 0x18: [mem 0xd6450000-0xd6450fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: reg 0x20: [mem 0xd6000000-0xd63fffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: reg 0x30: [mem 0xd6400000-0xd643ffff pref]
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: supports D1 D2
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: PCI bridge to [bus 45]
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0:   bridge window [mem 0xd6000000-0xd64fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:46:00.0: [8086:2723] type 00 class 0x028000
Dec 25 11:57:50 Servo kernel: pci 0000:46:00.0: reg 0x10: [mem 0xd6a00000-0xd6a03fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:46:00.0: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: PCI bridge to [bus 46]
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0:   bridge window [mem 0xd6a00000-0xd6afffff]
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.0: [1022:1485] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:40:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.1: [1022:149c] type 00 class 0x0c0330
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.1: reg 0x10: [mem 0xd6700000-0xd67fffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.3: [1022:149c] type 00 class 0x0c0330
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.3: reg 0x10: [mem 0xd6600000-0xd66fffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.3: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.3: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: PCI bridge to [bus 47]
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0:   bridge window [mem 0xd6600000-0xd67fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: [1022:7901] type 00 class 0x010601
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: reg 0x24: [mem 0xd6900000-0xd69007ff]
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: PME# supported from D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:40:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: PCI bridge to [bus 48]
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0:   bridge window [mem 0xd6900000-0xd69fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: [1022:7901] type 00 class 0x010601
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: reg 0x24: [mem 0xd6800000-0xd68007ff]
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: PME# supported from D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:40:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: PCI bridge to [bus 49]
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0:   bridge window [mem 0xd6800000-0xd68fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:4a:00.0: [1b21:1242] type 00 class 0x0c0330
Dec 25 11:57:50 Servo kernel: pci 0000:4a:00.0: reg 0x10: [mem 0xd7000000-0xd7007fff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:4a:00.0: PME# supported from D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3: PCI bridge to [bus 4a]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3:   bridge window [mem 0xd7000000-0xd70fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: [1000:0097] type 00 class 0x010700
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: reg 0x10: [io  0x8000-0x80ff]
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: reg 0x14: [mem 0xd6f40000-0xd6f4ffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: reg 0x1c: [mem 0xd6f00000-0xd6f3ffff 64bit]
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: reg 0x30: [mem 0xd6e00000-0xd6efffff pref]
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: supports D1 D2
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1: PCI bridge to [bus 4b]
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1:   bridge window [io  0x8000-0x8fff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1:   bridge window [mem 0xd6e00000-0xd6ffffff]
Dec 25 11:57:50 Servo kernel: pci 0000:4c:00.0: [1022:148a] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:4c:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: PCI bridge to [bus 4c]
Dec 25 11:57:50 Servo kernel: pci 0000:4d:00.0: [1022:1485] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:4d:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: PCI bridge to [bus 4d]
Dec 25 11:57:50 Servo kernel: ACPI: PCI Root Bridge [S0D3] (domain 0000 [bus 60-ff])
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:03: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec 25 11:57:50 Servo kernel: acpi PNP0A08:03: _OSC: OS now controls [PME AER PCIeCapability LTR]
Dec 25 11:57:50 Servo kernel: PCI host bridge to bus 0000:60
Dec 25 11:57:50 Servo kernel: pci_bus 0000:60: root bus resource [io  0xa000-0xffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:60: root bus resource [mem 0xd8000000-0xd9ffffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:60: root bus resource [bus 60-ff]
Dec 25 11:57:50 Servo kernel: pci 0000:60:00.0: [1022:1480] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:00.2: [1022:1481] type 00 class 0x080600
Dec 25 11:57:50 Servo kernel: pci 0000:60:01.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:02.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:03.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:04.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:05.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.0: [1022:1482] type 00 class 0x060000
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: [1022:1484] type 01 class 0x060400
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
Dec 25 11:57:50 Servo kernel: pci 0000:61:00.0: [1022:148a] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:61:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: PCI bridge to [bus 61]
Dec 25 11:57:50 Servo kernel: pci 0000:62:00.0: [1022:1485] type 00 class 0x130000
Dec 25 11:57:50 Servo kernel: pci 0000:62:00.0: enabling Extended Tags
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: PCI bridge to [bus 62]
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Dec 25 11:57:50 Servo kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Dec 25 11:57:50 Servo kernel: iommu: Default domain type: Translated 
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: vgaarb: setting as boot VGA device
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: vgaarb: bridge control possible
Dec 25 11:57:50 Servo kernel: vgaarb: loaded
Dec 25 11:57:50 Servo kernel: SCSI subsystem initialized
Dec 25 11:57:50 Servo kernel: libata version 3.00 loaded.
Dec 25 11:57:50 Servo kernel: ACPI: bus type USB registered
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver usbfs
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver hub
Dec 25 11:57:50 Servo kernel: usbcore: registered new device driver usb
Dec 25 11:57:50 Servo kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 25 11:57:50 Servo kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
Dec 25 11:57:50 Servo kernel: PTP clock support registered
Dec 25 11:57:50 Servo kernel: EDAC MC: Ver: 3.0.0
Dec 25 11:57:50 Servo kernel: PCI: Using ACPI for IRQ routing
Dec 25 11:57:50 Servo kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 25 11:57:50 Servo kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
Dec 25 11:57:50 Servo kernel: e820: reserve RAM buffer [mem 0x09df2000-0x0bffffff]
Dec 25 11:57:50 Servo kernel: e820: reserve RAM buffer [mem 0xa7fe1000-0xa7ffffff]
Dec 25 11:57:50 Servo kernel: e820: reserve RAM buffer [mem 0x204f200000-0x204fffffff]
Dec 25 11:57:50 Servo kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Dec 25 11:57:50 Servo kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Dec 25 11:57:50 Servo kernel: clocksource: Switched to clocksource tsc-early
Dec 25 11:57:50 Servo kernel: FS-Cache: Loaded
Dec 25 11:57:50 Servo kernel: pnp: PnP ACPI init
Dec 25 11:57:50 Servo kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:01: [mem 0xda180000-0xda1fffff] could not be reserved
Dec 25 11:57:50 Servo kernel: system 00:02: [mem 0xdb100000-0xdb1fffff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:04: [io  0x0a00-0x0a2f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:04: [io  0x0a40-0x0a4f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x04d0-0x04d1] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x040b] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x04d6] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c00-0x0c01] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c14] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c50-0x0c51] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c52] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c6c] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0c6f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0cd0-0x0cd1] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0cd2-0x0cd3] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0cd4-0x0cd5] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0cd6-0x0cd7] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0cd8-0x0cdf] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0800-0x089f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0b00-0x0b0f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0b20-0x0b3f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0900-0x090f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [io  0x0910-0x091f] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Dec 25 11:57:50 Servo kernel: system 00:06: [mem 0xd3180000-0xd31fffff] could not be reserved
Dec 25 11:57:50 Servo kernel: system 00:07: [mem 0xd2100000-0xd217ffff] could not be reserved
Dec 25 11:57:50 Servo kernel: system 00:08: [mem 0xdb200000-0xdb27ffff] could not be reserved
Dec 25 11:57:50 Servo kernel: pnp: PnP ACPI: found 9 devices
Dec 25 11:57:50 Servo kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 25 11:57:50 Servo kernel: NET: Registered PF_INET protocol family
Dec 25 11:57:50 Servo kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 25 11:57:50 Servo kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dec 25 11:57:50 Servo kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dec 25 11:57:50 Servo kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dec 25 11:57:50 Servo kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 25 11:57:50 Servo kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 25 11:57:50 Servo kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 25 11:57:50 Servo kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1:   bridge window [mem 0xde200000-0xde2fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2:   bridge window [mem 0xde100000-0xde1fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: PCI bridge to [bus 03]
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1:   bridge window [mem 0xde000000-0xde0fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: resource 6 [io  0x0d00-0x3fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:00: resource 8 [mem 0xdc000000-0xde3ffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:01: resource 1 [mem 0xde200000-0xde2fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:02: resource 1 [mem 0xde100000-0xde1fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:04: resource 1 [mem 0xde000000-0xde0fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1: PCI bridge to [bus 21]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [io  0x6000-0x6fff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [mem 0xd0000000-0xd10fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1:   bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: PCI bridge to [bus 22]
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: PCI bridge to [bus 23]
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1:   bridge window [mem 0xd1200000-0xd14fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: resource 4 [io  0x03b0-0x03df window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: resource 5 [io  0x4000-0x6fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:20: resource 7 [mem 0xb0000000-0xd1fffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:21: resource 0 [io  0x6000-0x6fff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:21: resource 1 [mem 0xd0000000-0xd10fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:21: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:23: resource 1 [mem 0xd1200000-0xd14fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: PCI bridge to [bus 43]
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0:   bridge window [mem 0xd6c00000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: PCI bridge to [bus 44]
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0:   bridge window [mem 0xd6b00000-0xd6bfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: PCI bridge to [bus 45]
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0:   bridge window [mem 0xd6000000-0xd64fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: PCI bridge to [bus 46]
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0:   bridge window [mem 0xd6a00000-0xd6afffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: PCI bridge to [bus 47]
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0:   bridge window [mem 0xd6600000-0xd67fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: PCI bridge to [bus 48]
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0:   bridge window [mem 0xd6900000-0xd69fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: PCI bridge to [bus 49]
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0:   bridge window [mem 0xd6800000-0xd68fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: PCI bridge to [bus 42-49]
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0:   bridge window [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: PCI bridge to [bus 41-49]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1:   bridge window [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1:   bridge window [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3: PCI bridge to [bus 4a]
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3:   bridge window [mem 0xd7000000-0xd70fffff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1: PCI bridge to [bus 4b]
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1:   bridge window [io  0x8000-0x8fff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1:   bridge window [mem 0xd6e00000-0xd6ffffff]
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: PCI bridge to [bus 4c]
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: PCI bridge to [bus 4d]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:40: resource 4 [io  0x7000-0x9fff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:40: resource 5 [mem 0xd4000000-0xd73ffffe window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:41: resource 0 [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:41: resource 1 [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:42: resource 0 [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:42: resource 1 [mem 0xd6000000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:43: resource 1 [mem 0xd6c00000-0xd6cfffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:44: resource 0 [io  0x9000-0x9fff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:44: resource 1 [mem 0xd6b00000-0xd6bfffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:45: resource 1 [mem 0xd6000000-0xd64fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:46: resource 1 [mem 0xd6a00000-0xd6afffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:47: resource 1 [mem 0xd6600000-0xd67fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:48: resource 1 [mem 0xd6900000-0xd69fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:49: resource 1 [mem 0xd6800000-0xd68fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:4a: resource 1 [mem 0xd7000000-0xd70fffff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:4b: resource 0 [io  0x8000-0x8fff]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:4b: resource 1 [mem 0xd6e00000-0xd6ffffff]
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: PCI bridge to [bus 61]
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: PCI bridge to [bus 62]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:60: resource 4 [io  0xa000-0xffff window]
Dec 25 11:57:50 Servo kernel: pci_bus 0000:60: resource 5 [mem 0xd8000000-0xd9ffffff window]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.1: D0 power state depends on 0000:21:00.0
Dec 25 11:57:50 Servo kernel: PCI: CLS 64 bytes, default 64
Dec 25 11:57:50 Servo kernel: pci 0000:60:00.2: AMD-Vi: IOMMU performance counters supported
Dec 25 11:57:50 Servo kernel: Unpacking initramfs...
Dec 25 11:57:50 Servo kernel: pci 0000:40:00.2: AMD-Vi: IOMMU performance counters supported
Dec 25 11:57:50 Servo kernel: pci 0000:20:00.2: AMD-Vi: IOMMU performance counters supported
Dec 25 11:57:50 Servo kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Dec 25 11:57:50 Servo kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.0: Adding to iommu group 0
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.1: Adding to iommu group 1
Dec 25 11:57:50 Servo kernel: pci 0000:00:01.2: Adding to iommu group 2
Dec 25 11:57:50 Servo kernel: pci 0000:00:02.0: Adding to iommu group 3
Dec 25 11:57:50 Servo kernel: pci 0000:00:03.0: Adding to iommu group 4
Dec 25 11:57:50 Servo kernel: pci 0000:00:04.0: Adding to iommu group 5
Dec 25 11:57:50 Servo kernel: pci 0000:00:05.0: Adding to iommu group 6
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.0: Adding to iommu group 7
Dec 25 11:57:50 Servo kernel: pci 0000:00:07.1: Adding to iommu group 8
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.0: Adding to iommu group 9
Dec 25 11:57:50 Servo kernel: pci 0000:00:08.1: Adding to iommu group 10
Dec 25 11:57:50 Servo kernel: pci 0000:00:14.0: Adding to iommu group 11
Dec 25 11:57:50 Servo kernel: pci 0000:00:14.3: Adding to iommu group 11
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.0: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.1: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.2: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.3: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.4: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.5: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.6: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:00:18.7: Adding to iommu group 12
Dec 25 11:57:50 Servo kernel: pci 0000:01:00.0: Adding to iommu group 13
Dec 25 11:57:50 Servo kernel: pci 0000:02:00.0: Adding to iommu group 14
Dec 25 11:57:50 Servo kernel: pci 0000:03:00.0: Adding to iommu group 15
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.0: Adding to iommu group 16
Dec 25 11:57:50 Servo kernel: pci 0000:04:00.3: Adding to iommu group 17
Dec 25 11:57:50 Servo kernel: pci 0000:20:01.0: Adding to iommu group 18
Dec 25 11:57:50 Servo kernel: pci 0000:20:02.0: Adding to iommu group 19
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.0: Adding to iommu group 20
Dec 25 11:57:50 Servo kernel: pci 0000:20:03.1: Adding to iommu group 21
Dec 25 11:57:50 Servo kernel: pci 0000:20:04.0: Adding to iommu group 22
Dec 25 11:57:50 Servo kernel: pci 0000:20:05.0: Adding to iommu group 23
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.0: Adding to iommu group 24
Dec 25 11:57:50 Servo kernel: pci 0000:20:07.1: Adding to iommu group 25
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.0: Adding to iommu group 26
Dec 25 11:57:50 Servo kernel: pci 0000:20:08.1: Adding to iommu group 27
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.0: Adding to iommu group 28
Dec 25 11:57:50 Servo kernel: pci 0000:21:00.1: Adding to iommu group 29
Dec 25 11:57:50 Servo kernel: pci 0000:22:00.0: Adding to iommu group 30
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.0: Adding to iommu group 31
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.1: Adding to iommu group 32
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.3: Adding to iommu group 33
Dec 25 11:57:50 Servo kernel: pci 0000:23:00.4: Adding to iommu group 34
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.0: Adding to iommu group 35
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.1: Adding to iommu group 36
Dec 25 11:57:50 Servo kernel: pci 0000:40:01.3: Adding to iommu group 37
Dec 25 11:57:50 Servo kernel: pci 0000:40:02.0: Adding to iommu group 38
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.0: Adding to iommu group 39
Dec 25 11:57:50 Servo kernel: pci 0000:40:03.1: Adding to iommu group 40
Dec 25 11:57:50 Servo kernel: pci 0000:40:04.0: Adding to iommu group 41
Dec 25 11:57:50 Servo kernel: pci 0000:40:05.0: Adding to iommu group 42
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.0: Adding to iommu group 43
Dec 25 11:57:50 Servo kernel: pci 0000:40:07.1: Adding to iommu group 44
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.0: Adding to iommu group 45
Dec 25 11:57:50 Servo kernel: pci 0000:40:08.1: Adding to iommu group 46
Dec 25 11:57:50 Servo kernel: pci 0000:41:00.0: Adding to iommu group 47
Dec 25 11:57:50 Servo kernel: pci 0000:42:01.0: Adding to iommu group 48
Dec 25 11:57:50 Servo kernel: pci 0000:42:02.0: Adding to iommu group 49
Dec 25 11:57:50 Servo kernel: pci 0000:42:05.0: Adding to iommu group 50
Dec 25 11:57:50 Servo kernel: pci 0000:42:06.0: Adding to iommu group 51
Dec 25 11:57:50 Servo kernel: pci 0000:42:08.0: Adding to iommu group 52
Dec 25 11:57:50 Servo kernel: pci 0000:42:09.0: Adding to iommu group 53
Dec 25 11:57:50 Servo kernel: pci 0000:42:0a.0: Adding to iommu group 54
Dec 25 11:57:50 Servo kernel: pci 0000:43:00.0: Adding to iommu group 55
Dec 25 11:57:50 Servo kernel: pci 0000:44:00.0: Adding to iommu group 56
Dec 25 11:57:50 Servo kernel: pci 0000:45:00.0: Adding to iommu group 57
Dec 25 11:57:50 Servo kernel: pci 0000:46:00.0: Adding to iommu group 58
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.0: Adding to iommu group 59
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.1: Adding to iommu group 60
Dec 25 11:57:50 Servo kernel: pci 0000:47:00.3: Adding to iommu group 61
Dec 25 11:57:50 Servo kernel: pci 0000:48:00.0: Adding to iommu group 62
Dec 25 11:57:50 Servo kernel: pci 0000:49:00.0: Adding to iommu group 63
Dec 25 11:57:50 Servo kernel: pci 0000:4a:00.0: Adding to iommu group 64
Dec 25 11:57:50 Servo kernel: pci 0000:4b:00.0: Adding to iommu group 65
Dec 25 11:57:50 Servo kernel: pci 0000:4c:00.0: Adding to iommu group 66
Dec 25 11:57:50 Servo kernel: pci 0000:4d:00.0: Adding to iommu group 67
Dec 25 11:57:50 Servo kernel: pci 0000:60:01.0: Adding to iommu group 68
Dec 25 11:57:50 Servo kernel: pci 0000:60:02.0: Adding to iommu group 69
Dec 25 11:57:50 Servo kernel: pci 0000:60:03.0: Adding to iommu group 70
Dec 25 11:57:50 Servo kernel: pci 0000:60:04.0: Adding to iommu group 71
Dec 25 11:57:50 Servo kernel: pci 0000:60:05.0: Adding to iommu group 72
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.0: Adding to iommu group 73
Dec 25 11:57:50 Servo kernel: pci 0000:60:07.1: Adding to iommu group 74
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.0: Adding to iommu group 75
Dec 25 11:57:50 Servo kernel: pci 0000:60:08.1: Adding to iommu group 76
Dec 25 11:57:50 Servo kernel: pci 0000:61:00.0: Adding to iommu group 77
Dec 25 11:57:50 Servo kernel: pci 0000:62:00.0: Adding to iommu group 78
Dec 25 11:57:50 Servo kernel: pci 0000:60:00.2: AMD-Vi: Found IOMMU cap 0x40
Dec 25 11:57:50 Servo kernel: AMD-Vi: Extended features (0x58f77ef22294ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
Dec 25 11:57:50 Servo kernel: pci 0000:40:00.2: AMD-Vi: Found IOMMU cap 0x40
Dec 25 11:57:50 Servo kernel: AMD-Vi: Extended features (0x58f77ef22294ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
Dec 25 11:57:50 Servo kernel: pci 0000:20:00.2: AMD-Vi: Found IOMMU cap 0x40
Dec 25 11:57:50 Servo kernel: AMD-Vi: Extended features (0x58f77ef22294ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
Dec 25 11:57:50 Servo kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Dec 25 11:57:50 Servo kernel: AMD-Vi: Extended features (0x58f77ef22294ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
Dec 25 11:57:50 Servo kernel: AMD-Vi: Interrupt remapping enabled
Dec 25 11:57:50 Servo kernel: AMD-Vi: Virtual APIC enabled
Dec 25 11:57:50 Servo kernel: AMD-Vi: X2APIC enabled
Dec 25 11:57:50 Servo kernel: amd_uncore: 4  amd_df counters detected
Dec 25 11:57:50 Servo kernel: amd_uncore: 6  amd_l3 counters detected
Dec 25 11:57:50 Servo kernel: LVT offset 0 assigned for vector 0x400
Dec 25 11:57:50 Servo kernel: perf: AMD IBS detected (0x000003ff)
Dec 25 11:57:50 Servo kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Dec 25 11:57:50 Servo kernel: perf/amd_iommu: Detected AMD IOMMU #1 (2 banks, 4 counters/bank).
Dec 25 11:57:50 Servo kernel: perf/amd_iommu: Detected AMD IOMMU #2 (2 banks, 4 counters/bank).
Dec 25 11:57:50 Servo kernel: perf/amd_iommu: Detected AMD IOMMU #3 (2 banks, 4 counters/bank).
Dec 25 11:57:50 Servo kernel: workingset: timestamp_bits=40 max_order=25 bucket_order=0
Dec 25 11:57:50 Servo kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Dec 25 11:57:50 Servo kernel: fuse: init (API version 7.34)
Dec 25 11:57:50 Servo kernel: xor: automatically using best checksumming function   avx       
Dec 25 11:57:50 Servo kernel: Key type asymmetric registered
Dec 25 11:57:50 Servo kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
Dec 25 11:57:50 Servo kernel: io scheduler mq-deadline registered
Dec 25 11:57:50 Servo kernel: io scheduler kyber registered
Dec 25 11:57:50 Servo kernel: io scheduler bfq registered
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 31
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 31
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 32
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 32
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 34
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 34
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 35
Dec 25 11:57:50 Servo kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 35
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:03.1: PME: Signaling with IRQ 36
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:03.1: AER: enabled with IRQ 36
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:07.1: PME: Signaling with IRQ 38
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:07.1: AER: enabled with IRQ 38
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:08.1: PME: Signaling with IRQ 39
Dec 25 11:57:50 Servo kernel: pcieport 0000:20:08.1: AER: enabled with IRQ 39
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:01.1: PME: Signaling with IRQ 40
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:01.1: AER: enabled with IRQ 40
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:01.3: PME: Signaling with IRQ 41
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:01.3: AER: enabled with IRQ 41
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:03.1: PME: Signaling with IRQ 42
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:03.1: AER: enabled with IRQ 42
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:07.1: PME: Signaling with IRQ 44
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:07.1: AER: enabled with IRQ 44
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:08.1: PME: Signaling with IRQ 46
Dec 25 11:57:50 Servo kernel: pcieport 0000:40:08.1: AER: enabled with IRQ 46
Dec 25 11:57:50 Servo kernel: pcieport 0000:60:07.1: PME: Signaling with IRQ 57
Dec 25 11:57:50 Servo kernel: pcieport 0000:60:07.1: AER: enabled with IRQ 57
Dec 25 11:57:50 Servo kernel: pcieport 0000:60:08.1: PME: Signaling with IRQ 59
Dec 25 11:57:50 Servo kernel: pcieport 0000:60:08.1: AER: enabled with IRQ 59
Dec 25 11:57:50 Servo kernel: IPMI message handler: version 39.2
Dec 25 11:57:50 Servo kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1141
Dec 25 11:57:50 Servo kernel: Monitor-Mwait will be used to enter C-1 state
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C000: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C002: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C004: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C006: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C008: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00A: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00C: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00E: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C010: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C012: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C014: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C016: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C018: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01A: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01C: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01E: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C020: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C022: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C024: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C026: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C028: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02A: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02C: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02E: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C030: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C032: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C034: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C036: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C038: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03A: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03C: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03E: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C001: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C003: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C005: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C007: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C009: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00B: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00D: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C00F: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C011: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C013: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C015: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C017: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C019: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01B: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01D: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C01F: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C021: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C023: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C025: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C027: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C029: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02B: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02D: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C02F: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C031: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C033: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C035: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C037: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C039: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03B: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03D: Found 2 idle states
Dec 25 11:57:50 Servo kernel: ACPI: \_PR_.C03F: Found 2 idle states
Dec 25 11:57:50 Servo kernel: Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
Dec 25 11:57:50 Servo kernel: tsc: Refined TSC clocksource calibration: 3700.303 MHz
Dec 25 11:57:50 Servo kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6aace80c09e, max_idle_ns: 881590923860 ns
Dec 25 11:57:50 Servo kernel: clocksource: Switched to clocksource tsc
Dec 25 11:57:50 Servo kernel: Freeing initrd memory: 136140K
Dec 25 11:57:50 Servo kernel: lp: driver loaded but no devices found
Dec 25 11:57:50 Servo kernel: Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
Dec 25 11:57:50 Servo kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <[email protected]>
Dec 25 11:57:50 Servo kernel: loop: module loaded
Dec 25 11:57:50 Servo kernel: Rounding down aligned max_sectors from 4294967295 to 4294967288
Dec 25 11:57:50 Servo kernel: db_root: cannot open: /etc/target
Dec 25 11:57:50 Servo kernel: libphy: Fixed MDIO Bus: probed
Dec 25 11:57:50 Servo kernel: VFIO - User Level meta-driver version: 0.3
Dec 25 11:57:50 Servo kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 25 11:57:50 Servo kernel: ehci-pci: EHCI PCI platform driver
Dec 25 11:57:50 Servo kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec 25 11:57:50 Servo kernel: ohci-pci: OHCI PCI platform driver
Dec 25 11:57:50 Servo kernel: uhci_hcd: USB Universal Host Controller Interface driver
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Dec 25 11:57:50 Servo kernel: hub 1-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 1-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 25 11:57:50 Servo kernel: hub 2-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 2-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: new USB bus registered, assigned bus number 3
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: new USB bus registered, assigned bus number 4
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:23:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Dec 25 11:57:50 Servo kernel: hub 3-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 3-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 25 11:57:50 Servo kernel: hub 4-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 4-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: new USB bus registered, assigned bus number 5
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: new USB bus registered, assigned bus number 6
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.1: Host supports USB 3.1 Enhanced SuperSpeed
Dec 25 11:57:50 Servo kernel: hub 5-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 5-0:1.0: 6 ports detected
Dec 25 11:57:50 Servo kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 25 11:57:50 Servo kernel: hub 6-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 6-0:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: new USB bus registered, assigned bus number 7
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: new USB bus registered, assigned bus number 8
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:47:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Dec 25 11:57:50 Servo kernel: hub 7-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 7-0:1.0: 6 ports detected
Dec 25 11:57:50 Servo kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 25 11:57:50 Servo kernel: hub 8-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 8-0:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: usb: port power management may be unreliable
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: new USB bus registered, assigned bus number 9
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: hcc params 0x0200eec0 hci version 0x110 quirks 0x0000000000800010
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: xHCI Host Controller
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: new USB bus registered, assigned bus number 10
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 25 11:57:50 Servo kernel: hub 9-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 9-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: usb usb10: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 25 11:57:50 Servo kernel: hub 10-0:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 10-0:1.0: 2 ports detected
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver usb-storage
Dec 25 11:57:50 Servo kernel: i8042: PNP: No PS/2 controller found.
Dec 25 11:57:50 Servo kernel: mousedev: PS/2 mouse device common for all mice
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver synaptics_usb
Dec 25 11:57:50 Servo kernel: input: PC Speaker as /devices/platform/pcspkr/input/input0
Dec 25 11:57:50 Servo kernel: rtc_cmos 00:03: RTC can wake from S4
Dec 25 11:57:50 Servo kernel: rtc_cmos 00:03: registered as rtc0
Dec 25 11:57:50 Servo kernel: rtc_cmos 00:03: setting system clock to 2021-12-25T17:57:20 UTC (1640455040)
Dec 25 11:57:50 Servo kernel: rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Dec 25 11:57:50 Servo kernel: IR NEC protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR RC5(x/sz) protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR RC6 protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR JVC protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR Sony protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR SANYO protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR Sharp protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR MCE Keyboard/mouse protocol handler initialized
Dec 25 11:57:50 Servo kernel: IR XMP protocol handler initialized
Dec 25 11:57:50 Servo kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver usbhid
Dec 25 11:57:50 Servo kernel: usbhid: USB HID core driver
Dec 25 11:57:50 Servo kernel: ipip: IPv4 and MPLS over IPv4 tunneling driver
Dec 25 11:57:50 Servo kernel: gre: GRE over IPv4 demultiplexor driver
Dec 25 11:57:50 Servo kernel: ip_gre: GRE over IPv4 tunneling driver
Dec 25 11:57:50 Servo kernel: IPv4 over IPsec tunneling driver
Dec 25 11:57:50 Servo kernel: Initializing XFRM netlink socket
Dec 25 11:57:50 Servo kernel: NET: Registered PF_INET6 protocol family
Dec 25 11:57:50 Servo kernel: Segment Routing with IPv6
Dec 25 11:57:50 Servo kernel: sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
Dec 25 11:57:50 Servo kernel: NET: Registered PF_PACKET protocol family
Dec 25 11:57:50 Servo kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Dec 25 11:57:50 Servo kernel: 8021q: 802.1Q VLAN Support v1.8
Dec 25 11:57:50 Servo kernel: 9pnet: Installing 9P2000 support
Dec 25 11:57:50 Servo kernel: Key type dns_resolver registered
Dec 25 11:57:50 Servo kernel: NET: Registered PF_VSOCK protocol family
Dec 25 11:57:50 Servo kernel: microcode: CPU0: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU1: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU2: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU3: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU4: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU5: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU6: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU7: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU8: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU9: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU10: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU11: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU12: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU13: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU14: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU15: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU16: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU17: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU18: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU19: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU20: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU21: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU22: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU23: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU24: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU25: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU26: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU27: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU28: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU29: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU30: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU31: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU32: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU33: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU34: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU35: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU36: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU37: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU38: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU39: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU40: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU41: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU42: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU43: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU44: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU45: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU46: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU47: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU48: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU49: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU50: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU51: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU52: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU53: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU54: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU55: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU56: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU57: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU58: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU59: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU60: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU61: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU62: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: CPU63: patch_level=0x08301039
Dec 25 11:57:50 Servo kernel: microcode: Microcode Update Driver: v2.2.
Dec 25 11:57:50 Servo kernel: IPI shorthand broadcast: enabled
Dec 25 11:57:50 Servo kernel: sched_clock: Marking stable (10772038703, -8896927)->(11172104802, -408963026)
Dec 25 11:57:50 Servo kernel: registered taskstats version 1
Dec 25 11:57:50 Servo kernel: Btrfs loaded, crc32c=crc32c-generic, zoned=no
Dec 25 11:57:50 Servo kernel: usb 10-2: new SuperSpeed USB device number 2 using xhci_hcd
Dec 25 11:57:50 Servo kernel: hub 10-2:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 10-2:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: usb 5-4: new high-speed USB device number 2 using xhci_hcd
Dec 25 11:57:50 Servo kernel: usb 7-5: new high-speed USB device number 2 using xhci_hcd
Dec 25 11:57:50 Servo kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Dec 25 11:57:50 Servo kernel: usb 9-2: new high-speed USB device number 2 using xhci_hcd
Dec 25 11:57:50 Servo kernel: hub 5-4:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 5-4:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: hid-generic 0003:0764:0601.0001: hiddev96,hidraw0: USB HID v1.10 Device [CPS CP1500PFCLCDa] on usb-0000:23:00.3-1/input0
Dec 25 11:57:50 Servo kernel: usb 5-5: new high-speed USB device number 3 using xhci_hcd
Dec 25 11:57:50 Servo kernel: hub 9-2:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 9-2:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: usb-storage 5-5:1.0: USB Mass Storage device detected
Dec 25 11:57:50 Servo kernel: usb-storage 5-5:1.0: Quirks match for vid 090c pid 1000: 400
Dec 25 11:57:50 Servo kernel: scsi host0: usb-storage 5-5:1.0
Dec 25 11:57:50 Servo kernel: usb 10-2.2: new SuperSpeed USB device number 3 using xhci_hcd
Dec 25 11:57:50 Servo kernel: usb 5-4.1: new full-speed USB device number 4 using xhci_hcd
Dec 25 11:57:50 Servo kernel: hub 10-2.2:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 10-2.2:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: usb 9-2.2: new high-speed USB device number 3 using xhci_hcd
Dec 25 11:57:50 Servo kernel: random: fast init done
Dec 25 11:57:50 Servo kernel: usb 5-6: new high-speed USB device number 5 using xhci_hcd
Dec 25 11:57:50 Servo kernel: hub 9-2.2:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 9-2.2:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: usb 9-2.3: new high-speed USB device number 4 using xhci_hcd
Dec 25 11:57:50 Servo kernel: input: Elgato Stream Deck XL as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.3/9-2.3:1.0/0003:0FD9:006C.0002/input/input1
Dec 25 11:57:50 Servo kernel: hid-generic 0003:0FD9:006C.0002: input,hidraw1: USB HID v1.10 Device [Elgato Stream Deck XL] on usb-0000:4a:00.0-2.3/input0
Dec 25 11:57:50 Servo kernel: usb 5-4.3: new full-speed USB device number 6 using xhci_hcd
Dec 25 11:57:50 Servo kernel: usb 9-2.2.1: new full-speed USB device number 5 using xhci_hcd
Dec 25 11:57:50 Servo kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:47:00.1/usb5/5-6/5-6:1.2/0003:0414:A000.0003/input/input2
Dec 25 11:57:50 Servo kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:47:00.1/usb5/5-6/5-6:1.2/0003:0414:A000.0003/input/input3
Dec 25 11:57:50 Servo kernel: hid-generic 0003:0414:A000.0003: input,hiddev97,hidraw2: USB HID v1.11 Device [Generic USB Audio] on usb-0000:47:00.1-6/input2
Dec 25 11:57:50 Servo kernel: hid-generic 0003:048D:8297.0004: hiddev98,hidraw3: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(8595)] on usb-0000:47:00.1-4.3/input0
Dec 25 11:57:50 Servo kernel: usb 9-2.4: new full-speed USB device number 6 using xhci_hcd
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.1/9-2.2.1:1.0/0003:046D:C539.0005/input/input4
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C539.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.1/input0
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.1/9-2.2.1:1.1/0003:046D:C539.0006/input/input5
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.1/9-2.2.1:1.1/0003:046D:C539.0006/input/input6
Dec 25 11:57:50 Servo kernel: usb 9-2.4: device descriptor read/64, error -32
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver System Control as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.1/9-2.2.1:1.1/0003:046D:C539.0006/input/input7
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C539.0006: input,hiddev99,hidraw5: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.1/input1
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C539.0007: hiddev100,hidraw6: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.1/input2
Dec 25 11:57:50 Servo kernel: usb 9-2.4: device descriptor read/64, error -32
Dec 25 11:57:50 Servo kernel: usb 9-2.2.2: new full-speed USB device number 7 using xhci_hcd
Dec 25 11:57:50 Servo kernel: scsi 0:0:0:0: Direct-Access     Samsung  Flash Drive      1100 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: [sda] 250626566 512-byte logical blocks: (128 GB/120 GiB)
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: [sda] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 25 11:57:50 Servo kernel: usb 9-2.4: new full-speed USB device number 8 using xhci_hcd
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.2/9-2.2.2:1.0/0003:046D:C545.0008/input/input9
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C545.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.2/input0
Dec 25 11:57:50 Servo kernel: input: Logitech USB Receiver Keyboard as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.2/9-2.2.2:1.1/0003:046D:C545.0009/input/input10
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C545.0009: input,hidraw8: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.2/input1
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:C545.000A: hiddev101,hidraw9: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:4a:00.0-2.2.2/input2
Dec 25 11:57:50 Servo kernel: usb 9-2.4: device descriptor read/64, error -32
Dec 25 11:57:50 Servo kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:47:00.3/usb7/7-5/7-5:1.6/0003:0414:A001.000B/input/input11
Dec 25 11:57:50 Servo kernel: usb 9-2.2.3: new full-speed USB device number 9 using xhci_hcd
Dec 25 11:57:50 Servo kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:47:00.3/usb7/7-5/7-5:1.6/0003:0414:A001.000B/input/input12
Dec 25 11:57:50 Servo kernel: hid-generic 0003:0414:A001.000B: input,hiddev102,hidraw10: USB HID v1.11 Device [Generic USB Audio] on usb-0000:47:00.3-5/input6
Dec 25 11:57:50 Servo kernel: usb 7-6: new high-speed USB device number 3 using xhci_hcd
Dec 25 11:57:50 Servo kernel: floppy0: no floppy controllers found
Dec 25 11:57:50 Servo kernel: input: Logitech PRO X Wireless Gaming Headset Consumer Control as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.3/9-2.2.3:1.3/0003:046D:0ABA.000C/input/input13
Dec 25 11:57:50 Servo kernel: hub 7-6:1.0: USB hub found
Dec 25 11:57:50 Servo kernel: hub 7-6:1.0: 4 ports detected
Dec 25 11:57:50 Servo kernel: sda: sda1
Dec 25 11:57:50 Servo kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Dec 25 11:57:50 Servo kernel: input: Logitech PRO X Wireless Gaming Headset as /devices/pci0000:40/0000:40:01.3/0000:4a:00.0/usb9/9-2/9-2.2/9-2.2.3/9-2.2.3:1.3/0003:046D:0ABA.000C/input/input15
Dec 25 11:57:50 Servo kernel: hid-generic 0003:046D:0ABA.000C: input,hiddev103,hidraw11: USB HID v1.11 Device [Logitech PRO X Wireless Gaming Headset] on usb-0000:4a:00.0-2.2.3/input3
Dec 25 11:57:50 Servo kernel: Freeing unused kernel image (initmem) memory: 1652K
Dec 25 11:57:50 Servo kernel: Write protecting the kernel read-only data: 16384k
Dec 25 11:57:50 Servo kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Dec 25 11:57:50 Servo kernel: Freeing unused kernel image (rodata/data gap) memory: 380K
Dec 25 11:57:50 Servo kernel: rodata_test: all tests were successful
Dec 25 11:57:50 Servo kernel: Run /init as init process
Dec 25 11:57:50 Servo kernel:  with arguments:
Dec 25 11:57:50 Servo kernel:    /init
Dec 25 11:57:50 Servo kernel:  with environment:
Dec 25 11:57:50 Servo kernel:    HOME=/
Dec 25 11:57:50 Servo kernel:    TERM=linux
Dec 25 11:57:50 Servo kernel:    BOOT_IMAGE=/bzimage
Dec 25 11:57:50 Servo kernel: usb 9-2.2.4: new high-speed USB device number 10 using xhci_hcd
Dec 25 11:57:50 Servo kernel: random: crng init done
Dec 25 11:57:50 Servo kernel: loop0: detected capacity change from 0 to 221904
Dec 25 11:57:50 Servo kernel: loop1: detected capacity change from 0 to 28520
Dec 25 11:57:50 Servo kernel: vfio-pci 0000:21:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: remove, state 4
Dec 25 11:57:50 Servo kernel: usb usb10: USB disconnect, device number 1
Dec 25 11:57:50 Servo kernel: usb 10-2: USB disconnect, device number 2
Dec 25 11:57:50 Servo kernel: usb 10-2.2: USB disconnect, device number 3
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: USB bus 10 deregistered
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: remove, state 1
Dec 25 11:57:50 Servo kernel: usb usb9: USB disconnect, device number 1
Dec 25 11:57:50 Servo kernel: usb 9-2: USB disconnect, device number 2
Dec 25 11:57:50 Servo kernel: usb 9-2.2: USB disconnect, device number 3
Dec 25 11:57:50 Servo kernel: usb 9-2.2.1: USB disconnect, device number 5
Dec 25 11:57:50 Servo kernel: usb 9-2.2.2: USB disconnect, device number 7
Dec 25 11:57:50 Servo kernel: usb 9-2.2.3: USB disconnect, device number 9
Dec 25 11:57:50 Servo kernel: usb 9-2.2.4: USB disconnect, device number 10
Dec 25 11:57:50 Servo kernel: usb 9-2.3: USB disconnect, device number 4
Dec 25 11:57:50 Servo kernel: usb 9-2.4: USB disconnect, device number 8
Dec 25 11:57:50 Servo kernel: xhci_hcd 0000:4a:00.0: USB bus 9 deregistered
Dec 25 11:57:50 Servo kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Dec 25 11:57:50 Servo kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input16
Dec 25 11:57:50 Servo kernel: ACPI: button: Power Button [PWRB]
Dec 25 11:57:50 Servo kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input17
Dec 25 11:57:50 Servo kernel: ACPI: button: Power Button [PWRF]
Dec 25 11:57:50 Servo kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Dec 25 11:57:50 Servo kernel: ACPI: \_TZ_.PCT0: Invalid passive threshold
Dec 25 11:57:50 Servo kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dec 25 11:57:50 Servo kernel: ACPI: thermal: Thermal Zone [PCT0] (17 C)
Dec 25 11:57:50 Servo kernel: ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20210604/utaddress-204)
Dec 25 11:57:50 Servo kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dec 25 11:57:50 Servo kernel: nvme nvme0: pci function 0000:02:00.0
Dec 25 11:57:50 Servo kernel: nvme nvme1: pci function 0000:43:00.0
Dec 25 11:57:50 Servo kernel: ccp 0000:23:00.1: ccp enabled
Dec 25 11:57:50 Servo kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Dec 25 11:57:50 Servo kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Dec 25 11:57:50 Servo kernel: nvme nvme1: 64/0/0 default/read/poll queues
Dec 25 11:57:50 Servo kernel: nvme nvme0: 64/0/0 default/read/poll queues
Dec 25 11:57:50 Servo kernel: clocksource: timekeeping watchdog on CPU51: Marking clocksource 'tsc' as unstable because the skew is too large:
Dec 25 11:57:50 Servo kernel: clocksource:                       'hpet' wd_nsec: 500730190 wd_now: 1690597c wd_last: 1622f373 mask: ffffffff
Dec 25 11:57:50 Servo kernel: clocksource:                       'tsc' cs_nsec: 503999962 cs_now: 40d101d83e cs_last: 4061d8ee35 mask: ffffffffffffffff
Dec 25 11:57:50 Servo kernel: clocksource:                       'tsc' is current clocksource.
Dec 25 11:57:50 Servo kernel: tsc: Marking TSC unstable due to clocksource watchdog
Dec 25 11:57:50 Servo kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Dec 25 11:57:50 Servo kernel: sched_clock: Marking unstable (26015026110, -8898873)<-(26415090187, -408963026)
Dec 25 11:57:50 Servo kernel: nvme1n1: p1 p2 p3 p4
Dec 25 11:57:50 Servo kernel: clocksource: Checking clocksource tsc synchronization from CPU 4 to CPUs 0,12,16,55.
Dec 25 11:57:50 Servo kernel: nvme0n1: p1
Dec 25 11:57:50 Servo kernel: pps pps0: new PPS source ptp0
Dec 25 11:57:50 Servo kernel: clocksource: Switched to clocksource hpet
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: added PHC on eth0
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: Intel(R) Gigabit Ethernet Network Connection
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: eth0: (PCIe:2.5Gb/s:Width x1) b4:2e:99:a7:92:4f
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: eth0: PBA No: FFFFFF-0FF
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Dec 25 11:57:50 Servo kernel: Bluetooth: Core ver 2.22
Dec 25 11:57:50 Servo kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 25 11:57:50 Servo kernel: Bluetooth: HCI device and connection manager initialized
Dec 25 11:57:50 Servo kernel: Bluetooth: HCI socket layer initialized
Dec 25 11:57:50 Servo kernel: Bluetooth: L2CAP socket layer initialized
Dec 25 11:57:50 Servo kernel: Bluetooth: SCO socket layer initialized
Dec 25 11:57:50 Servo kernel: ahci 0000:48:00.0: version 3.0
Dec 25 11:57:50 Servo kernel: ahci 0000:48:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Dec 25 11:57:50 Servo kernel: ahci 0000:48:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Dec 25 11:57:50 Servo kernel: scsi host1: ahci
Dec 25 11:57:50 Servo kernel: ata1: SATA max UDMA/133 abar m2048@0xd6900000 port 0xd6900100 irq 236
Dec 25 11:57:50 Servo kernel: ahci 0000:49:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Dec 25 11:57:50 Servo kernel: ahci 0000:49:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Dec 25 11:57:50 Servo kernel: scsi host2: ahci
Dec 25 11:57:50 Servo kernel: ata2: SATA max UDMA/133 abar m2048@0xd6800000 port 0xd6800100 irq 237
Dec 25 11:57:50 Servo kernel: usbcore: registered new interface driver btusb
Dec 25 11:57:50 Servo kernel: Bluetooth: hci0: Firmware revision 0.0 build 110 week 24 2021
Dec 25 11:57:50 Servo kernel: mpt3sas version 37.101.00.00 loaded
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: 63 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (131771944 kB)
Dec 25 11:57:50 Servo kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Dec 25 11:57:50 Servo kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Dec 25 11:57:50 Servo kernel: cryptd: max_cpu_qlen set to 1000
Dec 25 11:57:50 Servo kernel: AVX2 version of gcm_enc/dec engaged.
Dec 25 11:57:50 Servo kernel: AES CTR mode by8 optimization enabled
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: MSI-X vectors supported: 96
Dec 25 11:57:50 Servo kernel:      no of cores: 64, max_msix_vectors: -1
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0:  0 64
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: High IOPs queues : disabled
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix0: PCI-MSI-X enabled: IRQ 239
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix1: PCI-MSI-X enabled: IRQ 240
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix2: PCI-MSI-X enabled: IRQ 241
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix3: PCI-MSI-X enabled: IRQ 242
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix4: PCI-MSI-X enabled: IRQ 243
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix5: PCI-MSI-X enabled: IRQ 244
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix6: PCI-MSI-X enabled: IRQ 245
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix7: PCI-MSI-X enabled: IRQ 246
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix8: PCI-MSI-X enabled: IRQ 247
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix9: PCI-MSI-X enabled: IRQ 248
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix10: PCI-MSI-X enabled: IRQ 249
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix11: PCI-MSI-X enabled: IRQ 250
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix12: PCI-MSI-X enabled: IRQ 251
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix13: PCI-MSI-X enabled: IRQ 252
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix14: PCI-MSI-X enabled: IRQ 253
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix15: PCI-MSI-X enabled: IRQ 254
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix16: PCI-MSI-X enabled: IRQ 255
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix17: PCI-MSI-X enabled: IRQ 256
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix18: PCI-MSI-X enabled: IRQ 257
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix19: PCI-MSI-X enabled: IRQ 258
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix20: PCI-MSI-X enabled: IRQ 259
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix21: PCI-MSI-X enabled: IRQ 260
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix22: PCI-MSI-X enabled: IRQ 261
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix23: PCI-MSI-X enabled: IRQ 262
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix24: PCI-MSI-X enabled: IRQ 263
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix25: PCI-MSI-X enabled: IRQ 264
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix26: PCI-MSI-X enabled: IRQ 265
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix27: PCI-MSI-X enabled: IRQ 266
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix28: PCI-MSI-X enabled: IRQ 267
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix29: PCI-MSI-X enabled: IRQ 268
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix30: PCI-MSI-X enabled: IRQ 269
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix31: PCI-MSI-X enabled: IRQ 270
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix32: PCI-MSI-X enabled: IRQ 271
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix33: PCI-MSI-X enabled: IRQ 272
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix34: PCI-MSI-X enabled: IRQ 273
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix35: PCI-MSI-X enabled: IRQ 274
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix36: PCI-MSI-X enabled: IRQ 275
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix37: PCI-MSI-X enabled: IRQ 276
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix38: PCI-MSI-X enabled: IRQ 277
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix39: PCI-MSI-X enabled: IRQ 278
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix40: PCI-MSI-X enabled: IRQ 279
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix41: PCI-MSI-X enabled: IRQ 280
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix42: PCI-MSI-X enabled: IRQ 281
Dec 25 11:57:50 Servo kernel: ata1: SATA link down (SStatus 0 SControl 300)
Dec 25 11:57:50 Servo kernel: ata2: SATA link down (SStatus 0 SControl 300)
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix43: PCI-MSI-X enabled: IRQ 282
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix44: PCI-MSI-X enabled: IRQ 283
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix45: PCI-MSI-X enabled: IRQ 284
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix46: PCI-MSI-X enabled: IRQ 285
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix47: PCI-MSI-X enabled: IRQ 286
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix48: PCI-MSI-X enabled: IRQ 287
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix49: PCI-MSI-X enabled: IRQ 288
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix50: PCI-MSI-X enabled: IRQ 289
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix51: PCI-MSI-X enabled: IRQ 290
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix52: PCI-MSI-X enabled: IRQ 291
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix53: PCI-MSI-X enabled: IRQ 292
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix54: PCI-MSI-X enabled: IRQ 293
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix55: PCI-MSI-X enabled: IRQ 294
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix56: PCI-MSI-X enabled: IRQ 295
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix57: PCI-MSI-X enabled: IRQ 296
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix58: PCI-MSI-X enabled: IRQ 297
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix59: PCI-MSI-X enabled: IRQ 298
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix60: PCI-MSI-X enabled: IRQ 299
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix61: PCI-MSI-X enabled: IRQ 300
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix62: PCI-MSI-X enabled: IRQ 301
Dec 25 11:57:50 Servo kernel: mpt3sas0-msix63: PCI-MSI-X enabled: IRQ 302
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: iomem(0x00000000d6f40000), mapped(0x000000007ecb154e), size(65536)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: ioport(0x0000000000008000), size(256)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: CurrentHostPageSize is 0: Setting default host page size to 4k
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: scatter gather: sge_in_main_msg(1), sge_per_chain(7), sge_per_io(128), chains_per_io(19)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: request pool(0x000000002ec56737) - dma(0xfec00000): depth(10253), frame_size(128), pool_size(1281 kB)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: sense pool(0x00000000b422142d) - dma(0xfd300000): depth(10000), element_size(96), pool_size (937 kB)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: sense pool(0x00000000b422142d)- dma(0xfd300000): depth(10000),element_size(96), pool_size(0 kB)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: reply pool(0x0000000017886465) - dma(0xfd000000): depth(10317), frame_size(128), pool_size(1289 kB)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: config page(0x000000009c0ec2f6) - dma(0xfcfee000): size(512)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: Allocated physical memory: size(37587 kB)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: Current Controller Queue Depth(9997),Max Controller Queue Depth(10176)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: Scatter Gather Elements per IO(128)
Dec 25 11:57:50 Servo kernel: kvm: Nested Virtualization enabled
Dec 25 11:57:50 Servo kernel: SVM: kvm: Nested Paging enabled
Dec 25 11:57:50 Servo kernel: SEV supported: 509 ASIDs
Dec 25 11:57:50 Servo kernel: SVM: Virtual VMLOAD VMSAVE supported
Dec 25 11:57:50 Servo kernel: SVM: Virtual GIF supported
Dec 25 11:57:50 Servo kernel: MCE: In-kernel MCE decoding enabled.
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: _base_display_fwpkg_version: complete
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: LSISAS3008: FWVersion(14.00.00.00), ChipRevision(0x02), BiosVersion(08.11.00.00)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: Protocol=(Initiator,Target), Capabilities=(TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
Dec 25 11:57:50 Servo kernel: scsi host3: Fusion MPT SAS Host
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: sending port enable !!
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: hba_port entry: 00000000c0559617, port: 255 is added to hba_port list
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b004770d80), phys(8)
Dec 25 11:57:50 Servo kernel: mpt3sas_cm0: port enable: SUCCESS
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: Direct-Access     ATA      ST10000NM0016-1T SNE0 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: SATA: handle(0x000a), sas_addr(0x4433221102000000), phy(2), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: enclosure logical id (0x500605b004770d80), slot(0) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:0:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:0: add: handle(0x000a), sas_addr(0x4433221102000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sdb: sdb1
Dec 25 11:57:50 Servo kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: Direct-Access     ATA      WDC WD2001FASS-0 0101 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221101000000), phy(1), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: enclosure logical id (0x500605b004770d80), slot(2) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:1:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: Attached scsi generic sg2 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:1: add: handle(0x0009), sas_addr(0x4433221101000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: [sdc] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: [sdc] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: Direct-Access     ATA      ST10000NE0004-1Z EN01 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: SATA: handle(0x000b), sas_addr(0x4433221103000000), phy(3), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: enclosure logical id (0x500605b004770d80), slot(1) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:2:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: Attached scsi generic sg3 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:2: add: handle(0x000b), sas_addr(0x4433221103000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sdc: sdc1
Dec 25 11:57:50 Servo kernel: sdd: sdd1
Dec 25 11:57:50 Servo kernel: sd 3:0:2:0: [sdd] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: sd 3:0:1:0: [sdc] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: Direct-Access     ATA      ST10000NM0016-1T SNE0 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: SATA: handle(0x000c), sas_addr(0x4433221104000000), phy(4), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: enclosure logical id (0x500605b004770d80), slot(7) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:3:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: Attached scsi generic sg4 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:3: add: handle(0x000c), sas_addr(0x4433221104000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sde: sde1
Dec 25 11:57:50 Servo kernel: sd 3:0:3:0: [sde] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: Direct-Access     ATA      ST10000NM0016-1T SNE0 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: SATA: handle(0x000d), sas_addr(0x4433221105000000), phy(5), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: enclosure logical id (0x500605b004770d80), slot(6) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:4:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: Attached scsi generic sg5 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:4: add: handle(0x000d), sas_addr(0x4433221105000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sdf: sdf1
Dec 25 11:57:50 Servo kernel: sd 3:0:4:0: [sdf] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: Direct-Access     ATA      ST10000NM0016-1T SNE0 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: SATA: handle(0x000e), sas_addr(0x4433221106000000), phy(6), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: enclosure logical id (0x500605b004770d80), slot(4) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:5:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: Attached scsi generic sg6 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:5: add: handle(0x000e), sas_addr(0x4433221106000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sdg: sdg1
Dec 25 11:57:50 Servo kernel: sd 3:0:5:0: [sdg] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: Direct-Access     ATA      ST10000NM0016-1T SNE0 PQ: 0 ANSI: 6
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: SATA: handle(0x000f), sas_addr(0x4433221107000000), phy(7), device_name(0x0000000000000000)
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: enclosure logical id (0x500605b004770d80), slot(5) 
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: enclosure level(0x0000), connector name(     )
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 25 11:57:50 Servo kernel: scsi 3:0:6:0: qdepth(32), tagged(1), scsi_level(7), cmd_que(1)
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: Attached scsi generic sg7 type 0
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: Power-on or device reset occurred
Dec 25 11:57:50 Servo kernel: end_device-3:6: add: handle(0x000f), sas_addr(0x4433221107000000)
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] 19532873728 512-byte logical blocks: (10.0 TB/9.10 TiB)
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] 4096-byte physical blocks
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] Write Protect is off
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] Mode Sense: 9b 00 10 08
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] Write cache: enabled, read cache: enabled, supports DPO and FUA
Dec 25 11:57:50 Servo kernel: sdh: sdh1
Dec 25 11:57:50 Servo kernel: sd 3:0:6:0: [sdh] Attached SCSI disk
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: removed PHC on eth0
Dec 25 11:57:50 Servo kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Dec 25 11:57:50 Servo kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Dec 25 11:57:50 Servo kernel: pps pps0: new PPS source ptp0
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: added PHC on eth0
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: Intel(R) Gigabit Ethernet Network Connection
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: eth0: (PCIe:2.5Gb/s:Width x1) b4:2e:99:a7:92:4f
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: eth0: PBA No: FFFFFF-0FF
Dec 25 11:57:50 Servo kernel: igb 0000:44:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Dec 25 11:57:51 Servo mcelog: ERROR: AMD Processor family 23: mcelog does not support this processor.  Please use the edac_mce_amd module instead.
Dec 25 11:57:51 Servo haveged: haveged starting up
Dec 25 11:57:51 Servo rc.inet1: ip -4 addr add 127.0.0.1/8 dev lo
Dec 25 11:57:51 Servo rc.inet1: ip -6 addr add ::1/128 dev lo
Dec 25 11:57:51 Servo rc.inet1: ip link set lo up
Dec 25 11:57:51 Servo kernel: MII link monitoring set to 100 ms
Dec 25 11:57:51 Servo rc.inet1: ip link add name bond0 type bond mode 1 miimon 100
Dec 25 11:57:51 Servo rc.inet1: ip link set bond0 up
Dec 25 11:57:51 Servo rc.inet1: ip link set eth0 master bond0 down
Dec 25 11:57:51 Servo kernel: 8021q: adding VLAN 0 to HW filter on device bond0
Dec 25 11:57:51 Servo rsyslogd: [origin software="rsyslogd" swVersion="8.2102.0" x-pid="2155" x-info="https://www.rsyslog.com"] start
Dec 25 11:57:51 Servo kernel: 8021q: adding VLAN 0 to HW filter on device eth0
Dec 25 11:57:51 Servo kernel: bond0: (slave eth0): Enslaving as a backup interface with a down link
Dec 25 11:57:51 Servo rc.inet1: ip link set eth1 master bond0 down
Dec 25 11:57:51 Servo haveged: haveged: ver: 1.9.15; arch: x86; vend: ; build: (gcc 11.2.0 ITV); collect: 128K
Dec 25 11:57:51 Servo haveged: haveged: cpu: (VC); data: 32K (V); inst: 32K (V); idx: 24/40; sz: 32010/53875
Dec 25 11:57:51 Servo haveged: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 7.99895
Dec 25 11:57:51 Servo haveged: haveged: fills: 0, generated: 0 
Dec 25 11:57:52 Servo kernel: 8021q: adding VLAN 0 to HW filter on device eth1
Dec 25 11:57:52 Servo kernel: bond0: (slave eth1): Enslaving as a backup interface with a down link
Dec 25 11:57:55 Servo rc.inet1: ip link add name br0 type bridge stp_state 0 forward_delay 0
Dec 25 11:57:55 Servo rc.inet1: ip link set br0 up
Dec 25 11:57:55 Servo rc.inet1: ip link set bond0 down
Dec 25 11:57:55 Servo rc.inet1: ip -4 addr flush dev bond0
Dec 25 11:57:55 Servo rc.inet1: ip -6 addr flush dev bond0
Dec 25 11:57:55 Servo rc.inet1: ip link set bond0 promisc on master br0 up
Dec 25 11:57:55 Servo kernel: device bond0 entered promiscuous mode
Dec 25 11:57:55 Servo kernel: 8021q: adding VLAN 0 to HW filter on device bond0
Dec 25 11:57:55 Servo kernel: br0: port 1(bond0) entered blocking state
Dec 25 11:57:55 Servo kernel: br0: port 1(bond0) entered disabled state
Dec 25 11:57:56 Servo kernel: igb 0000:44:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec 25 11:57:56 Servo kernel: bond0: (slave eth0): link status definitely up, 1000 Mbps full duplex
Dec 25 11:57:56 Servo kernel: bond0: (slave eth0): making interface the new active one
Dec 25 11:57:56 Servo kernel: device eth0 entered promiscuous mode
Dec 25 11:57:56 Servo kernel: bond0: active interface up!
Dec 25 11:57:56 Servo kernel: br0: port 1(bond0) entered blocking state
Dec 25 11:57:56 Servo kernel: br0: port 1(bond0) entered forwarding state
Dec 25 11:57:56 Servo rc.inet1: ip -4 addr add 192.168.4.170/255.255.255.0 dev br0
Dec 25 11:57:57 Servo rc.inet1: polling up to 60 sec for DHCP server on interface br0
Dec 25 11:57:57 Servo rc.inet1: timeout 60 dhcpcd -w -q -t 10 -h Servo -6 br0
Dec 25 11:57:57 Servo dhcpcd[2265]: dhcpcd-9.4.1 starting
Dec 25 11:57:57 Servo dhcpcd[2268]: DUID 00:04:03:2e:02:b4:04:99:05:a7:92:06:4f:07:00:08:00:09
Dec 25 11:57:57 Servo dhcpcd[2268]: br0: IAID 99:a7:92:4f
Dec 25 11:57:58 Servo dhcpcd[2268]: br0: soliciting an IPv6 router
Dec 25 11:58:10 Servo dhcpcd[2268]: br0: no IPv6 Routers available
Dec 25 11:58:57 Servo dhcpcd[2268]: received SIGTERM, stopping
Dec 25 11:58:57 Servo dhcpcd[2268]: br0: removing interface
Dec 25 11:58:57 Servo rc.inet1: can't obtain IP address, continue polling in background on interface br0
Dec 25 11:58:57 Servo rc.inet1: dhcpcd -b -q -t 10 -h Servo -6 br0
Dec 25 11:58:57 Servo dhcpcd[2288]: dhcpcd-9.4.1 starting
Dec 25 11:58:57 Servo dhcpcd[2291]: DUID 00:04:03:2e:02:b4:04:99:05:a7:92:06:4f:07:00:08:00:09
Dec 25 11:58:57 Servo rc.inet1: ip link set br0 up
Dec 25 11:58:57 Servo rc.inet1: ip -4 route add default via 192.168.4.1 dev br0
Dec 25 11:58:57 Servo dhcpcd[2291]: br0: IAID 99:a7:92:4f
Dec 25 11:58:57 Servo elogind-daemon[2359]: Watching system buttons on /dev/input/event4 (Power Button)
Dec 25 11:58:57 Servo elogind-daemon[2359]: Watching system buttons on /dev/input/event1 (Power Button)
Dec 25 11:58:57 Servo elogind-daemon[2359]: Watching system buttons on /dev/input/event2 (Generic USB Audio Consumer Control)
Dec 25 11:58:57 Servo elogind-daemon[2359]: Watching system buttons on /dev/input/event10 (Generic USB Audio Consumer Control)
Dec 25 11:58:57 Servo elogind-daemon[2359]: New seat seat0.
Dec 25 11:58:57 Servo sshd[2382]: Server listening on 0.0.0.0 port 22.
Dec 25 11:58:57 Servo sshd[2382]: Server listening on :: port 22.
Dec 25 11:58:57 Servo ntpd[2386]: ntpd [email protected] Fri May 21 19:02:16 UTC 2021 (1): Starting
Dec 25 11:58:57 Servo ntpd[2386]: Command line: /usr/sbin/ntpd -g -u ntp:ntp
Dec 25 11:58:57 Servo ntpd[2386]: ----------------------------------------------------
Dec 25 11:58:57 Servo ntpd[2386]: ntp-4 is maintained by Network Time Foundation,
Dec 25 11:58:57 Servo ntpd[2386]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Dec 25 11:58:57 Servo ntpd[2386]: corporation.  Support and training for ntp-4 are
Dec 25 11:58:57 Servo ntpd[2386]: available at https://www.nwtime.org/support
Dec 25 11:58:57 Servo ntpd[2386]: ----------------------------------------------------
Dec 25 11:58:57 Servo ntpd[2388]: proto: precision = 0.908 usec (-20)
Dec 25 11:58:57 Servo ntpd[2388]: basedate set to 2021-05-09
Dec 25 11:58:57 Servo ntpd[2388]: gps base set to 2021-05-09 (week 2157)
Dec 25 11:58:57 Servo ntpd[2388]: Listen normally on 0 lo 127.0.0.1:123
Dec 25 11:58:57 Servo ntpd[2388]: Listen normally on 1 br0 192.168.4.170:123
Dec 25 11:58:57 Servo ntpd[2388]: Listen normally on 2 lo [::1]:123
Dec 25 11:58:57 Servo ntpd[2388]: Listen normally on 3 br0 [fe80::b62e:99ff:fea7:924f%13]:123
Dec 25 11:58:57 Servo ntpd[2388]: Listening on routing socket on fd #20 for interface updates
Dec 25 11:58:57 Servo ntpd[2388]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
### [PREVIOUS LINE REPEATED 1 TIMES] ###
Dec 25 11:58:57 Servo acpid: starting up with netlink and the input layer
Dec 25 11:58:57 Servo acpid: 1 rule loaded
Dec 25 11:58:57 Servo acpid: waiting for events: event logging is off
Dec 25 11:58:57 Servo crond[2409]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel notice
Dec 25 11:58:57 Servo smbd[2420]: [2021/12/25 11:58:57.969274,  0] ../../source3/smbd/server.c:1738(main)
Dec 25 11:58:57 Servo smbd[2420]:   smbd version 4.15.0 started.
Dec 25 11:58:57 Servo smbd[2420]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 11:58:58 Servo wsdd2[2434]: starting.
Dec 25 11:58:58 Servo winbindd[2435]: [2021/12/25 11:58:58.045221,  0] ../../source3/winbindd/winbindd.c:1732(main)
Dec 25 11:58:58 Servo winbindd[2435]:   winbindd version 4.15.0 started.
Dec 25 11:58:58 Servo winbindd[2435]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 11:58:58 Servo winbindd[2437]: [2021/12/25 11:58:58.048588,  0] ../../source3/winbindd/winbindd_cache.c:3085(initialize_winbindd_cache)
Dec 25 11:58:58 Servo winbindd[2437]:   initialize_winbindd_cache: clearing cache and re-creating with version number 2
Dec 25 11:58:58 Servo dhcpcd[2291]: br0: soliciting an IPv6 router
Dec 25 11:58:58 Servo root: Installing plugins
Dec 25 11:58:58 Servo root: plugin: installing: /boot/config/plugins/NerdPack.plg
Dec 25 11:58:58 Servo root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack.cfg already exists
Dec 25 11:58:58 Servo root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack-2021.08.11-x86_64-1.txz already exists
Dec 25 11:58:58 Servo root: plugin: skipping: /boot/config/plugins/NerdPack/NerdPack-2021.08.11-x86_64-1.md5 already exists
Dec 25 11:58:58 Servo root: plugin: running: anonymous
Dec 25 11:58:58 Servo root: 
Dec 25 11:58:58 Servo root: +==============================================================================
Dec 25 11:58:58 Servo root: | Installing new package /boot/config/plugins/NerdPack/NerdPack-2021.08.11-x86_64-1.txz
Dec 25 11:58:58 Servo root: +==============================================================================
Dec 25 11:58:58 Servo root: 
Dec 25 11:58:58 Servo root: Verifying package NerdPack-2021.08.11-x86_64-1.txz.
Dec 25 11:58:58 Servo root: Installing package NerdPack-2021.08.11-x86_64-1.txz:
Dec 25 11:58:58 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:58:58 Servo root: # Nerd Tools unRAID Plugin
Dec 25 11:58:58 Servo root: #
Dec 25 11:58:58 Servo root: # unRAID plugin wrapper for extra packages, mostly CLI, for advanced
Dec 25 11:58:58 Servo root: # users.  Use at your own risk. Not officially supported by LimeTech.
Dec 25 11:58:58 Servo root: # 
Dec 25 11:58:58 Servo root: # Supports: apr, apt-util, bwm-ng, cpio, git, iftop, inotify, iotop,
Dec 25 11:58:58 Servo root: # iperf, kbd, lftp, lshw, neon, p7zip, perl, python, readline, screen,
Dec 25 11:58:58 Servo root: # sshfs-fuse, strace, subversion, unrar, utempter, vim
Dec 25 11:58:58 Servo root: # 
Dec 25 11:58:58 Servo root: # https://github.com/dmacias72/unRAID-plugins
Dec 25 11:58:58 Servo root: # 
Dec 25 11:58:58 Servo root: Executing install script for NerdPack-2021.08.11-x86_64-1.txz.
Dec 25 11:58:58 Servo root: Package NerdPack-2021.08.11-x86_64-1.txz installed.
Dec 25 11:58:58 Servo nerdpack: Processing Packages...
Dec 25 11:58:58 Servo root: 
Dec 25 11:58:58 Servo root: Processing Packages... 
Dec 25 11:58:58 Servo nerdpack: Installing mcelog-161 package...
Dec 25 11:58:58 Servo root: 
Dec 25 11:58:58 Servo root: Installing mcelog-161 package... 
Dec 25 11:58:59 Servo nerdpack: Installing p7zip-16.02 package...
Dec 25 11:58:59 Servo root: 
Dec 25 11:58:59 Servo root: Installing p7zip-16.02 package... 
Dec 25 11:58:59 Servo nerdpack: Installing tmux-2.8 package...
Dec 25 11:58:59 Servo root: 
Dec 25 11:58:59 Servo root: Installing tmux-2.8 package... 
Dec 25 11:58:59 Servo nerdpack: Installing unrar-5.6.1 package...
Dec 25 11:58:59 Servo root: 
Dec 25 11:58:59 Servo root: Installing unrar-5.6.1 package... 
Dec 25 11:58:59 Servo nerdpack: Installing zsh-5.2 package...
Dec 25 11:58:59 Servo root: 
Dec 25 11:58:59 Servo root: Installing zsh-5.2 package... 
Dec 25 11:58:59 Servo nerdpack: Cleaning up packages...
Dec 25 11:58:59 Servo root: 
Dec 25 11:58:59 Servo root: Cleaning up packages... 
Dec 25 11:59:00 Servo nerdpack: All packages processed...
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: All packages processed... 
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: -----------------------------------------------------------
Dec 25 11:59:00 Servo root:  NerdPack has been installed.
Dec 25 11:59:00 Servo root:  This plugin requires Dynamix webGui to operate
Dec 25 11:59:00 Servo root:  Copyright 2016-2021, dmacias72, eschultz
Dec 25 11:59:00 Servo root:  Version: 2021.08.11
Dec 25 11:59:00 Servo root: -----------------------------------------------------------
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: plugin: NerdPack.plg installed
Dec 25 11:59:00 Servo root: plugin: installing: /boot/config/plugins/community.applications.plg
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: 
### [PREVIOUS LINE REPEATED 1 TIMES] ###
Dec 25 11:59:00 Servo root: Cleaning Up Old Versions
Dec 25 11:59:00 Servo root: Fixing pinned apps
Dec 25 11:59:00 Servo root: Setting up cron for background notifications
Dec 25 11:59:00 Servo root: 
### [PREVIOUS LINE REPEATED 1 TIMES] ###
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: plugin: skipping: /boot/config/plugins/community.applications/community.applications-2021.12.18-x86_64-1.txz already exists
Dec 25 11:59:00 Servo root: plugin: running: /boot/config/plugins/community.applications/community.applications-2021.12.18-x86_64-1.txz
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: | Installing new package /boot/config/plugins/community.applications/community.applications-2021.12.18-x86_64-1.txz
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: Verifying package community.applications-2021.12.18-x86_64-1.txz.
Dec 25 11:59:00 Servo root: Installing package community.applications-2021.12.18-x86_64-1.txz:
Dec 25 11:59:00 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:00 Servo root: Package community.applications-2021.12.18-x86_64-1.txz installed.
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: Creating Directories
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: Adjusting icon for unRaid version
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: ----------------------------------------------------
Dec 25 11:59:00 Servo root:  community.applications has been installed.
Dec 25 11:59:00 Servo root:  Copyright 2015-2021, Andrew Zawadzki
Dec 25 11:59:00 Servo root:  Version: 2021.12.18
Dec 25 11:59:00 Servo root: ----------------------------------------------------
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: plugin: community.applications.plg installed
Dec 25 11:59:00 Servo root: plugin: installing: /boot/config/plugins/dynamix.ssd.trim.plg
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: plugin: skipping: /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz already exists
Dec 25 11:59:00 Servo root: plugin: running: /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: | Installing new package /boot/config/plugins/dynamix.ssd.trim/dynamix.ssd.trim.txz
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: Verifying package dynamix.ssd.trim.txz.
Dec 25 11:59:00 Servo root: Installing package dynamix.ssd.trim.txz:
Dec 25 11:59:00 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:00 Servo root: Package dynamix.ssd.trim.txz installed.
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: -----------------------------------------------------------
Dec 25 11:59:00 Servo root:  Plugin dynamix.ssd.trim is installed.
Dec 25 11:59:00 Servo root:  This plugin requires Dynamix webGui to operate
Dec 25 11:59:00 Servo root:  Copyright 2020, Bergware International
Dec 25 11:59:00 Servo root:  Version: 2020.06.21
Dec 25 11:59:00 Servo root: -----------------------------------------------------------
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: plugin: dynamix.ssd.trim.plg installed
Dec 25 11:59:00 Servo root: plugin: installing: /boot/config/plugins/fix.common.problems.plg
Dec 25 11:59:00 Servo root: plugin: skipping: /boot/config/plugins/fix.common.problems/fix.common.problems-2021.08.05-x86_64-1.txz already exists
Dec 25 11:59:00 Servo root: plugin: running: /boot/config/plugins/fix.common.problems/fix.common.problems-2021.08.05-x86_64-1.txz
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: | Installing new package /boot/config/plugins/fix.common.problems/fix.common.problems-2021.08.05-x86_64-1.txz
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: Verifying package fix.common.problems-2021.08.05-x86_64-1.txz.
Dec 25 11:59:00 Servo root: Installing package fix.common.problems-2021.08.05-x86_64-1.txz:
Dec 25 11:59:00 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:00 Servo root: Package fix.common.problems-2021.08.05-x86_64-1.txz installed.
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: 
### [PREVIOUS LINE REPEATED 1 TIMES] ###
Dec 25 11:59:00 Servo root: ----------------------------------------------------
Dec 25 11:59:00 Servo root:  fix.common.problems has been installed.
Dec 25 11:59:00 Servo root:  Copyright 2016-2021, Andrew Zawadzki
Dec 25 11:59:00 Servo root:  Version: 2021.08.05
Dec 25 11:59:00 Servo root: ----------------------------------------------------
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: plugin: fix.common.problems.plg installed
Dec 25 11:59:00 Servo root: plugin: installing: /boot/config/plugins/unassigned.devices-plus.plg
Dec 25 11:59:00 Servo root: plugin: running: anonymous
Dec 25 11:59:00 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz already exists
Dec 25 11:59:00 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/parted-3.3-x86_64-1.txz
Dec 25 11:59:00 Servo root: +==============================================================================
Dec 25 11:59:00 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package parted-3.3-x86_64-1.txz.
Dec 25 11:59:01 Servo root: Installing package parted-3.3-x86_64-1.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # parted (GNU disk partitioning tool)
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # GNU Parted is a program for creating, destroying, resizing, checking
Dec 25 11:59:01 Servo root: # and copying partitions, and the filesystems on them. This is useful
Dec 25 11:59:01 Servo root: # for creating space for new operating systems, reorganizing disk
Dec 25 11:59:01 Servo root: # usage, copying data between hard disks, and disk imaging.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: Executing install script for parted-3.3-x86_64-1.txz.
Dec 25 11:59:01 Servo root: Package parted-3.3-x86_64-1.txz installed.
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz already exists
Dec 25 11:59:01 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/exfat-utils-1.3.0-x86_64-1_slonly.txz
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package exfat-utils-1.3.0-x86_64-1_slonly.txz.
Dec 25 11:59:01 Servo root: Installing package exfat-utils-1.3.0-x86_64-1_slonly.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # exfat-utils (exFAT system utilities)
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This project aims to provide a full-featured exFAT file system
Dec 25 11:59:01 Servo root: # implementation for GNU/Linux and other Unix-like systems as a FUSE
Dec 25 11:59:01 Servo root: # module and a set of utilities.
Dec 25 11:59:01 Servo root: # module.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This package contains the utilities.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # Homepage: https://github.com/relan/exfat
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: Executing install script for exfat-utils-1.3.0-x86_64-1_slonly.txz.
Dec 25 11:59:01 Servo root: Package exfat-utils-1.3.0-x86_64-1_slonly.txz installed.
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz already exists
Dec 25 11:59:01 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/fuse-exfat-1.3.0-x86_64-1_slonly.txz
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package fuse-exfat-1.3.0-x86_64-1_slonly.txz.
Dec 25 11:59:01 Servo root: Installing package fuse-exfat-1.3.0-x86_64-1_slonly.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # fuse-exfat (exFAT FUSE module)
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This project aims to provide a full-featured exFAT file system
Dec 25 11:59:01 Servo root: # implementation for GNU/Linux and other Unix-like systems as a FUSE
Dec 25 11:59:01 Servo root: # module and a set of utilities.
Dec 25 11:59:01 Servo root: # module.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This package contains the FUSE module.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # Homepage: https://github.com/relan/exfat
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: Executing install script for fuse-exfat-1.3.0-x86_64-1_slonly.txz.
Dec 25 11:59:01 Servo root: Package fuse-exfat-1.3.0-x86_64-1_slonly.txz installed.
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz already exists
Dec 25 11:59:01 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/hfsprogs-332.25-x86_64-2sl.txz
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package hfsprogs-332.25-x86_64-2sl.txz.
Dec 25 11:59:01 Servo root: Installing package hfsprogs-332.25-x86_64-2sl.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # hfsprogs - hfs+ user space utils
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # The HFS+ file system used by Apple Computer for their Mac OS is 
Dec 25 11:59:01 Servo root: # supported by the Linux kernel.  Apple provides mkfs and fsck for 
Dec 25 11:59:01 Servo root: # HFS+ with the Unix core of their operating system, Darwin.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This package is a port of Apple's tools for HFS+ filesystems. 
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # http://www.opensource.apple.com
Dec 25 11:59:01 Servo root: Package hfsprogs-332.25-x86_64-2sl.txz installed.
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz already exists
Dec 25 11:59:01 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/libbsd-0.10.0-x86_64-2_slonly.txz
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package libbsd-0.10.0-x86_64-2_slonly.txz.
Dec 25 11:59:01 Servo root: Installing package libbsd-0.10.0-x86_64-2_slonly.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # libbsd (library of BSD functions)
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # This library provides useful functions commonly found on BSD systems,
Dec 25 11:59:01 Servo root: # and lacking on others like GNU systems, thus making it easier to port
Dec 25 11:59:01 Servo root: # projects with strong BSD origins, without needing to embed the same
Dec 25 11:59:01 Servo root: # code over and over again on each project.
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # Homepage: http://libbsd.freedesktop.org/wiki/
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: Executing install script for libbsd-0.10.0-x86_64-2_slonly.txz.
Dec 25 11:59:01 Servo root: Package libbsd-0.10.0-x86_64-2_slonly.txz installed.
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz already exists
Dec 25 11:59:01 Servo root: plugin: running: /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: | Installing new package /boot/config/plugins/unassigned.devices-plus/packages/apfsfuse-v20200708-x86_64-1.txz
Dec 25 11:59:01 Servo root: +==============================================================================
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: Verifying package apfsfuse-v20200708-x86_64-1.txz.
Dec 25 11:59:01 Servo root: Installing package apfsfuse-v20200708-x86_64-1.txz:
Dec 25 11:59:01 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:01 Servo root: # apfs-fuse v20200708
Dec 25 11:59:01 Servo root: #
Dec 25 11:59:01 Servo root: # Custom apfs-fuse v20200708 package for Unraid by ich777
Dec 25 11:59:01 Servo root: # https://github.com/sgan81/apfs-fuse
Dec 25 11:59:01 Servo root: Package apfsfuse-v20200708-x86_64-1.txz installed.
Dec 25 11:59:01 Servo root: plugin: creating: /usr/local/emhttp/plugins/unassigned.devices-plus/README.md - from INLINE content
Dec 25 11:59:01 Servo root: plugin: running: anonymous
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root:  unassigned.devices-plus has been installed.
Dec 25 11:59:01 Servo root:  Copyright 2015, gfjardim
Dec 25 11:59:01 Servo root:  Copyright 2016-2021, dlandon
Dec 25 11:59:01 Servo root:  Version: 2021.12.12
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: plugin: unassigned.devices-plus.plg installed
Dec 25 11:59:01 Servo root: plugin: installing: /boot/config/plugins/unassigned.devices.plg
Dec 25 11:59:01 Servo root: plugin: running: anonymous
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices/unassigned.devices-2021.12.13.tgz already exists
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/start_unassigned_devices - from INLINE content
Dec 25 11:59:01 Servo root: plugin: setting: /tmp/start_unassigned_devices - mode to 0770
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices/unassigned.devices.cfg already exists
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices/samba_mount.cfg already exists
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unassigned.devices/iso_mount.cfg already exists
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/unassigned.devices/smb-settings.conf - from INLINE content
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/unassigned.devices/config/smb-extra.conf - from INLINE content
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/unassigned.devices/add-smb-extra - from INLINE content
Dec 25 11:59:01 Servo root: plugin: setting: /tmp/unassigned.devices/add-smb-extra - mode to 0770
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/unassigned.devices/remove-smb-extra - from INLINE content
Dec 25 11:59:01 Servo root: plugin: setting: /tmp/unassigned.devices/remove-smb-extra - mode to 0770
Dec 25 11:59:01 Servo root: plugin: running: anonymous
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root:  unassigned.devices has been installed.
Dec 25 11:59:01 Servo root:  Copyright 2015, gfjardim
Dec 25 11:59:01 Servo root:  Copyright 2016-2021, dlandon
Dec 25 11:59:01 Servo root:  Version: 2021.12.13
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root:  Note:
Dec 25 11:59:01 Servo root:  Install the Unassigned Devices Plus plugin if you need to
Dec 25 11:59:01 Servo root:  mount exFAT, HFS+, apfs file formats or format disks.
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: plugin: unassigned.devices.plg installed
Dec 25 11:59:01 Servo root: plugin: installing: /boot/config/plugins/unbalance.plg
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unbalance/unbalance-5.6.4.tgz already exists
Dec 25 11:59:01 Servo root: plugin: skipping: /boot/config/plugins/unbalance/unbalance.cfg already exists
Dec 25 11:59:01 Servo root: plugin: running: anonymous
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root:  unBALANCE has been installed.
Dec 25 11:59:01 Servo root:  Copyright (c) Juan B. Rodriguez
Dec 25 11:59:01 Servo root:  Version: v2021.04.21
Dec 25 11:59:01 Servo root: -----------------------------------------------------------
Dec 25 11:59:01 Servo root: 
Dec 25 11:59:01 Servo root: plugin: creating: /tmp/unbalance-chkconf - from INLINE content
Dec 25 11:59:01 Servo root: plugin: running: /tmp/unbalance-chkconf
Dec 25 11:59:02 Servo root: plugin: creating: /tmp/unbalance-chkconf2 - from INLINE content
Dec 25 11:59:02 Servo root: plugin: running: /tmp/unbalance-chkconf2
Dec 25 11:59:02 Servo root: plugin: unbalance.plg installed
Dec 25 11:59:02 Servo root: plugin: installing: /boot/config/plugins/user.scripts.plg
Dec 25 11:59:02 Servo root: plugin: skipping: /boot/config/plugins/user.scripts/user.scripts-2021.11.28-x86_64-1.txz already exists
Dec 25 11:59:02 Servo root: plugin: running: /boot/config/plugins/user.scripts/user.scripts-2021.11.28-x86_64-1.txz
Dec 25 11:59:02 Servo root: 
Dec 25 11:59:02 Servo root: +==============================================================================
Dec 25 11:59:02 Servo root: | Installing new package /boot/config/plugins/user.scripts/user.scripts-2021.11.28-x86_64-1.txz
Dec 25 11:59:02 Servo root: +==============================================================================
Dec 25 11:59:02 Servo root: 
Dec 25 11:59:02 Servo root: Verifying package user.scripts-2021.11.28-x86_64-1.txz.
Dec 25 11:59:02 Servo root: Installing package user.scripts-2021.11.28-x86_64-1.txz:
Dec 25 11:59:02 Servo root: PACKAGE DESCRIPTION:
Dec 25 11:59:02 Servo root: Package user.scripts-2021.11.28-x86_64-1.txz installed.
Dec 25 11:59:02 Servo root: plugin: running: anonymous
Dec 25 11:59:02 Servo root: 
### [PREVIOUS LINE REPEATED 1 TIMES] ###
Dec 25 11:59:02 Servo root: plugin: running: anonymous
Dec 25 11:59:02 Servo root: 
Dec 25 11:59:02 Servo root: ----------------------------------------------------
Dec 25 11:59:02 Servo root:  user.scripts has been installed.
Dec 25 11:59:02 Servo root:  Copyright 2016-2021, Andrew Zawadzki
Dec 25 11:59:02 Servo root:  Version: 2021.11.28
Dec 25 11:59:02 Servo root: ----------------------------------------------------
Dec 25 11:59:02 Servo root: 
Dec 25 11:59:02 Servo root: plugin: user.scripts.plg installed
Dec 25 11:59:02 Servo root: Installing language packs
Dec 25 11:59:02 Servo root: Starting go script
Dec 25 11:59:02 Servo root: Starting emhttpd
Dec 25 11:59:02 Servo emhttpd: Unraid(tm) System Management Utility version 6.10.0-rc2
Dec 25 11:59:02 Servo emhttpd: Copyright (C) 2005-2021, Lime Technology, Inc.
Dec 25 11:59:02 Servo emhttpd: shcmd (3): /usr/local/emhttp/webGui/scripts/update_access
Dec 25 11:59:02 Servo sshd[2382]: Received signal 15; terminating.
Dec 25 11:59:03 Servo sshd[4538]: Server listening on 0.0.0.0 port 22.
Dec 25 11:59:03 Servo sshd[4538]: Server listening on :: port 22.
Dec 25 11:59:04 Servo emhttpd: shcmd (5): modprobe md-mod super=/boot/config/super.dat
Dec 25 11:59:04 Servo ntpd[2388]: receive: Unexpected origin timestamp 0xe571da68.707fd667 does not match aorg 0000000000.00000000 from [email protected] xmt 0xe571da68.2fa569c0
Dec 25 11:59:04 Servo kernel: md: unRAID driver 2.9.19 installed
Dec 25 11:59:04 Servo emhttpd: Pro key detected, GUID: 0..1 FILE: /boot/config/Pro.key
Dec 25 11:59:04 Servo ntpd[2388]: receive: Unexpected origin timestamp 0xe571da68.70837497 does not match aorg 0000000000.00000000 from [email protected] xmt 0xe571da68.3078280b
Dec 25 11:59:04 Servo emhttpd: Device inventory:
Dec 25 11:59:04 Servo emhttpd: ST10000NM0016-1TT101_ZA28VFB1 (sdh) 512 19532873728
Dec 25 11:59:04 Servo emhttpd: ST10000NM0016-1TT101_ZA28WBKP (sdg) 512 19532873728
Dec 25 11:59:04 Servo emhttpd: WDBRPG5000ANC-WRSN_201458800583 (nvme0n1) 512 976773168
Dec 25 11:59:04 Servo emhttpd: ST10000NE0004-1ZF101_ZA291VNE (sdd) 512 19532873728
Dec 25 11:59:04 Servo emhttpd: ST10000NM0016-1TT101_ZA28VT2S (sde) 512 19532873728
Dec 25 11:59:04 Servo ntpd[2388]: receive: Unexpected origin timestamp 0xe571da68.7082abf9 does not match aorg 0000000000.00000000 from [email protected] xmt 0xe571da68.307ce897
Dec 25 11:59:04 Servo emhttpd: ST10000NM0016-1TT101_ZA28VLB0 (sdb) 512 19532873728
Dec 25 11:59:04 Servo emhttpd: ST10000NM0016-1TT101_ZA28RLQE (sdf) 512 19532873728
Dec 25 11:59:04 Servo emhttpd: WDC_WD2001FASS-00W2B0_WD-WMAY00095418 (sdc) 512 3907029168
Dec 25 11:59:04 Servo emhttpd: WDS100T3X0C-00SJG0_20093E803323 (nvme1n1) 512 1953525168
Dec 25 11:59:04 Servo emhttpd: Samsung_Flash_Drive_0374218070013471-0:0 (sda) 512 250626566
Dec 25 11:59:04 Servo kernel: mdcmd (1): import 0 sdb 64 9766436812 0 ST10000NM0016-1TT101_ZA28VLB0
Dec 25 11:59:04 Servo kernel: md: import disk0: (sdb) ST10000NM0016-1TT101_ZA28VLB0 size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (2): import 1 sde 64 9766436812 0 ST10000NM0016-1TT101_ZA28VT2S
Dec 25 11:59:04 Servo kernel: md: import disk1: (sde) ST10000NM0016-1TT101_ZA28VT2S size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (3): import 2 sdf 64 9766436812 0 ST10000NM0016-1TT101_ZA28RLQE
Dec 25 11:59:04 Servo kernel: md: import disk2: (sdf) ST10000NM0016-1TT101_ZA28RLQE size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (4): import 3 sdg 64 9766436812 0 ST10000NM0016-1TT101_ZA28WBKP
Dec 25 11:59:04 Servo kernel: md: import disk3: (sdg) ST10000NM0016-1TT101_ZA28WBKP size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (5): import 4 sdh 64 9766436812 0 ST10000NM0016-1TT101_ZA28VFB1
Dec 25 11:59:04 Servo kernel: md: import disk4: (sdh) ST10000NM0016-1TT101_ZA28VFB1 size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (6): import 5 sdd 64 9766436812 0 ST10000NE0004-1ZF101_ZA291VNE
Dec 25 11:59:04 Servo kernel: md: import disk5: (sdd) ST10000NE0004-1ZF101_ZA291VNE size: 9766436812 
Dec 25 11:59:04 Servo kernel: mdcmd (7): import 6
Dec 25 11:59:04 Servo kernel: mdcmd (8): import 7
Dec 25 11:59:04 Servo kernel: mdcmd (9): import 8
Dec 25 11:59:04 Servo kernel: mdcmd (10): import 9
Dec 25 11:59:04 Servo kernel: mdcmd (11): import 10
Dec 25 11:59:04 Servo kernel: mdcmd (12): import 11
Dec 25 11:59:04 Servo kernel: mdcmd (13): import 12
Dec 25 11:59:04 Servo kernel: mdcmd (14): import 13
Dec 25 11:59:04 Servo kernel: mdcmd (15): import 14
Dec 25 11:59:04 Servo kernel: mdcmd (16): import 15
Dec 25 11:59:04 Servo kernel: mdcmd (17): import 16
Dec 25 11:59:04 Servo kernel: mdcmd (18): import 17
Dec 25 11:59:04 Servo kernel: mdcmd (19): import 18
Dec 25 11:59:04 Servo kernel: mdcmd (20): import 19
Dec 25 11:59:04 Servo kernel: mdcmd (21): import 20
Dec 25 11:59:04 Servo kernel: mdcmd (22): import 21
Dec 25 11:59:04 Servo kernel: mdcmd (23): import 22
Dec 25 11:59:04 Servo kernel: mdcmd (24): import 23
Dec 25 11:59:04 Servo kernel: mdcmd (25): import 24
Dec 25 11:59:04 Servo kernel: mdcmd (26): import 25
Dec 25 11:59:04 Servo kernel: mdcmd (27): import 26
Dec 25 11:59:04 Servo kernel: mdcmd (28): import 27
Dec 25 11:59:04 Servo kernel: mdcmd (29): import 28
Dec 25 11:59:04 Servo kernel: mdcmd (30): import 29
Dec 25 11:59:04 Servo kernel: md: import_slot: 29 empty
Dec 25 11:59:04 Servo emhttpd: import 30 cache device: (nvme0n1) WDBRPG5000ANC-WRSN_201458800583
Dec 25 11:59:04 Servo emhttpd: import flash device: sda
Dec 25 11:59:04 Servo root: Starting apcupsd power management:  /sbin/apcupsd
Dec 25 11:59:04 Servo apcupsd[4576]: apcupsd 3.14.14 (31 May 2016) slackware startup succeeded
Dec 25 11:59:04 Servo apcupsd[4576]: NIS server startup succeeded
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdh
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdg
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/nvme0n1
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdd
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sde
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdb
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdf
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sdc
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/nvme1n1
Dec 25 11:59:04 Servo emhttpd: read SMART /dev/sda
Dec 25 11:59:04 Servo emhttpd: Starting services...
Dec 25 11:59:04 Servo emhttpd: shcmd (18): /etc/rc.d/rc.samba restart
Dec 25 11:59:04 Servo wsdd2[2434]: 'Terminated' signal received.
Dec 25 11:59:04 Servo winbindd[4302]: [2021/12/25 11:59:04.968330,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 11:59:04 Servo winbindd[2437]: [2021/12/25 11:59:04.968331,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 11:59:04 Servo winbindd[4302]:   Got sig[15] terminate (is_parent=0)
Dec 25 11:59:04 Servo winbindd[2438]: [2021/12/25 11:59:04.968324,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 11:59:04 Servo winbindd[2437]:   Got sig[15] terminate (is_parent=1)
Dec 25 11:59:04 Servo winbindd[2438]:   Got sig[15] terminate (is_parent=0)
Dec 25 11:59:04 Servo wsdd2[2434]: terminating.
Dec 25 11:59:07 Servo root: Starting Samba:  /usr/sbin/smbd -D
Dec 25 11:59:07 Servo smbd[4638]: [2021/12/25 11:59:07.129608,  0] ../../source3/smbd/server.c:1738(main)
Dec 25 11:59:07 Servo smbd[4638]:   smbd version 4.15.0 started.
Dec 25 11:59:07 Servo smbd[4638]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 11:59:07 Servo root:                  /usr/sbin/wsdd2 -d -i br0 
Dec 25 11:59:07 Servo wsdd2[4652]: starting.
Dec 25 11:59:07 Servo root:                  /usr/sbin/winbindd -D
Dec 25 11:59:07 Servo winbindd[4653]: [2021/12/25 11:59:07.191858,  0] ../../source3/winbindd/winbindd.c:1732(main)
Dec 25 11:59:07 Servo winbindd[4653]:   winbindd version 4.15.0 started.
Dec 25 11:59:07 Servo winbindd[4653]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 11:59:07 Servo winbindd[4655]: [2021/12/25 11:59:07.195481,  0] ../../source3/winbindd/winbindd_cache.c:3085(initialize_winbindd_cache)
Dec 25 11:59:07 Servo winbindd[4655]:   initialize_winbindd_cache: clearing cache and re-creating with version number 2
Dec 25 11:59:07 Servo emhttpd: shcmd (21): /etc/rc.d/rc.nfsd start
Dec 25 11:59:07 Servo kernel: RPC: Registered named UNIX socket transport module.
Dec 25 11:59:07 Servo kernel: RPC: Registered udp transport module.
Dec 25 11:59:07 Servo kernel: RPC: Registered tcp transport module.
Dec 25 11:59:07 Servo kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Dec 25 11:59:07 Servo kernel: Installing knfsd (copyright (C) 1996 [email protected]).
Dec 25 11:59:07 Servo root: Starting RPC portmapper:  /sbin/rpcbind -w 
Dec 25 11:59:07 Servo root: Starting RPC NSM (Network Status Monitor):  /sbin/rpc.statd 
Dec 25 11:59:07 Servo rpc.statd[4683]: Version 2.5.4 starting
Dec 25 11:59:07 Servo sm-notify[4684]: Version 2.5.4 starting
Dec 25 11:59:07 Servo rpc.statd[4683]: Failed to read /var/lib/nfs/state: Success
Dec 25 11:59:07 Servo rpc.statd[4683]: Initializing NSM state
Dec 25 11:59:07 Servo root: Starting NFS server daemons:
Dec 25 11:59:07 Servo root:   /usr/sbin/exportfs -r
Dec 25 11:59:07 Servo root:   /usr/sbin/rpc.nfsd  8
Dec 25 11:59:08 Servo kernel: NFSD: Using UMH upcall client tracking operations.
Dec 25 11:59:08 Servo kernel: NFSD: starting 90-second grace period (net f0000098)
Dec 25 11:59:08 Servo root:   /usr/sbin/rpc.mountd 
Dec 25 11:59:08 Servo rpc.mountd[4703]: Version 2.5.4 starting
Dec 25 11:59:08 Servo emhttpd: shcmd (23): /etc/rc.d/rc.avahidaemon start
Dec 25 11:59:08 Servo root: Starting Avahi mDNS/DNS-SD Daemon:  /usr/sbin/avahi-daemon -D
Dec 25 11:59:08 Servo avahi-daemon[4715]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214).
Dec 25 11:59:08 Servo avahi-daemon[4715]: Successfully dropped root privileges.
Dec 25 11:59:08 Servo avahi-daemon[4715]: avahi-daemon 0.8 starting up.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Successfully called chroot().
Dec 25 11:59:08 Servo avahi-daemon[4715]: Successfully dropped remaining capabilities.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Loading service file /services/sftp-ssh.service.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Loading service file /services/smb.service.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Loading service file /services/ssh.service.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Joining mDNS multicast group on interface br0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 11:59:08 Servo avahi-daemon[4715]: New relevant interface br0.IPv6 for mDNS.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.4.170.
Dec 25 11:59:08 Servo avahi-daemon[4715]: New relevant interface br0.IPv4 for mDNS.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Joining mDNS multicast group on interface bond0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 11:59:08 Servo avahi-daemon[4715]: New relevant interface bond0.IPv6 for mDNS.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 25 11:59:08 Servo avahi-daemon[4715]: New relevant interface lo.IPv6 for mDNS.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 25 11:59:08 Servo avahi-daemon[4715]: New relevant interface lo.IPv4 for mDNS.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Network interface enumeration completed.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Registering new address record for fe80::b62e:99ff:fea7:924f on br0.*.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Registering new address record for 192.168.4.170 on br0.IPv4.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Registering new address record for fe80::b62e:99ff:fea7:924f on bond0.*.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Registering new address record for ::1 on lo.*.
Dec 25 11:59:08 Servo avahi-daemon[4715]: Registering new address record for 127.0.0.1 on lo.IPv4.
Dec 25 11:59:08 Servo emhttpd: shcmd (24): /etc/rc.d/rc.avahidnsconfd start
Dec 25 11:59:08 Servo root: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon:  /usr/sbin/avahi-dnsconfd -D
Dec 25 11:59:08 Servo avahi-dnsconfd[4724]: Successfully connected to Avahi daemon.
Dec 25 11:59:09 Servo avahi-daemon[4715]: Server startup complete. Host name is Servo.local. Local service cookie is 3689810288.
Dec 25 11:59:09 Servo dhcpcd[2291]: br0: no IPv6 Routers available
Dec 25 11:59:10 Servo avahi-daemon[4715]: Service "Servo" (/services/ssh.service) successfully established.
Dec 25 11:59:10 Servo avahi-daemon[4715]: Service "Servo" (/services/smb.service) successfully established.
Dec 25 11:59:10 Servo avahi-daemon[4715]: Service "Servo" (/services/sftp-ssh.service) successfully established.
Dec 25 11:59:10 Servo emhttpd: shcmd (29): echo 128 > /sys/block/sdb/queue/nr_requests
Dec 25 11:59:10 Servo kernel: mdcmd (31): set md_num_stripes 1280
Dec 25 11:59:10 Servo kernel: mdcmd (32): set md_queue_limit 80
Dec 25 11:59:10 Servo kernel: mdcmd (33): set md_sync_limit 5
Dec 25 11:59:10 Servo kernel: mdcmd (34): set md_write_method
Dec 25 11:59:10 Servo emhttpd: shcmd (30): echo 128 > /sys/block/sde/queue/nr_requests
Dec 25 11:59:10 Servo emhttpd: shcmd (31): echo 128 > /sys/block/sdf/queue/nr_requests
Dec 25 11:59:10 Servo emhttpd: shcmd (32): echo 128 > /sys/block/sdg/queue/nr_requests
Dec 25 11:59:10 Servo emhttpd: shcmd (33): echo 128 > /sys/block/sdh/queue/nr_requests
Dec 25 11:59:10 Servo emhttpd: shcmd (34): echo 128 > /sys/block/sdd/queue/nr_requests
Dec 25 11:59:10 Servo kernel: mdcmd (35): start STOPPED
Dec 25 11:59:10 Servo kernel: unraid: allocating 36230K for 1280 stripes (7 disks)
Dec 25 11:59:10 Servo kernel: md1: running, size: 9766436812 blocks
Dec 25 11:59:10 Servo kernel: md2: running, size: 9766436812 blocks
Dec 25 11:59:10 Servo kernel: md3: running, size: 9766436812 blocks
Dec 25 11:59:10 Servo kernel: md4: running, size: 9766436812 blocks
Dec 25 11:59:10 Servo kernel: md5: running, size: 9766436812 blocks
Dec 25 11:59:10 Servo emhttpd: shcmd (35): udevadm settle
Dec 25 11:59:10 Servo emhttpd: Autostart disabled
Dec 25 11:59:10 Servo kernel: mdcmd (36): stop 
Dec 25 11:59:10 Servo kernel: md1: stopping
Dec 25 11:59:10 Servo kernel: md2: stopping
Dec 25 11:59:10 Servo kernel: md3: stopping
Dec 25 11:59:10 Servo kernel: md4: stopping
Dec 25 11:59:10 Servo kernel: md5: stopping
Dec 25 11:59:10 Servo emhttpd: shcmd (43): /etc/rc.d/rc.php-fpm start
Dec 25 11:59:10 Servo root: Starting php-fpm  done
Dec 25 11:59:10 Servo emhttpd: shcmd (44): /etc/rc.d/rc.nginx start
Dec 25 11:59:10 Servo root: Starting Nginx server daemon...
Dec 25 12:01:08 Servo webGUI: Successful login user root from 192.168.4.217
Dec 25 12:01:35 Servo emhttpd: shcmd (189): echo 128 > /sys/block/sdb/queue/nr_requests
Dec 25 12:01:35 Servo kernel: mdcmd (37): set md_num_stripes 1280
Dec 25 12:01:35 Servo kernel: mdcmd (38): set md_queue_limit 80
Dec 25 12:01:35 Servo kernel: mdcmd (39): set md_sync_limit 5
Dec 25 12:01:35 Servo kernel: mdcmd (40): set md_write_method
Dec 25 12:01:35 Servo emhttpd: shcmd (190): echo 128 > /sys/block/sde/queue/nr_requests
Dec 25 12:01:35 Servo emhttpd: shcmd (191): echo 128 > /sys/block/sdf/queue/nr_requests
Dec 25 12:01:35 Servo emhttpd: shcmd (192): echo 128 > /sys/block/sdg/queue/nr_requests
Dec 25 12:01:35 Servo emhttpd: shcmd (193): echo 128 > /sys/block/sdh/queue/nr_requests
Dec 25 12:01:35 Servo emhttpd: shcmd (194): echo 128 > /sys/block/sdd/queue/nr_requests
Dec 25 12:01:35 Servo kernel: mdcmd (41): start STOPPED
Dec 25 12:01:35 Servo kernel: unraid: allocating 36230K for 1280 stripes (7 disks)
Dec 25 12:01:35 Servo kernel: md1: running, size: 9766436812 blocks
Dec 25 12:01:35 Servo kernel: md2: running, size: 9766436812 blocks
Dec 25 12:01:35 Servo kernel: md3: running, size: 9766436812 blocks
Dec 25 12:01:35 Servo kernel: md4: running, size: 9766436812 blocks
Dec 25 12:01:35 Servo kernel: md5: running, size: 9766436812 blocks
Dec 25 12:01:35 Servo emhttpd: shcmd (195): udevadm settle
Dec 25 12:01:36 Servo emhttpd: shcmd (202): touch /boot/config/forcesync
Dec 25 12:01:36 Servo emhttpd: Mounting disks...
Dec 25 12:01:36 Servo emhttpd: shcmd (203): /sbin/btrfs device scan
Dec 25 12:01:36 Servo root: Scanning for Btrfs filesystems
Dec 25 12:01:36 Servo emhttpd: shcmd (204): mkdir -p /mnt/disk1
Dec 25 12:01:36 Servo emhttpd: shcmd (205): mount -t xfs -o noatime /dev/md1 /mnt/disk1
Dec 25 12:01:36 Servo kernel: SGI XFS with ACLs, security attributes, no debug enabled
Dec 25 12:01:36 Servo kernel: XFS (md1): Mounting V5 Filesystem
Dec 25 12:01:37 Servo kernel: XFS (md1): Ending clean mount
Dec 25 12:01:37 Servo kernel: xfs filesystem being mounted at /mnt/disk1 supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:37 Servo emhttpd: shcmd (206): xfs_growfs /mnt/disk1
Dec 25 12:01:37 Servo root: meta-data=/dev/md1               isize=512    agcount=10, agsize=268435455 blks
Dec 25 12:01:37 Servo root:          =                       sectsz=512   attr=2, projid32bit=1
Dec 25 12:01:37 Servo root:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
Dec 25 12:01:37 Servo root:          =                       reflink=0    bigtime=0 inobtcount=0
Dec 25 12:01:37 Servo root: data     =                       bsize=4096   blocks=2441609203, imaxpct=5
Dec 25 12:01:37 Servo root:          =                       sunit=0      swidth=0 blks
Dec 25 12:01:37 Servo root: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
Dec 25 12:01:37 Servo root: log      =internal log           bsize=4096   blocks=521728, version=2
Dec 25 12:01:37 Servo root:          =                       sectsz=512   sunit=0 blks, lazy-count=1
Dec 25 12:01:37 Servo root: realtime =none                   extsz=4096   blocks=0, rtextents=0
Dec 25 12:01:37 Servo emhttpd: shcmd (207): mkdir -p /mnt/disk2
Dec 25 12:01:37 Servo emhttpd: shcmd (208): mount -t xfs -o noatime /dev/md2 /mnt/disk2
Dec 25 12:01:37 Servo kernel: XFS (md2): Mounting V5 Filesystem
Dec 25 12:01:38 Servo kernel: XFS (md2): Ending clean mount
Dec 25 12:01:38 Servo kernel: xfs filesystem being mounted at /mnt/disk2 supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:38 Servo emhttpd: shcmd (209): xfs_growfs /mnt/disk2
Dec 25 12:01:38 Servo root: meta-data=/dev/md2               isize=512    agcount=10, agsize=268435455 blks
Dec 25 12:01:38 Servo root:          =                       sectsz=512   attr=2, projid32bit=1
Dec 25 12:01:38 Servo root:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
Dec 25 12:01:38 Servo root:          =                       reflink=0    bigtime=0 inobtcount=0
Dec 25 12:01:38 Servo root: data     =                       bsize=4096   blocks=2441609203, imaxpct=5
Dec 25 12:01:38 Servo root:          =                       sunit=0      swidth=0 blks
Dec 25 12:01:38 Servo root: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
Dec 25 12:01:38 Servo root: log      =internal log           bsize=4096   blocks=521728, version=2
Dec 25 12:01:38 Servo root:          =                       sectsz=512   sunit=0 blks, lazy-count=1
Dec 25 12:01:38 Servo root: realtime =none                   extsz=4096   blocks=0, rtextents=0
Dec 25 12:01:38 Servo emhttpd: shcmd (210): mkdir -p /mnt/disk3
Dec 25 12:01:38 Servo emhttpd: shcmd (211): mount -t xfs -o noatime /dev/md3 /mnt/disk3
Dec 25 12:01:38 Servo kernel: XFS (md3): Mounting V5 Filesystem
Dec 25 12:01:38 Servo kernel: XFS (md3): Ending clean mount
Dec 25 12:01:38 Servo kernel: xfs filesystem being mounted at /mnt/disk3 supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:38 Servo emhttpd: shcmd (212): xfs_growfs /mnt/disk3
Dec 25 12:01:38 Servo root: meta-data=/dev/md3               isize=512    agcount=10, agsize=268435455 blks
Dec 25 12:01:38 Servo root:          =                       sectsz=512   attr=2, projid32bit=1
Dec 25 12:01:38 Servo root:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
Dec 25 12:01:38 Servo root:          =                       reflink=0    bigtime=0 inobtcount=0
Dec 25 12:01:38 Servo root: data     =                       bsize=4096   blocks=2441609203, imaxpct=5
Dec 25 12:01:38 Servo root:          =                       sunit=0      swidth=0 blks
Dec 25 12:01:38 Servo root: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
Dec 25 12:01:38 Servo root: log      =internal log           bsize=4096   blocks=521728, version=2
Dec 25 12:01:38 Servo root:          =                       sectsz=512   sunit=0 blks, lazy-count=1
Dec 25 12:01:38 Servo root: realtime =none                   extsz=4096   blocks=0, rtextents=0
Dec 25 12:01:38 Servo emhttpd: shcmd (213): mkdir -p /mnt/disk4
Dec 25 12:01:38 Servo emhttpd: shcmd (214): mount -t xfs -o noatime /dev/md4 /mnt/disk4
Dec 25 12:01:38 Servo kernel: XFS (md4): Mounting V5 Filesystem
Dec 25 12:01:39 Servo kernel: XFS (md4): Ending clean mount
Dec 25 12:01:39 Servo kernel: xfs filesystem being mounted at /mnt/disk4 supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:39 Servo emhttpd: shcmd (215): xfs_growfs /mnt/disk4
Dec 25 12:01:39 Servo root: meta-data=/dev/md4               isize=512    agcount=10, agsize=268435455 blks
Dec 25 12:01:39 Servo root:          =                       sectsz=512   attr=2, projid32bit=1
Dec 25 12:01:39 Servo root:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
Dec 25 12:01:39 Servo root:          =                       reflink=0    bigtime=0 inobtcount=0
Dec 25 12:01:39 Servo root: data     =                       bsize=4096   blocks=2441609203, imaxpct=5
Dec 25 12:01:39 Servo root:          =                       sunit=0      swidth=0 blks
Dec 25 12:01:39 Servo root: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
Dec 25 12:01:39 Servo root: log      =internal log           bsize=4096   blocks=521728, version=2
Dec 25 12:01:39 Servo root:          =                       sectsz=512   sunit=0 blks, lazy-count=1
Dec 25 12:01:39 Servo root: realtime =none                   extsz=4096   blocks=0, rtextents=0
Dec 25 12:01:39 Servo emhttpd: shcmd (216): mkdir -p /mnt/disk5
Dec 25 12:01:39 Servo emhttpd: shcmd (217): mount -t xfs -o noatime /dev/md5 /mnt/disk5
Dec 25 12:01:39 Servo kernel: XFS (md5): Mounting V5 Filesystem
Dec 25 12:01:39 Servo kernel: XFS (md5): Ending clean mount
Dec 25 12:01:39 Servo kernel: xfs filesystem being mounted at /mnt/disk5 supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:39 Servo emhttpd: shcmd (218): xfs_growfs /mnt/disk5
Dec 25 12:01:39 Servo root: meta-data=/dev/md5               isize=512    agcount=10, agsize=268435455 blks
Dec 25 12:01:39 Servo root:          =                       sectsz=512   attr=2, projid32bit=1
Dec 25 12:01:39 Servo root:          =                       crc=1        finobt=1, sparse=1, rmapbt=0
Dec 25 12:01:39 Servo root:          =                       reflink=1    bigtime=0 inobtcount=0
Dec 25 12:01:39 Servo root: data     =                       bsize=4096   blocks=2441609203, imaxpct=5
Dec 25 12:01:39 Servo root:          =                       sunit=0      swidth=0 blks
Dec 25 12:01:39 Servo root: naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
Dec 25 12:01:39 Servo root: log      =internal log           bsize=4096   blocks=521728, version=2
Dec 25 12:01:39 Servo root:          =                       sectsz=512   sunit=0 blks, lazy-count=1
Dec 25 12:01:39 Servo root: realtime =none                   extsz=4096   blocks=0, rtextents=0
Dec 25 12:01:39 Servo emhttpd: shcmd (219): mkdir -p /mnt/cache
Dec 25 12:01:39 Servo emhttpd: shcmd (220): mount -t xfs -o noatime /dev/nvme0n1p1 /mnt/cache
Dec 25 12:01:39 Servo kernel: XFS (nvme0n1p1): Mounting V5 Filesystem
Dec 25 12:01:39 Servo kernel: XFS (nvme0n1p1): Ending clean mount
Dec 25 12:01:39 Servo kernel: xfs filesystem being mounted at /mnt/cache supports timestamps until 2038 (0x7fffffff)
Dec 25 12:01:39 Servo emhttpd: shcmd (221): sync
Dec 25 12:01:39 Servo emhttpd: shcmd (222): mkdir /mnt/user0
Dec 25 12:01:39 Servo emhttpd: shcmd (223): /usr/local/sbin/shfs /mnt/user0 -disks 62 -o default_permissions,allow_other,noatime  |& logger
Dec 25 12:01:39 Servo emhttpd: shcmd (224): mkdir /mnt/user
Dec 25 12:01:39 Servo emhttpd: shcmd (225): /usr/local/sbin/shfs /mnt/user -disks 63 -o default_permissions,allow_other,noatime -o remember=330  |& logger
Dec 25 12:01:39 Servo emhttpd: shcmd (227): /usr/local/sbin/update_cron
Dec 25 12:01:40 Servo root: Delaying execution of fix common problems scan for 10 minutes
Dec 25 12:01:40 Servo unassigned.devices: Mounting 'Auto Mount' Devices...
Dec 25 12:01:40 Servo unassigned.devices: Disk with ID 'WDC_WD2001FASS-00W2B0_WD-WMAY00095418 (sdc)' is not set to auto mount.
Dec 25 12:01:40 Servo unassigned.devices: Disk with ID 'WDS100T3X0C-00SJG0_20093E803323 (nvme1n1)' is not set to auto mount.
Dec 25 12:01:40 Servo emhttpd: Starting services...
Dec 25 12:01:40 Servo emhttpd: shcmd (230): /etc/rc.d/rc.samba restart
Dec 25 12:01:40 Servo wsdd2[4652]: 'Terminated' signal received.
Dec 25 12:01:40 Servo winbindd[4656]: [2021/12/25 12:01:40.152313,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 12:01:40 Servo winbindd[4655]: [2021/12/25 12:01:40.152319,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 12:01:40 Servo winbindd[4656]:   Got sig[15] terminate (is_parent=0)
Dec 25 12:01:40 Servo winbindd[4655]:   Got sig[15] terminate (is_parent=1)
Dec 25 12:01:40 Servo wsdd2[4652]: terminating.
Dec 25 12:01:40 Servo winbindd[4826]: [2021/12/25 12:01:40.152435,  0] ../../source3/winbindd/winbindd.c:248(winbindd_sig_term_handler)
Dec 25 12:01:40 Servo winbindd[4826]:   Got sig[15] terminate (is_parent=0)
Dec 25 12:01:42 Servo root: Starting Samba:  /usr/sbin/smbd -D
Dec 25 12:01:42 Servo smbd[7134]: [2021/12/25 12:01:42.297430,  0] ../../source3/smbd/server.c:1738(main)
Dec 25 12:01:42 Servo smbd[7134]:   smbd version 4.15.0 started.
Dec 25 12:01:42 Servo smbd[7134]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 12:01:42 Servo root:                  /usr/sbin/wsdd2 -d -i br0 
Dec 25 12:01:42 Servo root:                  /usr/sbin/winbindd -D
Dec 25 12:01:42 Servo wsdd2[7148]: starting.
Dec 25 12:01:42 Servo winbindd[7149]: [2021/12/25 12:01:42.359469,  0] ../../source3/winbindd/winbindd.c:1732(main)
Dec 25 12:01:42 Servo winbindd[7149]:   winbindd version 4.15.0 started.
Dec 25 12:01:42 Servo winbindd[7149]:   Copyright Andrew Tridgell and the Samba Team 1992-2021
Dec 25 12:01:42 Servo winbindd[7151]: [2021/12/25 12:01:42.363057,  0] ../../source3/winbindd/winbindd_cache.c:3085(initialize_winbindd_cache)
Dec 25 12:01:42 Servo winbindd[7151]:   initialize_winbindd_cache: clearing cache and re-creating with version number 2
Dec 25 12:01:42 Servo emhttpd: shcmd (235): /etc/rc.d/rc.avahidaemon restart
Dec 25 12:01:42 Servo root: Stopping Avahi mDNS/DNS-SD Daemon: stopped
Dec 25 12:01:42 Servo avahi-daemon[4715]: Got SIGTERM, quitting.
Dec 25 12:01:42 Servo avahi-dnsconfd[4724]: read(): EOF
Dec 25 12:01:42 Servo avahi-daemon[4715]: Leaving mDNS multicast group on interface br0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 12:01:42 Servo avahi-daemon[4715]: Leaving mDNS multicast group on interface br0.IPv4 with address 192.168.4.170.
Dec 25 12:01:42 Servo avahi-daemon[4715]: Leaving mDNS multicast group on interface bond0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 12:01:42 Servo avahi-daemon[4715]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 25 12:01:42 Servo avahi-daemon[4715]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 25 12:01:42 Servo avahi-daemon[4715]: avahi-daemon 0.8 exiting.
Dec 25 12:01:42 Servo root: Starting Avahi mDNS/DNS-SD Daemon:  /usr/sbin/avahi-daemon -D
Dec 25 12:01:42 Servo avahi-daemon[7169]: Found user 'avahi' (UID 61) and group 'avahi' (GID 214).
Dec 25 12:01:42 Servo avahi-daemon[7169]: Successfully dropped root privileges.
Dec 25 12:01:42 Servo avahi-daemon[7169]: avahi-daemon 0.8 starting up.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Successfully called chroot().
Dec 25 12:01:42 Servo avahi-daemon[7169]: Successfully dropped remaining capabilities.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Loading service file /services/sftp-ssh.service.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Loading service file /services/smb.service.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Loading service file /services/ssh.service.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface br0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 12:01:42 Servo avahi-daemon[7169]: New relevant interface br0.IPv6 for mDNS.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface br0.IPv4 with address 192.168.4.170.
Dec 25 12:01:42 Servo avahi-daemon[7169]: New relevant interface br0.IPv4 for mDNS.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface bond0.IPv6 with address fe80::b62e:99ff:fea7:924f.
Dec 25 12:01:42 Servo avahi-daemon[7169]: New relevant interface bond0.IPv6 for mDNS.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Dec 25 12:01:42 Servo avahi-daemon[7169]: New relevant interface lo.IPv6 for mDNS.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Dec 25 12:01:42 Servo avahi-daemon[7169]: New relevant interface lo.IPv4 for mDNS.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Network interface enumeration completed.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Registering new address record for fe80::b62e:99ff:fea7:924f on br0.*.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Registering new address record for 192.168.4.170 on br0.IPv4.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Registering new address record for fe80::b62e:99ff:fea7:924f on bond0.*.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Registering new address record for ::1 on lo.*.
Dec 25 12:01:42 Servo avahi-daemon[7169]: Registering new address record for 127.0.0.1 on lo.IPv4.
Dec 25 12:01:42 Servo emhttpd: shcmd (236): /etc/rc.d/rc.avahidnsconfd restart
Dec 25 12:01:42 Servo root: Stopping Avahi mDNS/DNS-SD DNS Server Configuration Daemon: stopped
Dec 25 12:01:42 Servo root: Starting Avahi mDNS/DNS-SD DNS Server Configuration Daemon:  /usr/sbin/avahi-dnsconfd -D
Dec 25 12:01:42 Servo avahi-dnsconfd[7178]: Successfully connected to Avahi daemon.
Dec 25 12:01:42 Servo emhttpd: shcmd (246): /usr/local/sbin/mount_image '/mnt/user/system/docker/docker.img' /var/lib/docker 20
Dec 25 12:01:43 Servo avahi-daemon[7169]: Server startup complete. Host name is Servo.local. Local service cookie is 2652277184.
Dec 25 12:01:43 Servo kernel: loop2: detected capacity change from 0 to 419430400
Dec 25 12:01:43 Servo kernel: BTRFS: device fsid b3111108-e56a-42b6-bb62-aa9937022c0c devid 1 transid 3320838 /dev/loop2 scanned by udevd (7214)
Dec 25 12:01:43 Servo kernel: BTRFS info (device loop2): flagging fs with big metadata feature
Dec 25 12:01:43 Servo kernel: BTRFS info (device loop2): using free space tree
Dec 25 12:01:43 Servo kernel: BTRFS info (device loop2): has skinny extents
Dec 25 12:01:43 Servo root: Resize device id 1 (/dev/loop2) from 200.00GiB to max
Dec 25 12:01:43 Servo emhttpd: shcmd (248): /etc/rc.d/rc.docker start
Dec 25 12:01:43 Servo root: starting dockerd ...
Dec 25 12:01:44 Servo avahi-daemon[7169]: Service "Servo" (/services/ssh.service) successfully established.
Dec 25 12:01:44 Servo avahi-daemon[7169]: Service "Servo" (/services/smb.service) successfully established.
Dec 25 12:01:44 Servo avahi-daemon[7169]: Service "Servo" (/services/sftp-ssh.service) successfully established.
Dec 25 12:01:45 Servo kernel: Bridge firewalling registered
Dec 25 12:01:45 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface br-6b914213c1d5.IPv4 with address 172.18.0.1.
Dec 25 12:01:45 Servo avahi-daemon[7169]: New relevant interface br-6b914213c1d5.IPv4 for mDNS.
Dec 25 12:01:45 Servo avahi-daemon[7169]: Registering new address record for 172.18.0.1 on br-6b914213c1d5.IPv4.
Dec 25 12:01:45 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Dec 25 12:01:45 Servo avahi-daemon[7169]: New relevant interface docker0.IPv4 for mDNS.
Dec 25 12:01:45 Servo avahi-daemon[7169]: Registering new address record for 172.17.0.1 on docker0.IPv4.
Dec 25 12:01:48 Servo rc.docker: created network br0 with subnets: 192.168.4.0/24; 
Dec 25 12:01:48 Servo emhttpd: shcmd (262): /usr/local/sbin/mount_image '/mnt/user/system/libvirt/libvirt.img' /etc/libvirt 1
Dec 25 12:01:48 Servo kernel: docker0: port 1(veth2547de0) entered blocking state
Dec 25 12:01:48 Servo kernel: docker0: port 1(veth2547de0) entered disabled state
Dec 25 12:01:48 Servo kernel: device veth2547de0 entered promiscuous mode
Dec 25 12:01:48 Servo kernel: docker0: port 1(veth2547de0) entered blocking state
Dec 25 12:01:48 Servo kernel: docker0: port 1(veth2547de0) entered forwarding state
Dec 25 12:01:48 Servo kernel: docker0: port 1(veth2547de0) entered disabled state
Dec 25 12:01:48 Servo kernel: loop3: detected capacity change from 0 to 2097152
Dec 25 12:01:48 Servo kernel: BTRFS: device fsid 630907aa-7707-4f1d-9767-a89aa31cf225 devid 1 transid 1279 /dev/loop3 scanned by udevd (8156)
Dec 25 12:01:48 Servo kernel: BTRFS info (device loop3): flagging fs with big metadata feature
Dec 25 12:01:48 Servo kernel: BTRFS info (device loop3): using free space tree
Dec 25 12:01:48 Servo kernel: BTRFS info (device loop3): has skinny extents
Dec 25 12:01:49 Servo root: Resize device id 1 (/dev/loop3) from 1.00GiB to max
Dec 25 12:01:49 Servo emhttpd: shcmd (264): /etc/rc.d/rc.libvirt start
Dec 25 12:01:49 Servo root: Starting virtlockd...
Dec 25 12:01:49 Servo root: Starting virtlogd...
Dec 25 12:01:49 Servo root: Starting libvirtd...
Dec 25 12:01:49 Servo kernel: tun: Universal TUN/TAP device driver, 1.6
Dec 25 12:01:49 Servo emhttpd: nothing to sync
Dec 25 12:01:49 Servo unassigned.devices: Mounting 'Auto Mount' Remote Shares...
Dec 25 12:01:49 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Dec 25 12:01:49 Servo avahi-daemon[7169]: New relevant interface virbr0.IPv4 for mDNS.
Dec 25 12:01:49 Servo avahi-daemon[7169]: Registering new address record for 192.168.122.1 on virbr0.IPv4.
Dec 25 12:01:49 Servo dnsmasq[8329]: started, version 2.86 cachesize 150
Dec 25 12:01:49 Servo dnsmasq[8329]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
Dec 25 12:01:49 Servo dnsmasq-dhcp[8329]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Dec 25 12:01:49 Servo dnsmasq-dhcp[8329]: DHCP, sockets bound exclusively to interface virbr0
Dec 25 12:01:49 Servo dnsmasq[8329]: reading /etc/resolv.conf
Dec 25 12:01:49 Servo dnsmasq[8329]: using nameserver 1.1.1.1#53
Dec 25 12:01:49 Servo dnsmasq[8329]: using nameserver 1.0.0.1#53
Dec 25 12:01:49 Servo dnsmasq[8329]: read /etc/hosts - 2 addresses
Dec 25 12:01:49 Servo dnsmasq[8329]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Dec 25 12:01:49 Servo dnsmasq-dhcp[8329]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Dec 25 12:01:50 Servo kernel: cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation
Dec 25 12:01:50 Servo kernel: eth0: renamed from vethf9970c0
Dec 25 12:01:50 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth2547de0: link becomes ready
Dec 25 12:01:50 Servo kernel: docker0: port 1(veth2547de0) entered blocking state
Dec 25 12:01:50 Servo kernel: docker0: port 1(veth2547de0) entered forwarding state
Dec 25 12:01:50 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
Dec 25 12:01:51 Servo rc.docker: binhex-krusader: started succesfully!
Dec 25 12:01:51 Servo kernel: docker0: port 2(vethff09e2d) entered blocking state
Dec 25 12:01:51 Servo kernel: docker0: port 2(vethff09e2d) entered disabled state
Dec 25 12:01:51 Servo kernel: device vethff09e2d entered promiscuous mode
Dec 25 12:01:51 Servo kernel: docker0: port 2(vethff09e2d) entered blocking state
Dec 25 12:01:51 Servo kernel: docker0: port 2(vethff09e2d) entered forwarding state
Dec 25 12:01:51 Servo kernel: docker0: port 2(vethff09e2d) entered disabled state
Dec 25 12:01:52 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface veth2547de0.IPv6 with address fe80::8c5f:1fff:febf:f023.
Dec 25 12:01:52 Servo avahi-daemon[7169]: New relevant interface veth2547de0.IPv6 for mDNS.
Dec 25 12:01:52 Servo avahi-daemon[7169]: Registering new address record for fe80::8c5f:1fff:febf:f023 on veth2547de0.*.
Dec 25 12:01:52 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:3dff:feab:d883.
Dec 25 12:01:52 Servo avahi-daemon[7169]: New relevant interface docker0.IPv6 for mDNS.
Dec 25 12:01:52 Servo avahi-daemon[7169]: Registering new address record for fe80::42:3dff:feab:d883 on docker0.*.
Dec 25 12:01:54 Servo kernel: eth0: renamed from veth8cf6ca9
Dec 25 12:01:54 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethff09e2d: link becomes ready
Dec 25 12:01:54 Servo kernel: docker0: port 2(vethff09e2d) entered blocking state
Dec 25 12:01:54 Servo kernel: docker0: port 2(vethff09e2d) entered forwarding state
Dec 25 12:01:54 Servo rc.docker: ddclient: started succesfully!
Dec 25 12:01:55 Servo kernel: docker0: port 3(vethb97411c) entered blocking state
Dec 25 12:01:55 Servo kernel: docker0: port 3(vethb97411c) entered disabled state
Dec 25 12:01:55 Servo kernel: device vethb97411c entered promiscuous mode
Dec 25 12:01:55 Servo kernel: docker0: port 3(vethb97411c) entered blocking state
Dec 25 12:01:55 Servo kernel: docker0: port 3(vethb97411c) entered forwarding state
Dec 25 12:01:55 Servo kernel: docker0: port 3(vethb97411c) entered disabled state
Dec 25 12:01:55 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface vethff09e2d.IPv6 with address fe80::549f:10ff:feb4:f47f.
Dec 25 12:01:55 Servo avahi-daemon[7169]: New relevant interface vethff09e2d.IPv6 for mDNS.
Dec 25 12:01:55 Servo avahi-daemon[7169]: Registering new address record for fe80::549f:10ff:feb4:f47f on vethff09e2d.*.
Dec 25 12:01:57 Servo kernel: eth0: renamed from veth18dddd9
Dec 25 12:01:57 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethb97411c: link becomes ready
Dec 25 12:01:57 Servo kernel: docker0: port 3(vethb97411c) entered blocking state
Dec 25 12:01:57 Servo kernel: docker0: port 3(vethb97411c) entered forwarding state
Dec 25 12:01:58 Servo rc.docker: mariadb: started succesfully!
Dec 25 12:01:58 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered blocking state
Dec 25 12:01:58 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered disabled state
Dec 25 12:01:58 Servo kernel: device veth77091b0 entered promiscuous mode
Dec 25 12:01:58 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered blocking state
Dec 25 12:01:58 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered forwarding state
Dec 25 12:01:58 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered disabled state
Dec 25 12:01:59 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface vethb97411c.IPv6 with address fe80::5cc0:81ff:fe5b:62aa.
Dec 25 12:01:59 Servo avahi-daemon[7169]: New relevant interface vethb97411c.IPv6 for mDNS.
Dec 25 12:01:59 Servo avahi-daemon[7169]: Registering new address record for fe80::5cc0:81ff:fe5b:62aa on vethb97411c.*.
Dec 25 12:02:03 Servo kernel: eth0: renamed from veth683ffea
Dec 25 12:02:03 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth77091b0: link becomes ready
Dec 25 12:02:03 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered blocking state
Dec 25 12:02:03 Servo kernel: br-6b914213c1d5: port 1(veth77091b0) entered forwarding state
Dec 25 12:02:03 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br-6b914213c1d5: link becomes ready
Dec 25 12:02:04 Servo rc.docker: nextcloud: started succesfully!
Dec 25 12:02:04 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface veth77091b0.IPv6 with address fe80::e062:e3ff:fecb:b536.
Dec 25 12:02:04 Servo avahi-daemon[7169]: New relevant interface veth77091b0.IPv6 for mDNS.
Dec 25 12:02:04 Servo avahi-daemon[7169]: Registering new address record for fe80::e062:e3ff:fecb:b536 on veth77091b0.*.
Dec 25 12:02:04 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface br-6b914213c1d5.IPv6 with address fe80::42:a8ff:fe84:90c6.
Dec 25 12:02:04 Servo avahi-daemon[7169]: New relevant interface br-6b914213c1d5.IPv6 for mDNS.
Dec 25 12:02:04 Servo avahi-daemon[7169]: Registering new address record for fe80::42:a8ff:fe84:90c6 on br-6b914213c1d5.*.
Dec 25 12:02:06 Servo rc.docker: Plex-Media-Server: started succesfully!
Dec 25 12:02:06 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered blocking state
Dec 25 12:02:06 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered disabled state
Dec 25 12:02:06 Servo kernel: device vethd129a6b entered promiscuous mode
Dec 25 12:02:06 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered blocking state
Dec 25 12:02:06 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered forwarding state
Dec 25 12:02:06 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered disabled state
Dec 25 12:02:11 Servo kernel: eth0: renamed from veth177a5cc
Dec 25 12:02:11 Servo kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethd129a6b: link becomes ready
Dec 25 12:02:11 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered blocking state
Dec 25 12:02:11 Servo kernel: br-6b914213c1d5: port 2(vethd129a6b) entered forwarding state
Dec 25 12:02:12 Servo rc.docker: swag: started succesfully!
Dec 25 12:02:13 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface vethd129a6b.IPv6 with address fe80::8c41:aff:fe6f:dc42.
Dec 25 12:02:13 Servo avahi-daemon[7169]: New relevant interface vethd129a6b.IPv6 for mDNS.
Dec 25 12:02:13 Servo avahi-daemon[7169]: Registering new address record for fe80::8c41:aff:fe6f:dc42 on vethd129a6b.*.
Dec 25 12:02:18 Servo kernel: process '725116220ffa0463620b6d210f1686c276ee2375c12ba0df40a65b1df2bdc607/usr/sbin/zerotier-one' started with executable stack
Dec 25 12:02:19 Servo rc.docker: ZeroTier: started succesfully!
Dec 25 12:02:19 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface zt3jn4eyxi.IPv4 with address 10.244.137.185.
Dec 25 12:02:19 Servo avahi-daemon[7169]: New relevant interface zt3jn4eyxi.IPv4 for mDNS.
Dec 25 12:02:19 Servo avahi-daemon[7169]: Registering new address record for 10.244.137.185 on zt3jn4eyxi.IPv4.
Dec 25 12:02:21 Servo avahi-daemon[7169]: Joining mDNS multicast group on interface zt3jn4eyxi.IPv6 with address fe80::5c42:44ff:fea9:1ded.
Dec 25 12:02:21 Servo avahi-daemon[7169]: New relevant interface zt3jn4eyxi.IPv6 for mDNS.
Dec 25 12:02:21 Servo avahi-daemon[7169]: Registering new address record for fe80::5c42:44ff:fea9:1ded on zt3jn4eyxi.*.
Dec 25 12:05:02 Servo ntpd[2388]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Dec 25 12:11:00 Servo root: Fix Common Problems Version 2021.08.05
Dec 25 12:15:01 Servo webGUI: Successful login user root from 192.168.4.254
 

VFIO-pci:

Spoiler

Loading config from /boot/config/vfio-pci.cfg
BIND=0000:01:00.0|1987:5016 0000:21:00.0|10de:2204 0000:21:00.1|10de:1aef 0000:46:00.0|8086:2723 0000:4a:00.0|1b21:1242
---
Processing 0000:01:00.0 1987:5016
Vendor:Device 1987:5016 found at 0000:01:00.0

IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:01:00.0/iommu_group/devices/0000:01:00.0

Binding...
Successfully bound the device 1987:5016 at 0000:01:00.0 to vfio-pci
---
Processing 0000:21:00.0 10de:2204
Vendor:Device 10de:2204 found at 0000:21:00.0

IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:21:00.0/iommu_group/devices/0000:21:00.0

Binding...
Successfully bound the device 10de:2204 at 0000:21:00.0 to vfio-pci
---
Processing 0000:21:00.1 10de:1aef
Vendor:Device 10de:1aef found at 0000:21:00.1

IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:21:00.1/iommu_group/devices/0000:21:00.1

Binding...
Successfully bound the device 10de:1aef at 0000:21:00.1 to vfio-pci
---
Processing 0000:46:00.0 8086:2723
Vendor:Device 8086:2723 found at 0000:46:00.0

IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:46:00.0/iommu_group/devices/0000:46:00.0

Binding...
Successfully bound the device 8086:2723 at 0000:46:00.0 to vfio-pci
---
Processing 0000:4a:00.0 1b21:1242
Vendor:Device 1b21:1242 found at 0000:4a:00.0

IOMMU group members (sans bridges):
/sys/bus/pci/devices/0000:4a:00.0/iommu_group/devices/0000:4a:00.0

Binding...
Unbound 0000:4a:00.0 from xhci_hcd
Successfully bound the device 1b21:1242 at 0000:4a:00.0 to vfio-pci
---
vfio-pci binding complete

Devices listed in /sys/bus/pci/drivers/vfio-pci:
lrwxrwxrwx 1 root root    0 Dec 25 17:57 0000:01:00.0 -> ../../../../devices/pci0000:00/0000:00:01.1/0000:01:00.0
lrwxrwxrwx 1 root root    0 Dec 25 17:57 0000:21:00.0 -> ../../../../devices/pci0000:20/0000:20:03.1/0000:21:00.0
lrwxrwxrwx 1 root root    0 Dec 25 17:57 0000:21:00.1 -> ../../../../devices/pci0000:20/0000:20:03.1/0000:21:00.1
lrwxrwxrwx 1 root root    0 Dec 25 17:57 0000:46:00.0 -> ../../../../devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:06.0/0000:46:00.0
lrwxrwxrwx 1 root root    0 Dec 25 17:57 0000:4a:00.0 -> ../../../../devices/pci0000:40/0000:40:01.3/0000:4a:00.0

 

SpaceInvader vbios log:

Spoiler

Script location: /tmp/user.scripts/tmpScripts/Dump vBios/script
Note that closing this window will abort the execution of this script
You have selected this device to dump the vbios from
21:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)

This does look like a valid GPU to me. Continuing .........


Checking if location to put vbios file exists
Vbios folder already exists

I will try and dump the vbios without disconnecting and reconnecting the GPU
This normally only works if the GPU is NOT the Primary or the only GPU
I will check the vbios at the end. If it seems wrong I will then retry after disconnecting the GPU

Defining temp vm with gpu attached
Domain 'dumpvbios' defined from /tmp/dumpvbios.xml

Starting the temp vm to allow dump
Domain 'dumpvbios' started

Waiting for a few seconds .....

Stopping the temp vm
Domain 'dumpvbios' destroyed

Removing the temp vm
Domain 'dumpvbios' has been undefined



Okay dumping vbios file named rtx3090b.rom to the location /mnt/user/isos/vbios/
/mnt/user/isos/vbios/rtx3090b.rom is less than 70kb
This seems too small. Probably the GPU is Primary and needs disconnecting and reconnecting to get proper vbios

Running again
Disconnecting the graphics card
tee: '/sys/bus/pci/devices/0000\:21\:00.0/remove': No such file or directory
1
Entered suspended (sleep) state ......

PRESS POWER BUTTON ON SERVER TO CONTINUE

Rescanning pci bus
1
Graphics card has now sucessfully been disconnected and reconnected
It is now ready to begin the dump vbios process

Defining temp vm with gpu attached
Domain 'dumpvbios' defined from /tmp/dumpvbios.xml

Starting the temp vm to allow dump
Domain 'dumpvbios' started

Waiting for a few seconds .....

Stopping the temp vm
Domain 'dumpvbios' destroyed

Removing the temp vm
Domain 'dumpvbios' has been undefined



Okay dumping vbios file named rtx3090b.rom to the location /mnt/user/isos/vbios/
/mnt/user/isos/vbios/rtx3090b.rom is less than 70kb
This seems small but maybe its correct. Please try it. All done !

 

Link to comment

So a followup to this: I essentially got up and running although 6.10.0 rc2 is not very friendly with usb passthrough on items I have. It Turns out the vbios isnt even needed and that the stubbing works well for the 3090. The only major issue is the usb passthrough as Windows 11 hates recognizing pasthrough cards and even usb items added individually. I dont know if I am doing this correctly but the drivers fo not recognize half the items. More to follow.

 

Make, break, and recreate.

Link to comment
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.